mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-23 23:30:19 +00:00
Upstream changes (CHANGELOG.md, 1.4.2): * Require C11 for compilation (public headers remain C99). * avifgainmaputil: add --jobs flag for multi-threaded read/write and enable auto tiling; use AOM_TUNE_IQ for layered inter-frame encoding. * Fix memory leak of altICC on early return; avoid MT loop-restoration crash with libaom < 3.13.3; fix decoding of layered images with multiple scaled alpha layers; fix NaN bypass of AVIF_CLAMP in gain-map tone mapping; fix NULL deref in avifImageCopy(). * Refreshed bundled dependency pins (aom v3.14.1, libyuv, libpng 1.6.58, etc.) - not used here; the recipe fetches libargparse/libyuv at their own pinned SRCREVs. Version-only bump of SRCREV_libavif; sub-source SRCREVs unchanged. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>