History log of /external/webp/src/dec/idec.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9e80ee991168a0a6c2a906dd2c17c5e17df4566e 18-Mar-2015 James Zern <jzern@google.com> external/webp: update to v0.4.3

+ dropped some dated / unused files: INSTALL, examples/*

- 3/3/15: version 0.4.3
This is a binary compatible release.
* Android / gcc / iOS / MSVS build fixes and improvements
* lossless decode fix (issue #239 -- since 0.4.0)
* documentation / vwebp updates for animation
* multi-threading fix (issue #234)

Change-Id: I7777e5d35f5659488a98fd773bd2a645ac06215d
/external/webp/src/dec/idec.c
8c098653157979e397d3954fc2ea0ee43bae6ab2 28-Jan-2015 Vikas Arora <vikasa@google.com> Sync-patch with libwebp ver 0.4.2

Sync-patch with libwebp ver 0.4.2 (change#I32a22786f)
Also cherry-picked one-line fix for Alpha-decode bug (ref: 'src < src_end')

Verfied the build on volantis/flounder (N9), razor/flo (N7), hammerhead (N5) and nakasi
(N7-old) and verified that the corrupted image rendered correctly on
Razor and Volantis devices.

Change-Id: I1d013d5b8d2236957c85c2cd2cdfa083733b5215
/external/webp/src/dec/idec.c
33f74dabbc7920a65ed435d7417987589febdc16 25-Jul-2014 Vikas Arora <vikasa@google.com> Sync-patch with libwebp ver 0.4.1-rc1.

Sync-patch with libwebp ver 0.4.1-rc1 (change#I5346984d2).
- NEON assembly optimizations:
- ~25% faster lossy decode / encode (-m 4)
- ~10% faster lossless decode
- ~5-10% faster lossless encode (-m 3/4)
- Arch64 (arm64) & MIPS support/optimizations.

Change-Id: I855b65cec8fad5ec567c276b698e7714dc4bffd2
/external/webp/src/dec/idec.c
8b720228d581a84fd173b6dcb2fa295b59db489a 03-Jan-2014 Vikas Arora <vikasa@google.com> Updated the libwebp with version 0.4.0-rc1

Updated the libwebp with the release 0.4.0-rc1 (change#I22be12d8).

Build & Ran following tests for Nexus N7 (Razor)
runtest --path cts/tests/tests/graphics/src/android/graphics/cts/BitmapTest.java
runtest --path cts/tests/tests/graphics/src/android/graphics/cts/BitmapFactoryTest.java
runtest --path cts/tests/tests/graphics/src/android/graphics/cts/BitmapRegionDecoderTest.java
runtest --path cts/tests/tests/graphics/src/android/graphics/cts/Bitmap_CompressFormatTest.java
runtest --path cts/tests/tests/graphics/src/android/graphics/cts/Bitmap_ConfigTest.java
runtest --path cts/tests/tests/graphics/src/android/graphics/cts/BitmapFactory_OptionsTest.java
runtest --path cts/tests/tests/graphics/src/android/graphics/cts/BitmapShaderTest.java

Also did the full Android build for following targets:
- flo
- grouper
- mako
- x86

Before this change is submitted, need to submit the change for cts/tests to update the threshold for WebP encoding for color-mode RGB565.
(Refer: https://googleplex-android-review.git.corp.google.com/#/c/403360/)

Change-Id: Ib2db2ebf0395276d45c3e8dc70d7b451e3678e6f
/external/webp/src/dec/idec.c
513e97bd307573e2adc776eb5368bd129aceaa4a 18-Sep-2013 Vikas Arora <vikasa@google.com> Fix memleak in WebPIDelete (change#Id4faef1b).

Corresponding bug for this fix is b/10823924

Happens when decoding is partial (past Partition0), without error and
interrupted by calling WebPIDelete()
WebPIDelete() needs to call VP8ExitCritical() to free in-flight
resources.

The upstream change for WebP has landed WebP git via gerrit patch:
https://gerrit.chromium.org/gerrit/#/c/67199/


Change-Id: Iae0fb5d1bd239f9641503f08ffb79780da7aa42f
/external/webp/src/dec/idec.c
0406ce1417f76f2034833414dcecc9f56253640c 10-Aug-2013 Vikas Arora <vikasa@google.com> Sync-patch with libwebp ver 0.3.1 (Id: Idea3464b)

Change-Id: Ie2de5d5be3d7ec6020810f2d80530aa9d27e82c9
/external/webp/src/dec/idec.c
1e7bf8805bd030c19924a5306837ecd72c295751 14-Mar-2013 Vikas Arora <vikasa@google.com> Sync-patch with libwebp (ChangeId: Ia5475247)

Added 16bit swapping of RGB565 / RGB4444 colorspace.
Added ARM/NEON code for decoder/encoder modules.
Speedup in WebP compression (method 3 and above).

Change-Id: I95a697338bef7c3ea08054eb5f850a97d1889eb9
/external/webp/src/dec/idec.c
b6dbce6bfeaabde2a7b581c4c6888d532d32f3ac 07-Feb-2013 Derek Sollenberger <djsollen@google.com> Revert "Sync libwebp with head#I6ecefe33"

This reverts commit 4b2196c929b70f2cdc1c2556580d349db89356d8

Change-Id: I3c026866c336663666cb5a2e9e34ecffd1f05595
/external/webp/src/dec/idec.c
4b2196c929b70f2cdc1c2556580d349db89356d8 30-Jan-2013 Vikas Arora <vikasa@google.com> Sync libwebp with head#I6ecefe33

Also added ARM/NEON code for decoder/encoder modules.

Change-Id: Ic8028037c94c1191c193d881b799a961b476138e
/external/webp/src/dec/idec.c
a2415724fb3466168b2af5b08bd94ba732c0e753 10-Aug-2012 Vikas Arora <vikasa@google.com> Sync with the latest libwebp version (0.2.0-rc1)

Change-Id: I15398a74aaec35cf235247d8e21ad9d9910772b8
/external/webp/src/dec/idec.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/dec/idec.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/dec/idec.c
3417a639b7b2a482a76019e987c9cfb5045e1cee 06-Jul-2011 Vikas Arora <vikasa@google.com> Support WebP Incremental Decoding.

Updated Android-WebP code to support Incremental WebP decoding.
Added a public method (idec.c) for setting custom IO hooks (used in
Android-Skia-WebP decoder class).

Incorporated Pascal's comment.
Change-Id: I5365b8b629e7ec5a0bedba235225fec517cad76a
/external/webp/src/dec/idec.c
03d5e34c70f174c16282b0efdc6bb9473df5f8f1 02-Jun-2011 Vikas Arora <vikasa@google.com> Update webp code base to latest version ver 0.1.2

issue: 3291572
Change-Id: I83b972f2abc7fa7b359d5edbbb9671984ad00fd8
/external/webp/src/dec/idec.c