Message ID | 20230303203146.377726-1-leo.izen@gmail.com |
---|---|
Headers | show |
Series | JPEG XL Animation Support | expand |
On 3/3/23 15:31, Leo Izen wrote: > 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 > Bumping for review, thanks. - Leo Izen (thebombzen)