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
*
Add SkAndroidCodec::MakeFromCodec
Leon Scroggins III
2018-01-04
*
Push much of the SkColorSpace_Base interface up to SkColorSpace
Brian Osman
2017-12-12
*
Reland "Hide SkEncodedInfo"
Leon Scroggins III
2017-12-05
*
Revert "Hide SkEncodedInfo"
Leon Scroggins
2017-12-05
*
Hide SkEncodedInfo
Leon Scroggins III
2017-12-05
*
Remove static initializers in SkCodec
Leon Scroggins III
2017-10-03
*
Remove loop unrolling code in load_gamut
nagarajan.n
2017-09-07
*
Reland "skia: add heif decoding support"
Leon Scroggins III
2017-08-18
*
Move calls to conversion_possible to SkCodec
Leon Scroggins III
2017-08-17
*
Revert "skia: add heif decoding support"
Mike Klein
2017-08-17
*
skia: add heif decoding support
Chong Zhang
2017-08-16
*
add Make factory to SkMemoryStream (simplify call-sites)
Mike Reed
2017-07-26
*
use unique_ptr for codec factories
Mike Reed
2017-07-25
*
Index8 is dead, remove guarded code
Mike Reed
2017-07-17
*
Report error on failure to create SkCodec
Leon Scroggins III
2017-07-14
*
Fix computeOutputColorSpace
Leon Scroggins III
2017-07-13
*
Guard to remove kIndex_8_SkColorType
Mike Reed
2017-07-13
*
Revert "Revert "Do not return Index8 from SkAndroidCodec::computeOutputColorT...
Matt Sarett
2017-06-14
*
Revert "Do not return Index8 from SkAndroidCodec::computeOutputColorType"
Matt Sarett
2017-06-08
*
Do not return Index8 from SkAndroidCodec::computeOutputColorType
Matt Sarett
2017-06-08
*
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
[next]