1. 7f5b19b More angle brackets for system includes for third_party deps by Kevin Lubick · 2 years, 8 months ago
  2. 9f1e06a Reland "Add sRGB 8888 colortype" by Brian Osman · 3 years ago
  3. 405eb7b Revert "Add sRGB 8888 colortype" by Brian Osman · 3 years ago
  4. 0f7c10e Add sRGB 8888 colortype by Brian Osman · 3 years ago
  5. a77f30c Reland "Split building encoding from decoding" by Leon Scroggins III · 4 years, 5 months ago
  6. 9d4b788 Revert "Split building encoding from decoding" by Mike Klein · 4 years, 5 months ago
  7. 94aaf7c Split building encoding from decoding by Leon Scroggins III · 4 years, 5 months ago
  8. f7eb054 basic, untested BGR 1010102 and 101010x by Mike Klein · 4 years, 6 months ago
  9. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 6 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. ab737e4 Revert "unguard SkFooEncoder.cpp" by Mike Klein · 5 years ago
  16. 32c32b9 unguard SkFooEncoder.cpp by Mike Klein · 5 years ago
  17. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  18. b70990e add kRGBA_F16Norm_SkColorType by Mike Klein · 5 years ago
  19. 509ccb0 implement most SkImageEncoderFns with skcms by Mike Klein · 6 years ago
  20. 08883cd transform_scanline_888x is transform_scanline_RGBX by Mike Klein · 6 years ago
  21. 0c904fa remove unused SkImageEncoderFns bits by Mike Klein · 6 years ago
  22. 84f8a61 Support encoding/decoding F16 without a color space by Brian Osman · 6 years ago
  23. b62f50c Replace nearly all kRespect with kIgnore by Brian Osman · 6 years ago
  24. 3785471 basic first pass at RGBA F32 support by Mike Klein · 6 years ago
  25. e1adc3a Remove color space restrictions from image infos by Brian Osman · 6 years ago
  26. ce4cf72 non-linear blending first steps by Mike Klein · 6 years ago
  27. ac568a9 1010102, 101010x, 888x in sw by Mike Klein · 7 years ago
  28. d6cb11e encode kAlpha_8 as grayalpha with sigbits for gray==1 by Mike Reed · 7 years ago
  29. 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
  30. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  31. 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
  32. 1950e0a Always encode images with sRGB encoded pixels by Matt Sarett · 7 years ago
  33. d0dbee6 Add comments support for PNG encoder by Yuqian Li · 7 years ago
  34. 6a4dc66 Add SkJpegEncoder and SkWebpEncoder to public API by Matt Sarett · 7 years ago
  35. be4c9b0 Add filtering and zlib-level options to SkPngEncoder by Matt Sarett · 7 years ago
  36. 04c3731 SkEncoder: Rename files, change webp API, for consistency by Matt Sarett · 7 years ago[Renamed from src/images/SkPNGImageEncoder.cpp]
  37. c367d03 Add support for row-by-row png encodes by Matt Sarett · 7 years ago
  38. 7abfb5e SkImageEncoder: Be more lenient on inputs by Matt Sarett · 7 years ago
  39. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 7 years ago
  40. 5df93de Revert "Revert "Add support for writing icc profiles to the jpeg encoder"" by Matt Sarett · 7 years ago
  41. dda14b9 Revert "Add support for writing icc profiles to the jpeg encoder" by Derek Sollenberger · 7 years ago
  42. 4ef0148 Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 7 years ago
  43. d68c41d Revert "Add support for writing icc profiles to the jpeg encoder" by Derek Sollenberger · 7 years ago
  44. e3b95ce Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 7 years ago
  45. 74de1f6 More png API compatibility by Matt Sarett · 7 years ago
  46. 687b656 Compatible use of png_set_iCCP by Matt Sarett · 7 years ago
  47. 0e032be Add support for writing ICC profiles in png encodes by Matt Sarett · 7 years ago
  48. 62bb280 Make SkWEBPImageEncoder use transform_scanline_procs by Matt Sarett · 8 years ago
  49. 1da27ef Add F16 support to SkPNGImageEncoder by Matt Sarett · 8 years ago
  50. 84014f0 Respect SkColorSpace in SkPNGImageEncoder by Matt Sarett · 8 years ago
  51. 32bf449 Use nullptr instead of png_NULL in SkPNGImageEncoder by Matt Sarett · 8 years ago
  52. 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 8 years ago
  53. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  54. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  55. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  56. fed0334 Encode kIndex8 to PNG more efficiently by msarett · 8 years ago
  57. 029819b Disable png encodes from Alpha8, Float16 by msarett · 8 years ago
  58. f17b71f Support RGBA/BGRA Premul/Unpremul from SkPNGImageEncoder by msarett · 8 years ago
  59. 9b09cd8 Add Gray support to SkPNGImageEncoder by msarett · 8 years ago
  60. 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
  61. 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
  62. ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
  63. c1d0312 Rename encoders to Sk*ImageEncoder by msarett · 8 years ago[Renamed from src/images/SkImageDecoder_libpng.cpp]
  64. e8597a4 Delete SkImageDecoder by msarett · 8 years ago
  65. 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  66. f037fde Delete SkImageDecoder by msarett · 8 years ago
  67. 041c870 Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  68. 5b6e73e Delete SkImageDecoder by msarett · 8 years ago
  69. 39b5495 Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  70. f799706 Delete SkImageDecoder by msarett · 8 years ago
  71. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  72. 04a0d3f Silence another PNG print statement by scroggo · 9 years ago
  73. 7596683 Silence libpng warnings in SkImageDecoder by msarett · 9 years ago
  74. dfd6c6e SkPNGImageEncoder encodes all SkColorTypes by halcanary · 9 years ago
  75. cf98fa9 Add SkPngChunkReader. by scroggo · 9 years ago
  76. 93c69ff Revert of Add SkPngChunkReader. (patchset #9 id:160001 of https://codereview.chromium.org/1040453002/ ) by scroggo · 9 years ago
  77. 3389e00 Add SkPngChunkReader. by scroggo · 9 years ago
  78. 5c351f3 Delete dead SkImageDecoder::buildTileIndex and decodeSubset code by msarett · 9 years ago
  79. 1aaaba5 Fix the build on Android devices by Matt Sarett · 9 years ago
  80. b747b90 Remove dependencies on Android's forked decoder libraries by msarett · 9 years ago
  81. 8e48ed5 Supply separate flags for onBuildTileIndex by scroggo · 9 years ago
  82. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  83. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  84. b2a6fe7 Enable both static and dynamically linked libpng by djsollen · 9 years ago
  85. 1865900 Revert of Enable both static and dynamically linked libpng (patchset #4 id:60001 of https://codereview.chromium.org/1032253003/) by djsollen · 9 years ago
  86. 2469c99 Enable both static and dynamically linked libpng by djsollen · 9 years ago
  87. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  88. 78acf96 Indexed PNG decoding: Ensure color table is large enough that the bit depth of the image will not allow reads beyond its end. by dml · 9 years ago
  89. cdeca44 Revert "Indexed PNG decoding: Ensure color table is large enough that the bit depth of the image will not allow reads beyond its end." by scroggo · 9 years ago
  90. 493c1ce Indexed PNG decoding: Ensure color table is large enough that the bit depth of the image will not allow reads beyond its end. by Leon Scroggins III · 9 years ago
  91. f45796e Fix a memory leak when decoding corrupted indexed PNGs. by dml · 9 years ago
  92. 8371b7e Revert of Fix a memory leak when decoding corrupted indexed PNGs. (patchset #2 id:20001 of https://codereview.chromium.org/951663002/) by reed · 9 years ago
  93. 561a1ca Fix a memory leak when decoding corrupted indexed PNGs. by dml · 9 years ago
  94. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  95. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  96. 2d73d80 remove dead SK_SUPPORT_LEGACY_IMAGEDECODER_CHOOSER code by reed · 10 years ago
  97. 775b819 SkColorTable locking serves no purpose anymore. by mtklein · 10 years ago
  98. 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 10 years ago
  99. 93b255b Make SkImageDecoder_libpng be compilable with Chromium libpng by kkinnunen · 10 years ago
  100. c5e15a1 remove alphatype from colortable by reed · 10 years ago