aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorLeo Izen <leo.izen@gmail.com>2024-12-03 19:54:13 -0500
committerLeo Izen <leo.izen@gmail.com>2025-01-03 19:37:28 -0500
commitf3c408264554211b7a4c729d5fe482d633bac01a (patch)
tree4c136ee377f75497e137de97bdd120014d7a9c56 /doc/APIchanges
parent060464105bdca82b8cfb91c7a6fb56df4c7cd9d0 (diff)
downloadffmpeg-f3c408264554211b7a4c729d5fe482d633bac01a.tar.gz
avcodec/libjxl: add animated JPEG XL encoder
libjxl supports animated encoding, so we add a wrapper to the library using the receive_packet callback method. This code was based largely on a patch sent by Zsolt Vadász, although it was updated to use more recent coding practices and many of the leaks and issues were fixed. Reviewed-by: Marth64 <marth64@proxyid.net> Co-authored-by: Zsolt Vadász <zsolt_vadasz@protonmail.com> Signed-off-by: Leo Izen <leo.izen@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 9f5829921c..714b5472a5 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07
API changes, most recent first:
+2025-01-03 - xxxxxxxxxx - lavc 61.29.100 - codec_id.h
+ Add AV_CODEC_ID_JPEGXL_ANIM.
+
2025-01-xx - xxxxxxxxxx - lavu 59.54.100 - frame.h
Add AV_CH_LAYOUT_5POINT1POINT2 and AV_CHANNEL_LAYOUT_5POINT1POINT2.