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

Issue 22802020: libwebp: upstream animation cherry-picks (Closed)

Created:
7 years, 4 months ago by urvang (Google)
Modified:
7 years, 4 months ago
Reviewers:
fbarchard
CC:
chromium-reviews, jzern
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

libwebp: upstream animation cherry-picks WebPIterator now also denotes if the frame has alpha. Support for "Do not blend" in demux library. These two improve the decoding performance of animated WebP images. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=218714

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -18 lines) Patch
M third_party/libwebp/README.chromium View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/libwebp/demux/demux.c View 12 chunks +17 lines, -15 lines 2 comments Download
M third_party/libwebp/webp/demux.h View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/libwebp/webp/mux.h View 1 chunk +2 lines, -1 line 2 comments Download
M third_party/libwebp/webp/mux_types.h View 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
urvang (Google)
7 years, 4 months ago (2013-08-21 01:47:46 UTC) #1
fbarchard
https://codereview.chromium.org/22802020/diff/1/third_party/libwebp/demux/demux.c File third_party/libwebp/demux/demux.c (right): https://codereview.chromium.org/22802020/diff/1/third_party/libwebp/demux/demux.c#newcode259 third_party/libwebp/demux/demux.c:259: frame->has_alpha_ |= features.has_alpha; if you dont check the pointer, ...
7 years, 4 months ago (2013-08-21 02:00:13 UTC) #2
urvang (Google)
https://codereview.chromium.org/22802020/diff/1/third_party/libwebp/demux/demux.c File third_party/libwebp/demux/demux.c (right): https://codereview.chromium.org/22802020/diff/1/third_party/libwebp/demux/demux.c#newcode259 third_party/libwebp/demux/demux.c:259: frame->has_alpha_ |= features.has_alpha; On 2013/08/21 02:00:13, fbarchard wrote: > ...
7 years, 4 months ago (2013-08-21 02:16:51 UTC) #3
fbarchard
lgtm. On 2013/08/21 02:16:51, urvang wrote: > https://codereview.chromium.org/22802020/diff/1/third_party/libwebp/demux/demux.c > File third_party/libwebp/demux/demux.c (right): > > https://codereview.chromium.org/22802020/diff/1/third_party/libwebp/demux/demux.c#newcode259 ...
7 years, 4 months ago (2013-08-21 02:18:52 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/urvang@google.com/22802020/1
7 years, 4 months ago (2013-08-21 02:20:33 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/urvang@google.com/22802020/1
7 years, 4 months ago (2013-08-21 05:00:52 UTC) #6
commit-bot: I haz the power
7 years, 4 months ago (2013-08-21 12:45:20 UTC) #7
Message was sent while issue was closed.
Change committed as 218714

Powered by Google App Engine
This is Rietveld 408576698