Re: [FFmpeg-devel] [PATCH v3 4/4] avcodec/libwebpdec: libwebp decoder implementation

2021-09-12 Thread Lynne
12 Sept 2021, 22:20 by yakoy...@gmail.com: > Followup of the webp demuxer implementation. As the demuxer sends RIFF > packets, the decoder choses what to do with the arriving chunks. > > Completely fixes #4907. > I'd really rather not merge this. Not when we have patches from last year[1] that

Re: [FFmpeg-devel] [PATCH v3 4/4] avcodec/libwebpdec: libwebp decoder implementation

2021-09-12 Thread Paul B Mahol
On Sun, Sep 12, 2021 at 10:21 PM Martin Reboredo wrote: > Followup of the webp demuxer implementation. As the demuxer sends RIFF > packets, the decoder choses what to do with the arriving chunks. > > Completely fixes #4907. > I really doubt that. > > Signed-off-by: Martin Reboredo > --- > con

[FFmpeg-devel] [PATCH v3 4/4] avcodec/libwebpdec: libwebp decoder implementation

2021-09-12 Thread Martin Reboredo
Followup of the webp demuxer implementation. As the demuxer sends RIFF packets, the decoder choses what to do with the arriving chunks. Completely fixes #4907. Signed-off-by: Martin Reboredo --- configure | 4 +- libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 +