Re: [FFmpeg-devel] [PATCH v15 4/4] avformat/image2: add Jpeg XL as image2 format

2022-05-05 Thread Mark Gaiser
On Thu, May 5, 2022 at 5:49 AM Leo Izen wrote: > On 5/4/22 17:56, Mark Gaiser wrote: > > Hi, > > > > I might have found a bug here. Or I might not be using it correctly, > that's > > entirely possible too! > > What i try is just making an animated jxl from a bunch of input images. > > Currently a

Re: [FFmpeg-devel] [PATCH v15 4/4] avformat/image2: add Jpeg XL as image2 format

2022-05-04 Thread Leo Izen
On 5/4/22 17:56, Mark Gaiser wrote: Hi, I might have found a bug here. Or I might not be using it correctly, that's entirely possible too! What i try is just making an animated jxl from a bunch of input images. Currently animated JXL is not supported. - Leo Izen (thebombzen) ___

Re: [FFmpeg-devel] [PATCH v15 4/4] avformat/image2: add Jpeg XL as image2 format

2022-05-04 Thread Mark Gaiser
On Sat, Apr 23, 2022 at 7:53 PM Lynne wrote: > 17 Apr 2022, 15:22 by leo.i...@gmail.com: > > > This commit adds support to libavformat for muxing > > and demuxing Jpeg XL images as image2 streams. > > --- > > MAINTAINERS| 1 + > > libavformat/Makefile | 1 + > > libavfo

Re: [FFmpeg-devel] [PATCH v15 4/4] avformat/image2: add Jpeg XL as image2 format

2022-04-23 Thread Lynne
17 Apr 2022, 15:22 by leo.i...@gmail.com: > This commit adds support to libavformat for muxing > and demuxing Jpeg XL images as image2 streams. > --- > MAINTAINERS| 1 + > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/img2.c |

[FFmpeg-devel] [PATCH v15 4/4] avformat/image2: add Jpeg XL as image2 format

2022-04-17 Thread Leo Izen
This commit adds support to libavformat for muxing and demuxing Jpeg XL images as image2 streams. --- MAINTAINERS| 1 + libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/img2.c | 1 + libavformat/img2dec.c | 20 ++ libavformat/img