aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkJpegCodec.h
Commit message (Expand)AuthorAge
* Reland "Hide SkEncodedInfo"Gravatar Leon Scroggins III2017-12-05
* Revert "Hide SkEncodedInfo"Gravatar Leon Scroggins2017-12-05
* Hide SkEncodedInfoGravatar Leon Scroggins III2017-12-05
* Move SkCodec::Origin into its own fileGravatar Leon Scroggins III2017-10-18
* Revert "Add an Option for orientation on JPEG encodes"Gravatar Ben Wagner2017-10-18
* Add an Option for orientation on JPEG encodesGravatar Leon Scroggins III2017-10-18
* Move calls to conversion_possible to SkCodecGravatar Leon Scroggins III2017-08-17
* use unique_ptr for codec factoriesGravatar Mike Reed2017-07-25
* 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
* Fix bug handling CMYK images without color profilesGravatar Matt Sarett2017-02-24
* Read color space info from raw exif dataGravatar Matt Sarett2017-02-24
* Use appropriate options in SkJpegCodec readRows()Gravatar Matt Sarett2017-01-24
* SkImageEncoder: simplify APIGravatar Hal Canary2016-11-23
* Revert 248ff023 & 2cb6cb72Gravatar Hal Canary2016-11-22
* SkImageEncoder: simplify APIGravatar Hal Canary2016-11-22
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* Delete qcmsGravatar Matt Sarett2016-11-01
* Safely handle unsupported color xforms in SkCodecGravatar Matt Sarett2016-10-20
* 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 SkJpegCodec::onSkipScanlines when TURBO_HAS_SKIP is not definedGravatar msarett2016-08-01
* Add color space xform support to SkJpegCodec (includes F16!)Gravatar msarett2016-07-29
* Revert of Add color space xform support to SkJpegCodec (includes F16!) (patch...Gravatar msarett2016-07-28
* Add color space xform support to SkJpegCodec (includes F16!)Gravatar msarett2016-07-28
* Create SkColorSpaceXform to handle color conversionsGravatar msarett2016-06-01
* Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 ...Gravatar msarett2016-06-01
* Create SkColorSpaceXform to handle color conversionsGravatar msarett2016-06-01
* Add SkEncodedInfo to report properties of encoded image dataGravatar msarett2016-04-20
* Revert of Add SkEncodedInfo to report properties of encoded image data (patch...Gravatar robertphillips2016-04-19
* Add SkEncodedInfo to report properties of encoded image dataGravatar msarett2016-04-18
* Parse icc profiles and exif orientation from jpeg markersGravatar msarett2016-03-21
* Update Skia's YUV APIGravatar msarett2016-03-10
* Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview....Gravatar msarett2016-03-07
* Update Skia's YUV APIGravatar msarett2016-03-07
* Use a smart pointer for SkColorSpace factoriesGravatar msarett2016-03-07
* Use new jpeg_crop_scanlines() API to optimize jpeg subset decodesGravatar msarett2016-02-22
* Individually enable and disable SkCodecsGravatar msarett2016-02-17
* Add getYUV8Planes() API to SkCodecGravatar msarett2016-01-22
* Switch SkAutoMalloc to SkAutoTMalloc to avoid castGravatar scroggo2015-12-10
* Make SkCodec support peek() and read()Gravatar scroggo2015-12-08
* Add subsetting to SkScanlineDecoderGravatar msarett2015-10-13
* Fill incomplete images in SkCodec parent classGravatar msarett2015-10-09
* Stop calling jpeg_finish_decompress()Gravatar msarett2015-10-02
* Move all knowledge of X sampling into SkScaledCodecGravatar scroggo2015-10-02
* Merge SkCodec with SkScanlineDecoderGravatar scroggo2015-09-30