1. 179559f Fix decoding RAW images to 565 by Leon Scroggins III · 6 years ago
  2. 36f7e32 Reland "Switch SkCodec to use skcms plus fixes"" by Leon Scroggins III · 6 years ago
  3. 83988ed Revert "Reland "Switch SkCodec to use skcms" plus fixes" by Leon Scroggins · 6 years ago
  4. 49894f4 Reland "Switch SkCodec to use skcms" plus fixes by Leon Scroggins III · 6 years ago
  5. 33d5394 Revert "Switch SkCodec to use skcms" and follow on change by Leon Scroggins III · 6 years ago
  6. 81886e8 Switch SkCodec to use skcms by Leon Scroggins III · 6 years ago
  7. e643a9e SkCodec: Always use 0 for filling by Leon Scroggins III · 6 years ago
  8. b62f50c Replace nearly all kRespect with kIgnore by Brian Osman · 6 years ago
  9. da3e9ad Make SkAndroidCodec (optionally) respect origin by Leon Scroggins III · 7 years ago
  10. 2cc7d13 Stop defining SK_CODEC_PRINTF in debug by Leon Scroggins III · 7 years ago
  11. 7a10b33 Add an SkDrawable for animated images (e.g. GIF) by Leon Scroggins III · 7 years ago
  12. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  13. ae79f32 Call initializeColorXform inside SkCodec by Leon Scroggins III · 7 years ago
  14. 0741818 Move calls to conversion_possible to SkCodec by Leon Scroggins III · 7 years ago
  15. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  16. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  17. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  18. c6e6a5f Simplify SkCodecs' call to SkColorSpaceXform::apply by Leon Scroggins III · 7 years ago
  19. 19aff5d 565 codec color xform support: fix colortable / incomplete image behavior by Matt Sarett · 7 years ago
  20. 3725f0a Add codec and color xform support for 565 by Matt Sarett · 7 years ago
  21. f388093 Delete SkColorSpace::ColorSpaceFlags by Matt Sarett · 7 years ago
  22. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 7 years ago
  23. e522f4c Enable legacy premuls in SkColorSpaceXform by Matt Sarett · 7 years ago
  24. 909d379 Improve color space support in SkImage::readPixels() by Matt Sarett · 8 years ago
  25. a225e9b Finish color space support for SkCodec by Matt Sarett · 8 years ago
  26. 61eedeb Add F16, SkColorSpaceXform support to SkGifCodec by Matt Sarett · 8 years ago
  27. 1a85ca5 Fix color xforms for Index8 bmps by Matt Sarett · 8 years ago
  28. 31d097e8 Add SkColorSpaceXform to the public API by msarett · 8 years ago
  29. cf7b877 Add BGRA as input format to SkColorSpaceXform by msarett · 8 years ago
  30. c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  31. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  32. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  33. f7eb6fc Implement Fill() for incomplete decodes to RGBA_F16 by msarett · 8 years ago
  34. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  35. 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
  36. 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  37. e99883f Add color xform support to SkWebpCodec by msarett · 8 years ago
  38. 2eb00e7 Revert of Add color xform support to SkWebpCodec (patchset #2 id:80001 of https://codereview.chromium.org/2294993002/ ) by msarett · 8 years ago
  39. 828ed17 Add color xform support to SkWebpCodec by msarett · 8 years ago
  40. dcd5e65 Support color xforms for kIndex8 pngs by msarett · 8 years ago
  41. d1ec89b Perform color correction on png decodes by msarett · 8 years ago
  42. ba58489 Finish supporting decoding opaque to non-opaque by scroggo · 8 years ago
  43. 34e0ec4 Support the non-native (RGBA/BGRA) swizzle by msarett · 8 years ago
  44. 3ec5db4 Workaround to set the sRGB flag on SkImageGenerator by msarett · 8 years ago
  45. 0e6274f Parse icc profiles and exif orientation from jpeg markers by msarett · 8 years ago
  46. 5d2cd6e Move SkUtils.h to src/core. by bungeman · 8 years ago
  47. b30d698 Fix colorType/alphaType checks in SkCodec by msarett · 9 years ago
  48. deabdb5 Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of https://codereview.chromium.org/1695473002/ ) by msarett · 9 years ago
  49. c7578b6 Fix colorType/alphaType checks in SkCodec by msarett · 9 years ago
  50. a87d6de Set sRGB flag for PNGs with an sRGB chunk by msarett · 9 years ago
  51. c5560be Support decoding opaque to *premul by scroggo · 9 years ago
  52. a4970dc Delete reallyHasAlpha() from SkCodec by msarett · 9 years ago
  53. 3d9d7a7 Create an SkAndroidCodec API separate from SkCodec by msarett · 9 years ago
  54. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  55. 10522ff Scanline decoding for gifs by msarett · 9 years ago
  56. e3330cf Revert of Scanline decoding for gifs (patchset #15 id:380001 of https://codereview.chromium.org/1305123002/ ) by jcgregorio · 9 years ago
  57. e9c10b9 Scanline decoding for gifs by msarett · 9 years ago
  58. 5406d6f Scanline decoding for bmp by msarett · 9 years ago
  59. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  60. cc2feb1 Support more swizzles to 565 in SkCodec by scroggo · 9 years ago
  61. 4ab9d5f Split SkBmpCodec into three separate classes by msarett · 9 years ago
  62. 99f567e Scanline decoding for wbmp by msarett · 9 years ago
  63. 58fd2c8 Remove sk_memcpy32 by mtklein · 9 years ago
  64. 9e43cab Requires a minor API change to pass the color table to getScanlineDecoder, as we do with getPixels(). by msarett · 9 years ago
  65. 230d4ac Use a wrapper for SkDebugf in SkCodec. by scroggo · 9 years ago
  66. eed039b Adding swizzles for bmp: by msarett · 9 years ago
  67. 7411438 Revert "Revert of fix for invalid for loop syntax broke build (patchset #1 id:1 of https://codereview.chromium.org/1007373003/)" by msarett · 9 years ago
  68. dfdec78 Revert "Implementation of image decoding for bmp files, in accordance with the new API." by msarett · 9 years ago
  69. 3675874 Implementation of image decoding for bmp files, in accordance with the new API. by msarett · 9 years ago