This is an automated email from the git hooks/post-receive script.

Git pushed a change to branch master
in repository ffmpeg.

    from 5ad8c67e6c apv_decode: add a Vulkan hwaccel
     new 2ca634f5db avcodec/codec_id: add Animated WebP codec ID and descriptor
     new a3d8ba6613 avcodec/webp: add support for Animated WebP decoding
     new 20b009e301 avformat/webp: add Animated WebP demuxer
     new 1572784128 fate: add test for animated WebP

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changelog                   |   2 +
 configure                   |   1 +
 doc/demuxers.texi           |  35 +++
 libavcodec/Makefile         |   1 +
 libavcodec/allcodecs.c      |   1 +
 libavcodec/codec_desc.c     |   8 +
 libavcodec/codec_id.h       |   1 +
 libavcodec/webp.c           | 631 +++++++++++++++++++++++++++++++++++++++++++-
 libavformat/Makefile        |   1 +
 libavformat/allformats.c    |   1 +
 libavformat/version.h       |   2 +-
 libavformat/webp_anim_dec.c | 371 ++++++++++++++++++++++++++
 tests/fate/image.mak        |  13 +
 tests/ref/fate/webp-anim    |  22 ++
 tests/ref/fate/webp-chfmt1  |  23 ++
 tests/ref/fate/webp-chfmt2  | 106 ++++++++
 16 files changed, 1216 insertions(+), 3 deletions(-)
 create mode 100644 libavformat/webp_anim_dec.c
 create mode 100644 tests/ref/fate/webp-anim
 create mode 100644 tests/ref/fate/webp-chfmt1
 create mode 100644 tests/ref/fate/webp-chfmt2

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to