1. d567a81 Fix bmp bug exposed by fuzzer by msarett · 8 years ago
  2. cf7b877 Add BGRA as input format to SkColorSpaceXform by msarett · 8 years ago
  3. 4be0e7c Make SkColorSpaceXform::New() take bare ptrs by msarett · 8 years ago
  4. c6c81e1 Fix filling of incomplete images in SkSampledCodec by msarett · 8 years ago
  5. c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  6. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  7. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  8. 8e6c7ad Make SkPngCodec decode progressively. by scroggo · 8 years ago
  9. f7eb6fc Implement Fill() for incomplete decodes to RGBA_F16 by msarett · 8 years ago
  10. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  11. de68d6c Fix storage of gamut transform matrices in SkColorSpace by brianosman · 8 years ago
  12. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  13. 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
  14. 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  15. e99883f Add color xform support to SkWebpCodec by msarett · 8 years ago
  16. 48ba2b8 Rename SkColorSpace::GammaNamed to SkColorSpace::RenderTargetGamma by msarett · 8 years ago
  17. 2eb00e7 Revert of Add color xform support to SkWebpCodec (patchset #2 id:80001 of https://codereview.chromium.org/2294993002/ ) by msarett · 8 years ago
  18. 828ed17 Add color xform support to SkWebpCodec by msarett · 8 years ago
  19. ff2a6c8 Use demux API in SkWebpCodec by msarett · 8 years ago
  20. 400a93b Make swizzler optional for SkPngCodec, refactor xforms by msarett · 8 years ago
  21. f849601 We can't infer the right type for voidp for old png_jmpbuf() by mtklein · 8 years ago
  22. 6dc5b9a SkPngCodec: voidp instead of forward-declares for png.h types. by mtklein · 8 years ago
  23. 6321381 GN: more optional components: jpeg, pdf, png, xml by mtklein · 8 years ago
  24. 9d15dab Parse ICC profiles from webps by msarett · 8 years ago
  25. da19f6f Assume all TURBO_HAS_* are true. by mtklein · 8 years ago
  26. d331742 Fix MSAN - mark temporary memory as kNo_ZeroInitialized by msarett · 8 years ago
  27. dcd5e65 Support color xforms for kIndex8 pngs by msarett · 8 years ago
  28. 35bb74b Fix color xform width bug when scaling/subsetting by msarett · 8 years ago
  29. 549ca32 Modify SkPngCodec to recognize 565 images from the sBIT chunk by msarett · 8 years ago
  30. de44222 Webp has_alpha is a hint only by msarett · 8 years ago
  31. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  32. d1ec89b Perform color correction on png decodes by msarett · 8 years ago
  33. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  34. 6fd4c05 Fix SkJpegCodec::onSkipScanlines when TURBO_HAS_SKIP is not defined by msarett · 8 years ago
  35. abbd6d5 Add SkColorSpace::Equals() API by msarett · 8 years ago
  36. 50ce1f2 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  37. 39979d8 Revert of Add color space xform support to SkJpegCodec (includes F16!) (patchset #9 id:260001 of https://codereview.chromium.org/2174493002/ ) by msarett · 8 years ago
  38. 73d5533 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  39. dc90b53 Silence -Wclobbered in each file that needs it. by mtklein · 8 years ago
  40. 2f42896 Revert of Silence -Wclobbered in each file that needs it. (patchset #2 id:20001 of https://codereview.chromium.org/2184823009/ ) by mtklein · 8 years ago
  41. 03f704a Silence -Wclobbered in each file that needs it. by mtklein · 8 years ago
  42. 5544795 Convert XYZ values from PNGs to D50 by msarett · 8 years ago
  43. f25bff9 Drop support for libjpeg-turbo < 1.2 in SkJpegCodec by msarett · 8 years ago
  44. 530c844 Remove unnecessary getColorSpace() API from SkCodec by msarett · 8 years ago
  45. 2812f03 Fix rewinding bug in SkJpegCodec by msarett · 8 years ago
  46. db00a2a Revert of Fix rewinding bug in SkJpegCodec (patchset #1 id:1 of https://codereview.chromium.org/2161593003/ ) by msarett · 8 years ago
  47. 4ecb8ab Fix rewinding bug in SkJpegCodec by msarett · 8 years ago
  48. c1a3e24 SkMatrix44 clarifications and clean-ups by msarett · 9 years ago
  49. c4ce6b5 Differentiate between sRGBGamma and 2Dot2Gamma by msarett · 9 years ago
  50. 53180c9 Use Options object passed to startScanlineDecode by scroggo · 9 years ago
  51. d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 9 years ago
  52. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 9 years ago
  53. 9876ac5 Create SkColorSpaceXform to handle color conversions by msarett · 9 years ago
  54. 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 9 years ago
  55. 4a603fc Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 id:260001 of https://codereview.chromium.org/1952063002/ ) by msarett · 9 years ago
  56. 740cc88 Create SkColorSpaceXform to handle color conversions by msarett · 9 years ago
  57. 30e78c9 Make SkPngCodec decode progressively. by scroggo · 9 years ago
  58. 9a89a09 Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 9 years ago
  59. a9ef92a SkEncodedInfo: simplify by halcanary · 9 years ago
  60. a4b09a1 Make SkPngCodec decode progressively. by scroggo · 9 years ago
  61. 23c5110 Add SkColorSpace to SkImageInfo by msarett · 9 years ago
  62. f34cd63 Assign sRGB color space to unmarked jpegs and pngs by msarett · 9 years ago
  63. ba58489 Finish supporting decoding opaque to non-opaque by scroggo · 9 years ago
  64. bb9f774 Prepare SkColorSpace to be a public API by msarett · 9 years ago
  65. ad3a5c6 Compile SkForceLinking on CMake by msarett · 9 years ago
  66. 3e375b0 Fix ICO bug exposed by the fuzzer by msarett · 9 years ago
  67. 02125d1 Create a single, unique pointer to sRGB color space by msarett · 9 years ago
  68. 50d3b57 return 4x4 matrix from SkColorSpace by reed · 9 years ago
  69. ffc2aea Introduce SkGammas type to represent ICC gamma curves by msarett · 9 years ago
  70. a2ffa98 Revert of Introduce SkGammas type to represent ICC gamma curves (patchset #7 id:40002 of https://codereview.chromium.org/1928123002/ ) by msarett · 9 years ago
  71. 7b2c6dd Introduce SkGammas type to represent ICC gamma curves by msarett · 9 years ago
  72. 68758ae Remove SkEncodedInfo kPreSwizzled_Color from public API by msarett · 9 years ago
  73. ac6c750 Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API by msarett · 9 years ago
  74. 34e0ec4 Support the non-native (RGBA/BGRA) swizzle by msarett · 9 years ago
  75. a45a668 Use SkEncodedInfo in place of SkSwizzler::SrcConfig by msarett · 9 years ago
  76. 0370712 Remove obsolete image codec colorspace hacks. by brianosman · 9 years ago
  77. c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 9 years ago
  78. 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
  79. f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 9 years ago
  80. 4d1061c Add ability to default incoming image data as sRGB by default. by herb · 9 years ago
  81. 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
  82. 6e077e1 Mark webps as sRGB by msarett · 9 years ago
  83. 128245c Correct png inverse gAMA when parsing color space by msarett · 9 years ago
  84. c1d0312 Rename encoders to Sk*ImageEncoder by msarett · 9 years ago
  85. 3ec5db4 Workaround to set the sRGB flag on SkImageGenerator by msarett · 9 years ago
  86. 1088db9 Refactor SkBmpCodec by msarett · 9 years ago
  87. 0e6274f Parse icc profiles and exif orientation from jpeg markers by msarett · 9 years ago
  88. 852f15d free -> reset by mtklein · 9 years ago
  89. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 9 years ago
  90. 0e3738d free -> reset by mtklein · 9 years ago
  91. 18300a3 detach -> release by mtklein · 9 years ago
  92. 7a307df Rename the kRAW_SkEncodedFormat to kDNG_SkEncodedFormat as it is actually only used for DNG format by yujieqin · 9 years ago
  93. 4984c3c Update Skia's YUV API by msarett · 9 years ago
  94. d6215cf Add a quick check to the TIFF header of DNG image by yujieqin · 9 years ago
  95. c04df21 Limit the maximum buffer size of SkRawBufferedStream by yujieqin · 9 years ago
  96. 1590f3b Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ ) by msarett · 9 years ago
  97. 095d31c Update Skia's YUV API by msarett · 9 years ago
  98. ad8bcfe Use a smart pointer for SkColorSpace factories by msarett · 9 years ago
  99. e244322 Check libpng version before reading color space by msarett · 9 years ago
  100. 6a73821 Set SkColorSpace object for PNGs and parse ICC profiles by msarett · 9 years ago