Skip to content

Commit f32bf6e

Browse files
committed
Stage for v2.5.19.1
Signed-off-by: Larry Gritz <[email protected]>
1 parent b2ad5c6 commit f32bf6e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
Release 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)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
cmake_minimum_required (VERSION 3.15)
66

7-
set (OpenImageIO_VERSION "2.5.19.0")
7+
set (OpenImageIO_VERSION "2.5.19.1")
88
set (OpenImageIO_VERSION_OVERRIDE "" CACHE STRING
99
"Version override (use with caution)!")
1010
mark_as_advanced (OpenImageIO_VERSION_OVERRIDE)

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)