Re: [FFmpeg-devel] [PATCH v4 0/7] webp: add support for animated WebP decoding

2023-07-27 Thread James Zern
On Thu, Jul 27, 2023 at 4:29 AM Thilo Borgmann wrote: > > Am 25.07.23 um 22:14 schrieb James Zern: > > On Tue, Jul 25, 2023 at 1:58 AM Thilo Borgmann > > wrote: > >> > >> Still images fixed from v2. Now includes a fate test for animated webp. > >> > >> Patch 5/7 is still there for making changes

Re: [FFmpeg-devel] [PATCH v4 0/7] webp: add support for animated WebP decoding

2023-07-27 Thread Thilo Borgmann
Am 25.07.23 um 22:14 schrieb James Zern: On Tue, Jul 25, 2023 at 1:58 AM Thilo Borgmann wrote: Still images fixed from v2. Now includes a fate test for animated webp. Patch 5/7 is still there for making changes in lavc/webp reviewable but shall be stashed when pushing. -Thilo Josef Zlomek

Re: [FFmpeg-devel] [PATCH v4 0/7] webp: add support for animated WebP decoding

2023-07-25 Thread James Zern
On Tue, Jul 25, 2023 at 1:58 AM Thilo Borgmann wrote: > > Still images fixed from v2. Now includes a fate test for animated webp. > > Patch 5/7 is still there for making changes in lavc/webp reviewable but > shall be stashed when pushing. > > -Thilo > > > Josef Zlomek (2): > libavcodec/webp: add

[FFmpeg-devel] [PATCH v4 0/7] webp: add support for animated WebP decoding

2023-07-25 Thread Thilo Borgmann
Still images fixed from v2. Now includes a fate test for animated webp. Patch 5/7 is still there for making changes in lavc/webp reviewable but shall be stashed when pushing. -Thilo Josef Zlomek (2): libavcodec/webp: add support for animated WebP decoding libavformat/webp: add WebP demuxer