> On Apr 16, 2026, at 11:05 AM, James Zern <[email protected]> wrote: > > 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.
This is actually my 2nd attempt as well. Last year I sent one using libwebp and I got the impression that a non-libwebp implementation is preferred. _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
