Re: [FFmpeg-devel] [PATCH 10/10 v4] avcodec: add LCEVC decoding support via LCEVCdec

2024-09-11 Thread Jean-Baptiste Kempf
On Thu, 12 Sep 2024, at 02:59, James Almer wrote: > Signed-off-by: James Almer > --- > Somewhat improved the glue, making it all internal to decode.c and no longer > touching AVCodecInternal. Seems a ton better, as far as I am concerned. -- Jean-Baptiste Kempf - President +33 672 704 734 https

[FFmpeg-devel] [PATCH 10/10 v4] avcodec: add LCEVC decoding support via LCEVCdec

2024-09-11 Thread James Almer
Signed-off-by: James Almer --- Somewhat improved the glue, making it all internal to decode.c and no longer touching AVCodecInternal. I also tried abstracting the delayed processing API in FrameDecodeData by moving it into a standalone API, but the result was quite a bit of complexity that may on