From b1a4534186ca51b0457579fc05a5739eb2cc45cd Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 2 Aug 2024 00:57:11 +0200 Subject: [PATCH] Changelog: update Signed-off-by: Michael Niedermayer --- Changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog b/Changelog index e84ce60cdc..1ee8b060f3 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,13 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. version 6.1.2 + avcodec/snow: Fix off by 1 error in run_buffer + avcodec/utils: apply the same alignment to YUV410 as we do to YUV420 for snow + swscale: [loongarch] Fix checkasm-sw_yuv2rgb failure. + avcodec/pngenc: fix sBIT writing for indexed-color PNGs + avcodec/pngdec: use 8-bit sBIT cap for indexed PNGs per spec + avcodec/videotoolboxenc: Fix bitrate doesn't work as expected + Changelog: update avdevice/dshow: Don't skip audio devices if no video device is present avcodec/hdrenc: Allocate more space avcodec/cfhdenc: Height of 16 is not supported