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