| Commit message (Expand) | Author | Age |
* | Reduce threads used for DNG decodes on Android | Leon Scroggins III | 2018-04-20 |
* | Remove the limit on dng allocations | Leon Scroggins III | 2018-04-19 |
* | Add 2 fuzz targets for image decoding (oss-fuzz) | Kevin Lubick | 2018-02-12 |
* | Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB | Brian Osman | 2017-12-14 |
* | Revert "Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB" | Mike Klein | 2017-12-14 |
* | Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB | Brian Osman | 2017-12-13 |
* | Remove trailing whitespace. | Ben Wagner | 2017-10-09 |
* | Move adding offset to dstRow in SkRawCodec::onGetPixels | nagarajan.n | 2017-09-19 |
* | make most of SkColorPriv.h private | Cary Clark | 2017-09-15 |
* | Call initializeColorXform inside SkCodec | Leon Scroggins III | 2017-08-18 |
* | Move calls to conversion_possible to SkCodec | Leon Scroggins III | 2017-08-17 |
* | add Make factory to SkMemoryStream (simplify call-sites) | Mike Reed | 2017-07-26 |
* | use unique_ptr for codec factories | Mike Reed | 2017-07-25 |
* | Report error on failure to create SkCodec | Leon Scroggins III | 2017-07-14 |
* | Reland "Remove support for decoding to kIndex_8" | Leon Scroggins | 2017-07-11 |
* | Revert "Remove support for decoding to kIndex_8" | Leon Scroggins | 2017-07-10 |
* | Remove support for decoding to kIndex_8 | Leon Scroggins III | 2017-07-10 |
* | Simplify SkCodecs' call to SkColorSpaceXform::apply | Leon Scroggins III | 2017-06-05 |
* | Add SkTransferFunctionBehavior flag: Use in codec and encoder | Matt Sarett | 2017-03-24 |
* | Mark overridden destructors with 'override' and remove 'virtual' | Brian Salomon | 2017-03-22 |
* | Read color space info from raw exif data | Matt Sarett | 2017-02-24 |
* | SkColorSpace: remove named API, add gamut API | Matt Sarett | 2017-02-07 |
* | Revert "SkColorSpace: remove named API, add gamut API" | Matt Sarett | 2017-02-07 |
* | SkColorSpace: remove named API, add gamut API | Matt Sarett | 2017-02-07 |
* | Do not create an SkRawCodec with zero dimensions | Leon Scroggins III | 2016-12-02 |
* | Fix float/int bug in SkRawCodec | Matt Sarett | 2016-11-29 |
* | Refactor RGBA/BGRA xform logic in SkCodecs | Matt Sarett | 2016-11-08 |
* | Finish color space support for SkCodec | Matt Sarett | 2016-11-07 |
* | Remove SkAutoTDelete. | Ben Wagner | 2016-11-03 |
* | Tag images as sRGB by default in SkCodec | Matt Sarett | 2016-10-31 |
* | 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 |
* | Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. | bungeman | 2016-08-02 |
* | Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API | msarett | 2016-04-25 |
* | Use SkEncodedInfo in place of SkSwizzler::SrcConfig | msarett | 2016-04-22 |
* | Add SkEncodedInfo to report properties of encoded image data | msarett | 2016-04-20 |
* | Revert of Add SkEncodedInfo to report properties of encoded image data (patch... | robertphillips | 2016-04-19 |
* | Add SkEncodedInfo to report properties of encoded image data | msarett | 2016-04-18 |
* | Since PIEX can now return an uncompressed RGB thumbnail, check the type of th... | yujieqin | 2016-04-14 |
* | Parse icc profiles and exif orientation from jpeg markers | msarett | 2016-03-21 |
* | free -> reset | mtklein | 2016-03-17 |
* | Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.... | bungeman | 2016-03-17 |
* | free -> reset | mtklein | 2016-03-17 |
* | Add a quick check to the TIFF header of DNG image | yujieqin | 2016-03-10 |
* | Limit the maximum buffer size of SkRawBufferedStream | yujieqin | 2016-03-09 |
* | Verify the full size returned by PIEX | yujieqin | 2016-03-03 |
* | Enable RAW codec for Windows | yujieqin | 2016-02-29 |
* | Revert of Enable RAW codec for Windows (patchset #8 id:140001 of https://code... | mtklein | 2016-02-26 |
* | Enable RAW codec for Windows | yujieqin | 2016-02-26 |