aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec
Commit message (Expand)AuthorAge
* Do not create SkGifCodec if true size is not knownGravatar Leon Scroggins III2016-12-09
* remove SK_SUPPORT_LEGACY_REFENCODEDDATA_NOCTX flagGravatar Mike Reed2016-12-08
* Color-correct Gray JPEG image decoding via ICC profiles.Gravatar raftias2016-12-05
* Do not create an SkRawCodec with zero dimensionsGravatar Leon Scroggins III2016-12-02
* Added CMYK support for ICC profiles.Gravatar raftias2016-12-01
* Revert "Added CMYK support for ICC profiles."Gravatar Mike Klein2016-12-01
* Added CMYK support for ICC profiles.Gravatar raftias2016-12-01
* Fix float/int bug in SkRawCodecGravatar Matt Sarett2016-11-29
* SkImageEncoder: simplify APIGravatar Hal Canary2016-11-23
* Revert 248ff023 & 2cb6cb72Gravatar Hal Canary2016-11-22
* SkImageEncoder: simplify APIGravatar Hal Canary2016-11-22
* Support decoding images to multiple formats, depending on usageGravatar Brian Osman2016-11-21
* Revert "Support decoding images to multiple formats, depending on usage"Gravatar Brian Osman2016-11-15
* Support decoding images to multiple formats, depending on usageGravatar Brian Osman2016-11-15
* Refactor RGBA/BGRA xform logic in SkCodecsGravatar Matt Sarett2016-11-08
* Fail jpeg decodes on too many progressive scansGravatar Matt Sarett2016-11-08
* s/SkAutoTUnref/sk_sp/ in src/ part 1Gravatar Hal Canary2016-11-07
* Finish color space support for SkCodecGravatar Matt Sarett2016-11-07
* Add F16, SkColorSpaceXform support to SkGifCodecGravatar Matt Sarett2016-11-04
* Avoid pretending to support CMYK color xforms in SkJpegCodecGravatar Matt Sarett2016-11-04
* Fix color xforms for Index8 bmpsGravatar Matt Sarett2016-11-04
* Add F16, SkColorSpaceXform support to SkBmpCodecGravatar Matt Sarett2016-11-03
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* Revert "Add F16, SkColorSpaceXform support to SkBmpCodec"Gravatar Matt Sarett2016-11-03
* Add F16, SkColorSpaceXform support to SkBmpCodecGravatar Matt Sarett2016-11-03
* Remove SkAutoTDeleteArrayGravatar Ben Wagner2016-11-02
* Delete qcmsGravatar Matt Sarett2016-11-01
* Report repetition count in SkCodecGravatar scroggo2016-11-01
* Use correct color table for prior GIF framesGravatar Leon Scroggins III2016-10-31
* Tag images as sRGB by default in SkCodecGravatar Matt Sarett2016-10-31
* Remove unneeded SkColorSpace constructorGravatar Matt Sarett2016-10-28
* Revert "Always use a color table with 256 colors"Gravatar Leon Scroggins III2016-10-27
* Fix decoding GIF to 565Gravatar scroggo2016-10-27
* Write transparent pixels more often (SkGifCodec)Gravatar scroggo2016-10-26
* SkGifCodec: do not write off the end of memory when repeatCount > 1Gravatar Matt Sarett2016-10-26
* GIF: Fill the frame if we have a dummy color tableGravatar scroggo2016-10-25
* SK_FIX_BUILDGravatar scroggo2016-10-25
* Always use a color table with 256 colorsGravatar scroggo2016-10-25
* Fix more namespace conflicts in SkGifImageReaderGravatar scroggo2016-10-25
* Rename GIFImageReader to SkGifImageReaderGravatar scroggo2016-10-24
* Add support for multiple frames in SkCodecGravatar scroggo2016-10-24
* Rename all color space factories from New* to Make*Gravatar Brian Osman2016-10-24
* Safely handle unsupported color xforms in SkCodecGravatar Matt Sarett2016-10-20
* Subtract start_coord instead of adding itGravatar scroggo2016-10-19
* Refactored SkColorSpace and added in a Lab PCS GMGravatar raftias2016-10-18
* Consider the start_coord in interlaced PNGGravatar scroggo2016-10-18
* Incremental decode: only use subset for subsettingGravatar scroggo2016-10-17
* Avoid integer overflow in SkIcoCodec and SkImageInfoGravatar Matt Sarett2016-10-17
* Revert "Avoid integer overflow in SkIcoCodec"Gravatar Matt Sarett2016-10-17
* Avoid integer overflow in SkIcoCodecGravatar Matt Sarett2016-10-17