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

Issue 1018953003: Add SkEncodedFormat, used by SkCodec. (Closed)

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

Description

Add SkEncodedFormat, used by SkCodec. Needed by Android to determine the format. Committed: https://skia.googlesource.com/skia/+/1dd3ea9d4523436578c86dc8d8f43d63fa188c01

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Use a common enum for SkImageEncoder and SkImageDecoder and SkCodec #

Total comments: 4

Patch Set 4 : Update SkImageDecoder_empty. #

Patch Set 5 : Just change SkCodec, with TODO for the others. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -0 lines) Patch
M include/codec/SkCodec.h View 1 2 3 4 3 chunks +8 lines, -0 lines 0 comments Download
A include/codec/SkEncodedFormat.h View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
M include/core/SkImageDecoder.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M include/core/SkImageEncoder.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/codec/SkCodec_libbmp.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/codec/SkCodec_libpng.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
scroggo
5 years, 9 months ago (2015-03-18 16:59:49 UTC) #2
djsollen
lgtm
5 years, 9 months ago (2015-03-18 17:35:55 UTC) #3
scroggo
Some questions brought up in a live conversation with reed@: > Why enums and not ...
5 years, 9 months ago (2015-03-18 17:57:42 UTC) #5
scroggo
> Why not share enums (i.e. with SkImageEncoder)? Done. The interesting bits in patch set ...
5 years, 9 months ago (2015-03-19 20:00:21 UTC) #6
scroggo
On 2015/03/19 20:00:21, scroggo wrote: > > Why not share enums (i.e. with SkImageEncoder)? > ...
5 years, 9 months ago (2015-03-20 18:31:42 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1018953003/80001
5 years, 9 months ago (2015-03-20 18:32:10 UTC) #10
commit-bot: I haz the power
5 years, 9 months ago (2015-03-20 18:55:59 UTC) #11
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/1dd3ea9d4523436578c86dc8d8f43d63fa188c01

Powered by Google App Engine
This is Rietveld 408576698