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