Create a WebPAnimDecoder API.

This is designed for the simple use-case where one wants to decode all
frames one-by-one in order.

Also, use this API in anim_util library, which is in turn used by
anim_diff tool.

Change-Id: Ie8b653c04e867d40fd23321b3dd41b87689656c7
This commit is contained in:
Urvang Joshi
2015-09-02 16:20:24 -07:00
parent 03fb75221c
commit d39dc8f3cc
8 changed files with 501 additions and 213 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
- Next version:
* New WebPAnimEncoder API for creating animations
* New WebPAnimDecoder API for decoding animations
- 3/3/15: version 0.4.3
This is a binary compatible release.
* Android / gcc / iOS / MSVS build fixes and improvements