[FFmpeg-devel] [PATCH 0/2] JPEG XL Animation Support

Leo Izen leo.izen at gmail.com
Fri Mar 3 22:31:44 EET 2023


This patch adds support for animated JPEG XL files in both the libjxl
decoder wrapper and a separate demuxer to properly set the timebase for it.

Leo Izen (2):
  avcodec/libjxldec: add animated decode support
  avformat/jpegxl_anim_dec: add animated JPEG XL demuxer

 MAINTAINERS                   |   1 +
 libavcodec/libjxldec.c        | 103 +++++++++----
 libavcodec/version.h          |   2 +-
 libavformat/Makefile          |   1 +
 libavformat/allformats.c      |   1 +
 libavformat/img2dec.c         |   2 +-
 libavformat/jpegxl_anim_dec.c | 266 ++++++++++++++++++++++++++++++++++
 libavformat/jpegxl_probe.c    |  19 +--
 libavformat/jpegxl_probe.h    |   7 +-
 libavformat/version.h         |   2 +-
 10 files changed, 365 insertions(+), 39 deletions(-)
 create mode 100644 libavformat/jpegxl_anim_dec.c

-- 
2.39.2



More information about the ffmpeg-devel mailing list