aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkRawCodec.cpp
Commit message (Expand)AuthorAge
* Make DNG decodes single threaded on AndroidGravatar Leon Scroggins III2018-05-23
* Reduce threads used for DNG decodes on AndroidGravatar Leon Scroggins III2018-04-20
* Remove the limit on dng allocationsGravatar Leon Scroggins III2018-04-19
* Add 2 fuzz targets for image decoding (oss-fuzz)Gravatar Kevin Lubick2018-02-12
* Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGBGravatar Brian Osman2017-12-14
* Revert "Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB"Gravatar Mike Klein2017-12-14
* Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGBGravatar Brian Osman2017-12-13
* Remove trailing whitespace.Gravatar Ben Wagner2017-10-09
* Move adding offset to dstRow in SkRawCodec::onGetPixelsGravatar nagarajan.n2017-09-19
* make most of SkColorPriv.h privateGravatar Cary Clark2017-09-15
* Call initializeColorXform inside SkCodecGravatar Leon Scroggins III2017-08-18
* Move calls to conversion_possible to SkCodecGravatar Leon Scroggins III2017-08-17
* add Make factory to SkMemoryStream (simplify call-sites)Gravatar Mike Reed2017-07-26
* 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
* Simplify SkCodecs' call to SkColorSpaceXform::applyGravatar Leon Scroggins III2017-06-05
* Add SkTransferFunctionBehavior flag: Use in codec and encoderGravatar Matt Sarett2017-03-24
* Mark overridden destructors with 'override' and remove 'virtual'Gravatar Brian Salomon2017-03-22
* 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
* Do not create an SkRawCodec with zero dimensionsGravatar Leon Scroggins III2016-12-02
* Fix float/int bug in SkRawCodecGravatar Matt Sarett2016-11-29
* Refactor RGBA/BGRA xform logic in SkCodecsGravatar Matt Sarett2016-11-08
* Finish color space support for SkCodecGravatar Matt Sarett2016-11-07
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* Tag images as sRGB by default in SkCodecGravatar Matt Sarett2016-10-31
* 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
* Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.Gravatar bungeman2016-08-02
* Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public APIGravatar msarett2016-04-25
* Use SkEncodedInfo in place of SkSwizzler::SrcConfigGravatar msarett2016-04-22
* 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
* Since PIEX can now return an uncompressed RGB thumbnail, check the type of th...Gravatar yujieqin2016-04-14
* Parse icc profiles and exif orientation from jpeg markersGravatar msarett2016-03-21
* free -> resetGravatar mtklein2016-03-17
* Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium....Gravatar bungeman2016-03-17
* free -> resetGravatar mtklein2016-03-17
* Add a quick check to the TIFF header of DNG imageGravatar yujieqin2016-03-10
* Limit the maximum buffer size of SkRawBufferedStreamGravatar yujieqin2016-03-09
* Verify the full size returned by PIEXGravatar yujieqin2016-03-03
* Enable RAW codec for WindowsGravatar yujieqin2016-02-29
* Revert of Enable RAW codec for Windows (patchset #8 id:140001 of https://code...Gravatar mtklein2016-02-26