1. 1da27ef Add F16 support to SkPNGImageEncoder by Matt Sarett · 8 years ago
  2. 84014f0 Respect SkColorSpace in SkPNGImageEncoder by Matt Sarett · 8 years ago
  3. 32bf449 Use nullptr instead of png_NULL in SkPNGImageEncoder by Matt Sarett · 8 years ago
  4. 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 8 years ago
  5. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  6. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  7. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  8. fed0334 Encode kIndex8 to PNG more efficiently by msarett · 8 years ago
  9. 029819b Disable png encodes from Alpha8, Float16 by msarett · 8 years ago
  10. f17b71f Support RGBA/BGRA Premul/Unpremul from SkPNGImageEncoder by msarett · 8 years ago
  11. 9b09cd8 Add Gray support to SkPNGImageEncoder by msarett · 8 years ago
  12. 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
  13. 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
  14. ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
  15. c1d0312 Rename encoders to Sk*ImageEncoder by msarett · 8 years ago[Renamed from src/images/SkImageDecoder_libpng.cpp]
  16. e8597a4 Delete SkImageDecoder by msarett · 8 years ago
  17. 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  18. f037fde Delete SkImageDecoder by msarett · 8 years ago
  19. 041c870 Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  20. 5b6e73e Delete SkImageDecoder by msarett · 8 years ago
  21. 39b5495 Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  22. f799706 Delete SkImageDecoder by msarett · 8 years ago
  23. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  24. 04a0d3f Silence another PNG print statement by scroggo · 9 years ago
  25. 7596683 Silence libpng warnings in SkImageDecoder by msarett · 9 years ago
  26. dfd6c6e SkPNGImageEncoder encodes all SkColorTypes by halcanary · 9 years ago
  27. cf98fa9 Add SkPngChunkReader. by scroggo · 9 years ago
  28. 93c69ff Revert of Add SkPngChunkReader. (patchset #9 id:160001 of https://codereview.chromium.org/1040453002/ ) by scroggo · 9 years ago
  29. 3389e00 Add SkPngChunkReader. by scroggo · 9 years ago
  30. 5c351f3 Delete dead SkImageDecoder::buildTileIndex and decodeSubset code by msarett · 9 years ago
  31. 1aaaba5 Fix the build on Android devices by Matt Sarett · 9 years ago
  32. b747b90 Remove dependencies on Android's forked decoder libraries by msarett · 9 years ago
  33. 8e48ed5 Supply separate flags for onBuildTileIndex by scroggo · 9 years ago
  34. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  35. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  36. b2a6fe7 Enable both static and dynamically linked libpng by djsollen · 9 years ago
  37. 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
  38. 2469c99 Enable both static and dynamically linked libpng by djsollen · 9 years ago
  39. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  40. 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
  41. 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
  42. 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
  43. f45796e Fix a memory leak when decoding corrupted indexed PNGs. by dml · 9 years ago
  44. 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
  45. 561a1ca Fix a memory leak when decoding corrupted indexed PNGs. by dml · 9 years ago
  46. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  47. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  48. 2d73d80 remove dead SK_SUPPORT_LEGACY_IMAGEDECODER_CHOOSER code by reed · 10 years ago
  49. 775b819 SkColorTable locking serves no purpose anymore. by mtklein · 10 years ago
  50. 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 10 years ago
  51. 93b255b Make SkImageDecoder_libpng be compilable with Chromium libpng by kkinnunen · 10 years ago
  52. c5e15a1 remove alphatype from colortable by reed · 10 years ago
  53. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  54. 8482504 make allocPixels throw on failure by reed · 10 years ago
  55. fc7063b Fix image decoder memory overwrite bug. by scroggo · 10 years ago
  56. 0689d7b stop using SkBitmap::Config by reed · 10 years ago
  57. 5926b86 hide SkImageDecoder::Chooser by reed · 10 years ago
  58. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  59. 446cf71 Fix issue in image decoders where the bitmap config was not properly set. by djsollen@google.com · 10 years ago
  60. 57212f9 Revert "Revert of https://codereview.chromium.org/113823003/" by reed@google.com · 11 years ago
  61. 5401cd0 Clean up after longjmp in SkImageDecoder_libpng. by scroggo@google.com · 11 years ago
  62. feeca3c Create nonPOD before setjmp. by scroggo@google.com · 11 years ago
  63. 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
  64. 5ee18dd Image decoder fixes (mostly) around A8. by scroggo@google.com · 11 years ago
  65. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  66. 2a10318 Simplify code for configuring suppression of ImageDecoder warnings by halcanary@google.com · 11 years ago
  67. 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
  68. 48d9ff5 Revert "change SkColorTable to be immutable" by reed@google.com · 11 years ago
  69. 9864c24 change SkColorTable to be immutable by reed@google.com · 11 years ago
  70. fed3037 Make image decoding more fault resistant, less verbose. by halcanary@google.com · 11 years ago
  71. 546f70c Fixes for decoding to A8. by commit-bot@chromium.org · 11 years ago
  72. 354fd97 Do not convert non gray PNG to A8. by scroggo@google.com · 11 years ago
  73. 8d23924 Add an option on SkImageDecoder to skip writing 0s. by scroggo@google.com · 11 years ago
  74. b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
  75. bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 11 years ago
  76. 4d213ab Handle SkStream::rewind properly. by scroggo@google.com · 11 years ago
  77. 8e2ef01 Remove assert which is failing. by scroggo@google.com · 11 years ago
  78. c70a3aa Support decoding Gray to A8 in PNG. by scroggo@google.com · 11 years ago
  79. bc69ce9 Remove bitmap reuse from SkImageDecoder. by scroggo@google.com · 11 years ago
  80. 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago
  81. 7e6fcee Test region decoding in skimage, plus fixes. by scroggo@google.com · 11 years ago
  82. c1c5695 Support for libpng > 1.2. by commit-bot@chromium.org · 11 years ago
  83. 39edf4c Updates to skimage tool to use it for testing. by scroggo@google.com · 11 years ago
  84. 6e32c46 Remove SK_ENABLE_LIBPNG define as it is no longer needed by Android. by djsollen@google.com · 11 years ago
  85. a936e37 Upstream Android modifications to the image encoders/decoders. by commit-bot@chromium.org · 11 years ago
  86. 4ce738b Extract transform_scanline_XXXX functions into transform_scanline.h for code-sharing by epoger@google.com · 12 years ago
  87. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  88. ec51cb8 Improved codec link-forcing system by adding Encoder/Decoder creation entry points by robertphillips@google.com · 12 years ago
  89. 5c210c7 Break onEncode() into two functions to avoid clobbering variables with by tomhudson@google.com · 13 years ago
  90. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  91. 29f6636 Stop using deprecated APIs. Fix by twiz. by reed@google.com · 13 years ago
  92. 7b34ea6 Upstreaming code from android repository. by djsollen@google.com · 13 years ago
  93. 4868e6b [Committed on behalf of junov@chromium.org] by senorblanco@chromium.org · 13 years ago
  94. 7af0046 replace various png_[type]_NULL defines with just NULL by reed@google.com · 14 years ago
  95. dfee579 add SK_ENABLE_LIBPNG to force reference to PNG codec by reed@android.com · 14 years ago
  96. 3f1f06a add optional pref-config table to codecs by reed@android.com · 14 years ago
  97. b6137c3 remove auto-upscaling from base class (breaks model for allocators) but improve by reed@android.com · 15 years ago
  98. 1134426 respect preferred config when png is index-based by reed@android.com · 15 years ago
  99. 6189877 add support for encoding Index8 bitmaps into png by reed@android.com · 15 years ago
  100. a8a8b8b check for 0 upem in freetype add 32bit-overflow check by reed@android.com · 15 years ago