aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/codec
Commit message (Expand)AuthorAge
* 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
* Correct GIF frame dependencies and track alphaGravatar Leon Scroggins III2017-04-11
* Allow BF and BRD clients to request an output color spaceGravatar Matt Sarett2017-04-11
* Add SkTransferFunctionBehavior flag: Use in codec and encoderGravatar Matt Sarett2017-03-24
* Suggest P3 for wide gamut images in SkAndroidCodecGravatar Matt Sarett2017-02-15
* SK_API-export SkCodecGravatar Florin Malita2016-12-14
* Add SkCodec::FrameInfo::fFullyReceivedGravatar Leon Scroggins III2016-12-14
* Prefer F16 in SkAndroidCodec for high precision imagesGravatar Matt Sarett2016-12-14
* Decode to sRGB on AndroidGravatar Matt Sarett2016-12-12
* Updated the get_images_from_skps tool to check for ICC profile supportGravatar raftias2016-12-12
* Be explicit about the vector<FrameInfo> typeGravatar Leon Scroggins III2016-12-02
* SkEncodeImage: no more link-time registrationGravatar Hal Canary2016-11-30
* SkImageEncoder: simplify APIGravatar Hal Canary2016-11-23
* Revert 248ff023 & 2cb6cb72Gravatar Hal Canary2016-11-22
* SkImageEncoder: simplify APIGravatar Hal Canary2016-11-22
* Delete qcmsGravatar Matt Sarett2016-11-01
* Report repetition count in SkCodecGravatar scroggo2016-11-01
* Tag images as sRGB by default in SkCodecGravatar Matt Sarett2016-10-31
* Remove SkAutoTUnref and SkAutoTDelete from public includes.Gravatar bungeman2016-10-27
* 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
* Modify SkPngCodec to recognize 565 images from the sBIT chunkGravatar msarett2016-08-17
* Add color space xform support to SkJpegCodec (includes F16!)Gravatar msarett2016-07-29
* Revert of Add color space xform support to SkJpegCodec (includes F16!) (patch...Gravatar msarett2016-07-28
* Add color space xform support to SkJpegCodec (includes F16!)Gravatar msarett2016-07-28
* Remove unnecessary getColorSpace() API from SkCodecGravatar msarett2016-07-21
* Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of ht...Gravatar scroggo2016-06-06
* Add color correction benchmark - with comparison to qcmsGravatar msarett2016-06-03
* Make SkPngCodec decode progressively.Gravatar scroggo2016-06-02
* Create SkColorSpaceXform to handle color conversionsGravatar msarett2016-06-01
* Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of ht...Gravatar scroggo2016-06-01
* Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 ...Gravatar msarett2016-06-01
* Create SkColorSpaceXform to handle color conversionsGravatar msarett2016-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
* SkEncodedInfo: simplifyGravatar halcanary2016-05-31
* Make SkPngCodec decode progressively.Gravatar scroggo2016-05-31
* Add SkColorSpace to SkImageInfoGravatar msarett2016-05-27
* Remove SkEncodedInfo kPreSwizzled_Color from public APIGravatar msarett2016-04-25
* Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public APIGravatar msarett2016-04-25
* Use SkEncodedInfo in place of SkSwizzler::SrcConfigGravatar msarett2016-04-22
* Make all the codecs default profiles based on gTreatSkColorAsSRGB.Gravatar herb2016-04-20
* Add SkEncodedInfo to report properties of encoded image dataGravatar msarett2016-04-20
* Revert of Add SkEncodedInfo to report properties of encoded image data (patch...Gravatar robertphillips2016-04-19
* Add SkEncodedInfo to report properties of encoded image dataGravatar msarett2016-04-18