Re: [FFmpeg-devel] [PATCH 1/2] libavcodec: add support for animated WebP decoding

2020-07-08 Thread Lynne
Jul 8, 2020, 06:28 by jo...@pex.com: > Fixes: 4907 > > Adds support for decoding of animated WebP. > > The WebP parser now splits the input stream into packets containing one frame. > > The WebP decoder adds the animation related features according to the specs: > https://developers.google.com/spe

Re: [FFmpeg-devel] [PATCH 1/2] libavcodec: add support for animated WebP decoding

2020-07-08 Thread Zlomek, Josef
On Wed, Jul 8, 2020 at 11:57 AM Lynne wrote: > Jul 8, 2020, 06:28 by jo...@pex.com: > > > Fixes: 4907 > > > > Adds support for decoding of animated WebP. > > > > The WebP parser now splits the input stream into packets containing one > frame. > > > > The WebP decoder adds the animation related fe

[FFmpeg-devel] [PATCH 1/2] libavcodec: add support for animated WebP decoding

2020-07-07 Thread Josef Zlomek
Fixes: 4907 Adds support for decoding of animated WebP. The WebP parser now splits the input stream into packets containing one frame. The WebP decoder adds the animation related features according to the specs: https://developers.google.com/speed/webp/docs/riff_container#animation The frames of