2012-07-17 05:04:42 +02:00
|
|
|
- 7/17/12: version 0.1.99
|
2012-05-01 20:24:51 +02:00
|
|
|
* Alpha channel encode/decode support.
|
2012-07-13 23:07:51 +02:00
|
|
|
* Lossless encoder/decoder.
|
2012-05-01 20:24:51 +02:00
|
|
|
Incompatible changes:
|
|
|
|
* The encode ABI has been modified to support alpha encoding.
|
|
|
|
* Deprecated function WebPINew() has been removed.
|
|
|
|
* Decode function signatures have changed to consistently use size_t over
|
|
|
|
int/uint32_t.
|
2012-07-17 05:04:42 +02:00
|
|
|
* decode_vp8.h is no longer installed system-wide.
|
2012-05-01 20:24:51 +02:00
|
|
|
|
2011-09-19 11:12:39 +02:00
|
|
|
- 9/19/11: version 0.1.3
|
2011-08-25 05:41:08 +02:00
|
|
|
* Advanced decoding APIs.
|
|
|
|
* On-the-fly cropping and rescaling of images.
|
2011-08-25 06:36:50 +02:00
|
|
|
* SSE2 instructions for decoding performance optimizations on x86 based platforms.
|
2011-08-25 05:41:08 +02:00
|
|
|
* Support Multi-threaded decoding.
|
|
|
|
* 40% improvement in Decoding performance.
|
|
|
|
* Add support for RGB565, RGBA4444 & ARGB image colorspace.
|
2011-08-25 06:36:50 +02:00
|
|
|
* Better handling of large picture encoding.
|
2011-08-25 05:41:08 +02:00
|
|
|
|
2011-03-26 00:54:47 +01:00
|
|
|
- 3/25/11: version 0.1.2
|
|
|
|
* Incremental decoding: picture can be decoded byte-by-byte if needs be.
|
|
|
|
* lot of bug-fixes, consolidation and stabilization
|
|
|
|
|
2011-03-26 01:57:38 +01:00
|
|
|
- 2/23/11: initial release of version 0.1, with the new encoder
|
|
|
|
- 9/30/10: initial release version with only the lightweight decoder
|