On Thu, Apr 16, 2026 at 3:36 AM Peter Xia via ffmpeg-devel <[email protected]> wrote: > > Adds support for extended file format specified in > https://developers.google.com/speed/webp/docs/riff_container > which animated webp uses. > > Fixes: #4907 > > Signed-off-by: Peter Xia <[email protected]> > --- > libavcodec/webp.c | 764 +++++++++++++++++++++++++++++++++++++++++----- > 1 file changed, 692 insertions(+), 72 deletions(-) >
There have been a few attempts at this. I think most recently: - https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20568 - https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20565 There has been debate in earlier threads about which approach is best. _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
