Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
288e471eda2c3648ed1c2dfe6212ad3e6b2451b3
/
include
/
codec
78c212a
SK_API-export SkCodec
by Florin Malita
· 8 years ago
3639faa
Add SkCodec::FrameInfo::fFullyReceived
by Leon Scroggins III
· 8 years ago
8dcc84f
Prefer F16 in SkAndroidCodec for high precision images
by Matt Sarett
· 8 years ago
966bb34
Decode to sRGB on Android
by Matt Sarett
· 8 years ago
d737bee
Updated the get_images_from_skps tool to check for ICC profile support
by raftias
· 8 years ago
0dd6987
Be explicit about the vector<FrameInfo> type
by Leon Scroggins III
· 8 years ago
1fcc404
SkEncodeImage: no more link-time registration
by Hal Canary
· 8 years ago
db68301
SkImageEncoder: simplify API
by Hal Canary
· 8 years ago
a2b4bdc
Revert 248ff023 & 2cb6cb72
by Hal Canary
· 8 years ago
248ff02
SkImageEncoder: simplify API
by Hal Canary
· 8 years ago
a9e9bfc
Delete qcms
by Matt Sarett
· 8 years ago
e71b1a1
Report repetition count in SkCodec
by scroggo
· 8 years ago
7f650bd
Tag images as sRGB by default in SkCodec
by Matt Sarett
· 8 years ago
6bd5284
Remove SkAutoTUnref and SkAutoTDelete from public includes.
by bungeman
· 8 years ago
19b9153
Add support for multiple frames in SkCodec
by scroggo
· 8 years ago
313c463
Safely handle unsupported color xforms in SkCodec
by Matt Sarett
· 8 years ago
8e6c7ad
Make SkPngCodec decode progressively.
by scroggo
· 8 years ago
f7eb6fc
Implement Fill() for incomplete decodes to RGBA_F16
by msarett
· 8 years ago
42943c8
change SkStreams to work with sk_sp<SkData> instead of SkData*
by reed
· 8 years ago
549ca32
Modify SkPngCodec to recognize 565 images from the sBIT chunk
by msarett
· 8 years ago
50ce1f2
Add color space xform support to SkJpegCodec (includes F16!)
by msarett
· 8 years ago
39979d8
Revert of Add color space xform support to SkJpegCodec (includes F16!) (patchset #9 id:260001 of https://codereview.chromium.org/2174493002/ )
by msarett
· 8 years ago
73d5533
Add color space xform support to SkJpegCodec (includes F16!)
by msarett
· 8 years ago
530c844
Remove unnecessary getColorSpace() API from SkCodec
by msarett
· 8 years ago
d8d6855
Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ )
by scroggo
· 8 years ago
2cee902
Add color correction benchmark - with comparison to qcms
by msarett
· 8 years ago
6fb2391
Make SkPngCodec decode progressively.
by scroggo
· 8 years ago
9876ac5
Create SkColorSpaceXform to handle color conversions
by msarett
· 8 years ago
26694c3
Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ )
by scroggo
· 8 years ago
4a603fc
Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 id:260001 of https://codereview.chromium.org/1952063002/ )
by msarett
· 8 years ago
740cc88
Create SkColorSpaceXform to handle color conversions
by msarett
· 8 years ago
30e78c9
Make SkPngCodec decode progressively.
by scroggo
· 8 years ago
9a89a09
Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ )
by scroggo
· 8 years ago
a9ef92a
SkEncodedInfo: simplify
by halcanary
· 8 years ago
a4b09a1
Make SkPngCodec decode progressively.
by scroggo
· 8 years ago
23c5110
Add SkColorSpace to SkImageInfo
by msarett
· 8 years ago
68758ae
Remove SkEncodedInfo kPreSwizzled_Color from public API
by msarett
· 9 years ago
ac6c750
Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API
by msarett
· 9 years ago
a45a668
Use SkEncodedInfo in place of SkSwizzler::SrcConfig
by msarett
· 9 years ago
9bc2235
Make all the codecs default profiles based on gTreatSkColorAsSRGB.
by herb
· 9 years ago
c30c418
Add SkEncodedInfo to report properties of encoded image data
by msarett
· 9 years ago
3c92024
Revert of Add SkEncodedInfo to report properties of encoded image data (patchset #6 id:200001 of https://codereview.chromium.org/1820073002/ )
by robertphillips
· 9 years ago
f682d9a
Add SkEncodedInfo to report properties of encoded image data
by msarett
· 9 years ago
0e6274f
Parse icc profiles and exif orientation from jpeg markers
by msarett
· 9 years ago
7a307df
Rename the kRAW_SkEncodedFormat to kDNG_SkEncodedFormat as it is actually only used for DNG format
by yujieqin
· 9 years ago
4984c3c
Update Skia's YUV API
by msarett
· 9 years ago
1590f3b
Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ )
by msarett
· 9 years ago
095d31c
Update Skia's YUV API
by msarett
· 9 years ago
ad8bcfe
Use a smart pointer for SkColorSpace factories
by msarett
· 9 years ago
6a73821
Set SkColorSpace object for PNGs and parse ICC profiles
by msarett
· 9 years ago
9b9497e
Implement onSkipScanlines() for bmp and wbmp
by msarett
· 9 years ago
7b5e553
Add SkAndroidCodec::getPixels
by scroggo
· 9 years ago
c5560be
Support decoding opaque to *premul
by scroggo
· 9 years ago
916de9f
Add RAW decoding into Skia.
by yujieqin
· 9 years ago
c85a9fd
Revert of Prototype of RAW decoding in Skia. (patchset #32 id:610001 of https://codereview.chromium.org/1520403003/ )
by msarett
· 9 years ago
6bd8639
Add RAW decoding into Skia.
by yujieqin
· 9 years ago
b714fb0
Add getYUV8Planes() API to SkCodec
by msarett
· 9 years ago
a4970dc
Delete reallyHasAlpha() from SkCodec
by msarett
· 9 years ago
9a0e346
Make BitmapRegionDecoder succeed on invalid requests
by msarett
· 9 years ago
90c4d5f
Add reallyHasAlpha() to SkAndroidCodec
by msarett
· 9 years ago
db30be2
Make SkCodec support peek() and read()
by scroggo
· 9 years ago
be8216a
Make SkAndroidCodec support ico
by msarett
· 9 years ago
97ff7f5
Revert of Make SkAndroidCodec support ico (patchset #7 id:130002 of https://codereview.chromium.org/1472933002/ )
by scroggo
· 9 years ago
1603e93
Make SkAndroidCodec support ico
by msarett
· 9 years ago
cb0d5c9
Add currScanline() getter to SkCodec API
by msarett
· 9 years ago
7d5105c
Allow SkAndroidCodec to use SkPngChunkReader
by msarett
· 9 years ago
cf98fa9
Add SkPngChunkReader.
by scroggo
· 9 years ago
93c69ff
Revert of Add SkPngChunkReader. (patchset #9 id:160001 of https://codereview.chromium.org/1040453002/ )
by scroggo
· 9 years ago
3389e00
Add SkPngChunkReader.
by scroggo
· 9 years ago
33bee09
Fix -Wunused-parameter errors in SkCodec.h in Android
by msarett
· 9 years ago
e95a068
Make AndroidOptions const
by scroggo
· 9 years ago
3d9d7a7
Create an SkAndroidCodec API separate from SkCodec
by msarett
· 9 years ago
fdb4757
Add subsetting to SkScanlineDecoder
by msarett
· 9 years ago
e6dd004
Fill incomplete images in SkCodec parent class
by msarett
· 9 years ago
cc7f305
SkScaledCodec should implement onRewind()
by msarett
· 9 years ago
e7fc14b
Move all knowledge of X sampling into SkScaledCodec
by scroggo
· 9 years ago
3a7701c
Call rewindIfNeeded in SkCodec
by scroggo
· 9 years ago
46c5747
Merge SkCodec with SkScanlineDecoder
by scroggo
· 9 years ago
5406d6f
Scanline decoding for bmp
by msarett
· 9 years ago
f3c15b7
Move SkTemplates.h to private.
by bungeman
· 9 years ago
b32758a
Test scaling for small images
by msarett
· 9 years ago
8f4ba76
SkScaledCodec class
by emmaleer
· 9 years ago
b0a32cc
Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ )
by egdaniel
· 9 years ago
b157917
SkScaledCodec class
by emmaleer
· 9 years ago
c7993d7
Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.chromium.org/1260673002/ )
by emmaleer
· 9 years ago
d518ea7
SkScaledCodec class
by emmaleer
· 9 years ago
e5aaa07
Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.chromium.org/1260673002/ )
by emmaleer
· 9 years ago
0944100
SkScaledCodec class
by emmaleer
· 9 years ago
b427db1
Consolidate SkCodec functions for handling rewind
by scroggo
· 9 years ago
1c005e4
Create a scanline decoder without creating a codec
by scroggo
· 9 years ago
b636b45
Add the ability to decode a subset to SkCodec
by scroggo
· 9 years ago
9b2cdbf
Allow creating multiple scanline decoders.
by scroggo
· 9 years ago
eb602a5
SkCodec no longer inherits from SkImageGenerator.
by scroggo
· 9 years ago
c0e80c1
In the case of subset decodes, we will often not decode to
by msarett
· 9 years ago
d129084
remove dead code behind BOOL_ONGETINFO
by reed
· 10 years ago
97fdea6
Implementing a scanline decoder for jpeg
by msarett
· 10 years ago
9e43cab
Requires a minor API change to pass the color table to getScanlineDecoder, as we do with getPixels().
by msarett
· 10 years ago
5842154
SkCodec::onGetScanlineDecoder must call rewind.
by scroggo
· 10 years ago
a096d7a
SkCodec: add wbmp class
by halcanary
· 10 years ago
b880d7f
SkCodec: conditionally remove fInfo
by halcanary
· 10 years ago
Next »