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

Issue 1315583003: Interlaced gifs without the iterator (Closed)

Created:
5 years, 3 months ago by msarett
Modified:
5 years, 3 months ago
Reviewers:
scroggo, djsollen
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Interlaced gifs without the iterator BUG=skia: Committed: https://skia.googlesource.com/skia/+/d02b99f106702bc739d3aa4e3c21f8a0618cbb51

Patch Set 1 #

Total comments: 2

Patch Set 2 : Removing else statements #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -92 lines) Patch
M gyp/codec.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M src/codec/SkCodec_libgif.cpp View 1 2 4 chunks +29 lines, -8 lines 0 comments Download
D src/codec/SkGifInterlaceIter.h View 1 chunk +0 lines, -35 lines 0 comments Download
D src/codec/SkGifInterlaceIter.cpp View 1 2 1 chunk +0 lines, -48 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 12 (4 generated)
msarett
I think it might be useful to consider this change separately from the creation of ...
5 years, 3 months ago (2015-08-24 16:13:59 UTC) #1
msarett
Adding reviewers this time.
5 years, 3 months ago (2015-08-24 16:14:47 UTC) #3
msarett
Derek had an interesting idea for an alternate approach. At the end of every call ...
5 years, 3 months ago (2015-08-25 19:26:51 UTC) #4
scroggo
On 2015/08/25 19:26:51, msarett wrote: > Derek had an interesting idea for an alternate approach. ...
5 years, 3 months ago (2015-08-28 13:42:25 UTC) #5
scroggo
https://codereview.chromium.org/1315583003/diff/1/src/codec/SkCodec_libgif.cpp File src/codec/SkCodec_libgif.cpp (right): https://codereview.chromium.org/1315583003/diff/1/src/codec/SkCodec_libgif.cpp#newcode137 src/codec/SkCodec_libgif.cpp:137: } else if (encodedRow * 4 < height) { ...
5 years, 3 months ago (2015-08-28 13:42:32 UTC) #6
msarett
https://codereview.chromium.org/1315583003/diff/1/src/codec/SkCodec_libgif.cpp File src/codec/SkCodec_libgif.cpp (right): https://codereview.chromium.org/1315583003/diff/1/src/codec/SkCodec_libgif.cpp#newcode137 src/codec/SkCodec_libgif.cpp:137: } else if (encodedRow * 4 < height) { ...
5 years, 3 months ago (2015-08-28 14:30:36 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315583003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315583003/60001
5 years, 3 months ago (2015-08-28 14:31:22 UTC) #11
commit-bot: I haz the power
5 years, 3 months ago (2015-08-28 14:36:58 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as
https://skia.googlesource.com/skia/+/d02b99f106702bc739d3aa4e3c21f8a0618cbb51

Powered by Google App Engine
This is Rietveld 408576698