1. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  2. bb3dc76 Use kIgnore blend behavior when encoding JPEG by Leon Scroggins III · 7 years ago
  3. ce98801 when encoding PNG, don't assume F16 values are in range by Mike Klein · 7 years ago
  4. 45c16fa convert over to 2d-mode by Mike Klein · 7 years ago
  5. 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
  6. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  7. 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
  8. c2d2076 clean up low-hanging swap_rb by Mike Klein · 7 years ago
  9. 1950e0a Always encode images with sRGB encoded pixels by Matt Sarett · 7 years ago
  10. 5e819ca fix f16 encoding by Mike Klein · 7 years ago
  11. d0dbee6 Add comments support for PNG encoder by Yuqian Li · 7 years ago
  12. 761d27c update SkRasterPipeline::run() to also take y by Mike Klein · 7 years ago
  13. b24704d SkRasterPipeline in SkArenaAlloc by Mike Klein · 7 years ago
  14. 2f68787 SkWebpEncoder: use bgra for lossless and yuv for lossy by Matt Sarett · 7 years ago
  15. 09e9f68 Temporarily use default webp encode method for bzl by Matt Sarett · 7 years ago
  16. d5a1691 Add support for webp lossless compression by Matt Sarett · 7 years ago
  17. e6c210a Fix Ubuntu-Clang-x86_64-Release-Mini by Matt Sarett · 7 years ago
  18. 6a4dc66 Add SkJpegEncoder and SkWebpEncoder to public API by Matt Sarett · 7 years ago
  19. fe31908 Add downsampling option to SkJpegEncoder by Matt Sarett · 7 years ago
  20. 2e61b18 Add jpeg encoder alpha handling option by Matt Sarett · 7 years ago
  21. 94fd06f Move SkPngEncoder into public API by Matt Sarett · 7 years ago
  22. be4c9b0 Add filtering and zlib-level options to SkPngEncoder by Matt Sarett · 7 years ago
  23. 22469d9 Stub encoding impls for clients without libraries by Matt Sarett · 7 years ago
  24. 04c3731 SkEncoder: Rename files, change webp API, for consistency by Matt Sarett · 7 years ago
  25. c367d03 Add support for row-by-row png encodes by Matt Sarett · 7 years ago
  26. 26b44df Add support for row-by-row jpeg encoding by Matt Sarett · 7 years ago
  27. c06f309 Revert "Add support for row-by-row jpeg encoding" by Leon Scroggins · 7 years ago
  28. 9b848d5 Add support for row-by-row jpeg encoding by Matt Sarett · 7 years ago
  29. 46a45ba Revert "Manual revert: Add support for writing ICC profiles to webp encoder" by Matt Sarett · 7 years ago
  30. 4293a1e Manual revert: Add support for writing ICC profiles to webp encoder by Matt Sarett · 7 years ago
  31. 7abfb5e SkImageEncoder: Be more lenient on inputs by Matt Sarett · 7 years ago
  32. 3dbef9f Revert "Revert "Add support for writing ICC profiles to webp encoder"" by Matt Sarett · 7 years ago
  33. e87d778 Revert "Add support for writing ICC profiles to webp encoder" by Jim Van Verth · 7 years ago
  34. 0c9d0b4 Add support for writing ICC profiles to webp encoder by Matt Sarett · 7 years ago
  35. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 7 years ago
  36. 5df93de Revert "Revert "Add support for writing icc profiles to the jpeg encoder"" by Matt Sarett · 7 years ago
  37. dda14b9 Revert "Add support for writing icc profiles to the jpeg encoder" by Derek Sollenberger · 7 years ago
  38. 4ef0148 Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 7 years ago
  39. d68c41d Revert "Add support for writing icc profiles to the jpeg encoder" by Derek Sollenberger · 7 years ago
  40. e3b95ce Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 7 years ago
  41. 74de1f6 More png API compatibility by Matt Sarett · 7 years ago
  42. 687b656 Compatible use of png_set_iCCP by Matt Sarett · 7 years ago
  43. 0e032be Add support for writing ICC profiles in png encodes by Matt Sarett · 7 years ago
  44. 03a7f5f Make header files idempotent; script to check by Hal Canary · 7 years ago
  45. c7b2908 Refactor pixel conversion: premul and unpremul by Matt Sarett · 7 years ago
  46. e95941f Update SkJPEGImageEncoder by Matt Sarett · 8 years ago
  47. 1c2974b Delete SkAutoTime from jpeg encoder by Matt Sarett · 8 years ago
  48. 5521356 Add F16 and gamma correct support to webp encoder by Matt Sarett · 8 years ago
  49. 319ba3d Move shader register setup to SkRasterPipelineBlitter. by Mike Klein · 8 years ago
  50. 62bb280 Make SkWEBPImageEncoder use transform_scanline_procs by Matt Sarett · 8 years ago
  51. 1da27ef Add F16 support to SkPNGImageEncoder by Matt Sarett · 8 years ago
  52. 84014f0 Respect SkColorSpace in SkPNGImageEncoder by Matt Sarett · 8 years ago
  53. 32bf449 Use nullptr instead of png_NULL in SkPNGImageEncoder by Matt Sarett · 8 years ago
  54. 95ada6e Remove SkKTXImageEncoder by Leon Scroggins III · 8 years ago
  55. bde5d5d Revert "Do not build the ktx encoder for android framework" by Mike Klein · 8 years ago
  56. eeb7137 Do not build the ktx encoder for android framework by Leon Scroggins III · 8 years ago
  57. 681fa36 No SkEncodeImageAsKTX for ANDROID_FRAMEWORK by Hal Canary · 8 years ago
  58. 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 8 years ago
  59. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  60. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  61. 2cb6cb7 Fix bug: can't convert nullptr -> bool by Hal Canary · 8 years ago
  62. e8eed32 remove SkPixelRef::refEncodedData() by Hal Canary · 8 years ago
  63. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  64. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  65. 8981c35 Revert "Speculative fix for flaky webp encode/decode on Nexus 5" by Matt Sarett · 8 years ago
  66. 6fe16d3 Remove SkMovie and giflib by scroggo · 8 years ago
  67. 18a11a6 Speculative fix for flaky webp encode/decode on Nexus 5 by Matt Sarett · 8 years ago
  68. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  69. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  70. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  71. fed0334 Encode kIndex8 to PNG more efficiently by msarett · 8 years ago
  72. 029819b Disable png encodes from Alpha8, Float16 by msarett · 8 years ago
  73. f17b71f Support RGBA/BGRA Premul/Unpremul from SkPNGImageEncoder by msarett · 8 years ago
  74. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  75. 9b09cd8 Add Gray support to SkPNGImageEncoder by msarett · 8 years ago
  76. 36931c2 Add test for platform encoders, turn off platform encoders by default by msarett · 8 years ago
  77. 36c38cb Fix WIC encoder to support kJPEG_Type by msarett · 8 years ago
  78. 93963ba Revert of Fix WIC encoder to support kJPEG_Type (patchset #3 id:140001 of https://codereview.chromium.org/2245453002/ ) by msarett · 8 years ago
  79. b3a7ef1 Fix WIC encoder to support kJPEG_Type by msarett · 8 years ago
  80. 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
  81. b979634 Revert of SkRTConf: reduce functionality to what we use, increase simplicity (patchset #8 id:150001 of https://codereview.chromium.org/2212473002/ ) by mtklein · 8 years ago
  82. ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
  83. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  84. 091cb8d Delete SkARGBImageEncoder. by mtklein · 8 years ago
  85. ad3a5c6 Compile SkForceLinking on CMake by msarett · 8 years ago
  86. c7d01d3 Use libjpeg-turbo for YUV->RGB conversion in jpeg encoder by msarett · 8 years ago
  87. b8e0960 Make is_ktx safer by scroggo · 8 years ago
  88. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  89. 1514257 Delete SkPageFlipper by msarett · 8 years ago
  90. c1d0312 Rename encoders to Sk*ImageEncoder by msarett · 8 years ago
  91. e8597a4 Delete SkImageDecoder by msarett · 8 years ago
  92. 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  93. f037fde Delete SkImageDecoder by msarett · 8 years ago
  94. 041c870 Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  95. 5b6e73e Delete SkImageDecoder by msarett · 8 years ago
  96. 39b5495 Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  97. f799706 Delete SkImageDecoder by msarett · 8 years ago
  98. 852f15d free -> reset by mtklein · 8 years ago
  99. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 8 years ago
  100. 0e3738d free -> reset by mtklein · 8 years ago