- 36f7e32 Reland "Switch SkCodec to use skcms plus fixes"" by Leon Scroggins III · 6 years ago
- 83988ed Revert "Reland "Switch SkCodec to use skcms" plus fixes" by Leon Scroggins · 6 years ago
- 49894f4 Reland "Switch SkCodec to use skcms" plus fixes by Leon Scroggins III · 6 years ago
- 33d5394 Revert "Switch SkCodec to use skcms" and follow on change by Leon Scroggins III · 6 years ago
- 81886e8 Switch SkCodec to use skcms by Leon Scroggins III · 6 years ago
- e643a9e SkCodec: Always use 0 for filling by Leon Scroggins III · 6 years ago
- 22be4c4 SkMacros split from SkTypes.h by Hal Canary · 6 years ago
- 9b1a886 Fix fuschia roll by Leon Scroggins III · 7 years ago
- 9e8a594 Support pngs with incorrect CMF bytes by Leon Scroggins III · 7 years ago
- d6cb11e encode kAlpha_8 as grayalpha with sigbits for gray==1 by Mike Reed · 7 years ago
- f78b55c Simplify SkColorSpace::MakeICC by Leon Scroggins III · 7 years ago
- 862c196 Remove static initializers in SkCodec by Leon Scroggins III · 7 years ago
- dd7ffa5 Handle the error input case in SkPngCodec decode function by nagarajan.n · 7 years ago
- a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
- ae79f32 Call initializeColorXform inside SkCodec by Leon Scroggins III · 7 years ago
- 0741818 Move calls to conversion_possible to SkCodec by Leon Scroggins III · 7 years ago
- ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
- 588fb04 Report error on failure to create SkCodec by Leon Scroggins III · 7 years ago
- 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
- 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
- 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
- ee7c820 Remove debug checks for unsupported ICC profiles by Matt Sarett · 7 years ago
- c6e6a5f Simplify SkCodecs' call to SkColorSpaceXform::apply by Leon Scroggins III · 7 years ago
- d59948a SkPngCodec: Do not return kInvalidConversion on corrupt png by Matt Sarett · 8 years ago
- 600effb Improve the Codec_end test and add fixes by Leon Scroggins III · 8 years ago
- b644650 Fix decoding incomplete PNG images by Leon Scroggins III · 8 years ago
- 8323965 Reland "Make SkPngCodec only read as much of the stream as necessary" by Leon Scroggins III · 8 years ago
- 434b6e8 Revert "Make SkPngCodec only read as much of the stream as necessary" by Leon Scroggins · 8 years ago
- 2c65d51 Make SkPngCodec only read as much of the stream as necessary by Leon Scroggins III · 8 years ago
- 19aff5d 565 codec color xform support: fix colortable / incomplete image behavior by Matt Sarett · 8 years ago
- 3725f0a Add codec and color xform support for 565 by Matt Sarett · 8 years ago
- cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 8 years ago
- 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
- 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
- ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
- 34c69d6 Reland "Respect full precision for RGB16 PNGs" (part 3) by Matt Sarett · 8 years ago
- dfff166 Revert "Respect full precision for RGB16 PNGs" by Matt Sarett · 8 years ago
- 7a090c4 Respect full precision for RGB16 PNGs by Matt Sarett · 8 years ago
- 523116d Unify ICC support for gray jpegs and gray pngs by Matt Sarett · 8 years ago
- 379938e Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
- 25b6083 Revert "Use RasterPipeline to support full precision on 16-bit RGBA pngs" by Matt Sarett · 8 years ago
- bb2339d Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
- 5dfb4e4 Use shared toSRGBD50 matrix in SkPngCodec by Matt Sarett · 8 years ago
- 7a1cc67 SkPngCodec: Add support for 16-bit pngs (step 1) by Matt Sarett · 8 years ago
- d737bee Updated the get_images_from_skps tool to check for ICC profile support by raftias · 8 years ago
- 562e681 Refactor RGBA/BGRA xform logic in SkCodecs by Matt Sarett · 8 years ago
- 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
- 61eedeb Add F16, SkColorSpaceXform support to SkGifCodec by Matt Sarett · 8 years ago
- 1a85ca5 Fix color xforms for Index8 bmps by Matt Sarett · 8 years ago
- 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
- 99e3f7d Remove unneeded SkColorSpace constructor TBR=reed@google.com BUG=skia: by Matt Sarett · 8 years ago
- 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
- 313c463 Safely handle unsupported color xforms in SkCodec by Matt Sarett · 8 years ago
- e9ea349 Consider the start_coord in interlaced PNG by scroggo · 8 years ago
- 4f2a88c Incremental decode: only use subset for subsetting by scroggo · 8 years ago
- c434f51 Add NewRGB() with float gamma to SkColorSpace public API by Matt Sarett · 8 years ago
- 31d097e8 Add SkColorSpaceXform to the public API by msarett · 8 years ago
- a5a31dd Add SkColorSpacePrimaries to help with making D50 matrices by msarett · 8 years ago
- ff9f7bb Simplify rowsDecoded returned by incrementalDecode by scroggo · 8 years ago
- e61b3b4 Report 0 rowsDecoded for no rows (SkPngCodec interlaced) by scroggo · 8 years ago
- c46cdd4 Fix an assert statement in SkPngCodec by scroggo · 8 years ago
- cf7b877 Add BGRA as input format to SkColorSpaceXform by msarett · 8 years ago
- 4be0e7c Make SkColorSpaceXform::New() take bare ptrs by msarett · 8 years ago
- c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
- c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
- 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
- 8e6c7ad Make SkPngCodec decode progressively. by scroggo · 8 years ago
- f7eb6fc Implement Fill() for incomplete decodes to RGBA_F16 by msarett · 8 years ago
- de68d6c Fix storage of gamut transform matrices in SkColorSpace by brianosman · 8 years ago
- 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
- 85c922a Revert of Checking for valid colorType, alphaType, colorSpace in SkCodec (patchset #2 id:100001 of https://codereview.chromium.org/2319293003/ ) by msarett · 8 years ago
- 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
- e99883f Add color xform support to SkWebpCodec by msarett · 8 years ago
- 48ba2b8 Rename SkColorSpace::GammaNamed to SkColorSpace::RenderTargetGamma by msarett · 8 years ago
- 2eb00e7 Revert of Add color xform support to SkWebpCodec (patchset #2 id:80001 of https://codereview.chromium.org/2294993002/ ) by msarett · 8 years ago
- 828ed17 Add color xform support to SkWebpCodec by msarett · 8 years ago
- 400a93b Make swizzler optional for SkPngCodec, refactor xforms by msarett · 8 years ago
- f849601 We can't infer the right type for voidp for old png_jmpbuf() by mtklein · 8 years ago
- 6dc5b9a SkPngCodec: voidp instead of forward-declares for png.h types. by mtklein · 8 years ago
- 6321381 GN: more optional components: jpeg, pdf, png, xml by mtklein · 8 years ago
- d331742 Fix MSAN - mark temporary memory as kNo_ZeroInitialized by msarett · 8 years ago
- dcd5e65 Support color xforms for kIndex8 pngs by msarett · 8 years ago
- 35bb74b Fix color xform width bug when scaling/subsetting by msarett · 8 years ago
- 549ca32 Modify SkPngCodec to recognize 565 images from the sBIT chunk by msarett · 8 years ago
- d1ec89b Perform color correction on png decodes by msarett · 8 years ago
- dc90b53 Silence -Wclobbered in each file that needs it. by mtklein · 8 years ago
- 2f42896 Revert of Silence -Wclobbered in each file that needs it. (patchset #2 id:20001 of https://codereview.chromium.org/2184823009/ ) by mtklein · 8 years ago
- 03f704a Silence -Wclobbered in each file that needs it. by mtklein · 8 years ago
- 5544795 Convert XYZ values from PNGs to D50 by msarett · 8 years ago
- c1a3e24 SkMatrix44 clarifications and clean-ups by msarett · 8 years ago
- c4ce6b5 Differentiate between sRGBGamma and 2Dot2Gamma by msarett · 8 years ago
- d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
- 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
- 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
- 30e78c9 Make SkPngCodec decode progressively. by scroggo · 8 years ago
- 9a89a09 Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
- a4b09a1 Make SkPngCodec decode progressively. by scroggo · 8 years ago
- f34cd63 Assign sRGB color space to unmarked jpegs and pngs by msarett · 8 years ago
- bb9f774 Prepare SkColorSpace to be a public API by msarett · 9 years ago
- 02125d1 Create a single, unique pointer to sRGB color space by msarett · 9 years ago