Re: [FFmpeg-devel] [PATCH v3 2/2] libavformat: add WebP demuxer

2020-08-26 Thread Zlomek, Josef
On Wed, Aug 26, 2020 at 11:16 AM Andreas Rheinhardt < andreas.rheinha...@gmail.com> wrote: > Josef Zlomek: > > tests/ref/fate/exif-image-webp | 8 +- > > tests/ref/fate/webp-rgb-lena-lossless | 2 +- > > tests/ref/fate/webp-rgb-lena-lossless-rgb24 | 2 +- > > tests/ref/fa

Re: [FFmpeg-devel] [PATCH v3 2/2] libavformat: add WebP demuxer

2020-08-26 Thread Andreas Rheinhardt
Josef Zlomek: > Adds the demuxer of animated WebP files. > It supports non-animated, animated, truncated, and concatenated files. > Reading from a pipe (and other non-seekable inputs) is also supported. > > The WebP demuxer splits the input stream into packets containing one frame. > It also sets

[FFmpeg-devel] [PATCH v3 2/2] libavformat: add WebP demuxer

2020-08-26 Thread Josef Zlomek
Adds the demuxer of animated WebP files. It supports non-animated, animated, truncated, and concatenated files. Reading from a pipe (and other non-seekable inputs) is also supported. The WebP demuxer splits the input stream into packets containing one frame. It also sets the timing information and