Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Issue 16871017: libwebp-0.3.1 (Closed)

Created:
7 years, 6 months ago by jzern
Modified:
7 years, 6 months ago
Reviewers:
fbarchard
CC:
chromium-reviews
Visibility:
Public.

Description

libwebp-0.3.1 Bug fix rollup + incremental decode support for extended format files (alpha/icc + vp8). BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207471

Patch Set 1 #

Patch Set 2 : rc2 -> lossless/alpha decode regression #

Patch Set 3 : 0.3.1 final -> no changes since rc2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1040 lines, -665 lines) Patch
M third_party/libwebp/README.chromium View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/libwebp/dec/alpha.c View 6 chunks +24 lines, -38 lines 0 comments Download
M third_party/libwebp/dec/buffer.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/dec/decode_vp8.h View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/dec/frame.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/dec/idec.c View 8 chunks +35 lines, -9 lines 0 comments Download
M third_party/libwebp/dec/io.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/dec/layer.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/dec/quant.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/dec/tree.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/dec/vp8.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/dec/vp8i.h View 3 chunks +7 lines, -4 lines 0 comments Download
M third_party/libwebp/dec/vp8l.c View 1 10 chunks +193 lines, -135 lines 0 comments Download
M third_party/libwebp/dec/vp8li.h View 2 chunks +7 lines, -4 lines 0 comments Download
M third_party/libwebp/dec/webp.c View 3 chunks +14 lines, -6 lines 0 comments Download
M third_party/libwebp/dec/webpi.h View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/demux/demux.c View 2 chunks +6 lines, -4 lines 0 comments Download
M third_party/libwebp/dsp/cpu.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/dsp/dec.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/dsp/dec_neon.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/dsp/dec_sse2.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/dsp/dsp.h View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/dsp/enc.c View 3 chunks +20 lines, -17 lines 0 comments Download
M third_party/libwebp/dsp/enc_neon.c View 4 chunks +16 lines, -38 lines 0 comments Download
M third_party/libwebp/dsp/enc_sse2.c View 3 chunks +39 lines, -3 lines 0 comments Download
M third_party/libwebp/dsp/lossless.h View 3 chunks +15 lines, -3 lines 0 comments Download
M third_party/libwebp/dsp/lossless.c View 5 chunks +92 lines, -37 lines 0 comments Download
M third_party/libwebp/dsp/upsampling.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/dsp/upsampling_neon.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/dsp/upsampling_sse2.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/dsp/yuv.h View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/dsp/yuv.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/enc/alpha.c View 6 chunks +58 lines, -17 lines 0 comments Download
M third_party/libwebp/enc/analysis.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/enc/backward_references.h View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/enc/backward_references.c View 7 chunks +43 lines, -41 lines 0 comments Download
M third_party/libwebp/enc/config.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/enc/cost.h View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/enc/cost.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/enc/filter.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/enc/frame.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/enc/histogram.h View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/enc/histogram.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/enc/iterator.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/enc/layer.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/enc/picture.c View 3 chunks +7 lines, -5 lines 0 comments Download
M third_party/libwebp/enc/quant.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/enc/syntax.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/enc/token.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/enc/tree.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/enc/vp8enci.h View 2 chunks +6 lines, -4 lines 0 comments Download
M third_party/libwebp/enc/vp8l.c View 8 chunks +67 lines, -47 lines 0 comments Download
M third_party/libwebp/enc/vp8li.h View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/enc/webpenc.c View 2 chunks +7 lines, -5 lines 0 comments Download
M third_party/libwebp/utils/bit_reader.h View 2 chunks +6 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/bit_reader.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/bit_writer.h View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/bit_writer.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/color_cache.h View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/color_cache.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/filters.h View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/filters.c View 3 chunks +7 lines, -5 lines 0 comments Download
M third_party/libwebp/utils/huffman.h View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/huffman.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/huffman_encode.h View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/huffman_encode.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/quant_levels.h View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/quant_levels.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/quant_levels_dec.h View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/quant_levels_dec.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/rescaler.h View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/rescaler.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/thread.h View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/thread.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/utils.h View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/utils/utils.c View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/webp/decode.h View 7 chunks +19 lines, -11 lines 0 comments Download
M third_party/libwebp/webp/demux.h View 5 chunks +13 lines, -11 lines 0 comments Download
M third_party/libwebp/webp/encode.h View 9 chunks +25 lines, -20 lines 0 comments Download
M third_party/libwebp/webp/format_constants.h View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/libwebp/webp/mux.h View 3 chunks +13 lines, -11 lines 0 comments Download
M third_party/libwebp/webp/mux_types.h View 2 chunks +14 lines, -12 lines 0 comments Download
M third_party/libwebp/webp/types.h View 1 chunk +5 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jzern
webp related build / layout tests are looking ok. Not much in this release, mostly ...
7 years, 6 months ago (2013-06-15 19:19:06 UTC) #1
fbarchard
LGTM
7 years, 6 months ago (2013-06-15 20:09:56 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jzern@chromium.org/16871017/18001
7 years, 6 months ago (2013-06-20 06:45:00 UTC) #3
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) chrome_frame_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=166663
7 years, 6 months ago (2013-06-20 14:28:47 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jzern@chromium.org/16871017/18001
7 years, 6 months ago (2013-06-20 17:12:22 UTC) #5
commit-bot: I haz the power
7 years, 6 months ago (2013-06-20 17:23:17 UTC) #6
Message was sent while issue was closed.
Change committed as 207471

Powered by Google App Engine
This is Rietveld 408576698