1. c7d01d3 Use libjpeg-turbo for YUV->RGB conversion in jpeg encoder by msarett · 9 years ago
  2. c1d0312 Rename encoders to Sk*ImageEncoder by msarett · 9 years ago[Renamed (99%) from src/images/SkImageDecoder_libjpeg.cpp]
  3. e8597a4 Delete SkImageDecoder by msarett · 9 years ago
  4. 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 9 years ago
  5. f037fde Delete SkImageDecoder by msarett · 9 years ago
  6. 041c870 Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ ) by msarett · 9 years ago
  7. 5b6e73e Delete SkImageDecoder by msarett · 9 years ago
  8. 39b5495 Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ ) by msarett · 9 years ago
  9. f799706 Delete SkImageDecoder by msarett · 9 years ago
  10. e721a8e flags and hacks to get MSAN bot going by mtklein · 9 years ago
  11. 8ca88e4 Hack together MSAN build. by mtklein · 9 years ago
  12. 0a35620 Add optimize_coding setting for JPEG encoding. by benjaminwagner · 9 years ago
  13. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  14. 645f6d9 Silence libjpeg warnings in SkImageDecoder by scroggo · 9 years ago
  15. b5213e6 Change quality settings on SkImageDecoder_libjpeg by msarett · 9 years ago
  16. 5c351f3 Delete dead SkImageDecoder::buildTileIndex and decodeSubset code by msarett · 9 years ago
  17. 2363649 Revert of Change quality settings on SkImageDecoder_libjpeg (patchset #1 id:40001 of https://codereview.chromium.org/1412803009/ ) by fmalita · 9 years ago
  18. b747b90 Remove dependencies on Android's forked decoder libraries by msarett · 9 years ago
  19. 69ad6a9 Change quality settings on SkImageDecoder_libjpeg by msarett · 9 years ago
  20. 8e48ed5 Supply separate flags for onBuildTileIndex by scroggo · 9 years ago
  21. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  22. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  23. 27631bd Revert "Remove ambiguity of SkJpegUtility name." by scroggo · 10 years ago
  24. 93858b4 Remove ambiguity of SkJpegUtility name. by mtklein · 10 years ago
  25. 78d79cc Eliminate the check for ANDROID_LARGE_MEMORY in jpeg decoders by msarett · 10 years ago
  26. 7831a4b Update more directories under src/ to follow C++11 style rule for {virtual,override}. by tfarina · 10 years ago
  27. 7f00acb Return cropBitmap by zoran.jovanovic · 10 years ago
  28. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  29. b3e5e4d Lazy SKP image decoding in DM. by mtklein · 10 years ago
  30. f421ec6 Fixing possible out of bound memory access by sugoi · 10 years ago
  31. 6d7e47a Muck with the right cinfo. by scroggo · 10 years ago
  32. aa7079b Revert of Muck with the right cinfo. (patchset #2 id:20001 of https://codereview.chromium.org/858333002/) by bungeman · 10 years ago
  33. 3629865 Muck with the right cinfo. by scroggo · 10 years ago
  34. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  35. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  36. 2d73d80 remove dead SK_SUPPORT_LEGACY_IMAGEDECODER_CHOOSER code by reed · 10 years ago
  37. c6b8ffa Fix a case of kPartialSuccess. by scroggo · 10 years ago
  38. 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
  39. 775b819 SkColorTable locking serves no purpose anymore. by mtklein · 10 years ago
  40. df78d0a This return_false is now only used on Android. Squelch a warning. by mtklein · 10 years ago
  41. 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 10 years ago
  42. d157b6a Clean up some warnings about unused code. by mtklein · 10 years ago
  43. b227e37 JPEG YUV Decoding by sugoi · 10 years ago
  44. 3ac569b Revert of JPEG YUV Decoding (patchset #5 id:180001 of https://codereview.chromium.org/399683007/) by rmistry · 10 years ago
  45. 8e6c3b9 JPEG YUV Decoding by sugoi · 10 years ago
  46. 8482504 make allocPixels throw on failure by reed · 10 years ago
  47. 5926b86 hide SkImageDecoder::Chooser by reed · 11 years ago
  48. 6c22573 hide SkBitmap::setConfig by reed · 11 years ago
  49. 5ee18dd Image decoder fixes (mostly) around A8. by scroggo@google.com · 11 years ago
  50. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  51. 04b57f8 Runtime configuration setting for suppressing JPEG decoder errors. by halcanary@google.com · 11 years ago
  52. 2a10318 Simplify code for configuring suppression of ImageDecoder warnings by halcanary@google.com · 11 years ago
  53. 2dcf36e Fix SkScalar conversion warning error. by halcanary@google.com · 11 years ago
  54. fed3037 Make image decoding more fault resistant, less verbose. by halcanary@google.com · 11 years ago
  55. 8d23924 Add an option on SkImageDecoder to skip writing 0s. by scroggo@google.com · 11 years ago
  56. b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
  57. 228f2b8 Print a better error message. by scroggo@google.com · 11 years ago
  58. bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 11 years ago
  59. 57a5298 Only destroy huffman if build succeeded. by scroggo@google.com · 11 years ago
  60. 590a5af Beginning work to refactor jpeg tile decoding. by scroggo@google.com · 11 years ago
  61. a1a5154 Fix failure exits from JPEG onBuildTileIndex. by scroggo@google.com · 11 years ago
  62. d79277f Support decoding subsets from JPG on Android. by scroggo@google.com · 11 years ago
  63. d4c3565 Fixes for JPEG subset decoding. by scroggo@google.com · 12 years ago
  64. 8d725b2 all in the gyp by mtklein@google.com · 12 years ago
  65. 1f6b995 A8 bitmaps from JPEG are not opaque. by scroggo@google.com · 12 years ago
  66. f698c82 Allow decoding JPEG into A8. by scroggo@google.com · 12 years ago
  67. bc69ce9 Remove bitmap reuse from SkImageDecoder. by scroggo@google.com · 12 years ago
  68. e8f3471 Add a newline to the error message from JPEG. by scroggo@google.com · 12 years ago
  69. 7e6fcee Test region decoding in skimage, plus fixes. by scroggo@google.com · 12 years ago
  70. 39edf4c Updates to skimage tool to use it for testing. by scroggo@google.com · 12 years ago
  71. b7decc5 Only use JDCT_IFAST if it's supported. by scroggo@google.com · 12 years ago
  72. 3acd3fc Only use JDCT_FAST if it is supported in jpeg. by scroggo@google.com · 12 years ago
  73. 1139940 Upstream changes from Android for decoding jpeg images. by djsollen@google.com · 12 years ago
  74. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  75. 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
  76. 2a2cc20 fix warnings on Mac in src/images by caryclark@google.com · 13 years ago
  77. 59b7400 Remove unused android code in JPEG decoder. by djsollen@google.com · 13 years ago
  78. ec51cb8 Improved codec link-forcing system by adding Encoder/Decoder creation entry points by robertphillips@google.com · 13 years ago
  79. 8570b5c Adding CMYK jpeg changes w/o .gyp alterations by robertphillips@google.com · 13 years ago
  80. 0a89c90 reverting to 3437 by robertphillips@google.com · 13 years ago
  81. d5c9e99 Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android) by robertphillips@google.com · 13 years ago
  82. d33b26e Restore SkImageDecoder_libjpeg, which may still be used by the Android build. by tomhudson@google.com · 13 years ago
  83. 3f5ebb4 Remove libjpeg image decoder, since we've never built it since we changed by tomhudson@google.com · 13 years ago
  84. fa394d4 Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID by djsollen@google.com · 13 years ago
  85. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
  86. 57f4969 merge from android tree: by djsollen@google.com · 14 years ago
  87. 2295c63 update android specific RAM restrictions by reed@android.com · 15 years ago
  88. 3f1f06a add optional pref-config table to codecs by reed@android.com · 15 years ago
  89. bc7d2fb check for null cmap in libgif by reed@android.com · 15 years ago
  90. 6f59815 refactor helper functions out of libjpeg wrapper by reed@android.com · 15 years ago
  91. 12d1625 add android-specific tweaks to vary the amount of tmp ram allocated by reed@android.com · 15 years ago
  92. 9ce2257 quick return if we just want the bounds by reed@android.com · 16 years ago
  93. 00bf85a pull from android: use registry to build up list of image codecs by reed@android.com · 16 years ago
  94. b08eb2b separate image encode and decode remove obsolete build-flag for encode by reed@android.com · 16 years ago
  95. 8a1c16f grab from latest android by reed@android.com · 16 years ago