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

Issue 2729473002: libwebp: cherry-pick lossless incremental decoding fix (Closed)

Created:
3 years, 9 months ago by jzern
Modified:
3 years, 9 months ago
Reviewers:
urvang
CC:
chromium-reviews, skal
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

libwebp: port lossless incremental decoding fix f8fad4fa lossless incremental decoding: fix missing eos_ test use if (br->eos_) break; as this snapshot does not contain: 16be192f VP8LSetBitPos: remove the eos_ setting original commit message: The patch 21735e0 introduced a bug where a goto path was not testing the eos_ state. If this happened just before a row_sync, a SaveState() would be called that would store the eos_ state as '1' till the end of the loop. This usually was not a problem, except for the very last chunk where we disable the incremental decoding altogether (we have all the data). The termination tests were then going wrong. The fix is to add a proper eos_ test and avoid falling in this inconsistent state. (https://chromium.googlesource.com/webm/libwebp/+/21735e06f7c1cb35562754e7f54365f24124ef15) BUG=webp:332 Review-Url: https://codereview.chromium.org/2729473002 Cr-Commit-Position: refs/heads/master@{#455989} Committed: https://chromium.googlesource.com/chromium/src/+/add860c481edc82fa704ea09341942680cdd0e4a

Patch Set 1 #

Patch Set 2 : port to 0.6.0 eos_ semantics #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M third_party/libwebp/README.chromium View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/libwebp/dec/vp8l_dec.c View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 40 (29 generated)
urvang
lgtm
3 years, 9 months ago (2017-03-03 00:03:52 UTC) #8
jzern
On 2017/03/03 00:03:52, urvang wrote: > lgtm submitting now that we're past the m58 branch
3 years, 9 months ago (2017-03-07 00:57:05 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2729473002/20001
3 years, 9 months ago (2017-03-07 00:58:03 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/379014)
3 years, 9 months ago (2017-03-07 03:58:20 UTC) #13
jzern
On 2017/03/07 03:58:20, commit-bot: I haz the power wrote: > Try jobs failed on following ...
3 years, 9 months ago (2017-03-07 04:48:47 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2729473002/20001
3 years, 9 months ago (2017-03-07 04:49:47 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/379185)
3 years, 9 months ago (2017-03-07 07:16:37 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2729473002/20001
3 years, 9 months ago (2017-03-08 00:12:30 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/335680)
3 years, 9 months ago (2017-03-08 02:40:21 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2729473002/40001
3 years, 9 months ago (2017-03-10 03:46:49 UTC) #37
commit-bot: I haz the power
3 years, 9 months ago (2017-03-10 04:16:37 UTC) #40
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/add860c481edc82fa704ea093419...

Powered by Google App Engine
This is Rietveld 408576698