Hello everyone,
libavif v1.0.4 has been released.
The source code of the release can be checked out from
the git repository [1] using the release tag v1.0.4.
avifenc.exe and avifdec.exe binaries for Windows are
distributed as a zip archive [2].
Changed
* AVIF_ENABLE_WERROR is set to OFF by default.
* Fix wrong alpha plane deallocation when decoded tile pixel format does not
match reconstructed output image pixel format.
* Fix identical chunk skipping optimization when writing animation data.
* Fix ID selection for artificial grid alpha item when decoding a grid of tiles
which each have an associated auxiliary alpha image item
(
crbug.com/oss-fuzz/65657).