Hello everyone,
libavif v1.4.1 has been released. The source code of the release can
be checked out from the git repository[1] using the release tag
v1.4.1.
[1]
https://github.com/AOMediaCodec/libavif.git
Here is the change log:
1.4.1 - 2026-03-20
Changed since 1.4.0
* Fix build with CMake 3.22
* Update aom.cmd/LocalAom.cmake: v3.13.2
* Update libxml2.cmd/LocalLibXml2.cmake: v2.15.2
* Update libyuv.cmd/LocalLibyuv.cmake: 6067afde5 (1922)
* Support long path names in Windows
* Fix cicp management and memory leaks in avifgainmaputil
https://github.com/AOMediaCodec/libavif/issues/3102.
Removed since 1.4.0
* Remove experimental status for the following options of avifenc:
--progressive,
--layered and --scaling-mode, and the extraLayerCount option of avifEncoder.
https://github.com/AOMediaCodec/libavif/compare/v1.4.0...v1.4.1