1. 5ee18dd Image decoder fixes (mostly) around A8. by scroggo@google.com · 12 years ago
  2. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 12 years ago
  3. 04b57f8 Runtime configuration setting for suppressing JPEG decoder errors. by halcanary@google.com · 12 years ago
  4. 2a10318 Simplify code for configuring suppression of ImageDecoder warnings by halcanary@google.com · 12 years ago
  5. 2dcf36e Fix SkScalar conversion warning error. by halcanary@google.com · 12 years ago
  6. fed3037 Make image decoding more fault resistant, less verbose. by halcanary@google.com · 12 years ago
  7. 8d23924 Add an option on SkImageDecoder to skip writing 0s. by scroggo@google.com · 12 years ago
  8. b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 12 years ago
  9. 228f2b8 Print a better error message. by scroggo@google.com · 12 years ago
  10. bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 12 years ago
  11. 57a5298 Only destroy huffman if build succeeded. by scroggo@google.com · 12 years ago
  12. 590a5af Beginning work to refactor jpeg tile decoding. by scroggo@google.com · 12 years ago
  13. a1a5154 Fix failure exits from JPEG onBuildTileIndex. by scroggo@google.com · 12 years ago
  14. d79277f Support decoding subsets from JPG on Android. by scroggo@google.com · 12 years ago
  15. d4c3565 Fixes for JPEG subset decoding. by scroggo@google.com · 12 years ago
  16. 8d725b2 all in the gyp by mtklein@google.com · 12 years ago
  17. 1f6b995 A8 bitmaps from JPEG are not opaque. by scroggo@google.com · 12 years ago
  18. f698c82 Allow decoding JPEG into A8. by scroggo@google.com · 12 years ago
  19. bc69ce9 Remove bitmap reuse from SkImageDecoder. by scroggo@google.com · 12 years ago
  20. e8f3471 Add a newline to the error message from JPEG. by scroggo@google.com · 12 years ago
  21. 7e6fcee Test region decoding in skimage, plus fixes. by scroggo@google.com · 13 years ago
  22. 39edf4c Updates to skimage tool to use it for testing. by scroggo@google.com · 13 years ago
  23. b7decc5 Only use JDCT_IFAST if it's supported. by scroggo@google.com · 13 years ago
  24. 3acd3fc Only use JDCT_FAST if it is supported in jpeg. by scroggo@google.com · 13 years ago
  25. 1139940 Upstream changes from Android for decoding jpeg images. by djsollen@google.com · 13 years ago
  26. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  27. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 13 years ago
  28. 2a2cc20 fix warnings on Mac in src/images by caryclark@google.com · 13 years ago
  29. 59b7400 Remove unused android code in JPEG decoder. by djsollen@google.com · 14 years ago
  30. ec51cb8 Improved codec link-forcing system by adding Encoder/Decoder creation entry points by robertphillips@google.com · 14 years ago
  31. 8570b5c Adding CMYK jpeg changes w/o .gyp alterations by robertphillips@google.com · 14 years ago
  32. 0a89c90 reverting to 3437 by robertphillips@google.com · 14 years ago
  33. d5c9e99 Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android) by robertphillips@google.com · 14 years ago
  34. d33b26e Restore SkImageDecoder_libjpeg, which may still be used by the Android build. by tomhudson@google.com · 14 years ago
  35. 3f5ebb4 Remove libjpeg image decoder, since we've never built it since we changed by tomhudson@google.com · 14 years ago
  36. fa394d4 Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID by djsollen@google.com · 14 years ago
  37. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
  38. 57f4969 merge from android tree: by djsollen@google.com · 15 years ago
  39. 2295c63 update android specific RAM restrictions by reed@android.com · 16 years ago
  40. 3f1f06a add optional pref-config table to codecs by reed@android.com · 16 years ago
  41. bc7d2fb check for null cmap in libgif by reed@android.com · 16 years ago
  42. 6f59815 refactor helper functions out of libjpeg wrapper by reed@android.com · 16 years ago
  43. 12d1625 add android-specific tweaks to vary the amount of tmp ram allocated by reed@android.com · 16 years ago
  44. 9ce2257 quick return if we just want the bounds by reed@android.com · 16 years ago
  45. 00bf85a pull from android: use registry to build up list of image codecs by reed@android.com · 17 years ago
  46. b08eb2b separate image encode and decode remove obsolete build-flag for encode by reed@android.com · 17 years ago
  47. 8a1c16f grab from latest android by reed@android.com · 17 years ago