aboutsummaryrefslogtreecommitdiff
path: root/README.android
AgeCommit message (Collapse)Author
2013-02-06Sync libwebp with head#I6ecefe33Vikas Arora
Also added ARM/NEON code for decoder/encoder modules. Change-Id: Ic8028037c94c1191c193d881b799a961b476138e
2012-08-15Updated WebP with head change#I3da2063bVikas Arora
Fixes for RGBA4444 color mode w.r.t fancy upsampling and 4 bit clipping logic. Change-Id: Ib6e58bcdb9de3713d5b874d7660c5734c9a3b104
2012-08-10Sync with the latest libwebp version (0.2.0-rc1)Vikas Arora
Change-Id: I15398a74aaec35cf235247d8e21ad9d9910772b8
2011-07-28Update WebP with the head version#I8317139bandroid-sdk-adt_r20android-sdk-adt_r16.0.1android-sdk-4.0.3_r1android-sdk-4.0.3-tools_r1android-cts-verifier-4.0_r1android-cts-verifier-4.0.3_r1android-cts-4.1_r4android-cts-4.1_r2android-cts-4.1_r1android-cts-4.0_r1android-cts-4.0.3_r2android-cts-4.0.3_r1android-4.1.2_r2.1android-4.1.2_r2android-4.1.2_r1android-4.1.1_r6.1android-4.1.1_r6android-4.1.1_r5android-4.1.1_r4android-4.1.1_r3android-4.1.1_r2android-4.1.1_r1.1android-4.1.1_r1android-4.0.4_r2.1android-4.0.4_r2android-4.0.4_r1.2android-4.0.4_r1.1android-4.0.4_r1android-4.0.3_r1.1android-4.0.3_r1android-4.0.2_r1android-4.0.1_r1.2android-4.0.1_r1.1android-4.0.1_r1tools_r21tools_r20jb-releasejb-mr0-releasejb-devics-plus-aospics-mr1-releaseics-mr1ics-mr0-releaseics-mr0ics-factoryrom-2-releaseVikas Arora
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
2011-07-15Synced the WebP Code (Encoder/Decoder) with Head.Vikas Arora
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
2011-06-16Add WebP Encoder code to the /external/webp code-repo. With this changeVikas Arora
in addtion to libwebp-decode static lib, libwebp-encode static library corresponding to WebP encoder will be build & installed. Change-Id: I809a427a6ad849ba7d16f56dd0b0bc5cba4768ec
2011-06-07Update webp code base to latest version ver 0.1.2Vikas Arora
issue: 3291572 Change-Id: I83b972f2abc7fa7b359d5edbbb9671984ad00fd8
2011-01-04Import libwebp image decoder libraryEric Hassold
Import libwebp image decoder library as external static library, as preamble to adding support for WebP decoding into skia. Change-Id: Ifee49924e73e72f875d13177702f2a0f19b5f9b0