1. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  2. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  3. 562e681 Refactor RGBA/BGRA xform logic in SkCodecs by Matt Sarett · 8 years ago
  4. dbdf6d2 Fail jpeg decodes on too many progressive scans by Matt Sarett · 8 years ago
  5. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  6. a225e9b Finish color space support for SkCodec by Matt Sarett · 8 years ago
  7. 61eedeb Add F16, SkColorSpaceXform support to SkGifCodec by Matt Sarett · 8 years ago
  8. fba1420 Avoid pretending to support CMYK color xforms in SkJpegCodec by Matt Sarett · 8 years ago
  9. 1a85ca5 Fix color xforms for Index8 bmps by Matt Sarett · 8 years ago
  10. 1b96c6f Add F16, SkColorSpaceXform support to SkBmpCodec by Matt Sarett · 8 years ago
  11. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  12. 6193568 Revert "Add F16, SkColorSpaceXform support to SkBmpCodec" by Matt Sarett · 8 years ago
  13. d851795 Add F16, SkColorSpaceXform support to SkBmpCodec by Matt Sarett · 8 years ago
  14. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  15. a9e9bfc Delete qcms by Matt Sarett · 8 years ago
  16. e71b1a1 Report repetition count in SkCodec by scroggo · 8 years ago
  17. fc49b40 Use correct color table for prior GIF frames by Leon Scroggins III · 8 years ago
  18. 7f650bd Tag images as sRGB by default in SkCodec by Matt Sarett · 8 years ago
  19. 99e3f7d Remove unneeded SkColorSpace constructor TBR=reed@google.com BUG=skia: by Matt Sarett · 8 years ago
  20. a049ac4 Revert "Always use a color table with 256 colors" by Leon Scroggins III · 8 years ago
  21. 53f63b6 Fix decoding GIF to 565 by scroggo · 8 years ago
  22. 1285f41 Write transparent pixels more often (SkGifCodec) by scroggo · 8 years ago
  23. 8a4e9c5 SkGifCodec: do not write off the end of memory when repeatCount > 1 by Matt Sarett · 8 years ago
  24. 8bce117 GIF: Fill the frame if we have a dummy color table by scroggo · 8 years ago
  25. c85b970 SK_FIX_BUILD by scroggo · 8 years ago
  26. 0057ac1 Always use a color table with 256 colors by scroggo · 8 years ago
  27. f9acbe2 Fix more namespace conflicts in SkGifImageReader by scroggo · 8 years ago
  28. 3d3a65c Rename GIFImageReader to SkGifImageReader by scroggo · 8 years ago
  29. 19b9153 Add support for multiple frames in SkCodec by scroggo · 8 years ago
  30. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  31. 313c463 Safely handle unsupported color xforms in SkCodec by Matt Sarett · 8 years ago
  32. aef247a Subtract start_coord instead of adding it by scroggo · 8 years ago
  33. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  34. e9ea349 Consider the start_coord in interlaced PNG by scroggo · 8 years ago
  35. 4f2a88c Incremental decode: only use subset for subsetting by scroggo · 8 years ago
  36. 29121eb Avoid integer overflow in SkIcoCodec and SkImageInfo by Matt Sarett · 8 years ago
  37. af01741 Revert "Avoid integer overflow in SkIcoCodec" by Matt Sarett · 8 years ago
  38. 20cba06 Avoid integer overflow in SkIcoCodec by Matt Sarett · 8 years ago
  39. c434f51 Add NewRGB() with float gamma to SkColorSpace public API by Matt Sarett · 8 years ago
  40. 31d097e8 Add SkColorSpaceXform to the public API by msarett · 8 years ago
  41. a5a31dd Add SkColorSpacePrimaries to help with making D50 matrices by msarett · 8 years ago
  42. ff9f7bb Simplify rowsDecoded returned by incrementalDecode by scroggo · 8 years ago
  43. e61b3b4 Report 0 rowsDecoded for no rows (SkPngCodec interlaced) by scroggo · 8 years ago
  44. c46cdd4 Fix an assert statement in SkPngCodec by scroggo · 8 years ago
  45. d567a81 Fix bmp bug exposed by fuzzer by msarett · 8 years ago
  46. cf7b877 Add BGRA as input format to SkColorSpaceXform by msarett · 8 years ago
  47. 4be0e7c Make SkColorSpaceXform::New() take bare ptrs by msarett · 8 years ago
  48. c6c81e1 Fix filling of incomplete images in SkSampledCodec by msarett · 8 years ago
  49. c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  50. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  51. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  52. 8e6c7ad Make SkPngCodec decode progressively. by scroggo · 8 years ago
  53. f7eb6fc Implement Fill() for incomplete decodes to RGBA_F16 by msarett · 8 years ago
  54. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  55. de68d6c Fix storage of gamut transform matrices in SkColorSpace by brianosman · 8 years ago
  56. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  57. 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
  58. 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  59. e99883f Add color xform support to SkWebpCodec by msarett · 8 years ago
  60. 48ba2b8 Rename SkColorSpace::GammaNamed to SkColorSpace::RenderTargetGamma by msarett · 8 years ago
  61. 2eb00e7 Revert of Add color xform support to SkWebpCodec (patchset #2 id:80001 of https://codereview.chromium.org/2294993002/ ) by msarett · 8 years ago
  62. 828ed17 Add color xform support to SkWebpCodec by msarett · 8 years ago
  63. ff2a6c8 Use demux API in SkWebpCodec by msarett · 8 years ago
  64. 400a93b Make swizzler optional for SkPngCodec, refactor xforms by msarett · 8 years ago
  65. f849601 We can't infer the right type for voidp for old png_jmpbuf() by mtklein · 8 years ago
  66. 6dc5b9a SkPngCodec: voidp instead of forward-declares for png.h types. by mtklein · 8 years ago
  67. 6321381 GN: more optional components: jpeg, pdf, png, xml by mtklein · 8 years ago
  68. 9d15dab Parse ICC profiles from webps by msarett · 8 years ago
  69. da19f6f Assume all TURBO_HAS_* are true. by mtklein · 8 years ago
  70. d331742 Fix MSAN - mark temporary memory as kNo_ZeroInitialized by msarett · 8 years ago
  71. dcd5e65 Support color xforms for kIndex8 pngs by msarett · 8 years ago
  72. 35bb74b Fix color xform width bug when scaling/subsetting by msarett · 8 years ago
  73. 549ca32 Modify SkPngCodec to recognize 565 images from the sBIT chunk by msarett · 8 years ago
  74. de44222 Webp has_alpha is a hint only by msarett · 8 years ago
  75. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  76. d1ec89b Perform color correction on png decodes by msarett · 8 years ago
  77. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  78. 6fd4c05 Fix SkJpegCodec::onSkipScanlines when TURBO_HAS_SKIP is not defined by msarett · 8 years ago
  79. abbd6d5 Add SkColorSpace::Equals() API by msarett · 8 years ago
  80. 50ce1f2 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  81. 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
  82. 73d5533 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  83. dc90b53 Silence -Wclobbered in each file that needs it. by mtklein · 8 years ago
  84. 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
  85. 03f704a Silence -Wclobbered in each file that needs it. by mtklein · 8 years ago
  86. 5544795 Convert XYZ values from PNGs to D50 by msarett · 8 years ago
  87. f25bff9 Drop support for libjpeg-turbo < 1.2 in SkJpegCodec by msarett · 8 years ago
  88. 530c844 Remove unnecessary getColorSpace() API from SkCodec by msarett · 8 years ago
  89. 2812f03 Fix rewinding bug in SkJpegCodec by msarett · 8 years ago
  90. db00a2a Revert of Fix rewinding bug in SkJpegCodec (patchset #1 id:1 of https://codereview.chromium.org/2161593003/ ) by msarett · 8 years ago
  91. 4ecb8ab Fix rewinding bug in SkJpegCodec by msarett · 8 years ago
  92. c1a3e24 SkMatrix44 clarifications and clean-ups by msarett · 8 years ago
  93. c4ce6b5 Differentiate between sRGBGamma and 2Dot2Gamma by msarett · 8 years ago
  94. 53180c9 Use Options object passed to startScanlineDecode by scroggo · 8 years ago
  95. d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  96. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  97. 9876ac5 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  98. 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  99. 4a603fc Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 id:260001 of https://codereview.chromium.org/1952063002/ ) by msarett · 8 years ago
  100. 740cc88 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago