aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkPngCodec.cpp
Commit message (Expand)AuthorAge
* Reland "Respect full precision for RGB16 PNGs" (part 3)Gravatar Matt Sarett2017-01-20
* Revert "Respect full precision for RGB16 PNGs"Gravatar Matt Sarett2017-01-18
* Respect full precision for RGB16 PNGsGravatar Matt Sarett2017-01-18
* Unify ICC support for gray jpegs and gray pngsGravatar Matt Sarett2017-01-13
* Use RasterPipeline to support full precision on 16-bit RGBA pngsGravatar Matt Sarett2017-01-13
* Revert "Use RasterPipeline to support full precision on 16-bit RGBA pngs"Gravatar Matt Sarett2017-01-12
* Use RasterPipeline to support full precision on 16-bit RGBA pngsGravatar Matt Sarett2017-01-12
* Use shared toSRGBD50 matrix in SkPngCodecGravatar Matt Sarett2017-01-04
* SkPngCodec: Add support for 16-bit pngs (step 1)Gravatar Matt Sarett2016-12-14
* Updated the get_images_from_skps tool to check for ICC profile supportGravatar raftias2016-12-12
* Refactor RGBA/BGRA xform logic in SkCodecsGravatar Matt Sarett2016-11-08
* s/SkAutoTUnref/sk_sp/ in src/ part 1Gravatar Hal Canary2016-11-07
* Add F16, SkColorSpaceXform support to SkGifCodecGravatar Matt Sarett2016-11-04
* Fix color xforms for Index8 bmpsGravatar Matt Sarett2016-11-04
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* Remove unneeded SkColorSpace constructorGravatar Matt Sarett2016-10-28
* 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
* Consider the start_coord in interlaced PNGGravatar scroggo2016-10-18
* Incremental decode: only use subset for subsettingGravatar scroggo2016-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
* Add BGRA as input format to SkColorSpaceXformGravatar msarett2016-09-22
* Make SkColorSpaceXform::New() take bare ptrsGravatar msarett2016-09-22
* 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
* 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
* 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
* Fix MSAN - mark temporary memory as kNo_ZeroInitializedGravatar msarett2016-08-22
* Support color xforms for kIndex8 pngsGravatar msarett2016-08-22
* Fix color xform width bug when scaling/subsettingGravatar msarett2016-08-22
* Modify SkPngCodec to recognize 565 images from the sBIT chunkGravatar msarett2016-08-17
* Perform color correction on png decodesGravatar msarett2016-08-03