[FFmpeg-devel] [PATCH 0/2] Animated JPEG XL Encoder

Leo Izen leo.izen at gmail.com
Wed Dec 4 16:59:21 EET 2024


Changes since v1:
- modified fate tests to use jpegxl_anim codec ID, so
the fate tests don't fail after applying patch 2/2

Leo Izen (2):
  avcodec/libjxlenc: add animated JPEG XL encoder
  avformat/jpegxl_anim_dec: use new animated JPEG XL codec ID

 configure                            |   2 +
 libavcodec/allcodecs.c               |   2 +
 libavcodec/codec_desc.c              |   8 +
 libavcodec/codec_id.h                |   1 +
 libavcodec/jpegxl_parser.c           |   2 +-
 libavcodec/libjxldec.c               |  16 ++
 libavcodec/libjxlenc.c               | 365 ++++++++++++++++++++-------
 libavcodec/version.h                 |   2 +-
 libavformat/jpegxl_anim_dec.c        |   2 +-
 tests/ref/fate/jxl-anim-demux-icos4d |   2 +-
 tests/ref/fate/jxl-anim-demux-newton |   2 +-
 11 files changed, 306 insertions(+), 98 deletions(-)

-- 
2.47.1



More information about the ffmpeg-devel mailing list