Re: [FFmpeg-devel] [PATCH v3 1/2] avcodec/libjxldec: add animated decode support

2023-05-14 Thread Andreas Rheinhardt
Leo Izen: > Migrate the libjxl decoder wrapper from the decode_frame method to the > receive_frame method, which allows sending more than one frame from a > single packet. This allows the libjxl decoder to decode JPEG XL files > that are animated, and emit every frame of the animation. Now, clients

[FFmpeg-devel] [PATCH v3 1/2] avcodec/libjxldec: add animated decode support

2023-04-27 Thread Leo Izen
Migrate the libjxl decoder wrapper from the decode_frame method to the receive_frame method, which allows sending more than one frame from a single packet. This allows the libjxl decoder to decode JPEG XL files that are animated, and emit every frame of the animation. Now, clients that feed the lib