aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkSampledCodec.cpp
Commit message (Expand)AuthorAge
* Replace nearly all kRespect with kIgnoreGravatar Brian Osman2018-07-12
* Make SkAndroidCodec (optionally) respect originGravatar Leon Scroggins III2018-01-26
* Reland "Remove support for decoding to kIndex_8"Gravatar Leon Scroggins2017-07-11
* Revert "Remove support for decoding to kIndex_8"Gravatar Leon Scroggins2017-07-10
* Remove support for decoding to kIndex_8Gravatar Leon Scroggins III2017-07-10
* Add SkCodec::Result indicating error in the dataGravatar Leon Scroggins III2017-07-06
* Add SkTransferFunctionBehavior flag: Use in codec and encoderGravatar Matt Sarett2017-03-24
* SkImageEncoder: simplify APIGravatar Hal Canary2016-11-23
* Revert 248ff023 & 2cb6cb72Gravatar Hal Canary2016-11-22
* SkImageEncoder: simplify APIGravatar Hal Canary2016-11-22
* Add support for multiple frames in SkCodecGravatar scroggo2016-10-24
* Incremental decode: only use subset for subsettingGravatar scroggo2016-10-17
* Simplify rowsDecoded returned by incrementalDecodeGravatar scroggo2016-10-10
* Fix filling of incomplete images in SkSampledCodecGravatar msarett2016-09-16
* Make SkPngCodec decode progressively.Gravatar scroggo2016-09-16
* Implement Fill() for incomplete decodes to RGBA_F16Gravatar msarett2016-09-13
* Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of ht...Gravatar scroggo2016-06-06
* Make SkPngCodec decode progressively.Gravatar scroggo2016-06-02
* Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of ht...Gravatar scroggo2016-06-01
* Make SkPngCodec decode progressively.Gravatar scroggo2016-06-01
* Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of ht...Gravatar scroggo2016-05-31
* Make SkPngCodec decode progressively.Gravatar scroggo2016-05-31
* Support decoding opaque to *premulGravatar scroggo2016-02-03
* Delete reallyHasAlpha() from SkCodecGravatar msarett2016-01-11
* Add reallyHasAlpha() to SkAndroidCodecGravatar msarett2015-12-10
* Switch SkAutoMalloc to SkAutoTMalloc to avoid castGravatar scroggo2015-12-10
* Make SkAndroidCodec support gifGravatar msarett2015-11-17
* Make SkAndroidCodec support bmpGravatar msarett2015-11-17
* Fix bug in sampled decodesGravatar msarett2015-11-05
* Make AndroidOptions constGravatar scroggo2015-11-04
* Combine native sampling with samplingGravatar scroggo2015-11-03
* Rename SkScaledCodec.cpp to SkSampledCodec.cppGravatar scroggo2015-10-28