1. ef004e1 Remove SK_LEGACY_IMAGE_GENERATOR_ENUMS_AND_OPTIONS by scroggo · 10 years ago
  2. 5315fd4 Remove SkImageGenerator pieces only for SkCodec. by scroggo · 10 years ago
  3. 27631bd Revert "Remove ambiguity of SkJpegUtility name." by scroggo · 10 years ago
  4. b5b50a0 SkGIFMovie: Fix corrupted background color by Takahiro.Aizawa · 10 years ago
  5. 93858b4 Remove ambiguity of SkJpegUtility name. by mtklein · 10 years ago
  6. 78d79cc Eliminate the check for ANDROID_LARGE_MEMORY in jpeg decoders by msarett · 10 years ago
  7. d129084 remove dead code behind BOOL_ONGETINFO by reed · 10 years ago
  8. 7831a4b Update more directories under src/ to follow C++11 style rule for {virtual,override}. by tfarina · 10 years ago
  9. 567ff2f Cleanup: Remove unnecessary double-semicolons. by tfarina · 10 years ago
  10. 9c79820 SkScaledBitmapSampler: fix memory overwritten by zoran.jovanovic · 10 years ago
  11. 7f00acb Return cropBitmap by zoran.jovanovic · 10 years ago
  12. b2a6fe7 Enable both static and dynamically linked libpng by djsollen · 10 years ago
  13. 4808757 Remove all code related to NaCl by borenet · 10 years ago
  14. 1865900 Revert of Enable both static and dynamically linked libpng (patchset #4 id:60001 of https://codereview.chromium.org/1032253003/) by djsollen · 10 years ago
  15. 2469c99 Enable both static and dynamically linked libpng by djsollen · 10 years ago
  16. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  17. b3e5e4d Lazy SKP image decoding in DM. by mtklein · 10 years ago
  18. 3ef71e3 guarded change to SkImageGenerator to make getInfo() const by reed · 10 years ago
  19. 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 · 10 years ago
  20. 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 · 10 years ago
  21. 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 · 10 years ago
  22. 9552662 Option for SkCodec to treat dst as all zeroes. by scroggo · 10 years ago
  23. dedc2d8 check for null-pixelref by reed · 10 years ago
  24. 6e8f903 Ico security issues fix by msarett · 10 years ago
  25. f45796e Fix a memory leak when decoding corrupted indexed PNGs. by dml · 10 years ago
  26. 8371b7e Revert of Fix a memory leak when decoding corrupted indexed PNGs. (patchset #2 id:20001 of https://codereview.chromium.org/951663002/) by reed · 10 years ago
  27. 561a1ca Fix a memory leak when decoding corrupted indexed PNGs. by dml · 10 years ago
  28. 87fa631 Rename onGetPixelsEnum back to onGetPixels. by scroggo · 10 years ago
  29. f421ec6 Fixing possible out of bound memory access by sugoi · 10 years ago
  30. 0864908 Make SkImageGenerator::getPixels() return an enum. by scroggo · 10 years ago
  31. 63af144 Fix GIF transparency. by jei.mayol · 11 years ago
  32. 65df6ed SkStream::read() only returns 0 at end. by scroggo · 11 years ago
  33. 75de4f8 Put close_gif() in an anonymous namespace. by mtklein · 11 years ago
  34. 6d7e47a Muck with the right cinfo. by scroggo · 11 years ago
  35. aa7079b Revert of Muck with the right cinfo. (patchset #2 id:20001 of https://codereview.chromium.org/858333002/) by bungeman · 11 years ago
  36. 3629865 Muck with the right cinfo. by scroggo · 11 years ago
  37. a1193e4 Make SkStream *not* ref counted. by scroggo · 11 years ago
  38. 59c6947 Upstream support for giflib >= 5.1. by mtklein · 11 years ago
  39. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 11 years ago
  40. 2d73d80 remove dead SK_SUPPORT_LEGACY_IMAGEDECODER_CHOOSER code by reed · 11 years ago
  41. 53b9e2e add const to encodePixels pixel parameter by reed · 11 years ago
  42. c6b8ffa Fix a case of kPartialSuccess. by scroggo · 11 years ago
  43. 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 11 years ago
  44. 9880607 Even more win64 warning fixes by bsalomon · 11 years ago
  45. 775b819 SkColorTable locking serves no purpose anymore. by mtklein · 11 years ago
  46. b61e206 Add tests (and fix!) for known bad ICO files. by scroggo · 11 years ago
  47. 13f701a Allow index sources to be unpremul. by scroggo · 11 years ago
  48. b752f9f Don't read random data in ICO check. by scroggo · 11 years ago
  49. df78d0a This return_false is now only used on Android. Squelch a warning. by mtklein · 11 years ago
  50. 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 11 years ago
  51. d157b6a Clean up some warnings about unused code. by mtklein · 11 years ago
  52. 93b255b Make SkImageDecoder_libpng be compilable with Chromium libpng by kkinnunen · 11 years ago
  53. b227e37 JPEG YUV Decoding by sugoi · 11 years ago
  54. 3ac569b Revert of JPEG YUV Decoding (patchset #5 id:180001 of https://codereview.chromium.org/399683007/) by rmistry · 11 years ago
  55. 8e6c3b9 JPEG YUV Decoding by sugoi · 11 years ago
  56. c5e15a1 remove alphatype from colortable by reed · 11 years ago
  57. 9594da1 use SkData::NewUninitialized by reed · 11 years ago
  58. 33a3050 SkData can allocate room for its contents in the same block by reed · 11 years ago
  59. 49f085d "NULL !=" = NULL by bsalomon · 11 years ago
  60. e5ea500 Hide fields in SkImageInfo by reed · 11 years ago
  61. 8482504 make allocPixels throw on failure by reed · 11 years ago
  62. 748783d Ensure that we don't reference decoders that we don't build by djsollen · 11 years ago
  63. 6a9c7b1 Prevent malformed ICO files from recursively decoding by djsollen · 11 years ago
  64. 97b4947 Fix overflow when comparing two ints by promoting the sum to 64-bits. by djsollen · 11 years ago
  65. bbe7a2a eliminate code related to SkBitmap::Config by reed · 11 years ago
  66. 95b1b3d Add astcbitmap to gm slides. by krajcevski · 11 years ago
  67. 7b62448 Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/) by krajcevski · 11 years ago
  68. 2fc0582 - Add astcbitmap to gm slides by krajcevski · 11 years ago
  69. 86bc124 Add support for compressed alpha ktx files by krajcevski · 11 years ago
  70. 40a1e11 Add support for all compressed formats in KTX file format by krajcevski · 11 years ago
  71. e90c900 Add ETC1 format to SkTextureCompressor by krajcevski · 11 years ago
  72. 5049557 Revert of Add ETC1 format to SkTextureCompressor (https://codereview.chromium.org/432143002/) by krajcevski · 11 years ago
  73. 5d8b1b4 Add ETC1 format to SkTextureCompressor by krajcevski · 11 years ago
  74. fc7063b Fix image decoder memory overwrite bug. by scroggo · 11 years ago
  75. 936b734 ios fixes by caryclark · 11 years ago
  76. 57ad493 Handle bad ICO data better. by scroggo · 11 years ago
  77. be08ace add setPreserveSrcDepth to replace PrefTable API for android by reed · 11 years ago
  78. 56a6b6b fix WBMP image will get null color table when draw in RGB565 Canvas by Derek Sollenberger · 11 years ago
  79. c2dcf4a Check pixelRef before attempting to ktx encode. by scroggo · 11 years ago
  80. 2fd0d14 Adjust the alpha type for pixelRefs. by scroggo · 11 years ago
  81. 67ec1f8 Switch SkPDFStream's internal storage from SkStream to SkData by halcanary · 11 years ago
  82. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 11 years ago
  83. 0689d7b stop using SkBitmap::Config by reed · 11 years ago
  84. bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 11 years ago
  85. 2f785a2 remove GetDeviceConfig/SetDeviceConfig by reed · 11 years ago
  86. 5926b86 hide SkImageDecoder::Chooser by reed · 11 years ago
  87. 3b570c6 Do a better job of enforcing the semantics of the setRequireUnpremultipliedColors flag by krajcevski · 11 years ago
  88. 6c22573 hide SkBitmap::setConfig by reed · 11 years ago
  89. 407d7c9 Add sampler options to SkScaledBitmapSampler by krajcevski · 11 years ago
  90. c250d2e Initial KTX encoder by krajcevski · 11 years ago
  91. 479bb60 Remove SkImageRef and related functionality. by Hal Canary · 11 years ago
  92. 99ffe24 Initial KTX file decoder by krajcevski · 11 years ago
  93. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 11 years ago
  94. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 11 years ago
  95. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 11 years ago
  96. 5744bbe move SkImageGenerator.cpp from src/images to src/core by reed@google.com · 11 years ago
  97. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 11 years ago
  98. 924205a Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/) by commit-bot@chromium.org · 11 years ago
  99. b263985 add colortable support to imagegenerator by commit-bot@chromium.org · 11 years ago
  100. 29239a0 Move SkDecodingImageGenerator.h to include/ by commit-bot@chromium.org · 11 years ago