Re: [FFmpeg-devel] [PATCH v4 0/2] Animated JPEG XL Support

2023-06-05 Thread Leo Izen
On 6/2/23 11:03, Leo Izen wrote: On 5/26/23 16:55, Leo Izen wrote: Changes from v3:   - Use avctx->internal->in_pkt instead of allocating a new packet. Leo Izen (2):    avcodec/libjxldec: add animated decode support    avformat/jpegxl_anim_dec: add animated JPEG XL demuxer Will rebase onto m

Re: [FFmpeg-devel] [PATCH v4 0/2] Animated JPEG XL Support

2023-06-02 Thread Leo Izen
On 6/2/23 13:39, Paul B Mahol wrote: On Fri, Jun 2, 2023 at 5:03 PM Leo Izen wrote: On 5/26/23 16:55, Leo Izen wrote: Changes from v3: - Use avctx->internal->in_pkt instead of allocating a new packet. Leo Izen (2): avcodec/libjxldec: add animated decode support avformat/jpegxl_ani

Re: [FFmpeg-devel] [PATCH v4 0/2] Animated JPEG XL Support

2023-06-02 Thread Paul B Mahol
On Fri, Jun 2, 2023 at 5:03 PM Leo Izen wrote: > On 5/26/23 16:55, Leo Izen wrote: > > Changes from v3: > > - Use avctx->internal->in_pkt instead of allocating a new packet. > > > > Leo Izen (2): > >avcodec/libjxldec: add animated decode support > >avformat/jpegxl_anim_dec: add animated

Re: [FFmpeg-devel] [PATCH v4 0/2] Animated JPEG XL Support

2023-06-02 Thread Leo Izen
On 5/26/23 16:55, Leo Izen wrote: Changes from v3: - Use avctx->internal->in_pkt instead of allocating a new packet. Leo Izen (2): avcodec/libjxldec: add animated decode support avformat/jpegxl_anim_dec: add animated JPEG XL demuxer Will rebase onto master and merge soon, if there's n

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

2023-05-26 Thread Leo Izen
Changes from v3: - Use avctx->internal->in_pkt instead of allocating a new packet. Leo Izen (2): avcodec/libjxldec: add animated decode support avformat/jpegxl_anim_dec: add animated JPEG XL demuxer MAINTAINERS | 1 + libavcodec/libjxldec.c| 107 ++ l