| Commit message (Expand) | Author | Age |
* | 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 |
* | Silence -Wclobbered in each file that needs it. | mtklein | 2016-07-28 |
* | Convert XYZ values from PNGs to D50 | msarett | 2016-07-22 |
* | Drop support for libjpeg-turbo < 1.2 in SkJpegCodec | msarett | 2016-07-21 |
* | Remove unnecessary getColorSpace() API from SkCodec | msarett | 2016-07-21 |
* | Fix rewinding bug in SkJpegCodec | msarett | 2016-07-18 |
* | Revert of Fix rewinding bug in SkJpegCodec (patchset #1 id:1 of https://coder... | msarett | 2016-07-18 |
* | Fix rewinding bug in SkJpegCodec | msarett | 2016-07-18 |
* | SkMatrix44 clarifications and clean-ups | msarett | 2016-06-23 |
* | Differentiate between sRGBGamma and 2Dot2Gamma | msarett | 2016-06-16 |
* | Use Options object passed to startScanlineDecode | scroggo | 2016-06-06 |
* | Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of ht... | scroggo | 2016-06-06 |