- d567a81 Fix bmp bug exposed by fuzzer by msarett · 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
- c6c81e1 Fix filling of incomplete images in SkSampledCodec 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
- 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 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
- ff2a6c8 Use demux API in 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
- 9d15dab Parse ICC profiles from webps by msarett · 8 years ago
- da19f6f Assume all TURBO_HAS_* are true. 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
- de44222 Webp has_alpha is a hint only by msarett · 8 years ago
- ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
- d1ec89b Perform color correction on png decodes by msarett · 8 years ago
- 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
- 6fd4c05 Fix SkJpegCodec::onSkipScanlines when TURBO_HAS_SKIP is not defined by msarett · 8 years ago
- abbd6d5 Add SkColorSpace::Equals() API by msarett · 8 years ago
- 50ce1f2 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
- 39979d8 Revert of Add color space xform support to SkJpegCodec (includes F16!) (patchset #9 id:260001 of https://codereview.chromium.org/2174493002/ ) by msarett · 8 years ago
- 73d5533 Add color space xform support to SkJpegCodec (includes F16!) 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
- f25bff9 Drop support for libjpeg-turbo < 1.2 in SkJpegCodec by msarett · 8 years ago
- 530c844 Remove unnecessary getColorSpace() API from SkCodec by msarett · 8 years ago
- 2812f03 Fix rewinding bug in SkJpegCodec by msarett · 8 years ago
- db00a2a Revert of Fix rewinding bug in SkJpegCodec (patchset #1 id:1 of https://codereview.chromium.org/2161593003/ ) by msarett · 8 years ago
- 4ecb8ab Fix rewinding bug in SkJpegCodec by msarett · 8 years ago
- c1a3e24 SkMatrix44 clarifications and clean-ups by msarett · 9 years ago
- c4ce6b5 Differentiate between sRGBGamma and 2Dot2Gamma by msarett · 9 years ago
- 53180c9 Use Options object passed to startScanlineDecode by scroggo · 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
- 9876ac5 Create SkColorSpaceXform to handle color conversions by msarett · 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
- 4a603fc Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 id:260001 of https://codereview.chromium.org/1952063002/ ) by msarett · 9 years ago
- 740cc88 Create SkColorSpaceXform to handle color conversions by msarett · 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
- a9ef92a SkEncodedInfo: simplify by halcanary · 9 years ago
- a4b09a1 Make SkPngCodec decode progressively. by scroggo · 9 years ago
- 23c5110 Add SkColorSpace to SkImageInfo by msarett · 9 years ago
- f34cd63 Assign sRGB color space to unmarked jpegs and pngs by msarett · 9 years ago
- ba58489 Finish supporting decoding opaque to non-opaque by scroggo · 9 years ago
- bb9f774 Prepare SkColorSpace to be a public API by msarett · 9 years ago
- ad3a5c6 Compile SkForceLinking on CMake by msarett · 9 years ago
- 3e375b0 Fix ICO bug exposed by the fuzzer 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
- 68758ae Remove SkEncodedInfo kPreSwizzled_Color from public API 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
- 0370712 Remove obsolete image codec colorspace hacks. by brianosman · 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
- 4d1061c Add ability to default incoming image data as sRGB by default. by herb · 9 years ago
- e34635d Since PIEX can now return an uncompressed RGB thumbnail, check the type of the image before treating it as a JPEG. by yujieqin · 9 years ago
- 6e077e1 Mark webps as sRGB by msarett · 9 years ago
- 128245c Correct png inverse gAMA when parsing color space by msarett · 9 years ago
- c1d0312 Rename encoders to Sk*ImageEncoder by msarett · 9 years ago
- 3ec5db4 Workaround to set the sRGB flag on SkImageGenerator by msarett · 9 years ago
- 1088db9 Refactor SkBmpCodec by msarett · 9 years ago
- 0e6274f Parse icc profiles and exif orientation from jpeg markers by msarett · 9 years ago
- 852f15d free -> reset by mtklein · 9 years ago
- 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 9 years ago
- 0e3738d free -> reset by mtklein · 9 years ago
- 18300a3 detach -> release by mtklein · 9 years ago
- 7a307df Rename the kRAW_SkEncodedFormat to kDNG_SkEncodedFormat as it is actually only used for DNG format by yujieqin · 9 years ago
- 4984c3c Update Skia's YUV API by msarett · 9 years ago
- d6215cf Add a quick check to the TIFF header of DNG image by yujieqin · 9 years ago
- c04df21 Limit the maximum buffer size of SkRawBufferedStream by yujieqin · 9 years ago
- 1590f3b Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ ) by msarett · 9 years ago
- 095d31c Update Skia's YUV API by msarett · 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