| 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: BSD |
| 5 License File: LICENSE | 6 License File: LICENSE |
| 6 Security Critical: Yes | 7 Security Critical: Yes |
| 7 | 8 |
| 8 Description: | 9 Description: |
| 9 Source archive: | 10 Source archive: |
| 10 http://code.google.com/p/webp/downloads/detail?name=libwebp-0.1.3.tar.gz | 11 http://code.google.com/p/webp/downloads/detail?name=libwebp-0.1.3.tar.gz |
| 11 | 12 |
| 12 WebP is an image format that does lossy compression of digital photographic | 13 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 | 14 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 | 15 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 | 16 developers can use WebP to compress, archive and distribute digital images more |
| 16 efficiently. | 17 efficiently. |
| 17 | 18 |
| 18 Local changes: | 19 Local changes: |
| 19 * Fix cast and initialization warnings | 20 * Fix cast and initialization warnings |
| 20 * Removed from types.h the risky: #ifdef ANSI / #define inline /#endif | 21 * Removed from types.h the risky: #ifdef ANSI / #define inline /#endif |
| 21 * Removed examples/, documentation and build related files, keeping only | 22 * Removed examples/, documentation and build related files, keeping only |
| 22 the contents of src/. | 23 the contents of src/. |
| 23 * Merged COPYING/PATENTS to LICENSE | 24 * Merged COPYING/PATENTS to LICENSE |
| 24 * Add BGRX and RGBX variants to the WEBPImportPicture API (needs to be | 25 * Add BGRX and RGBX variants to the WEBPImportPicture API (needs to be |
| 25 upstreamed to libwebp master). | 26 upstreamed to libwebp master). |
| 26 * Fix for possible int / size_t overflow in buffer-size calculations | 27 * Fix for possible int / size_t overflow in buffer-size calculations |
| 27 Upstream cherry-picks: | 28 Upstream cherry-picks: |
| 28 7bb6a9c idec: fix internal state corruption | 29 7bb6a9c idec: fix internal state corruption |
| 29 89cd1bb idec: fix WebPIUpdate failure | 30 89cd1bb idec: fix WebPIUpdate failure |
| OLD | NEW |