1. 1adcac5 Remove transform_scanline from SkWebpEncoder by Leon Scroggins III · 4 years, 2 months ago
  2. a77f30c Reland "Split building encoding from decoding" by Leon Scroggins III · 4 years, 5 months ago
  3. 20baaee Update SkWebpEncoder.cpp's copyright notice by Leon Scroggins III · 4 years, 5 months ago
  4. 9d4b788 Revert "Split building encoding from decoding" by Mike Klein · 4 years, 5 months ago
  5. 94aaf7c Split building encoding from decoding by Leon Scroggins III · 4 years, 5 months ago
  6. f7eb054 basic, untested BGR 1010102 and 101010x by Mike Klein · 4 years, 6 months ago
  7. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 6 months ago
  8. 417d299 Fix windows DLL builds with shaper included by Brian Osman · 4 years, 8 months ago
  9. b1b1452 Remove some SK_API from src/ by Brian Osman · 4 years, 8 months ago
  10. 33c36e0 insist SkPngEncoder's input is initialized by Mike Klein · 4 years, 10 months ago
  11. ea1b30b New proposed syntax for SkColorTypes by Robert Phillips · 4 years, 10 months ago
  12. 17a3a0b Last tranche of new SkColorTypes by Robert Phillips · 4 years, 10 months ago
  13. 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 4 years, 11 months ago
  14. d470e1b Add kRG_88_SkColorType by Robert Phillips · 5 years ago
  15. 112ac7f Check for uninitialized memory during jpeg encode by Leon Scroggins III · 5 years ago
  16. 4bf6fd6 Revert "add runtime registration for encoders" by Mike Klein · 5 years ago
  17. ab737e4 Revert "unguard SkFooEncoder.cpp" by Mike Klein · 5 years ago
  18. 32c32b9 unguard SkFooEncoder.cpp by Mike Klein · 5 years ago
  19. 940c3f1 add runtime registration for encoders by Mike Klein · 5 years ago
  20. ea236bf Move skcms.h to include/third_party/skcms by Brian Osman · 5 years ago
  21. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  22. c318630 Add skcms directory to public includes by Brian Osman · 5 years ago
  23. b70990e add kRGBA_F16Norm_SkColorType by Mike Klein · 5 years ago
  24. 194580d Reland "Treat kWEBP encode with quality=100 as lossless" by Leon Scroggins III · 5 years ago
  25. 5deadca Remove nearly all use of SkColorSpaceTransferFn by Brian Osman · 6 years ago
  26. 9c6ee01 SkColorSpace API cleanup by Brian Osman · 6 years ago
  27. 46ee3f7 return proper false for jpeg by Mike Reed · 6 years ago
  28. 22170b3 Revert "Treat kWEBP encode with quality=100 as lossless" by Mike Reed · 6 years ago
  29. e7f165b Treat kWEBP encode with quality=100 as lossless by Leon Scroggins III · 6 years ago
  30. e8354b2 DeMorgan's blend-on-black logic by Mike Klein · 6 years ago
  31. 509ccb0 implement most SkImageEncoderFns with skcms by Mike Klein · 6 years ago
  32. 08883cd transform_scanline_888x is transform_scanline_RGBX by Mike Klein · 6 years ago
  33. 0c904fa remove unused SkImageEncoderFns bits by Mike Klein · 6 years ago
  34. b11ab57 remove src/jumper by Mike Klein · 6 years ago
  35. 4429a4f re-precate SkMatrix44::SkMatrix44() by Mike Klein · 6 years ago
  36. 84f8a61 Support encoding/decoding F16 without a color space by Brian Osman · 6 years ago
  37. ea60b95 IWYU: SkUtils.h by Hal Canary · 6 years ago
  38. b62f50c Replace nearly all kRespect with kIgnore by Brian Osman · 6 years ago
  39. 3785471 basic first pass at RGBA F32 support by Mike Klein · 6 years ago
  40. e1adc3a Remove color space restrictions from image infos by Brian Osman · 6 years ago
  41. 5b58b7c Reland "strip down SkICC.cpp" by Mike Klein · 6 years ago
  42. 27fe397 Revert "strip down SkICC.cpp" by Mike Klein · 6 years ago
  43. ce4cf72 non-linear blending first steps by Mike Klein · 6 years ago
  44. eab50eb strip down SkICC.cpp by Mike Klein · 6 years ago
  45. ac568a9 1010102, 101010x, 888x in sw by Mike Klein · 7 years ago
  46. 3338482 remove SkColorSpace_Base by Mike Klein · 6 years ago
  47. f1f1162 remove append_from_srgb() by Mike Klein · 7 years ago
  48. 36703d9 Push much of the SkColorSpace_Base interface up to SkColorSpace by Brian Osman · 7 years ago
  49. 25eef6b centralize encoding to SkData by Mike Reed · 7 years ago
  50. 3e79459 Fix setjmp/longjump usage in JPEG error handling by Chris Dalton · 7 years ago
  51. d6cb11e encode kAlpha_8 as grayalpha with sigbits for gray==1 by Mike Reed · 7 years ago
  52. 021e5c7 Revert "Add an Option for orientation on JPEG encodes" by Ben Wagner · 7 years ago
  53. 5411a60 Add an Option for orientation on JPEG encodes by Leon Scroggins III · 7 years ago
  54. 2fbf1bc Add SK_API to APIs used by the android framework. by Derek Sollenberger · 7 years ago
  55. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  56. bb3dc76 Use kIgnore blend behavior when encoding JPEG by Leon Scroggins III · 7 years ago
  57. ce98801 when encoding PNG, don't assume F16 values are in range by Mike Klein · 7 years ago
  58. 45c16fa convert over to 2d-mode by Mike Klein · 7 years ago
  59. 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
  60. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  61. 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
  62. c2d2076 clean up low-hanging swap_rb by Mike Klein · 7 years ago
  63. 1950e0a Always encode images with sRGB encoded pixels by Matt Sarett · 7 years ago
  64. 5e819ca fix f16 encoding by Mike Klein · 7 years ago
  65. d0dbee6 Add comments support for PNG encoder by Yuqian Li · 7 years ago
  66. 761d27c update SkRasterPipeline::run() to also take y by Mike Klein · 7 years ago
  67. b24704d SkRasterPipeline in SkArenaAlloc by Mike Klein · 7 years ago
  68. 2f68787 SkWebpEncoder: use bgra for lossless and yuv for lossy by Matt Sarett · 7 years ago
  69. 09e9f68 Temporarily use default webp encode method for bzl by Matt Sarett · 7 years ago
  70. d5a1691 Add support for webp lossless compression by Matt Sarett · 7 years ago
  71. e6c210a Fix Ubuntu-Clang-x86_64-Release-Mini by Matt Sarett · 7 years ago
  72. 6a4dc66 Add SkJpegEncoder and SkWebpEncoder to public API by Matt Sarett · 7 years ago
  73. fe31908 Add downsampling option to SkJpegEncoder by Matt Sarett · 7 years ago
  74. 2e61b18 Add jpeg encoder alpha handling option by Matt Sarett · 7 years ago
  75. 94fd06f Move SkPngEncoder into public API by Matt Sarett · 7 years ago
  76. be4c9b0 Add filtering and zlib-level options to SkPngEncoder by Matt Sarett · 7 years ago
  77. 22469d9 Stub encoding impls for clients without libraries by Matt Sarett · 7 years ago
  78. 04c3731 SkEncoder: Rename files, change webp API, for consistency by Matt Sarett · 7 years ago
  79. c367d03 Add support for row-by-row png encodes by Matt Sarett · 7 years ago
  80. 26b44df Add support for row-by-row jpeg encoding by Matt Sarett · 7 years ago
  81. c06f309 Revert "Add support for row-by-row jpeg encoding" by Leon Scroggins · 7 years ago
  82. 9b848d5 Add support for row-by-row jpeg encoding by Matt Sarett · 7 years ago
  83. 46a45ba Revert "Manual revert: Add support for writing ICC profiles to webp encoder" by Matt Sarett · 7 years ago
  84. 4293a1e Manual revert: Add support for writing ICC profiles to webp encoder by Matt Sarett · 7 years ago
  85. 7abfb5e SkImageEncoder: Be more lenient on inputs by Matt Sarett · 7 years ago
  86. 3dbef9f Revert "Revert "Add support for writing ICC profiles to webp encoder"" by Matt Sarett · 7 years ago
  87. e87d778 Revert "Add support for writing ICC profiles to webp encoder" by Jim Van Verth · 7 years ago
  88. 0c9d0b4 Add support for writing ICC profiles to webp encoder by Matt Sarett · 7 years ago
  89. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 7 years ago
  90. 5df93de Revert "Revert "Add support for writing icc profiles to the jpeg encoder"" by Matt Sarett · 7 years ago
  91. dda14b9 Revert "Add support for writing icc profiles to the jpeg encoder" by Derek Sollenberger · 7 years ago
  92. 4ef0148 Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 7 years ago
  93. d68c41d Revert "Add support for writing icc profiles to the jpeg encoder" by Derek Sollenberger · 7 years ago
  94. e3b95ce Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 7 years ago
  95. 74de1f6 More png API compatibility by Matt Sarett · 7 years ago
  96. 687b656 Compatible use of png_set_iCCP by Matt Sarett · 7 years ago
  97. 0e032be Add support for writing ICC profiles in png encodes by Matt Sarett · 7 years ago
  98. 03a7f5f Make header files idempotent; script to check by Hal Canary · 7 years ago
  99. c7b2908 Refactor pixel conversion: premul and unpremul by Matt Sarett · 7 years ago
  100. e95941f Update SkJPEGImageEncoder by Matt Sarett · 7 years ago