| Commit message (Expand) | Author | Age |
* | Incremental decode: only use subset for subsetting | scroggo | 2016-10-17 |
* | Avoid integer overflow in SkIcoCodec and SkImageInfo | Matt Sarett | 2016-10-17 |
* | Revert "Avoid integer overflow in SkIcoCodec" | Matt Sarett | 2016-10-17 |
* | Avoid integer overflow in SkIcoCodec | Matt Sarett | 2016-10-17 |
* | Add NewRGB() with float gamma to SkColorSpace public API | Matt Sarett | 2016-10-14 |
* | Add SkColorSpaceXform to the public API | msarett | 2016-10-11 |
* | Add SkColorSpacePrimaries to help with making D50 matrices | msarett | 2016-10-11 |
* | Simplify rowsDecoded returned by incrementalDecode | scroggo | 2016-10-10 |
* | Report 0 rowsDecoded for no rows (SkPngCodec interlaced) | scroggo | 2016-10-10 |
* | Fix an assert statement in SkPngCodec | scroggo | 2016-10-10 |
* | Fix bmp bug exposed by fuzzer | msarett | 2016-10-05 |
* | Add BGRA as input format to SkColorSpaceXform | msarett | 2016-09-22 |
* | Make SkColorSpaceXform::New() take bare ptrs | msarett | 2016-09-22 |
* | Fix filling of incomplete images in SkSampledCodec | msarett | 2016-09-16 |
* | Support Float32 output from SkColorSpaceXform | msarett | 2016-09-16 |
* | Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:14000... | msarett | 2016-09-16 |
* | Support Float32 output from SkColorSpaceXform | msarett | 2016-09-16 |
* | Make SkPngCodec decode progressively. | scroggo | 2016-09-16 |
* | Implement Fill() for incomplete decodes to RGBA_F16 | msarett | 2016-09-13 |
* | change SkStreams to work with sk_sp<SkData> instead of SkData* | reed | 2016-09-12 |
* | Fix storage of gamut transform matrices in SkColorSpace | brianosman | 2016-09-09 |
* | Checking for valid colorType, alphaType, colorSpace in SkCodec | msarett | 2016-09-08 |
* | Revert of Checking for valid colorType, alphaType, colorSpace in SkCodec (pat... | msarett | 2016-09-08 |
* | Checking for valid colorType, alphaType, colorSpace in SkCodec | msarett | 2016-09-08 |
* | Add color xform support to SkWebpCodec | msarett | 2016-09-08 |
* | Rename SkColorSpace::GammaNamed to SkColorSpace::RenderTargetGamma | msarett | 2016-09-07 |
* | Revert of Add color xform support to SkWebpCodec (patchset #2 id:80001 of htt... | msarett | 2016-09-07 |
* | Add color xform support to SkWebpCodec | msarett | 2016-09-07 |
* | Use demux API in SkWebpCodec | msarett | 2016-09-07 |
* | Make swizzler optional for SkPngCodec, refactor xforms | msarett | 2016-09-01 |
* | We can't infer the right type for voidp for old png_jmpbuf() | mtklein | 2016-08-24 |
* | SkPngCodec: voidp instead of forward-declares for png.h types. | mtklein | 2016-08-24 |
* | GN: more optional components: jpeg, pdf, png, xml | mtklein | 2016-08-24 |
* | Parse ICC profiles from webps | msarett | 2016-08-24 |
* | Assume all TURBO_HAS_* are true. | mtklein | 2016-08-23 |
* | Fix MSAN - mark temporary memory as kNo_ZeroInitialized | msarett | 2016-08-22 |
* | Support color xforms for kIndex8 pngs | msarett | 2016-08-22 |
* | Fix color xform width bug when scaling/subsetting | msarett | 2016-08-22 |
* | Modify SkPngCodec to recognize 565 images from the sBIT chunk | msarett | 2016-08-17 |
* | Webp has_alpha is a hint only | msarett | 2016-08-14 |
* | Convert SkAutoTUnref<SkData> to sk_sp<SkData>. | bungeman | 2016-08-03 |
* | Perform color correction on png decodes | msarett | 2016-08-03 |
* | Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. | bungeman | 2016-08-02 |
* | Fix SkJpegCodec::onSkipScanlines when TURBO_HAS_SKIP is not defined | msarett | 2016-08-01 |
* | Add SkColorSpace::Equals() API | msarett | 2016-08-01 |
* | Add color space xform support to SkJpegCodec (includes F16!) | msarett | 2016-07-29 |
* | Revert of Add color space xform support to SkJpegCodec (includes F16!) (patch... | msarett | 2016-07-28 |
* | Add color space xform support to SkJpegCodec (includes F16!) | msarett | 2016-07-28 |
* | Silence -Wclobbered in each file that needs it. | mtklein | 2016-07-28 |
* | Revert of Silence -Wclobbered in each file that needs it. (patchset #2 id:200... | mtklein | 2016-07-28 |