Re: [FFmpeg-devel] [PATCH v2] avcodec/libjxl: add JPEG XL decoding via libjxl

2021-10-20 Thread Michael Niedermayer
On Wed, Oct 20, 2021 at 01:33:57PM -0400, Leo Izen wrote: [...] > --- a/libavformat/img2dec.c > +++ b/libavformat/img2dec.c > @@ -830,6 +830,16 @@ static int jpegls_probe(const AVProbeData *p) > return 0; > } > > +static int jpegxl_probe(const AVProbeData *p) > +{ > +const uint8_t *b =

[FFmpeg-devel] [PATCH v2] avcodec/libjxl: add JPEG XL decoding via libjxl

2021-10-20 Thread Leo Izen
Use the external libjxl library to add decoding for JPEG XL images, and add the appropriate image2 muxers and demuxers to read/write JPEG XL image files. --- MAINTAINERS | 2 + configure | 5 + doc/general_contents.texi | 7 + libavcodec/Makefile | 1 +