1. 0c904fa remove unused SkImageEncoderFns bits by Mike Klein · 6 years ago
  2. ea60b95 IWYU: SkUtils.h by Hal Canary · 6 years ago
  3. b62f50c Replace nearly all kRespect with kIgnore by Brian Osman · 6 years ago
  4. e1adc3a Remove color space restrictions from image infos by Brian Osman · 6 years ago
  5. ce4cf72 non-linear blending first steps by Mike Klein · 6 years ago
  6. 3338482 remove SkColorSpace_Base by Mike Klein · 7 years ago
  7. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  8. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  9. 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
  10. 1950e0a Always encode images with sRGB encoded pixels by Matt Sarett · 7 years ago
  11. 5e819ca fix f16 encoding by Mike Klein · 7 years ago
  12. 2f68787 SkWebpEncoder: use bgra for lossless and yuv for lossy by Matt Sarett · 7 years ago
  13. 09e9f68 Temporarily use default webp encode method for bzl by Matt Sarett · 7 years ago
  14. d5a1691 Add support for webp lossless compression by Matt Sarett · 7 years ago
  15. 04c3731 SkEncoder: Rename files, change webp API, for consistency by Matt Sarett · 7 years ago[Renamed (91%) from src/images/SkWEBPImageEncoder.cpp]
  16. 46a45ba Revert "Manual revert: Add support for writing ICC profiles to webp encoder" by Matt Sarett · 7 years ago
  17. 4293a1e Manual revert: Add support for writing ICC profiles to webp encoder by Matt Sarett · 7 years ago
  18. 7abfb5e SkImageEncoder: Be more lenient on inputs by Matt Sarett · 7 years ago
  19. 3dbef9f Revert "Revert "Add support for writing ICC profiles to webp encoder"" by Matt Sarett · 7 years ago
  20. e87d778 Revert "Add support for writing ICC profiles to webp encoder" by Jim Van Verth · 7 years ago
  21. 0c9d0b4 Add support for writing ICC profiles to webp encoder by Matt Sarett · 7 years ago
  22. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 7 years ago
  23. 5df93de Revert "Revert "Add support for writing icc profiles to the jpeg encoder"" by Matt Sarett · 7 years ago
  24. dda14b9 Revert "Add support for writing icc profiles to the jpeg encoder" by Derek Sollenberger · 7 years ago
  25. 4ef0148 Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 7 years ago
  26. d68c41d Revert "Add support for writing icc profiles to the jpeg encoder" by Derek Sollenberger · 7 years ago
  27. e3b95ce Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 7 years ago
  28. 0e032be Add support for writing ICC profiles in png encodes by Matt Sarett · 7 years ago
  29. 5521356 Add F16 and gamma correct support to webp encoder by Matt Sarett · 8 years ago
  30. 62bb280 Make SkWEBPImageEncoder use transform_scanline_procs by Matt Sarett · 8 years ago
  31. 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 8 years ago
  32. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  33. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  34. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  35. 8981c35 Revert "Speculative fix for flaky webp encode/decode on Nexus 5" by Matt Sarett · 8 years ago
  36. 18a11a6 Speculative fix for flaky webp encode/decode on Nexus 5 by Matt Sarett · 8 years ago
  37. c1d0312 Rename encoders to Sk*ImageEncoder by msarett · 8 years ago[Renamed from src/images/SkImageDecoder_libwebp.cpp]
  38. e8597a4 Delete SkImageDecoder by msarett · 8 years ago
  39. 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  40. f037fde Delete SkImageDecoder by msarett · 8 years ago
  41. 041c870 Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  42. 5b6e73e Delete SkImageDecoder by msarett · 8 years ago
  43. 39b5495 Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  44. f799706 Delete SkImageDecoder by msarett · 8 years ago
  45. 852f15d free -> reset by mtklein · 8 years ago
  46. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 8 years ago
  47. 0e3738d free -> reset by mtklein · 8 years ago
  48. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  49. 5c351f3 Delete dead SkImageDecoder::buildTileIndex and decodeSubset code by msarett · 9 years ago
  50. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  51. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  52. 7f00acb Return cropBitmap by zoran.jovanovic · 9 years ago
  53. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  54. 65df6ed SkStream::read() only returns 0 at end. by scroggo · 10 years ago
  55. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  56. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  57. 2d73d80 remove dead SK_SUPPORT_LEGACY_IMAGEDECODER_CHOOSER code by reed · 10 years ago
  58. 775b819 SkColorTable locking serves no purpose anymore. by mtklein · 10 years ago
  59. 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 10 years ago
  60. 8482504 make allocPixels throw on failure by reed · 10 years ago
  61. 0689d7b stop using SkBitmap::Config by reed · 10 years ago
  62. 5926b86 hide SkImageDecoder::Chooser by reed · 10 years ago
  63. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  64. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  65. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  66. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  67. 3d8bf23 Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 10 years ago
  68. 55aec08 revert humper changes by commit-bot@chromium.org · 10 years ago
  69. 24e91ba Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 10 years ago
  70. c76a4b2 Revert of Fast path for blurred round rects -- blur a small 9patch rect on the CPU (https://codereview.chromium.org/248613004/) by commit-bot@chromium.org · 10 years ago
  71. 5729387 Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 10 years ago
  72. 915b972 Reland "Properly set alpha type in webp decode." by commit-bot@chromium.org · 10 years ago
  73. dcbc360 add one-channel output support to webp encoder by commit-bot@chromium.org · 10 years ago
  74. d591b75 Revert of Properly set alpha type in webp decode. (https://codereview.chromium.org/223893002/) by commit-bot@chromium.org · 10 years ago
  75. a455965 Properly set alpha type in webp decode. by commit-bot@chromium.org · 10 years ago
  76. 5007aab Upstream changes from Android by commit-bot@chromium.org · 10 years ago
  77. 57212f9 Revert "Revert of https://codereview.chromium.org/113823003/" by reed@google.com · 11 years ago
  78. 4ad4ae9 Revert of https://codereview.chromium.org/113823003/ by commit-bot@chromium.org · 11 years ago
  79. a306d93 remove Sk64 from public API, and start to remove usage internally by reed@google.com · 11 years ago
  80. dedd44a Fix Red/Blue decoding problem in WebP. by halcanary@google.com · 11 years ago
  81. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  82. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  83. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  84. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  85. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  86. b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
  87. b57a30d Remove dead code from libwebp image decoder by commit-bot@chromium.org · 11 years ago
  88. bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 11 years ago
  89. 4d213ab Handle SkStream::rewind properly. by scroggo@google.com · 11 years ago
  90. 3c8730a Remove dependency on getLength from webp decoder. by scroggo@google.com · 11 years ago
  91. 80e18c9 Reland "Make WebP decoding independent of stream length." by scroggo@google.com · 11 years ago
  92. 1904df0 Reverting r10651: Make WebP decoding independent of stream length. by jvanverth@google.com · 11 years ago
  93. 1f617a7 Make WebP decoding independent of stream length. by djsollen@google.com · 11 years ago
  94. bc69ce9 Remove bitmap reuse from SkImageDecoder. by scroggo@google.com · 11 years ago
  95. 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago
  96. a9f142e remove unneeded reference to SkTScopedPtr by commit-bot@chromium.org · 11 years ago
  97. 7e6fcee Test region decoding in skimage, plus fixes. by scroggo@google.com · 11 years ago
  98. 39edf4c Updates to skimage tool to use it for testing. by scroggo@google.com · 11 years ago
  99. bda74d3 fix (bool) warning with SkToBool by reed@google.com · 11 years ago
  100. bff83f6 fix window's build errors by commit-bot@chromium.org · 11 years ago