History log of /external/webp/src/enc/frame.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5a50414796e9a458925c7a13a15055d02406bf43 21-Aug-2012 Vikas Arora <vikasa@google.com> DO NOT MERGE Sync libwebp ver 0.2.0

Change-Id: Ibbd20e72d28122a9c972621a9752673a28c95d5c
/external/webp/src/enc/frame.c
88fe2b83c4b9232cd08729556fd0485d6a6a92cd 22-Jul-2011 Vikas Arora <vikasa@google.com> Update WebP with the head version#I8317139b

Sync WebP code base to the Change#I8317139b
(https://review.webmproject.org/#change,2675).
- Fixed one potential memory leak in the WebP incremental decoding.
io->teardown() was not always called upon error
- Fixed Endian'ness bug for Color-Configs RGB_565 & ARGB_4444. Need to
swap Byte[0] & Byte[1] for BIG_ENDIAN systems.
- Wrapped the endian'ness code under '#ifdef ANDROID_WEBP_RGB', similar
to jpeglib for handling JCS_RGB_565 & JCS_RGBA_8888 color configs.
Bug-id http://b/issue?id=5084634 (Android->graphics->libskia) tracks
this bug.
- Updated README.android

Change-Id: I548ad2ec65e209a81311efeb44fc10b31eb46942
/external/webp/src/enc/frame.c
466727975bcc57c0c5597bcd0747a2fe4777b303 13-Jul-2011 Vikas Arora <vikasa@google.com> Synced the WebP Code (Encoder/Decoder) with Head.

Added three color-spaces viz ARGB_8888, RGBA_4444, RGB_565 supported by
Android.
- Mentioned the WebP head change#Ia53f845b
(https://review.webmproject.org/#change,2650)
- Changed the color-mode ARGB_4444 to RGBA_4444 (this is the actual one
used in Skia).
- Fixed one bug (4 bit overflow) with RGBA_4444 mode.

Change-Id: I5536ec10176eae01316b09ba82a55dab6055de3d
/external/webp/src/enc/frame.c
7c970a0a679089e416c5887cf7fcece15a70bfa4 16-Jun-2011 Vikas Arora <vikasa@google.com> Add WebP Encoder code to the /external/webp code-repo. With this change
in addtion to libwebp-decode static lib, libwebp-encode static library
corresponding to WebP encoder will be build & installed.

Change-Id: I809a427a6ad849ba7d16f56dd0b0bc5cba4768ec
/external/webp/src/enc/frame.c