Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: third_party/libwebp/README.chromium

Issue 10821103: Make 'License' field in third-party metadata required (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/libva/README.chromium ('k') | third_party/libxml/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
OLDNEW
« no previous file with comments | « third_party/libva/README.chromium ('k') | third_party/libxml/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698