1. 36f7e32 Reland "Switch SkCodec to use skcms plus fixes"" by Leon Scroggins III · 6 years ago
  2. 83988ed Revert "Reland "Switch SkCodec to use skcms" plus fixes" by Leon Scroggins · 6 years ago
  3. 49894f4 Reland "Switch SkCodec to use skcms" plus fixes by Leon Scroggins III · 6 years ago
  4. 33d5394 Revert "Switch SkCodec to use skcms" and follow on change by Leon Scroggins III · 6 years ago
  5. 81886e8 Switch SkCodec to use skcms by Leon Scroggins III · 6 years ago
  6. e643a9e SkCodec: Always use 0 for filling by Leon Scroggins III · 6 years ago
  7. 22be4c4 SkMacros split from SkTypes.h by Hal Canary · 6 years ago
  8. 9b1a886 Fix fuschia roll by Leon Scroggins III · 7 years ago
  9. 9e8a594 Support pngs with incorrect CMF bytes by Leon Scroggins III · 7 years ago
  10. d6cb11e encode kAlpha_8 as grayalpha with sigbits for gray==1 by Mike Reed · 7 years ago
  11. f78b55c Simplify SkColorSpace::MakeICC by Leon Scroggins III · 7 years ago
  12. 862c196 Remove static initializers in SkCodec by Leon Scroggins III · 7 years ago
  13. dd7ffa5 Handle the error input case in SkPngCodec decode function by nagarajan.n · 7 years ago
  14. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  15. ae79f32 Call initializeColorXform inside SkCodec by Leon Scroggins III · 7 years ago
  16. 0741818 Move calls to conversion_possible to SkCodec by Leon Scroggins III · 7 years ago
  17. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  18. 588fb04 Report error on failure to create SkCodec by Leon Scroggins III · 7 years ago
  19. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  20. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  21. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  22. ee7c820 Remove debug checks for unsupported ICC profiles by Matt Sarett · 7 years ago
  23. c6e6a5f Simplify SkCodecs' call to SkColorSpaceXform::apply by Leon Scroggins III · 7 years ago
  24. d59948a SkPngCodec: Do not return kInvalidConversion on corrupt png by Matt Sarett · 8 years ago
  25. 600effb Improve the Codec_end test and add fixes by Leon Scroggins III · 8 years ago
  26. b644650 Fix decoding incomplete PNG images by Leon Scroggins III · 8 years ago
  27. 8323965 Reland "Make SkPngCodec only read as much of the stream as necessary" by Leon Scroggins III · 8 years ago
  28. 434b6e8 Revert "Make SkPngCodec only read as much of the stream as necessary" by Leon Scroggins · 8 years ago
  29. 2c65d51 Make SkPngCodec only read as much of the stream as necessary by Leon Scroggins III · 8 years ago
  30. 19aff5d 565 codec color xform support: fix colortable / incomplete image behavior by Matt Sarett · 8 years ago
  31. 3725f0a Add codec and color xform support for 565 by Matt Sarett · 8 years ago
  32. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 8 years ago
  33. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  34. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  35. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  36. 34c69d6 Reland "Respect full precision for RGB16 PNGs" (part 3) by Matt Sarett · 8 years ago
  37. dfff166 Revert "Respect full precision for RGB16 PNGs" by Matt Sarett · 8 years ago
  38. 7a090c4 Respect full precision for RGB16 PNGs by Matt Sarett · 8 years ago
  39. 523116d Unify ICC support for gray jpegs and gray pngs by Matt Sarett · 8 years ago
  40. 379938e Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
  41. 25b6083 Revert "Use RasterPipeline to support full precision on 16-bit RGBA pngs" by Matt Sarett · 8 years ago
  42. bb2339d Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
  43. 5dfb4e4 Use shared toSRGBD50 matrix in SkPngCodec by Matt Sarett · 8 years ago
  44. 7a1cc67 SkPngCodec: Add support for 16-bit pngs (step 1) by Matt Sarett · 8 years ago
  45. d737bee Updated the get_images_from_skps tool to check for ICC profile support by raftias · 8 years ago
  46. 562e681 Refactor RGBA/BGRA xform logic in SkCodecs by Matt Sarett · 8 years ago
  47. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  48. 61eedeb Add F16, SkColorSpaceXform support to SkGifCodec by Matt Sarett · 8 years ago
  49. 1a85ca5 Fix color xforms for Index8 bmps by Matt Sarett · 8 years ago
  50. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  51. 99e3f7d Remove unneeded SkColorSpace constructor TBR=reed@google.com BUG=skia: by Matt Sarett · 8 years ago
  52. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  53. 313c463 Safely handle unsupported color xforms in SkCodec by Matt Sarett · 8 years ago
  54. e9ea349 Consider the start_coord in interlaced PNG by scroggo · 8 years ago
  55. 4f2a88c Incremental decode: only use subset for subsetting by scroggo · 8 years ago
  56. c434f51 Add NewRGB() with float gamma to SkColorSpace public API by Matt Sarett · 8 years ago
  57. 31d097e8 Add SkColorSpaceXform to the public API by msarett · 8 years ago
  58. a5a31dd Add SkColorSpacePrimaries to help with making D50 matrices by msarett · 8 years ago
  59. ff9f7bb Simplify rowsDecoded returned by incrementalDecode by scroggo · 8 years ago
  60. e61b3b4 Report 0 rowsDecoded for no rows (SkPngCodec interlaced) by scroggo · 8 years ago
  61. c46cdd4 Fix an assert statement in SkPngCodec by scroggo · 8 years ago
  62. cf7b877 Add BGRA as input format to SkColorSpaceXform by msarett · 8 years ago
  63. 4be0e7c Make SkColorSpaceXform::New() take bare ptrs by msarett · 8 years ago
  64. c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  65. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  66. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  67. 8e6c7ad Make SkPngCodec decode progressively. by scroggo · 8 years ago
  68. f7eb6fc Implement Fill() for incomplete decodes to RGBA_F16 by msarett · 8 years ago
  69. de68d6c Fix storage of gamut transform matrices in SkColorSpace by brianosman · 8 years ago
  70. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  71. 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
  72. 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  73. e99883f Add color xform support to SkWebpCodec by msarett · 8 years ago
  74. 48ba2b8 Rename SkColorSpace::GammaNamed to SkColorSpace::RenderTargetGamma by msarett · 8 years ago
  75. 2eb00e7 Revert of Add color xform support to SkWebpCodec (patchset #2 id:80001 of https://codereview.chromium.org/2294993002/ ) by msarett · 8 years ago
  76. 828ed17 Add color xform support to SkWebpCodec by msarett · 8 years ago
  77. 400a93b Make swizzler optional for SkPngCodec, refactor xforms by msarett · 8 years ago
  78. f849601 We can't infer the right type for voidp for old png_jmpbuf() by mtklein · 8 years ago
  79. 6dc5b9a SkPngCodec: voidp instead of forward-declares for png.h types. by mtklein · 8 years ago
  80. 6321381 GN: more optional components: jpeg, pdf, png, xml by mtklein · 8 years ago
  81. d331742 Fix MSAN - mark temporary memory as kNo_ZeroInitialized by msarett · 8 years ago
  82. dcd5e65 Support color xforms for kIndex8 pngs by msarett · 8 years ago
  83. 35bb74b Fix color xform width bug when scaling/subsetting by msarett · 8 years ago
  84. 549ca32 Modify SkPngCodec to recognize 565 images from the sBIT chunk by msarett · 8 years ago
  85. d1ec89b Perform color correction on png decodes by msarett · 8 years ago
  86. dc90b53 Silence -Wclobbered in each file that needs it. by mtklein · 8 years ago
  87. 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
  88. 03f704a Silence -Wclobbered in each file that needs it. by mtklein · 8 years ago
  89. 5544795 Convert XYZ values from PNGs to D50 by msarett · 8 years ago
  90. c1a3e24 SkMatrix44 clarifications and clean-ups by msarett · 8 years ago
  91. c4ce6b5 Differentiate between sRGBGamma and 2Dot2Gamma by msarett · 8 years ago
  92. d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  93. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  94. 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  95. 30e78c9 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  96. 9a89a09 Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  97. a4b09a1 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  98. f34cd63 Assign sRGB color space to unmarked jpegs and pngs by msarett · 8 years ago
  99. bb9f774 Prepare SkColorSpace to be a public API by msarett · 9 years ago
  100. 02125d1 Create a single, unique pointer to sRGB color space by msarett · 9 years ago