aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec
Commit message (Expand)AuthorAge
* 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
* Add NewRGB() with float gamma to SkColorSpace public APIGravatar Matt Sarett2016-10-14
* Add SkColorSpaceXform to the public APIGravatar msarett2016-10-11
* Add SkColorSpacePrimaries to help with making D50 matricesGravatar msarett2016-10-11
* Simplify rowsDecoded returned by incrementalDecodeGravatar scroggo2016-10-10
* Report 0 rowsDecoded for no rows (SkPngCodec interlaced)Gravatar scroggo2016-10-10
* Fix an assert statement in SkPngCodecGravatar scroggo2016-10-10
* Fix bmp bug exposed by fuzzerGravatar msarett2016-10-05
* Add BGRA as input format to SkColorSpaceXformGravatar msarett2016-09-22
* Make SkColorSpaceXform::New() take bare ptrsGravatar msarett2016-09-22
* Fix filling of incomplete images in SkSampledCodecGravatar msarett2016-09-16
* Support Float32 output from SkColorSpaceXformGravatar msarett2016-09-16
* Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:14000...Gravatar msarett2016-09-16
* Support Float32 output from SkColorSpaceXformGravatar msarett2016-09-16
* 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
* Fix storage of gamut transform matrices in SkColorSpaceGravatar brianosman2016-09-09
* Checking for valid colorType, alphaType, colorSpace in SkCodecGravatar msarett2016-09-08
* Revert of Checking for valid colorType, alphaType, colorSpace in SkCodec (pat...Gravatar msarett2016-09-08
* Checking for valid colorType, alphaType, colorSpace in SkCodecGravatar msarett2016-09-08
* Add color xform support to SkWebpCodecGravatar msarett2016-09-08
* Rename SkColorSpace::GammaNamed to SkColorSpace::RenderTargetGammaGravatar msarett2016-09-07
* Revert of Add color xform support to SkWebpCodec (patchset #2 id:80001 of htt...Gravatar msarett2016-09-07