File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ Release 2.5.19.1 (Sep 15 2025) -- compared to 2.5.19.0
2+ --------------------------------------------------------
3+ - * ffmpeg* : Replace deprecated and soon removed avcodec_close with avcodec_free_context [ #4837 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4837 ) (by Vlad Erium)
4+ - * heic* : Use get_plane2 introduced by libheif 1.20.2 [ #4851 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4851 ) (by toge)
5+ - * ci* : Various fixes to repair CI that had rusted away in the last few
6+ months due to changes on the runners or to dependencies.
7+
8+
19Release 2.5.19.0 (July 5 2025) -- compared to 2.5.18.0
210--------------------------------------------------------
311- * build* : Fixes to build against libheif 1.20 [ #4822 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4822 ) (by Rui Chen)
Original file line number Diff line number Diff line change 44
55cmake_minimum_required (VERSION 3.15)
66
7- set (OpenImageIO_VERSION "2.5.19.0 " )
7+ set (OpenImageIO_VERSION "2.5.19.1 " )
88set (OpenImageIO_VERSION_OVERRIDE "" CACHE STRING
99 "Version override (use with caution)!" )
1010mark_as_advanced (OpenImageIO_VERSION_OVERRIDE)
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
4545 * LibRaw >= 0.18 (tested though 0.21.2; if
4646 building with C++17 or higher, LibRaw >= 0.20 is necessary)
4747 * If you want support for a wide variety of video formats:
48- * ffmpeg >= 3.0 (tested through 7 .0)
48+ * ffmpeg >= 3.0 (tested through 8 .0)
4949 * If you want support for jpeg 2000 images:
5050 * OpenJpeg >= 2.0 (tested through 2.5; we recommend 2.4 or higher
5151 for multithreading support)
@@ -62,7 +62,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
6262 stability and thread safety)
6363 * If you want support for HEIF/HEIC or AVIF images:
6464 * libheif >= 1.3 (1.7 required for AVIF support, 1.16 required for
65- correct orientation support, tested through 1.17.6 )
65+ correct orientation support, tested through 1.20.2 )
6666 * libheif must be built with an AV1 encoder/decoder for AVIF support.
6767 * Avoid libheif 1.10 on Mac, it is very broken. Libheif 1.11+ is fine.
6868 * If you want support for DICOM medical image files:
You can’t perform that action at this time.
0 commit comments