- 1530f39 Make DNG decodes single threaded on Android by Leon Scroggins III · 6 years ago
- 37819d0 Reduce threads used for DNG decodes on Android by Leon Scroggins III · 7 years ago
- e7fd7ff Remove the limit on dng allocations by Leon Scroggins III · 7 years ago
- 2416f96 Add 2 fuzz targets for image decoding (oss-fuzz) by Kevin Lubick · 7 years ago
- 10b8142 Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB by Brian Osman · 7 years ago
- 63789cc Revert "Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB" by Mike Klein · 7 years ago
- 411b8ea Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB by Brian Osman · 7 years ago
- 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
- f398dd5 Move adding offset to dstRow in SkRawCodec::onGetPixels by nagarajan.n · 7 years ago
- a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
- ae79f32 Call initializeColorXform inside SkCodec by Leon Scroggins III · 7 years ago
- 0741818 Move calls to conversion_possible to SkCodec by Leon Scroggins III · 7 years ago
- 847068c add Make factory to SkMemoryStream (simplify call-sites) by Mike Reed · 7 years ago
- ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
- 588fb04 Report error on failure to create SkCodec by Leon Scroggins III · 7 years ago
- 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
- 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
- 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
- c6e6a5f Simplify SkCodecs' call to SkColorSpaceXform::apply by Leon Scroggins III · 7 years ago
- cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 8 years ago
- d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
- c5eabe7 Read color space info from raw exif data by Matt Sarett · 8 years ago
- 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
- 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
- ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
- d87fbee Do not create an SkRawCodec with zero dimensions by Leon Scroggins III · 8 years ago
- e18c97b Fix float/int bug in SkRawCodec by Matt Sarett · 8 years ago
- 562e681 Refactor RGBA/BGRA xform logic in SkCodecs by Matt Sarett · 8 years ago
- a225e9b Finish color space support for SkCodec by Matt Sarett · 8 years ago
- 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
- 7f650bd Tag images as sRGB by default in SkCodec by Matt Sarett · 8 years ago
- 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
- 85c922a Revert of Checking for valid colorType, alphaType, colorSpace in SkCodec (patchset #2 id:100001 of https://codereview.chromium.org/2319293003/ ) by msarett · 8 years ago
- 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
- 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
- ac6c750 Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API by msarett · 9 years ago
- a45a668 Use SkEncodedInfo in place of SkSwizzler::SrcConfig by msarett · 9 years ago
- c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 9 years ago
- 3c92024 Revert of Add SkEncodedInfo to report properties of encoded image data (patchset #6 id:200001 of https://codereview.chromium.org/1820073002/ ) by robertphillips · 9 years ago
- f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 9 years ago
- e34635d Since PIEX can now return an uncompressed RGB thumbnail, check the type of the image before treating it as a JPEG. by yujieqin · 9 years ago
- 0e6274f Parse icc profiles and exif orientation from jpeg markers by msarett · 9 years ago
- 852f15d free -> reset by mtklein · 9 years ago
- 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 9 years ago
- 0e3738d free -> reset by mtklein · 9 years ago
- d6215cf Add a quick check to the TIFF header of DNG image by yujieqin · 9 years ago
- c04df21 Limit the maximum buffer size of SkRawBufferedStream by yujieqin · 9 years ago
- d0e0885 Verify the full size returned by PIEX by yujieqin · 9 years ago
- f236ee4 Enable RAW codec for Windows by yujieqin · 9 years ago
- cb3d4fc Revert of Enable RAW codec for Windows (patchset #8 id:140001 of https://codereview.chromium.org/1738913002/ ) by mtklein · 9 years ago
- 474e4c3 Enable RAW codec for Windows by yujieqin · 9 years ago
- 9ca27f3 Remove unnecessary GOOGLE3 ifdefs from SkRawCodec by msarett · 9 years ago
- 2d172eb Use new API instead of the deprecated ones. by yujieqin · 9 years ago
- 46d2aa8 Updates Piex and uses it to obtain the DNG dimensions. by ebrauer · 9 years ago
- 9c7a8a4 Optimize the SkRawStream when the input is an asset stream by yujieqin · 9 years ago
- 22000d1 Avoid too small reads to bufferMoreData() by yujieqin · 9 years ago
- 2ac722f Revert of Avoid too small reads to bufferMoreData() (patchset #4 id:60001 of https://codereview.chromium.org/1644893003/ ) by jcgregorio · 9 years ago
- fd918e8 Avoid too small reads to bufferMoreData() by yujieqin · 9 years ago
- e645965 Use proper row step in SkRawCodec by scroggo · 9 years ago
- fda27a9 Fix Windows build by yujieqin · 9 years ago
- 076d83d Enable RAW codec for Windows by yujieqin · 9 years ago
- b84b5b4 It derives the dng_host and overrides PerformAreaTask() to split the task into several sub-tasks which get added to SkTaskGroup. by ebrauer · 9 years ago
- 24716be Fix complier issue [-Werror, -Wvla] by yujieqin · 9 years ago
- 916de9f Add RAW decoding into Skia. by yujieqin · 9 years ago
- c85a9fd Revert of Prototype of RAW decoding in Skia. (patchset #32 id:610001 of https://codereview.chromium.org/1520403003/ ) by msarett · 9 years ago
- 6bd8639 Add RAW decoding into Skia. by yujieqin · 9 years ago