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

Leo Izen leo.izen at gmail.com
Wed Dec 4 17:01:16 EET 2024


On 12/4/24 9:59 AM, Leo Izen wrote:
> 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(-)
> 

Argh, forgot to mark this patchset as v2, but it is v2.

- Leo Izen



More information about the ffmpeg-devel mailing list