aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/codec/SkCodec.h
Commit message (Expand)AuthorAge
* 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
* Add SkTransferFunctionBehavior flag: Use in codec and encoderGravatar Matt Sarett2017-03-24
* SK_API-export SkCodecGravatar Florin Malita2016-12-14
* Add SkCodec::FrameInfo::fFullyReceivedGravatar Leon Scroggins III2016-12-14
* 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
* 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
* Make SkPngCodec decode progressively.Gravatar scroggo2016-05-31
* 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
* Parse icc profiles and exif orientation from jpeg markersGravatar msarett2016-03-21
* Update Skia's YUV APIGravatar msarett2016-03-10
* Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview....Gravatar msarett2016-03-07
* Update Skia's YUV APIGravatar msarett2016-03-07
* Use a smart pointer for SkColorSpace factoriesGravatar msarett2016-03-07
* Set SkColorSpace object for PNGs and parse ICC profilesGravatar msarett2016-03-04
* Implement onSkipScanlines() for bmp and wbmpGravatar msarett2016-02-11
* Support decoding opaque to *premulGravatar scroggo2016-02-03
* Add getYUV8Planes() API to SkCodecGravatar msarett2016-01-22
* Delete reallyHasAlpha() from SkCodecGravatar msarett2016-01-11
* Add reallyHasAlpha() to SkAndroidCodecGravatar msarett2015-12-10
* Make SkCodec support peek() and read()Gravatar scroggo2015-12-08