index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
codec
/
SkAndroidCodec.cpp
Commit message (
Expand
)
Author
Age
*
SkSize can be aggregate-initialized
Hal Canary
2017-04-11
*
Allow BF and BRD clients to request an output color space
Matt Sarett
2017-04-11
*
Add codec and color xform support for 565
Matt Sarett
2017-03-28
*
Add SkTransferFunctionBehavior flag: Use in codec and encoder
Matt Sarett
2017-03-24
*
SkAndroidCodec: Leave pixels in encoded colorspace when tf is numerical
Matt Sarett
2017-03-01
*
Use non-linear color spaces for Android decode outputs
Matt Sarett
2017-02-16
*
Suggest P3 for wide gamut images in SkAndroidCodec
Matt Sarett
2017-02-15
*
SkColorSpace: remove named API, add gamut API
Matt Sarett
2017-02-07
*
Revert "SkColorSpace: remove named API, add gamut API"
Matt Sarett
2017-02-07
*
SkColorSpace: remove named API, add gamut API
Matt Sarett
2017-02-07
*
Only attempt index8 if underlying GIF is index8
Leon Scroggins III
2016-12-16
*
Prefer F16 in SkAndroidCodec for high precision images
Matt Sarett
2016-12-14
*
Decode to sRGB on Android
Matt Sarett
2016-12-12
*
SkImageEncoder: simplify API
Hal Canary
2016-11-23
*
Revert 248ff023 & 2cb6cb72
Hal Canary
2016-11-22
*
SkImageEncoder: simplify API
Hal Canary
2016-11-22
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
Add support for multiple frames in SkCodec
scroggo
2016-10-24
*
change SkStreams to work with sk_sp<SkData> instead of SkData*
reed
2016-09-12
*
Compile SkForceLinking on CMake
msarett
2016-05-06
*
detach -> release
mtklein
2016-03-16
*
Rename the kRAW_SkEncodedFormat to kDNG_SkEncodedFormat as it is actually onl...
yujieqin
2016-03-11
*
Individually enable and disable SkCodecs
msarett
2016-02-17
*
Add RAW decoding into Skia.
yujieqin
2016-01-25
*
Revert of Prototype of RAW decoding in Skia. (patchset #32 id:610001 of https...
msarett
2016-01-25
*
Add RAW decoding into Skia.
yujieqin
2016-01-25
*
Change computeOutputColorType() to mimic old behavior
msarett
2015-12-11
*
Make BitmapRegionDecoder succeed on invalid requests
msarett
2015-12-11
*
Add reallyHasAlpha() to SkAndroidCodec
msarett
2015-12-10
*
Make SkAndroidCodec support ico
msarett
2015-12-04
*
Revert of Make SkAndroidCodec support ico (patchset #7 id:130002 of https://c...
scroggo
2015-12-04
*
Make SkAndroidCodec support ico
msarett
2015-12-04
*
Allow SkAndroidCodec to use SkPngChunkReader
msarett
2015-12-02
*
Make SkAndroidCodec support gif
msarett
2015-11-17
*
Make SkAndroidCodec support bmp
msarett
2015-11-17
*
Make SkAndroidCodec support wbmp
msarett
2015-11-16
*
Make AndroidOptions const
scroggo
2015-11-04
*
Combine native sampling with sampling
scroggo
2015-11-03
*
Create an SkAndroidCodec API separate from SkCodec
msarett
2015-10-21