Re: [FFmpeg-devel] [PATCH] avformat/webpdec: WebP demuxer implementation

2021-09-08 Thread Andreas Rheinhardt
yakoy...@gmail.com: > From: Martin Reboredo > > FFmpeg has the ability to mux encoded WebP packets, but it cannot demux the > format. > The purpose of this patch is to add a way to extract pictures from a WebP > stream. > Any other side data processing (mainly ICC profiles) is left up for later

[FFmpeg-devel] [PATCH] avformat/webpdec: WebP demuxer implementation

2021-09-08 Thread yakoyoku
From: Martin Reboredo FFmpeg has the ability to mux encoded WebP packets, but it cannot demux the format. The purpose of this patch is to add a way to extract pictures from a WebP stream. Any other side data processing (mainly ICC profiles) is left up for later work. Although we have a demuxer