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://developers.google.com/speed/webp | 3 URL: http://developers.google.com/speed/webp |
4 Version: v0.2.0-rc1 | 4 Version: v0.2.0-rc1 |
5 License: BSD | 5 License: BSD |
6 License File: LICENSE | 6 License File: LICENSE |
7 Security Critical: Yes | 7 Security Critical: Yes |
8 | 8 |
9 Description: | 9 Description: |
10 Source archive: | 10 Source archive: |
(...skipping 11 matching lines...) Expand all Loading... |
22 * Merged COPYING/PATENTS to LICENSE | 22 * Merged COPYING/PATENTS to LICENSE |
23 * Added cpu-features.[hc] from the Android NDK to dsp/. | 23 * Added cpu-features.[hc] from the Android NDK to dsp/. |
24 * Revert VP8 encoder changes to avoid WebKit layout test conflicts | 24 * Revert VP8 encoder changes to avoid WebKit layout test conflicts |
25 (fast/canvas/canvas-toDataURL) | 25 (fast/canvas/canvas-toDataURL) |
26 WebKit bug tracking test update: | 26 WebKit bug tracking test update: |
27 https://bugs.webkit.org/show_bug.cgi?id=93310 | 27 https://bugs.webkit.org/show_bug.cgi?id=93310 |
28 Changes reverted: | 28 Changes reverted: |
29 0de3096 use 16bit counters for recording proba counts | 29 0de3096 use 16bit counters for recording proba counts |
30 7f23678 fix for LevelCost + little speed-up | 30 7f23678 fix for LevelCost + little speed-up |
31 7107d54 further speed-up/cleanup of RecordCoeffs() and GetResidualCost() | 31 7107d54 further speed-up/cleanup of RecordCoeffs() and GetResidualCost() |
| 32 * (Security) fix overflow in ParseOptionalChunks; to be upstreamed. |
OLD | NEW |