libwebp-0.3.1
commit97f8a48ec3d16c16bc966063f745b1fc1b45dac7
authorjzern@chromium.org <jzern@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 20 Jun 2013 17:23:14 +0000 (20 17:23 +0000)
committerjzern@chromium.org <jzern@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 20 Jun 2013 17:23:14 +0000 (20 17:23 +0000)
tree9cd29705cbaee0bcffa3fe2385f6a7b51d787092
parent0323baf298763af020217eb11b0e86ac7a0e260a
libwebp-0.3.1

Bug fix rollup + incremental decode support for extended format files
(alpha/icc + vp8).

BUG=

Review URL: https://chromiumcodereview.appspot.com/16871017

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207471 0039d316-1c4b-4281-b951-d872f2087c98
83 files changed:
third_party/libwebp/README.chromium
third_party/libwebp/dec/alpha.c
third_party/libwebp/dec/buffer.c
third_party/libwebp/dec/decode_vp8.h
third_party/libwebp/dec/frame.c
third_party/libwebp/dec/idec.c
third_party/libwebp/dec/io.c
third_party/libwebp/dec/layer.c
third_party/libwebp/dec/quant.c
third_party/libwebp/dec/tree.c
third_party/libwebp/dec/vp8.c
third_party/libwebp/dec/vp8i.h
third_party/libwebp/dec/vp8l.c
third_party/libwebp/dec/vp8li.h
third_party/libwebp/dec/webp.c
third_party/libwebp/dec/webpi.h
third_party/libwebp/demux/demux.c
third_party/libwebp/dsp/cpu.c
third_party/libwebp/dsp/dec.c
third_party/libwebp/dsp/dec_neon.c
third_party/libwebp/dsp/dec_sse2.c
third_party/libwebp/dsp/dsp.h
third_party/libwebp/dsp/enc.c
third_party/libwebp/dsp/enc_neon.c
third_party/libwebp/dsp/enc_sse2.c
third_party/libwebp/dsp/lossless.c
third_party/libwebp/dsp/lossless.h
third_party/libwebp/dsp/upsampling.c
third_party/libwebp/dsp/upsampling_neon.c
third_party/libwebp/dsp/upsampling_sse2.c
third_party/libwebp/dsp/yuv.c
third_party/libwebp/dsp/yuv.h
third_party/libwebp/enc/alpha.c
third_party/libwebp/enc/analysis.c
third_party/libwebp/enc/backward_references.c
third_party/libwebp/enc/backward_references.h
third_party/libwebp/enc/config.c
third_party/libwebp/enc/cost.c
third_party/libwebp/enc/cost.h
third_party/libwebp/enc/filter.c
third_party/libwebp/enc/frame.c
third_party/libwebp/enc/histogram.c
third_party/libwebp/enc/histogram.h
third_party/libwebp/enc/iterator.c
third_party/libwebp/enc/layer.c
third_party/libwebp/enc/picture.c
third_party/libwebp/enc/quant.c
third_party/libwebp/enc/syntax.c
third_party/libwebp/enc/token.c
third_party/libwebp/enc/tree.c
third_party/libwebp/enc/vp8enci.h
third_party/libwebp/enc/vp8l.c
third_party/libwebp/enc/vp8li.h
third_party/libwebp/enc/webpenc.c
third_party/libwebp/utils/bit_reader.c
third_party/libwebp/utils/bit_reader.h
third_party/libwebp/utils/bit_writer.c
third_party/libwebp/utils/bit_writer.h
third_party/libwebp/utils/color_cache.c
third_party/libwebp/utils/color_cache.h
third_party/libwebp/utils/filters.c
third_party/libwebp/utils/filters.h
third_party/libwebp/utils/huffman.c
third_party/libwebp/utils/huffman.h
third_party/libwebp/utils/huffman_encode.c
third_party/libwebp/utils/huffman_encode.h
third_party/libwebp/utils/quant_levels.c
third_party/libwebp/utils/quant_levels.h
third_party/libwebp/utils/quant_levels_dec.c
third_party/libwebp/utils/quant_levels_dec.h
third_party/libwebp/utils/rescaler.c
third_party/libwebp/utils/rescaler.h
third_party/libwebp/utils/thread.c
third_party/libwebp/utils/thread.h
third_party/libwebp/utils/utils.c
third_party/libwebp/utils/utils.h
third_party/libwebp/webp/decode.h
third_party/libwebp/webp/demux.h
third_party/libwebp/webp/encode.h
third_party/libwebp/webp/format_constants.h
third_party/libwebp/webp/mux.h
third_party/libwebp/webp/mux_types.h
third_party/libwebp/webp/types.h