OLD | NEW |
1 Name: WebP image encoder/decoder | 1 Name: WebP image encoder/decoder |
2 Short Name: libwebp | 2 Short Name: libwebp |
3 URL: http://code.google.com/speed/webp | 3 URL: http://code.google.com/speed/webp |
4 Version: v0.1.3 | 4 Version: v0.1.3 |
5 License File: LICENSE | 5 License File: LICENSE |
6 Security Critical: Yes | 6 Security Critical: Yes |
7 | 7 |
8 Description: | 8 Description: |
9 Source archive: | 9 Source archive: |
10 http://code.google.com/p/webp/downloads/detail?name=libwebp-0.1.3.tar.gz | 10 http://code.google.com/p/webp/downloads/detail?name=libwebp-0.1.3.tar.gz |
11 | 11 |
12 WebP is an image format that does lossy compression of digital photographic | 12 WebP is an image format that does lossy compression of digital photographic |
13 images. WebP consists of a codec based on VP8, that Google open-sourced in May | 13 images. WebP consists of a codec based on VP8, that Google open-sourced in May |
14 2010 and a container based on RIFF. Webmasters, web developers and browser | 14 2010 and a container based on RIFF. Webmasters, web developers and browser |
15 developers can use WebP to compress, archive and distribute digital images more | 15 developers can use WebP to compress, archive and distribute digital images more |
16 efficiently. | 16 efficiently. |
17 | 17 |
18 Local changes: | 18 Local changes: |
19 * Fix cast and initialization warnings | 19 * Fix cast and initialization warnings |
20 * Removed from types.h the risky: #ifdef ANSI / #define inline /#endif | 20 * Removed from types.h the risky: #ifdef ANSI / #define inline /#endif |
21 * Removed examples/, documentation and build related files, keeping only | 21 * Removed examples/, documentation and build related files, keeping only |
22 the contents of src/. | 22 the contents of src/. |
23 * Merged COPYING/PATENTS to LICENSE | 23 * Merged COPYING/PATENTS to LICENSE |
| 24 * Add BGRX and RGBX variants to the WEBPImportPicture API (needs to be |
| 25 upstreamed to libwebp master). |
24 Upstream cherry-picks: | 26 Upstream cherry-picks: |
25 7bb6a9c idec: fix internal state corruption | 27 7bb6a9c idec: fix internal state corruption |
26 89cd1bb idec: fix WebPIUpdate failure | 28 89cd1bb idec: fix WebPIUpdate failure |
OLD | NEW |