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

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

Issue 10496016: Add RGBX BGRX support to WEBPImportPicture (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comment nits. Created 8 years, 6 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 | « no previous file | third_party/libwebp/enc/picture.c » ('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 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
OLDNEW
« no previous file with comments | « no previous file | third_party/libwebp/enc/picture.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698