History log of /external/webp/src/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
af51b94a435132e9014c324e25fb686b3d07a8c8 28-Aug-2014 Vikas Arora <vikasa@google.com> Sync-patch with libwebp ver 0.4.1

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.
The bug for this request is b/16624377

Ran (OK/Pass) following cts tests for N7 (Razor/flo) & N8 (Volantis/flounder).

cts-tradefed run cts -d -c android.graphics.cts.BitmapTest
cts-tradefed run cts -d -c android.graphics.cts.BitmapFactoryTest
cts-tradefed run cts -d -c android.graphics.cts.BitmapRegionDecoderTest
cts-tradefed run cts -d -c android.graphics.cts.Bitmap_CompressFormatTest
cts-tradefed run cts -d -c android.graphics.cts.Bitmap_ConfigTest
cts-tradefed run cts -d -c android.graphics.cts.BitmapFactory_OptionsTest
cts-tradefed run cts -d -c android.graphics.cts.BitmapShaderTest

Change-Id: Idf2756b8881d10001c0663bca454aac86ab30a39
ndroid.mk
ec/alpha.c
ec/buffer.c
ec/frame.c
ec/idec.c
ec/io.c
ec/layer.c
ec/tree.c
ec/vp8.c
ec/vp8i.h
ec/vp8l.c
ec/vp8li.h
ec/webp.c
ec/webpi.h
emux/demux.c
sp/alpha_processing.c
sp/cpu.c
sp/dec.c
sp/dec_clip_tables.c
sp/dec_mips32.c
sp/dec_neon.c
sp/dec_sse2.c
sp/dsp.h
sp/enc.c
sp/enc_avx2.c
sp/enc_mips32.c
sp/enc_neon.c
sp/enc_sse2.c
sp/lossless.c
sp/lossless.h
sp/lossless_mips32.c
sp/lossless_neon.c
sp/lossless_sse2.c
sp/neon.h
sp/upsampling.c
sp/upsampling_neon.c
sp/upsampling_sse2.c
sp/yuv.c
sp/yuv.h
sp/yuv_mips32.c
sp/yuv_sse2.c
sp/yuv_tables_sse2.h
nc/alpha.c
nc/analysis.c
nc/backward_references.c
nc/backward_references.h
nc/config.c
nc/cost.c
nc/cost.h
nc/filter.c
nc/frame.c
nc/histogram.c
nc/histogram.h
nc/layer.c
nc/picture.c
nc/picture_csp.c
nc/picture_psnr.c
nc/picture_rescale.c
nc/picture_tools.c
nc/quant.c
nc/syntax.c
nc/token.c
nc/vp8enci.h
nc/vp8l.c
nc/vp8li.h
nc/webpenc.c
tils/alpha_processing.c
tils/alpha_processing.h
tils/bit_reader.c
tils/bit_reader.h
tils/bit_reader_inl.h
tils/bit_writer.c
tils/bit_writer.h
tils/color_cache.c
tils/endian_inl.h
tils/huffman.c
tils/huffman.h
tils/huffman_encode.c
tils/huffman_encode.h
tils/quant_levels_dec.c
tils/quant_levels_dec.h
tils/random.h
tils/rescaler.c
tils/rescaler.h
tils/thread.c
tils/thread.h
tils/utils.c
tils/utils.h
40d327484446eb6adea41a817b2fb218d00a7649 23-Apr-2014 Urvang Joshi <urvang@google.com> Cherry-pick upstream bugfix for incremental decode of lossy-alpha

When remapping buffer, br->eos_ was wrongly being set to true for
certain images.

From upstream: https://gerrit.chromium.org/gerrit/#/c/69849/

Change-Id: I933f2da8a6d1c497f8e54ae6fb5bcfc0171660df
tils/bit_reader.c
af0c566847b7693a6b85e2619f83cee5c00647a7 15-Apr-2014 Ying Wang <wangying@google.com> Move module definitions to parent dir

Previously "../"s in LOCAL_SRC_FILES lead to object files out
of the module's intermediate dir and caused build race condition.

