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