From dcc0a15879d16f7834dd37ef2f8eb677ffc67029 Mon Sep 17 00:00:00 2001 From: Yannis Guyon Date: Wed, 31 Jan 2024 10:31:30 +0000 Subject: [PATCH] Add missing CHANGELOG.md entries (#1977) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71cc78a93e..eddca27ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,6 +76,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 now replaced by flags AVIF_* that can take the values: OFF, LOCAL or SYSTEM. * src/reformat.c: Allocate the threadData array directly. * 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. ## [1.0.3] - 2023-12-03