Change-Id: I3c3fc05feaf144d4223b8ca5b86a2c497078d2ba
ndroid.mk
ec/Android.mk
nc/Android.mk
259681a1ff4023ac1b19ccdd9c5cd8172cdd3b8a 02-Apr-2014 Urvang Joshi <urvang@google.com> external/webp: cherry-pick upstream alpha decode bugfix

fix out-of-bound read during alpha-plane decoding

From upstream: https://gerrit.chromium.org/gerrit/#/c/69363/

Change-Id: I38ba2773f41a2c028b3fbf9eef303b64958c5f12
ec/vp8l.c
c94bb4c4e9f1cd9289664e4bc6b5e16eb64e2808 24-Mar-2014 Brian Carlstrom <bdc@google.com> am 0db01fc3: Merge "libwebp modules should depend on their makefile"

* commit '0db01fc3411621bec473d50db0071fd2a225962e':
libwebp modules should depend on their makefile
283ceecc485def8b392371325a54f32f66036e45 21-Mar-2014 Urvang Joshi <urvang@google.com> libwebp modules should depend on their makefile

This is to make sure that any change to the makefile triggers rebuilding
of the module.

(cherry picked from commit d68e528902de4473052751486098fc10737338cf)

Change-Id: I1cde729bba94c3d507f308f5131bb50f260e1277
ec/Android.mk
nc/Android.mk
d68e528902de4473052751486098fc10737338cf 21-Mar-2014 Urvang Joshi <urvang@google.com> libwebp modules should depend on their makefile

This is to make sure that any change to the makefile triggers rebuilding
of the module.

Change-Id: Iddbdb034d42fd943e83c610ceb25628c21d43e9d
ec/Android.mk
nc/Android.mk
1802b20aa8c531da44c3ea616de1ec323d5a0f10 28-Feb-2014 Urvang Joshi <urvang@google.com> NDK build support for libwebp-decode library

Change-Id: Id5ae945979343603919bbb3acca921f3392f9e25
ec/Android.mk
e7492d303e42ac495966513a74d78918f9731bf7 29-Jan-2014 Vikas Arora <vikasa@google.com> Fix WebP decode bug for ARGB_4444 color-mode.

Fix the bug for decoding in rgbA_4444 & RGBA_4444 color-modes.
The WEBP_SWAP_16BIT_CSP flag needs to be honored while filling the
Alpha (4 bits) data in the destination buffer and while pre-multiplying
the alpha to RGB colors.

Change-Id: I4468a996fbe6cbb5f41c6300d226606e4c224e06
ec/io.c
sp/upsampling.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
ec/Android.mk
ec/alpha.c
ec/alphai.h
ec/buffer.c
ec/decode_vp8.h
ec/frame.c
ec/idec.c
ec/io.c
ec/layer.c
ec/quant.c
ec/tree.c
ec/vp8.c
ec/vp8i.h
ec/vp8l.c
ec/vp8li.h
ec/webp.c
ec/webpi.h
emux/demux.c
sp/cpu.c
sp/dec.c
sp/dec_neon.c
sp/dec_sse2.c
sp/dsp.h
sp/enc.c
sp/enc_neon.c
sp/enc_sse2.c
sp/lossless.c
sp/lossless.h
sp/upsampling.c
sp/upsampling_neon.c
sp/upsampling_sse2.c
sp/yuv.c
sp/yuv.h
nc/Android.mk
nc/alpha.c
nc/analysis.c
nc/backward_references.c
nc/backward_references.h
nc/config.c
nc/cost.c
nc/cost.h
nc/filter.c
nc/frame.c
nc/histogram.c
nc/histogram.h
nc/iterator.c
nc/layer.c
nc/picture.c
nc/quant.c
nc/syntax.c
nc/token.c
nc/tree.c
nc/vp8enci.h
nc/vp8l.c
nc/vp8li.h
nc/webpenc.c
tils/alpha_processing.c
tils/alpha_processing.h
tils/bit_reader.c
tils/bit_reader.h
tils/bit_writer.c
tils/bit_writer.h
tils/color_cache.c
tils/color_cache.h
tils/filters.c
tils/filters.h
tils/huffman.c
tils/huffman.h
tils/huffman_encode.c
tils/huffman_encode.h
tils/quant_levels.c
tils/quant_levels.h
tils/quant_levels_dec.c
tils/quant_levels_dec.h
tils/random.c
tils/random.h
tils/rescaler.c
tils/rescaler.h
tils/thread.c
tils/thread.h
tils/utils.c
tils/utils.h
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
ec/idec.c
5807b79d0acff7f1bc35c01da54dd51541049137 28-Aug-2013 Vikas Arora <vikasa@google.com> Update libwebp with patch for WebP-Animation.

