1. 5dd47e4 Make SkCodec truly default to sRGB by Leon Scroggins III · 6 years ago
  2. b3f3830 Add support for gray + colorspace to SkCodec by Brian Osman · 6 years ago
  3. cc956f2 Reland "Revert "Add support for gray + colorspace to SkCodec"" by Brian Osman · 6 years ago
  4. 5bcab74 Revert "Revert "Add support for gray + colorspace to SkCodec"" by Brian Osman · 6 years ago
  5. a51d1b4 Revert "Add support for gray + colorspace to SkCodec" by Brian Osman · 6 years ago
  6. 8491dd8 Add support for gray + colorspace to SkCodec by Brian Osman · 6 years ago
  7. 36f7e32 Reland "Switch SkCodec to use skcms plus fixes"" by Leon Scroggins III · 6 years ago
  8. 83988ed Revert "Reland "Switch SkCodec to use skcms" plus fixes" by Leon Scroggins · 6 years ago
  9. 49894f4 Reland "Switch SkCodec to use skcms" plus fixes by Leon Scroggins III · 6 years ago
  10. 33d5394 Revert "Switch SkCodec to use skcms" and follow on change by Leon Scroggins III · 6 years ago
  11. f8ae5ce Fix CMYK handling in JPEG codec by Brian Osman · 6 years ago
  12. 81886e8 Switch SkCodec to use skcms by Leon Scroggins III · 6 years ago
  13. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  14. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  15. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  16. ce4cf72 non-linear blending first steps by Mike Klein · 6 years ago
  17. 83e0f1b SkPDF: smarter Jpeg when libjpeg-turbo is present by Hal Canary · 6 years ago
  18. fee7cba Check the length of marker before reading it by Leon Scroggins III · 7 years ago
  19. da3e9ad Make SkAndroidCodec (optionally) respect origin by Leon Scroggins III · 7 years ago
  20. 3338482 remove SkColorSpace_Base by Mike Klein · 7 years ago
  21. 71d8a57 Consider overflow in is_orientation_marker by Leon Scroggins III · 7 years ago
  22. 36703d9 Push much of the SkColorSpace_Base interface up to SkColorSpace by Brian Osman · 7 years ago
  23. 3e79459 Fix setjmp/longjump usage in JPEG error handling by Chris Dalton · 7 years ago
  24. 503bdcd fix typo in SkJpegCodec.cpp by Mike Klein · 7 years ago
  25. f78b55c Simplify SkColorSpace::MakeICC by Leon Scroggins III · 7 years ago
  26. b6ab10f Move SkCodec::Origin into its own file by Leon Scroggins III · 7 years ago
  27. 021e5c7 Revert "Add an Option for orientation on JPEG encodes" by Ben Wagner · 7 years ago
  28. 5411a60 Add an Option for orientation on JPEG encodes by Leon Scroggins III · 7 years ago
  29. 862c196 Remove static initializers in SkCodec by Leon Scroggins III · 7 years ago
  30. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  31. 08cda14 Share code for setting the out_color_space CMYK encoded colorspaces by nagarajan.n · 7 years ago
  32. b1854fa Remove loop unrolling code in onQueryYUV8 by nagarajan.n · 7 years ago
  33. ae79f32 Call initializeColorXform inside SkCodec by Leon Scroggins III · 7 years ago
  34. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  35. 588fb04 Report error on failure to create SkCodec by Leon Scroggins III · 7 years ago
  36. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  37. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  38. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  39. ee7c820 Remove debug checks for unsupported ICC profiles by Matt Sarett · 7 years ago
  40. c6e6a5f Simplify SkCodecs' call to SkColorSpaceXform::apply by Leon Scroggins III · 7 years ago
  41. 66f2332 Fix spacing style by Chris Blume · 7 years ago
  42. 3a1ad6f Try disabling MSAN workarounds in SkJpegCodec by Mike Klein · 7 years ago
  43. 3725f0a Add codec and color xform support for 565 by Matt Sarett · 7 years ago
  44. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 7 years ago
  45. 5df93de Revert "Revert "Add support for writing icc profiles to the jpeg encoder"" by Matt Sarett · 7 years ago
  46. dda14b9 Revert "Add support for writing icc profiles to the jpeg encoder" by Derek Sollenberger · 7 years ago
  47. 4ef0148 Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 7 years ago
  48. d68c41d Revert "Add support for writing icc profiles to the jpeg encoder" by Derek Sollenberger · 7 years ago
  49. e3b95ce Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 7 years ago
  50. 7f15b68 Fix bug handling CMYK images without color profiles by Matt Sarett · 8 years ago
  51. c5eabe7 Read color space info from raw exif data by Matt Sarett · 8 years ago
  52. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  53. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  54. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  55. 09a1c08 Prepare to test all image decode modes to F16 by Matt Sarett · 8 years ago
  56. c8c901f Use appropriate options in SkJpegCodec readRows() by Matt Sarett · 8 years ago
  57. 523116d Unify ICC support for gray jpegs and gray pngs by Matt Sarett · 8 years ago
  58. 9bf39c2 Fix double CMYK->RGBA conversion on swizzled jpeg decodes by Matt Sarett · 8 years ago
  59. 966bb34 Decode to sRGB on Android by Matt Sarett · 8 years ago
  60. d737bee Updated the get_images_from_skps tool to check for ICC profile support by raftias · 8 years ago
  61. 91db12d Color-correct Gray JPEG image decoding via ICC profiles. by raftias · 8 years ago
  62. 5476128 Added CMYK support for ICC profiles. by raftias · 8 years ago
  63. 62458a6 Revert "Added CMYK support for ICC profiles." by Mike Klein · 8 years ago
  64. 51c3fcd Added CMYK support for ICC profiles. by raftias · 8 years ago
  65. 562e681 Refactor RGBA/BGRA xform logic in SkCodecs by Matt Sarett · 8 years ago
  66. fba1420 Avoid pretending to support CMYK color xforms in SkJpegCodec by Matt Sarett · 8 years ago
  67. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  68. a9e9bfc Delete qcms by Matt Sarett · 8 years ago
  69. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  70. 313c463 Safely handle unsupported color xforms in SkCodec by Matt Sarett · 8 years ago
  71. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  72. 31d097e8 Add SkColorSpaceXform to the public API by msarett · 8 years ago
  73. cf7b877 Add BGRA as input format to SkColorSpaceXform by msarett · 8 years ago
  74. 4be0e7c Make SkColorSpaceXform::New() take bare ptrs by msarett · 8 years ago
  75. c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  76. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  77. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  78. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  79. 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
  80. 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  81. da19f6f Assume all TURBO_HAS_* are true. by mtklein · 8 years ago
  82. 35bb74b Fix color xform width bug when scaling/subsetting by msarett · 8 years ago
  83. d1ec89b Perform color correction on png decodes by msarett · 8 years ago
  84. 6fd4c05 Fix SkJpegCodec::onSkipScanlines when TURBO_HAS_SKIP is not defined by msarett · 8 years ago
  85. abbd6d5 Add SkColorSpace::Equals() API by msarett · 8 years ago
  86. 50ce1f2 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  87. 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
  88. 73d5533 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  89. dc90b53 Silence -Wclobbered in each file that needs it. by mtklein · 8 years ago
  90. 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
  91. 03f704a Silence -Wclobbered in each file that needs it. by mtklein · 8 years ago
  92. f25bff9 Drop support for libjpeg-turbo < 1.2 in SkJpegCodec by msarett · 8 years ago
  93. 2812f03 Fix rewinding bug in SkJpegCodec by msarett · 8 years ago
  94. db00a2a Revert of Fix rewinding bug in SkJpegCodec (patchset #1 id:1 of https://codereview.chromium.org/2161593003/ ) by msarett · 8 years ago
  95. 4ecb8ab Fix rewinding bug in SkJpegCodec by msarett · 8 years ago
  96. 9876ac5 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  97. 4a603fc Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 id:260001 of https://codereview.chromium.org/1952063002/ ) by msarett · 8 years ago
  98. 740cc88 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  99. a9ef92a SkEncodedInfo: simplify by halcanary · 8 years ago
  100. f34cd63 Assign sRGB color space to unmarked jpegs and pngs by msarett · 8 years ago