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