Hi Peter
On Fri, Apr 04, 2025 at 08:21:21PM -0700, Peter Xia wrote:
> Hi Michael,
>
> The current webp decoder does not support animated, only webp stills. It has
> been a pretty long standing feature request (#4907).
>
> Although it adds dependency of the libwebp decoder library, libwebp itse
Peter Xia 于2025年4月5日周六 11:21写道:
>
> Hi Michael,
>
> The current webp decoder does not support animated, only webp stills. It has
> been a pretty long standing feature request (#4907).
>
> Although it adds dependency of the libwebp decoder library, libwebp itself is
> already a dependency of the
Hi Michael,
The current webp decoder does not support animated, only webp stills. It has
been a pretty long standing feature request (#4907).
Although it adds dependency of the libwebp decoder library, libwebp itself is
already a dependency of the encoder. I feel it’s simpler this way.
I don’
Hi Peter
On Thu, Apr 03, 2025 at 06:17:19PM -0700, Peter Xia wrote:
> Adds support of decoding animated webp.
What is missing / is needed to have our decoder support this ?
Our decoder should be made to support this, instead of
adding an external dependancy
also, isnt there a work in progress p
Adds support of decoding animated webp.
Signed-off-by: Peter Xia
---
Changelog | 1 +
configure | 4 +-
doc/general_contents.texi | 2 +-
libavcodec/Makefile | 1 +
libavcodec/allcodecs.c| 3 +-
libavcodec/libwebpdec.c | 192 +