- ede7bac use unique_ptr for codec factories by Mike Reed · 8 years ago
- 588fb04 Report error on failure to create SkCodec by Leon Scroggins III · 8 years ago
- 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 8 years ago
- 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 8 years ago
- 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 8 years ago
- ee7c820 Remove debug checks for unsupported ICC profiles by Matt Sarett · 8 years ago
- c6e6a5f Simplify SkCodecs' call to SkColorSpaceXform::apply by Leon Scroggins III · 8 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 · 9 years ago
- 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 9 years ago
- ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 9 years ago
- 34c69d6 Reland "Respect full precision for RGB16 PNGs" (part 3) by Matt Sarett · 9 years ago
- dfff166 Revert "Respect full precision for RGB16 PNGs" by Matt Sarett · 9 years ago
- 7a090c4 Respect full precision for RGB16 PNGs by Matt Sarett · 9 years ago
- 523116d Unify ICC support for gray jpegs and gray pngs by Matt Sarett · 9 years ago
- 379938e Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 9 years ago
- 25b6083 Revert "Use RasterPipeline to support full precision on 16-bit RGBA pngs" by Matt Sarett · 9 years ago
- bb2339d Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 9 years ago
- 5dfb4e4 Use shared toSRGBD50 matrix in SkPngCodec by Matt Sarett · 9 years ago
- 7a1cc67 SkPngCodec: Add support for 16-bit pngs (step 1) by Matt Sarett · 9 years ago
- d737bee Updated the get_images_from_skps tool to check for ICC profile support by raftias · 9 years ago
- 562e681 Refactor RGBA/BGRA xform logic in SkCodecs by Matt Sarett · 9 years ago
- 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 9 years ago
- 61eedeb Add F16, SkColorSpaceXform support to SkGifCodec by Matt Sarett · 9 years ago
- 1a85ca5 Fix color xforms for Index8 bmps by Matt Sarett · 9 years ago
- 145dbcd Remove SkAutoTDelete. by Ben Wagner · 9 years ago
- 99e3f7d Remove unneeded SkColorSpace constructor TBR=reed@google.com BUG=skia: by Matt Sarett · 9 years ago
- 526972e Rename all color space factories from New* to Make* by Brian Osman · 9 years ago
- 313c463 Safely handle unsupported color xforms in SkCodec by Matt Sarett · 9 years ago
- e9ea349 Consider the start_coord in interlaced PNG by scroggo · 9 years ago
- 4f2a88c Incremental decode: only use subset for subsetting by scroggo · 9 years ago
- c434f51 Add NewRGB() with float gamma to SkColorSpace public API by Matt Sarett · 9 years ago
- 31d097e8 Add SkColorSpaceXform to the public API by msarett · 9 years ago
- a5a31dd Add SkColorSpacePrimaries to help with making D50 matrices by msarett · 9 years ago
- ff9f7bb Simplify rowsDecoded returned by incrementalDecode by scroggo · 9 years ago
- e61b3b4 Report 0 rowsDecoded for no rows (SkPngCodec interlaced) by scroggo · 9 years ago
- c46cdd4 Fix an assert statement in SkPngCodec by scroggo · 9 years ago
- cf7b877 Add BGRA as input format to SkColorSpaceXform by msarett · 9 years ago
- 4be0e7c Make SkColorSpaceXform::New() take bare ptrs by msarett · 9 years ago
- c044461 Support Float32 output from SkColorSpaceXform by msarett · 9 years ago
- c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 9 years ago
- 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 9 years ago
- 8e6c7ad Make SkPngCodec decode progressively. by scroggo · 9 years ago
- f7eb6fc Implement Fill() for incomplete decodes to RGBA_F16 by msarett · 9 years ago
- de68d6c Fix storage of gamut transform matrices in SkColorSpace by brianosman · 9 years ago
- 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 9 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 · 9 years ago
- 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 9 years ago
- e99883f Add color xform support to SkWebpCodec by msarett · 9 years ago
- 48ba2b8 Rename SkColorSpace::GammaNamed to SkColorSpace::RenderTargetGamma by msarett · 9 years ago
- 2eb00e7 Revert of Add color xform support to SkWebpCodec (patchset #2 id:80001 of https://codereview.chromium.org/2294993002/ ) by msarett · 9 years ago
- 828ed17 Add color xform support to SkWebpCodec by msarett · 9 years ago
- 400a93b Make swizzler optional for SkPngCodec, refactor xforms by msarett · 9 years ago
- f849601 We can't infer the right type for voidp for old png_jmpbuf() by mtklein · 9 years ago
- 6dc5b9a SkPngCodec: voidp instead of forward-declares for png.h types. by mtklein · 9 years ago
- 6321381 GN: more optional components: jpeg, pdf, png, xml by mtklein · 9 years ago
- d331742 Fix MSAN - mark temporary memory as kNo_ZeroInitialized by msarett · 9 years ago
- dcd5e65 Support color xforms for kIndex8 pngs by msarett · 9 years ago
- 35bb74b Fix color xform width bug when scaling/subsetting by msarett · 9 years ago
- 549ca32 Modify SkPngCodec to recognize 565 images from the sBIT chunk by msarett · 9 years ago
- d1ec89b Perform color correction on png decodes by msarett · 9 years ago
- dc90b53 Silence -Wclobbered in each file that needs it. by mtklein · 9 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 · 9 years ago
- 03f704a Silence -Wclobbered in each file that needs it. by mtklein · 9 years ago
- 5544795 Convert XYZ values from PNGs to D50 by msarett · 9 years ago
- c1a3e24 SkMatrix44 clarifications and clean-ups by msarett · 9 years ago
- c4ce6b5 Differentiate between sRGBGamma and 2Dot2Gamma by msarett · 9 years ago
- d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 9 years ago
- 6fb2391 Make SkPngCodec decode progressively. by scroggo · 9 years ago
- 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 9 years ago
- 30e78c9 Make SkPngCodec decode progressively. by scroggo · 9 years ago
- 9a89a09 Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 9 years ago
- a4b09a1 Make SkPngCodec decode progressively. by scroggo · 9 years ago
- f34cd63 Assign sRGB color space to unmarked jpegs and pngs by msarett · 9 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
- 50d3b57 return 4x4 matrix from SkColorSpace by reed · 9 years ago
- ffc2aea Introduce SkGammas type to represent ICC gamma curves by msarett · 9 years ago
- a2ffa98 Revert of Introduce SkGammas type to represent ICC gamma curves (patchset #7 id:40002 of https://codereview.chromium.org/1928123002/ ) by msarett · 9 years ago
- 7b2c6dd Introduce SkGammas type to represent ICC gamma curves by msarett · 9 years ago
- ac6c750 Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API by msarett · 9 years ago
- 34e0ec4 Support the non-native (RGBA/BGRA) swizzle by msarett · 9 years ago
- a45a668 Use SkEncodedInfo in place of SkSwizzler::SrcConfig by msarett · 9 years ago
- c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 9 years ago
- 3c92024 Revert of Add SkEncodedInfo to report properties of encoded image data (patchset #6 id:200001 of https://codereview.chromium.org/1820073002/ ) by robertphillips · 9 years ago
- f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 9 years ago
- 128245c Correct png inverse gAMA when parsing color space by msarett · 9 years ago
- 18300a3 detach -> release by mtklein · 9 years ago
- ad8bcfe Use a smart pointer for SkColorSpace factories by msarett · 9 years ago
- e244322 Check libpng version before reading color space by msarett · 9 years ago
- 6a73821 Set SkColorSpace object for PNGs and parse ICC profiles by msarett · 9 years ago
- 5d2cd6e Move SkUtils.h to src/core. by bungeman · 9 years ago