Bug id for this change is 10512287

Omitted one libwebp patch that was added to Chrome
- f626fe2 Detect canvas and image size mismatch in decoder.
This patch added stricter check for matching the image width & height
and required more data to parse the header.
Since in Android, we use 64 byte buffer to parse the header, this change
was returning NOT_ENOUGH_DATA error while parsing WebP header.

Change-Id: Id73356a85ce1ceeeb822c1c428bf94b7127c6d0f
emux/demux.c
0406ce1417f76f2034833414dcecc9f56253640c 10-Aug-2013 Vikas Arora <vikasa@google.com> Sync-patch with libwebp ver 0.3.1 (Id: Idea3464b)

Change-Id: Ie2de5d5be3d7ec6020810f2d80530aa9d27e82c9
ec/alpha.c
ec/buffer.c
ec/decode_vp8.h
ec/frame.c
ec/idec.c
ec/io.c
ec/layer.c
ec/quant.c
ec/tree.c
ec/vp8.c
ec/vp8i.h
ec/vp8l.c
ec/vp8li.h
ec/webp.c
ec/webpi.h
emux/demux.c
sp/cpu.c
sp/dec.c
sp/dec_neon.c
sp/dec_sse2.c
sp/dsp.h
sp/enc.c
sp/enc_neon.c
sp/enc_sse2.c
sp/lossless.c
sp/lossless.h
sp/upsampling.c
sp/upsampling_neon.c
sp/upsampling_sse2.c
sp/yuv.c
sp/yuv.h
nc/alpha.c
nc/analysis.c
nc/backward_references.c
nc/backward_references.h
nc/config.c
nc/cost.c
nc/cost.h
nc/filter.c
nc/frame.c
nc/histogram.c
nc/histogram.h
nc/iterator.c
nc/layer.c
nc/picture.c
nc/quant.c
nc/syntax.c
nc/token.c
nc/tree.c
nc/vp8enci.h
nc/vp8l.c
nc/vp8li.h
nc/webpenc.c
tils/bit_reader.c
tils/bit_reader.h
tils/bit_writer.c
tils/bit_writer.h
tils/color_cache.c
tils/color_cache.h
tils/filters.c
tils/filters.h
tils/huffman.c
tils/huffman.h
tils/huffman_encode.c
tils/huffman_encode.h
tils/quant_levels.c
tils/quant_levels.h
tils/quant_levels_dec.c
tils/quant_levels_dec.h
tils/rescaler.c
tils/rescaler.h
tils/thread.c
tils/thread.h
tils/utils.c
tils/utils.h
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
ec/Android.mk
ec/alpha.c
ec/frame.c
ec/idec.c
ec/io.c
ec/vp8.c
ec/vp8i.h
ec/vp8l.c
ec/webp.c
emux/demux.c
sp/cpu-features.c
sp/cpu-features.h
sp/cpu.c
sp/dec.c
sp/dec_neon.c
sp/dec_sse2.c
sp/dsp.h
sp/enc.c
sp/enc_neon.c
sp/enc_sse2.c
sp/lossless.c
sp/lossless.h
sp/upsampling.c
sp/upsampling_neon.c
sp/upsampling_sse2.c
sp/yuv.c
sp/yuv.h
nc/Android.mk
nc/alpha.c
nc/analysis.c
nc/backward_references.c
nc/backward_references.h
nc/config.c
nc/frame.c
nc/histogram.c
nc/picture.c
nc/quant.c
nc/syntax.c
nc/token.c
nc/vp8enci.h
nc/vp8l.c
nc/webpenc.c
tils/bit_reader.c
tils/bit_reader.h
tils/huffman_encode.c
tils/quant_levels.c
tils/quant_levels.h
tils/quant_levels_dec.c
tils/quant_levels_dec.h
tils/thread.c
tils/thread.h
tils/utils.c
tils/utils.h
b6dbce6bfeaabde2a7b581c4c6888d532d32f3ac 07-Feb-2013 Derek Sollenberger <djsollen@google.com> Revert "Sync libwebp with head#I6ecefe33"

