aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkJpegCodec.cpp
Commit message (Expand)AuthorAge
* Report error on failure to create SkCodecGravatar Leon Scroggins III2017-07-14
* Reland "Remove support for decoding to kIndex_8"Gravatar Leon Scroggins2017-07-11
* Revert "Remove support for decoding to kIndex_8"Gravatar Leon Scroggins2017-07-10
* Remove support for decoding to kIndex_8Gravatar Leon Scroggins III2017-07-10
* Remove debug checks for unsupported ICC profilesGravatar Matt Sarett2017-06-09
* Simplify SkCodecs' call to SkColorSpaceXform::applyGravatar Leon Scroggins III2017-06-05
* Fix spacing styleGravatar Chris Blume2017-04-19
* Try disabling MSAN workarounds in SkJpegCodecGravatar Mike Klein2017-04-07
* Add codec and color xform support for 565Gravatar Matt Sarett2017-03-28
* Add SkTransferFunctionBehavior flag: Use in codec and encoderGravatar Matt Sarett2017-03-24
* Revert "Revert "Add support for writing icc profiles to the jpeg encoder""Gravatar Matt Sarett2017-03-22
* Revert "Add support for writing icc profiles to the jpeg encoder"Gravatar Derek Sollenberger2017-03-22
* Add support for writing icc profiles to the jpeg encoderGravatar Matt Sarett2017-03-22
* Revert "Add support for writing icc profiles to the jpeg encoder"Gravatar Derek Sollenberger2017-03-22
* Add support for writing icc profiles to the jpeg encoderGravatar Matt Sarett2017-03-22
* Fix bug handling CMYK images without color profilesGravatar Matt Sarett2017-02-24
* Read color space info from raw exif dataGravatar Matt Sarett2017-02-24
* SkColorSpace: remove named API, add gamut APIGravatar Matt Sarett2017-02-07
* Revert "SkColorSpace: remove named API, add gamut API"Gravatar Matt Sarett2017-02-07
* SkColorSpace: remove named API, add gamut APIGravatar Matt Sarett2017-02-07
* Prepare to test all image decode modes to F16Gravatar Matt Sarett2017-02-02
* Use appropriate options in SkJpegCodec readRows()Gravatar Matt Sarett2017-01-24
* Unify ICC support for gray jpegs and gray pngsGravatar Matt Sarett2017-01-13
* Fix double CMYK->RGBA conversion on swizzled jpeg decodesGravatar Matt Sarett2016-12-13
* Decode to sRGB on AndroidGravatar Matt Sarett2016-12-12
* Updated the get_images_from_skps tool to check for ICC profile supportGravatar raftias2016-12-12
* Color-correct Gray JPEG image decoding via ICC profiles.Gravatar raftias2016-12-05
* Added CMYK support for ICC profiles.Gravatar raftias2016-12-01
* Revert "Added CMYK support for ICC profiles."Gravatar Mike Klein2016-12-01
* Added CMYK support for ICC profiles.Gravatar raftias2016-12-01
* Refactor RGBA/BGRA xform logic in SkCodecsGravatar Matt Sarett2016-11-08
* Avoid pretending to support CMYK color xforms in SkJpegCodecGravatar Matt Sarett2016-11-04
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* Delete qcmsGravatar Matt Sarett2016-11-01
* Rename all color space factories from New* to Make*Gravatar Brian Osman2016-10-24
* Safely handle unsupported color xforms in SkCodecGravatar Matt Sarett2016-10-20
* Refactored SkColorSpace and added in a Lab PCS GMGravatar raftias2016-10-18
* Add SkColorSpaceXform to the public APIGravatar msarett2016-10-11
* Add BGRA as input format to SkColorSpaceXformGravatar msarett2016-09-22
* Make SkColorSpaceXform::New() take bare ptrsGravatar msarett2016-09-22
* Support Float32 output from SkColorSpaceXformGravatar msarett2016-09-16
* Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:14000...Gravatar msarett2016-09-16
* Support Float32 output from SkColorSpaceXformGravatar msarett2016-09-16
* Checking for valid colorType, alphaType, colorSpace in SkCodecGravatar msarett2016-09-08
* Revert of Checking for valid colorType, alphaType, colorSpace in SkCodec (pat...Gravatar msarett2016-09-08
* Checking for valid colorType, alphaType, colorSpace in SkCodecGravatar msarett2016-09-08
* Assume all TURBO_HAS_* are true.Gravatar mtklein2016-08-23
* Fix color xform width bug when scaling/subsettingGravatar msarett2016-08-22
* Perform color correction on png decodesGravatar msarett2016-08-03
* Fix SkJpegCodec::onSkipScanlines when TURBO_HAS_SKIP is not definedGravatar msarett2016-08-01