Re: [FFmpeg-devel] [PATCH v3 1/4] avcodec/webp: compatibilize with avformat/webpdec

2021-09-12 Thread Martin Reboredo
Andreas Rheinhardt: > Martin Reboredo: > > Andreas Rheinhardt: > >> Martin Reboredo: > >>> The demuxer implementation splits some RIFF chunks (`RIFF`/`VP8X`/`ANMF` > >>> + frame chunk) or sends the picture chunks separately. > >>> The internal WebP decoder waits for a complete file instead and by

Re: [FFmpeg-devel] [PATCH v3 1/4] avcodec/webp: compatibilize with avformat/webpdec

2021-09-12 Thread Andreas Rheinhardt
Martin Reboredo: > Andreas Rheinhardt: >> Martin Reboredo: >>> The demuxer implementation splits some RIFF chunks (`RIFF`/`VP8X`/`ANMF` + >>> frame chunk) or sends the picture chunks separately. >>> The internal WebP decoder waits for a complete file instead and by >>> consequence it needs to be

Re: [FFmpeg-devel] [PATCH v3 1/4] avcodec/webp: compatibilize with avformat/webpdec

2021-09-12 Thread Martin Reboredo
Andreas Rheinhardt: > Martin Reboredo: > > The demuxer implementation splits some RIFF chunks (`RIFF`/`VP8X`/`ANMF` + > > frame chunk) or sends the picture chunks separately. > > The internal WebP decoder waits for a complete file instead and by > > consequence it needs to be modified to support

Re: [FFmpeg-devel] [PATCH v3 1/4] avcodec/webp: compatibilize with avformat/webpdec

2021-09-12 Thread Andreas Rheinhardt
Martin Reboredo: > The demuxer implementation splits some RIFF chunks (`RIFF`/`VP8X`/`ANMF` + > frame chunk) or sends the picture chunks separately. > The internal WebP decoder waits for a complete file instead and by > consequence it needs to be modified to support this kind of fractioned input.

[FFmpeg-devel] [PATCH v3 1/4] avcodec/webp: compatibilize with avformat/webpdec

2021-09-12 Thread Martin Reboredo
The demuxer implementation splits some RIFF chunks (`RIFF`/`VP8X`/`ANMF` + frame chunk) or sends the picture chunks separately. The internal WebP decoder waits for a complete file instead and by consequence it needs to be modified to support this kind of fractioned input. Fixes FATE tests with W