index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
codec
/
SkCodec.cpp
Commit message (
Expand
)
Author
Age
*
move a bunch of helpers from SkImageInfo.h into priv
Mike Reed
2018-02-09
*
Use SkAndroidCodec in SkAnimatedImage
Leon Scroggins III
2018-01-16
*
Add a method to convert SkCodec::Result to a string
Leon Scroggins III
2018-01-16
*
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
*
encode kAlpha_8 as grayalpha with sigbits for gray==1
Mike Reed
2017-11-30
*
Move SkCodec::Origin into its own file
Leon Scroggins III
2017-10-18
*
Revert "Add an Option for orientation on JPEG encodes"
Ben Wagner
2017-10-18
*
Add an Option for orientation on JPEG encodes
Leon Scroggins III
2017-10-18
*
fix use of uninitialized flag in SkCodec
Ivan Afanasyev
2017-10-09
*
Remove static initializers in SkCodec
Leon Scroggins III
2017-10-03
*
Call initializeColorXform inside SkCodec
Leon Scroggins III
2017-08-18
*
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
*
remove SK_SUPPORT_LEGACY_CODEC_NEW dead code
Mike Reed
2017-07-26
*
add Make factory to SkMemoryStream (simplify call-sites)
Mike Reed
2017-07-26
*
fix legacy compile
Mike Reed
2017-07-25
*
use unique_ptr for codec factories
Mike Reed
2017-07-25
*
Report error on failure to create SkCodec
Leon Scroggins III
2017-07-14
*
Reland "Remove support for decoding to kIndex_8"
Leon Scroggins
2017-07-11
*
Revert "Remove support for decoding to kIndex_8"
Leon Scroggins
2017-07-10
*
Remove support for decoding to kIndex_8
Leon Scroggins III
2017-07-10
*
Add SkCodec::Result indicating error in the data
Leon Scroggins III
2017-07-06
*
Consolidate decoding frames into SkCodec
Leon Scroggins III
2017-06-12
*
Simplify SkCodecs' call to SkColorSpaceXform::apply
Leon Scroggins III
2017-06-05
*
Add animation support to SkWebpCodec
Leon Scroggins III
2017-05-23
*
Switch SkCodec to int for counts and indices
Leon Scroggins III
2017-04-17
*
Add SkCodec methods for individual frames
Leon Scroggins III
2017-04-12
*
Add SkTransferFunctionBehavior flag: Use in codec and encoder
Matt Sarett
2017-03-24
*
Enable legacy premuls in SkColorSpaceXform
Matt Sarett
2017-02-22
*
Use non-linear color spaces for Android decode outputs
Matt Sarett
2017-02-16
*
Set fOptions in SkCodec::getPixels
Leon Scroggins III
2017-01-27
*
Add F16, SkColorSpaceXform support to SkGifCodec
Matt Sarett
2016-11-04
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
Add support for multiple frames in SkCodec
scroggo
2016-10-24
*
Safely handle unsupported color xforms in SkCodec
Matt Sarett
2016-10-20
*
Make SkPngCodec decode progressively.
scroggo
2016-09-16
*
Implement Fill() for incomplete decodes to RGBA_F16
msarett
2016-09-13
*
change SkStreams to work with sk_sp<SkData> instead of SkData*
reed
2016-09-12
*
Use demux API in SkWebpCodec
msarett
2016-09-07
*
Modify SkPngCodec to recognize 565 images from the sBIT chunk
msarett
2016-08-17
*
Remove unnecessary getColorSpace() API from SkCodec
msarett
2016-07-21
*
Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of ht...
scroggo
2016-06-06
*
Make SkPngCodec decode progressively.
scroggo
2016-06-02
*
Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of ht...
scroggo
2016-06-01
*
Make SkPngCodec decode progressively.
scroggo
2016-06-01
*
Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of ht...
scroggo
2016-05-31
[next]