1. 1530f39 Make DNG decodes single threaded on Android by Leon Scroggins III · 6 years ago
  2. 37819d0 Reduce threads used for DNG decodes on Android by Leon Scroggins III · 7 years ago
  3. e7fd7ff Remove the limit on dng allocations by Leon Scroggins III · 7 years ago
  4. 2416f96 Add 2 fuzz targets for image decoding (oss-fuzz) by Kevin Lubick · 7 years ago
  5. 10b8142 Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB by Brian Osman · 7 years ago
  6. 63789cc Revert "Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB" by Mike Klein · 7 years ago
  7. 411b8ea Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB by Brian Osman · 7 years ago
  8. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  9. f398dd5 Move adding offset to dstRow in SkRawCodec::onGetPixels by nagarajan.n · 7 years ago
  10. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  11. ae79f32 Call initializeColorXform inside SkCodec by Leon Scroggins III · 7 years ago
  12. 0741818 Move calls to conversion_possible to SkCodec by Leon Scroggins III · 7 years ago
  13. 847068c add Make factory to SkMemoryStream (simplify call-sites) by Mike Reed · 7 years ago
  14. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  15. 588fb04 Report error on failure to create SkCodec by Leon Scroggins III · 7 years ago
  16. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  17. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  18. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  19. c6e6a5f Simplify SkCodecs' call to SkColorSpaceXform::apply by Leon Scroggins III · 7 years ago
  20. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 8 years ago
  21. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
  22. c5eabe7 Read color space info from raw exif data by Matt Sarett · 8 years ago
  23. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  24. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  25. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  26. d87fbee Do not create an SkRawCodec with zero dimensions by Leon Scroggins III · 8 years ago
  27. e18c97b Fix float/int bug in SkRawCodec by Matt Sarett · 8 years ago
  28. 562e681 Refactor RGBA/BGRA xform logic in SkCodecs by Matt Sarett · 8 years ago
  29. a225e9b Finish color space support for SkCodec by Matt Sarett · 8 years ago
  30. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  31. 7f650bd Tag images as sRGB by default in SkCodec by Matt Sarett · 8 years ago
  32. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  33. 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
  34. 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  35. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  36. ac6c750 Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API by msarett · 9 years ago
  37. a45a668 Use SkEncodedInfo in place of SkSwizzler::SrcConfig by msarett · 9 years ago
  38. c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 9 years ago
  39. 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
  40. f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 9 years ago
  41. 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
  42. 0e6274f Parse icc profiles and exif orientation from jpeg markers by msarett · 9 years ago
  43. 852f15d free -> reset by mtklein · 9 years ago
  44. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 9 years ago
  45. 0e3738d free -> reset by mtklein · 9 years ago
  46. d6215cf Add a quick check to the TIFF header of DNG image by yujieqin · 9 years ago
  47. c04df21 Limit the maximum buffer size of SkRawBufferedStream by yujieqin · 9 years ago
  48. d0e0885 Verify the full size returned by PIEX by yujieqin · 9 years ago
  49. f236ee4 Enable RAW codec for Windows by yujieqin · 9 years ago
  50. cb3d4fc Revert of Enable RAW codec for Windows (patchset #8 id:140001 of https://codereview.chromium.org/1738913002/ ) by mtklein · 9 years ago
  51. 474e4c3 Enable RAW codec for Windows by yujieqin · 9 years ago
  52. 9ca27f3 Remove unnecessary GOOGLE3 ifdefs from SkRawCodec by msarett · 9 years ago
  53. 2d172eb Use new API instead of the deprecated ones. by yujieqin · 9 years ago
  54. 46d2aa8 Updates Piex and uses it to obtain the DNG dimensions. by ebrauer · 9 years ago
  55. 9c7a8a4 Optimize the SkRawStream when the input is an asset stream by yujieqin · 9 years ago
  56. 22000d1 Avoid too small reads to bufferMoreData() by yujieqin · 9 years ago
  57. 2ac722f Revert of Avoid too small reads to bufferMoreData() (patchset #4 id:60001 of https://codereview.chromium.org/1644893003/ ) by jcgregorio · 9 years ago
  58. fd918e8 Avoid too small reads to bufferMoreData() by yujieqin · 9 years ago
  59. e645965 Use proper row step in SkRawCodec by scroggo · 9 years ago
  60. fda27a9 Fix Windows build by yujieqin · 9 years ago
  61. 076d83d Enable RAW codec for Windows by yujieqin · 9 years ago
  62. 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
  63. 24716be Fix complier issue [-Werror, -Wvla] by yujieqin · 9 years ago
  64. 916de9f Add RAW decoding into Skia. by yujieqin · 9 years ago
  65. c85a9fd Revert of Prototype of RAW decoding in Skia. (patchset #32 id:610001 of https://codereview.chromium.org/1520403003/ ) by msarett · 9 years ago
  66. 6bd8639 Add RAW decoding into Skia. by yujieqin · 9 years ago