This reverts commit 4b2196c929b70f2cdc1c2556580d349db89356d8

Change-Id: I3c026866c336663666cb5a2e9e34ecffd1f05595
ec/Android.mk
ec/frame.c
ec/idec.c
ec/io.c
ec/vp8.c
ec/vp8i.h
ec/vp8l.c
ec/webp.c
emux/demux.c
sp/cpu-features.c
sp/cpu-features.h
sp/cpu.c
sp/dec_neon.c
sp/dec_sse2.c
sp/dsp.h
sp/enc.c
sp/enc_neon.c
sp/enc_sse2.c
sp/lossless.c
sp/upsampling.c
sp/upsampling_neon.c
sp/upsampling_sse2.c
sp/yuv.c
sp/yuv.h
nc/Android.mk
nc/alpha.c
nc/analysis.c
nc/backward_references.c
nc/backward_references.h
nc/frame.c
nc/histogram.c
nc/picture.c
nc/quant.c
nc/syntax.c
nc/vp8enci.h
nc/vp8l.c
tils/bit_reader.c
tils/bit_reader.h
tils/huffman_encode.c
tils/utils.c
tils/utils.h
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
ec/Android.mk
ec/frame.c
ec/idec.c
ec/io.c
ec/vp8.c
ec/vp8i.h
ec/vp8l.c
ec/webp.c
emux/demux.c
sp/cpu-features.c
sp/cpu-features.h
sp/cpu.c
sp/dec_neon.c
sp/dec_sse2.c
sp/dsp.h
sp/enc.c
sp/enc_neon.c
sp/enc_sse2.c
sp/lossless.c
sp/upsampling.c
sp/upsampling_neon.c
sp/upsampling_sse2.c
sp/yuv.c
sp/yuv.h
nc/Android.mk
nc/alpha.c
nc/analysis.c
nc/backward_references.c
nc/backward_references.h
nc/frame.c
nc/histogram.c
nc/picture.c
nc/quant.c
nc/syntax.c
nc/vp8enci.h
nc/vp8l.c
tils/bit_reader.c
tils/bit_reader.h
tils/huffman_encode.c
tils/utils.c
tils/utils.h
276905dd9bf0cffd7e04c78c95f2c1057275d5bd 02-Nov-2012 Geremy Condra <gcondra@google.com> Bring in fix for Chrome's 157079.

The upstream fix is at https://chromiumcodereview.appspot.com/11229048

Change-Id: I98a7c55e4fe01f679233df1ad2316f0f7833c923
ec/webp.c
228b1b1f024974d7832b51a3f266e5edc9110c02 16-Aug-2012 Vikas Arora <vikasa@google.com> Updated WebP with head change#I3da2063b

Fixes for RGBA4444 color mode w.r.t fancy upsampling and
4 bit clipping logic.

Change-Id: Ib6e58bcdb9de3713d5b874d7660c5734c9a3b104
ec/io.c
sp/dsp.h
sp/enc.c
sp/enc_sse2.c
sp/yuv.h
nc/analysis.c
nc/frame.c
nc/picture.c
nc/vp8enci.h
tils/huffman_encode.c
a2415724fb3466168b2af5b08bd94ba732c0e753 10-Aug-2012 Vikas Arora <vikasa@google.com> Sync with the latest libwebp version (0.2.0-rc1)

