aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec
Commit message (Expand)AuthorAge
* 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
* Add color xform support to SkWebpCodecGravatar msarett2016-09-07
* Use demux API in SkWebpCodecGravatar msarett2016-09-07
* Make swizzler optional for SkPngCodec, refactor xformsGravatar msarett2016-09-01
* We can't infer the right type for voidp for old png_jmpbuf()Gravatar mtklein2016-08-24
* SkPngCodec: voidp instead of forward-declares for png.h types.Gravatar mtklein2016-08-24
* GN: more optional components: jpeg, pdf, png, xmlGravatar mtklein2016-08-24
* Parse ICC profiles from webpsGravatar msarett2016-08-24
* Assume all TURBO_HAS_* are true.Gravatar mtklein2016-08-23
* Fix MSAN - mark temporary memory as kNo_ZeroInitializedGravatar msarett2016-08-22
* Support color xforms for kIndex8 pngsGravatar msarett2016-08-22