2013-03-20 22:59:58 +01:00
|
|
|
- 3/20/13: version 0.3.0
|
2013-03-16 23:02:31 +01:00
|
|
|
This is a binary compatible release.
|
2013-01-25 11:04:01 +01:00
|
|
|
* WebPINewRGB/WebPINewYUVA accept being passed a NULL output buffer
|
|
|
|
and will perform auto-allocation.
|
2013-02-15 10:08:52 +01:00
|
|
|
* default filter option is now '-strong -f 60'
|
2013-03-12 00:37:42 +01:00
|
|
|
* encoding speed-up for lossy methods 3 to 6
|
2013-03-12 00:12:19 +01:00
|
|
|
* alpha encoding can be done in parallel to lossy using 'cwebp -mt ...'
|
2013-03-16 23:02:31 +01:00
|
|
|
* color profile, metadata (XMP/EXIF) and animation support finalized in the
|
|
|
|
container.
|
|
|
|
* various NEON assembly additions
|
|
|
|
Tool updates / additions:
|
|
|
|
* gif2webp added
|
|
|
|
* vwebp given color profile & animation support
|
|
|
|
* cwebp can preserve color profile / metadata with '-metadata'
|
2013-01-25 11:04:01 +01:00
|
|
|
|
2012-10-30 01:05:38 +01:00
|
|
|
- 10/30/12: version 0.2.1
|
|
|
|
* Various security related fixes
|
|
|
|
* cwebp.exe: fix import errors on Windows XP
|
|
|
|
* enable DLL builds for mingw targets
|
|
|
|
|
2012-08-04 01:09:59 +02:00
|
|
|
- 8/3/12: version 0.2.0
|
|
|
|
* Add support for ARGB -> YUVA conversion for lossless decoder
|
|
|
|
New functions: WebPINewYUVA, WebPIDecGetYUVA
|
|
|
|
* Add stats for lossless and alpha encoding
|
|
|
|
* Security related hardening: allocation and size checks
|
|
|
|
* Add PAM output support to dwebp
|
|
|
|
|
2012-07-19 21:51:34 +02:00
|
|
|
- 7/19/12: version 0.1.99
|
|
|
|
* This is a pre-release of 0.2.0, not an rc to allow for further
|
|
|
|
incompatible changes based on user feedback.
|
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-07-19 21:51:34 +02:00
|
|
|
* Add TIFF input support to cwebp.
|
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-07-19 21:51:34 +02:00
|
|
|
* cwebp will encode the alpha channel if present.
|
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
|