1. c5eabe7 Read color space info from raw exif data by Matt Sarett · 7 years ago
  2. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  3. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 7 years ago
  4. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  5. d87fbee Do not create an SkRawCodec with zero dimensions by Leon Scroggins III · 8 years ago
  6. e18c97b Fix float/int bug in SkRawCodec by Matt Sarett · 8 years ago
  7. 562e681 Refactor RGBA/BGRA xform logic in SkCodecs by Matt Sarett · 8 years ago
  8. a225e9b Finish color space support for SkCodec by Matt Sarett · 8 years ago
  9. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  10. 7f650bd Tag images as sRGB by default in SkCodec by Matt Sarett · 8 years ago
  11. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  12. 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
  13. 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  14. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  15. ac6c750 Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API by msarett · 8 years ago
  16. a45a668 Use SkEncodedInfo in place of SkSwizzler::SrcConfig by msarett · 8 years ago
  17. c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  18. 3c92024 Revert of Add SkEncodedInfo to report properties of encoded image data (patchset #6 id:200001 of https://codereview.chromium.org/1820073002/ ) by robertphillips · 8 years ago
  19. f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  20. e34635d Since PIEX can now return an uncompressed RGB thumbnail, check the type of the image before treating it as a JPEG. by yujieqin · 8 years ago
  21. 0e6274f Parse icc profiles and exif orientation from jpeg markers by msarett · 8 years ago
  22. 852f15d free -> reset by mtklein · 8 years ago
  23. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 8 years ago
  24. 0e3738d free -> reset by mtklein · 8 years ago
  25. d6215cf Add a quick check to the TIFF header of DNG image by yujieqin · 8 years ago
  26. c04df21 Limit the maximum buffer size of SkRawBufferedStream by yujieqin · 8 years ago
  27. d0e0885 Verify the full size returned by PIEX by yujieqin · 8 years ago
  28. f236ee4 Enable RAW codec for Windows by yujieqin · 8 years ago
  29. cb3d4fc Revert of Enable RAW codec for Windows (patchset #8 id:140001 of https://codereview.chromium.org/1738913002/ ) by mtklein · 8 years ago
  30. 474e4c3 Enable RAW codec for Windows by yujieqin · 8 years ago
  31. 9ca27f3 Remove unnecessary GOOGLE3 ifdefs from SkRawCodec by msarett · 8 years ago
  32. 2d172eb Use new API instead of the deprecated ones. by yujieqin · 8 years ago
  33. 46d2aa8 Updates Piex and uses it to obtain the DNG dimensions. by ebrauer · 8 years ago
  34. 9c7a8a4 Optimize the SkRawStream when the input is an asset stream by yujieqin · 8 years ago
  35. 22000d1 Avoid too small reads to bufferMoreData() by yujieqin · 8 years ago
  36. 2ac722f Revert of Avoid too small reads to bufferMoreData() (patchset #4 id:60001 of https://codereview.chromium.org/1644893003/ ) by jcgregorio · 8 years ago
  37. fd918e8 Avoid too small reads to bufferMoreData() by yujieqin · 8 years ago
  38. e645965 Use proper row step in SkRawCodec by scroggo · 8 years ago
  39. fda27a9 Fix Windows build by yujieqin · 9 years ago
  40. 076d83d Enable RAW codec for Windows by yujieqin · 9 years ago
  41. 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
  42. 24716be Fix complier issue [-Werror, -Wvla] by yujieqin · 9 years ago
  43. 916de9f Add RAW decoding into Skia. by yujieqin · 9 years ago
  44. c85a9fd Revert of Prototype of RAW decoding in Skia. (patchset #32 id:610001 of https://codereview.chromium.org/1520403003/ ) by msarett · 9 years ago
  45. 6bd8639 Add RAW decoding into Skia. by yujieqin · 9 years ago