aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkCodec.cpp
Commit message (Expand)AuthorAge
* Move setAlphaAndRequiredFrame to src/codecGravatar Nigel Tao2018-07-30
* Replace nearly all kRespect with kIgnoreGravatar Brian Osman2018-07-12
* Properly zero in webp if no prior frameGravatar Leon Scroggins III2018-05-24
* Reland "start cleaning up non-skcms SkColorSpaceXforms"Gravatar Mike Klein2018-05-23
* Revert "start cleaning up non-skcms SkColorSpaceXforms"Gravatar Mike Klein2018-05-23
* start cleaning up non-skcms SkColorSpaceXformsGravatar Mike Klein2018-05-22
* non-linear blending first stepsGravatar Mike Klein2018-05-10
* move a bunch of helpers from SkImageInfo.h into privGravatar Mike Reed2018-02-09
* Use SkAndroidCodec in SkAnimatedImageGravatar Leon Scroggins III2018-01-16
* Add a method to convert SkCodec::Result to a stringGravatar Leon Scroggins III2018-01-16
* Reland "Hide SkEncodedInfo"Gravatar Leon Scroggins III2017-12-05
* Revert "Hide SkEncodedInfo"Gravatar Leon Scroggins2017-12-05
* Hide SkEncodedInfoGravatar Leon Scroggins III2017-12-05
* encode kAlpha_8 as grayalpha with sigbits for gray==1Gravatar Mike Reed2017-11-30
* Move SkCodec::Origin into its own fileGravatar Leon Scroggins III2017-10-18
* Revert "Add an Option for orientation on JPEG encodes"Gravatar Ben Wagner2017-10-18
* Add an Option for orientation on JPEG encodesGravatar Leon Scroggins III2017-10-18
* fix use of uninitialized flag in SkCodecGravatar Ivan Afanasyev2017-10-09
* Remove static initializers in SkCodecGravatar Leon Scroggins III2017-10-03
* Call initializeColorXform inside SkCodecGravatar Leon Scroggins III2017-08-18
* Reland "skia: add heif decoding support"Gravatar Leon Scroggins III2017-08-18
* Move calls to conversion_possible to SkCodecGravatar Leon Scroggins III2017-08-17
* Revert "skia: add heif decoding support"Gravatar Mike Klein2017-08-17
* skia: add heif decoding supportGravatar Chong Zhang2017-08-16
* remove SK_SUPPORT_LEGACY_CODEC_NEW dead codeGravatar Mike Reed2017-07-26
* add Make factory to SkMemoryStream (simplify call-sites)Gravatar Mike Reed2017-07-26
* fix legacy compileGravatar Mike Reed2017-07-25
* use unique_ptr for codec factoriesGravatar Mike Reed2017-07-25
* Report error on failure to create SkCodecGravatar Leon Scroggins III2017-07-14
* 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
* Consolidate decoding frames into SkCodecGravatar Leon Scroggins III2017-06-12
* Simplify SkCodecs' call to SkColorSpaceXform::applyGravatar Leon Scroggins III2017-06-05
* Add animation support to SkWebpCodecGravatar Leon Scroggins III2017-05-23
* Switch SkCodec to int for counts and indicesGravatar Leon Scroggins III2017-04-17
* Add SkCodec methods for individual framesGravatar Leon Scroggins III2017-04-12
* Add SkTransferFunctionBehavior flag: Use in codec and encoderGravatar Matt Sarett2017-03-24
* Enable legacy premuls in SkColorSpaceXformGravatar Matt Sarett2017-02-22
* Use non-linear color spaces for Android decode outputsGravatar Matt Sarett2017-02-16
* Set fOptions in SkCodec::getPixelsGravatar Leon Scroggins III2017-01-27
* Add F16, SkColorSpaceXform support to SkGifCodecGravatar Matt Sarett2016-11-04
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* Add support for multiple frames in SkCodecGravatar scroggo2016-10-24
* Safely handle unsupported color xforms in SkCodecGravatar Matt Sarett2016-10-20
* Make SkPngCodec decode progressively.Gravatar scroggo2016-09-16
* Implement Fill() for incomplete decodes to RGBA_F16Gravatar msarett2016-09-13
* change SkStreams to work with sk_sp<SkData> instead of SkData*Gravatar reed2016-09-12
* Use demux API in SkWebpCodecGravatar msarett2016-09-07