--- Begin Message ---
On Thu, Jun 26, 2025 at 12:00 AM Hendrik Leppkes
<h.leppkes-at-gmail....@ffmpeg.org> wrote:
>
> On Thu, Jun 26, 2025 at 2:58 AM Michael Niedermayer
> <mich...@niedermayer.cc> wrote:
> >
> > Hi
> >
> > some people use webp apparently, and we have no decoder
> >
>
> libavcodec/webp.c is a decoder.
>

The missing piece is animated webp demuxing/decoding:

[webp @ 0x56227253be80] skipping unsupported chunk: ANIM
[webp @ 0x56227253be80] skipping unsupported chunk: ANMF
    Last message repeated 30 times
[webp @ 0x56227253be80] skipping unsupported chunk: XMP
[webp @ 0x56227253be80] image data not found

Thilo's implementation worked pretty well from what I remember of my
earlier testing. There may be some corner cases that behaved
differently from libwebp's animated decoder, but I don't remember the
details. If nothing else, functionally speaking, it seemed like a good
place to start.

--- End Message ---
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to