Change-Id: I15398a74aaec35cf235247d8e21ad9d9910772b8
ec/Android.mk
ec/alpha.c
ec/bits.c
ec/bits.h
ec/buffer.c
ec/decode_vp8.h
ec/dsp.c
ec/dsp_sse2.c
ec/frame.c
ec/idec.c
ec/io.c
ec/io_sse2.c
ec/layer.c
ec/quant.c
ec/tree.c
ec/vp8.c
ec/vp8i.h
ec/vp8l.c
ec/vp8li.h
ec/webp.c
ec/webpi.h
ec/yuv.c
ec/yuv.h
sp/cpu.c
sp/dec.c
sp/dec_neon.c
sp/dec_sse2.c
sp/dsp.h
sp/enc.c
sp/enc_sse2.c
sp/lossless.c
sp/lossless.h
sp/upsampling.c
sp/upsampling_sse2.c
sp/yuv.c
sp/yuv.h
nc/Android.mk
nc/alpha.c
nc/analysis.c
nc/backward_references.c
nc/backward_references.h
nc/bit_writer.c
nc/bit_writer.h
nc/config.c
nc/cost.c
nc/cost.h
nc/dsp.c
nc/dsp_sse2.c
nc/filter.c
nc/frame.c
nc/histogram.c
nc/histogram.h
nc/iterator.c
nc/layer.c
nc/picture.c
nc/quant.c
nc/syntax.c
nc/tree.c
nc/vp8enci.h
nc/vp8l.c
nc/vp8li.h
nc/webpenc.c
tils/bit_reader.c
tils/bit_reader.h
tils/bit_writer.c
tils/bit_writer.h
tils/color_cache.c
tils/color_cache.h
tils/filters.c
tils/filters.h
tils/huffman.c
tils/huffman.h
tils/huffman_encode.c
tils/huffman_encode.h
tils/quant_levels.c
tils/quant_levels.h
tils/rescaler.c
tils/rescaler.h
tils/thread.c
tils/thread.h
tils/utils.c
tils/utils.h
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
ec/buffer.c
ec/idec.c
ec/yuv.h
nc/frame.c
nc/vp8enci.h
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
ec/Android.mk
ec/alpha.c
ec/bits.h
ec/buffer.c
ec/dsp.c
ec/dsp_sse2.c
ec/frame.c
ec/idec.c
ec/io.c
ec/io_sse2.c
ec/layer.c
ec/vp8.c
ec/vp8i.h
ec/webp.c
ec/webpi.h
ec/yuv.c
ec/yuv.h
nc/Android.mk
nc/alpha.c
nc/analysis.c
nc/bit_writer.c
nc/bit_writer.h
nc/config.c
nc/cost.c
nc/cost.h
nc/dsp.c
nc/dsp_sse2.c
nc/frame.c
nc/iterator.c
nc/layer.c
nc/picture.c
nc/quant.c
nc/syntax.c
nc/vp8enci.h
nc/webpenc.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
ec/idec.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
ndroid.mk
ec/Android.mk
ec/Makefile.am
ec/Makefile.in
nc/Android.mk
nc/analysis.c
nc/bit_writer.c
nc/bit_writer.h
nc/config.c
nc/cost.c
nc/cost.h
nc/dsp.c
nc/filter.c
nc/frame.c
nc/iterator.c
nc/picture.c
nc/quant.c
nc/syntax.c
nc/tree.c
nc/vp8enci.h
nc/webpenc.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
akefile.am
akefile.in
its.c
its.h
ec/Makefile.am
ec/Makefile.in
ec/bits.c
ec/bits.h
ec/dsp.c
ec/frame.c
ec/idec.c
ec/quant.c
ec/tree.c
ec/vp8.c
ec/vp8i.h
ec/webp.c
ec/webpi.h
ec/yuv.c
ec/yuv.h
sp.c
rame.c
uant.c
ree.c
p8.c
p8i.h
ebp.c
uv.c
uv.h
9aea642eefa7a641ab8b89d953251939221d2719 05-Jan-2011 Eric Hassold <hassold@google.com> Import libwebp image decoder library

Import libwebp image decoder library as external static library, as
preamble to adding support for WebP decoding into skia.

Change-Id: Ifee49924e73e72f875d13177702f2a0f19b5f9b0
akefile.am
akefile.in
its.c
its.h
sp.c
rame.c
uant.c
ree.c
p8.c
p8i.h
ebp.c
uv.c
uv.h