[FFmpeg-devel] [PATCH v3 0/2] Animated JPEG XL (via libjxl)

Leo Izen leo.izen at gmail.com
Sun Dec 15 19:04:03 EET 2024


Changes since v2:
- Replaced "goto end;" with "return ret;" when unnecessary
- removed *data from JXLEncodeContext and added it as an argument
to libjxl_preprocess_frame as that's the only place it was used
- Added some comments

Changes since v1:
- Fixed FATE failures

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               | 392 ++++++++++++++++++++-------
 libavformat/jpegxl_anim_dec.c        |   2 +-
 tests/ref/fate/jxl-anim-demux-icos4d |   2 +-
 tests/ref/fate/jxl-anim-demux-newton |   2 +-
 10 files changed, 333 insertions(+), 96 deletions(-)

-- 
2.47.1



More information about the ffmpeg-devel mailing list