1. ad04eb4 Add SkImageGenerator Interface by halcanary@google.com · 11 years ago
  2. a466286 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  3. 8c99c9f Reverting r12315 (More Windows 64b compilation warning fixes) due to compilation failures by robertphillips@google.com · 11 years ago
  4. 80051d3 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  5. 5401cd0 Clean up after longjmp in SkImageDecoder_libpng. by scroggo@google.com · 11 years ago
  6. feeca3c Create nonPOD before setjmp. by scroggo@google.com · 11 years ago
  7. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  8. 0251288 Adding size parameter to read array functions by commit-bot@chromium.org · 11 years ago
  9. 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
  10. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  11. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  12. 5ee18dd Image decoder fixes (mostly) around A8. by scroggo@google.com · 11 years ago
  13. 114038a Revert "Revert "cache SkImage::Info calculation in lazypixelref"" by reed@google.com · 11 years ago
  14. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  15. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  16. 04b57f8 Runtime configuration setting for suppressing JPEG decoder errors. by halcanary@google.com · 11 years ago
  17. 2a10318 Simplify code for configuring suppression of ImageDecoder warnings by halcanary@google.com · 11 years ago
  18. 29d4e63 GIF decode: optional error messages and fault tolerance. by halcanary@google.com · 11 years ago
  19. 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
  20. 48d9ff5 Revert "change SkColorTable to be immutable" by reed@google.com · 11 years ago
  21. 9864c24 change SkColorTable to be immutable by reed@google.com · 11 years ago
  22. dac4a1d Allow sampling GIF images during decode. by commit-bot@chromium.org · 11 years ago
  23. 2dcf36e Fix SkScalar conversion warning error. by halcanary@google.com · 11 years ago
  24. fed3037 Make image decoding more fault resistant, less verbose. by halcanary@google.com · 11 years ago
  25. 546f70c Fixes for decoding to A8. by commit-bot@chromium.org · 11 years ago
  26. 354fd97 Do not convert non gray PNG to A8. by scroggo@google.com · 11 years ago
  27. 1d06999 Fix build. by scroggo@google.com · 11 years ago
  28. 8d23924 Add an option on SkImageDecoder to skip writing 0s. by scroggo@google.com · 11 years ago
  29. b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
  30. 228f2b8 Print a better error message. by scroggo@google.com · 11 years ago
  31. a934899 Use the default resync_to_restart in jpeg. by scroggo@google.com · 11 years ago
  32. b57a30d Remove dead code from libwebp image decoder by commit-bot@chromium.org · 11 years ago
  33. bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 11 years ago
  34. 4d213ab Handle SkStream::rewind properly. by scroggo@google.com · 11 years ago
  35. 57a5298 Only destroy huffman if build succeeded. by scroggo@google.com · 11 years ago
  36. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  37. dbf9f88 Avoid getLength in ico decoder. by scroggo@google.com · 11 years ago
  38. 2fd740f Make BMP decoder not depend on call to getLength. by scroggo@google.com · 11 years ago
  39. 3c8730a Remove dependency on getLength from webp decoder. by scroggo@google.com · 11 years ago
  40. 80e18c9 Reland "Make WebP decoding independent of stream length." by scroggo@google.com · 11 years ago
  41. 1904df0 Reverting r10651: Make WebP decoding independent of stream length. by jvanverth@google.com · 11 years ago
  42. 1f617a7 Make WebP decoding independent of stream length. by djsollen@google.com · 11 years ago
  43. 590a5af Beginning work to refactor jpeg tile decoding. by scroggo@google.com · 11 years ago
  44. a1a5154 Fix failure exits from JPEG onBuildTileIndex. by scroggo@google.com · 11 years ago
  45. d79277f Support decoding subsets from JPG on Android. by scroggo@google.com · 11 years ago
  46. d4c3565 Fixes for JPEG subset decoding. by scroggo@google.com · 11 years ago
  47. 29bf862 Upstream changes from Android by djsollen@google.com · 11 years ago
  48. 8d725b2 all in the gyp by mtklein@google.com · 11 years ago
  49. 8e2ef01 Remove assert which is failing. by scroggo@google.com · 11 years ago
  50. c70a3aa Support decoding Gray to A8 in PNG. by scroggo@google.com · 11 years ago
  51. 12d0642 Initialize config. by scroggo@google.com · 11 years ago
  52. 1f6b995 A8 bitmaps from JPEG are not opaque. by scroggo@google.com · 11 years ago
  53. f698c82 Allow decoding JPEG into A8. by scroggo@google.com · 11 years ago
  54. 468142b Allow ico decoder to decode PNG sub-images. by scroggo@google.com · 11 years ago
  55. bc69ce9 Remove bitmap reuse from SkImageDecoder. by scroggo@google.com · 11 years ago
  56. e8f3471 Add a newline to the error message from JPEG. by scroggo@google.com · 11 years ago
  57. 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago
  58. d593692 Fix iOS build. by scroggo@google.com · 11 years ago
  59. 8532236 Fix build. by scroggo@google.com · 11 years ago
  60. 7def5e1 Separate core and images project. by scroggo@google.com · 11 years ago
  61. 7768751 Add buffer helper to read directly into SkString to avoid extra copying by djsollen@google.com · 11 years ago
  62. 3e50e99 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  63. 67882dd Make DecodeMemoryToTarget handle more configs. by scroggo@google.com · 11 years ago
  64. 4b0757b add encodeData() to SkImageEncoder, and add encoding to SkImage by reed@google.com · 11 years ago
  65. f98118e Provide a function to print the name of a Format. by scroggo@google.com · 11 years ago
  66. a9f142e remove unneeded reference to SkTScopedPtr by commit-bot@chromium.org · 11 years ago
  67. 7e6fcee Test region decoding in skimage, plus fixes. by scroggo@google.com · 11 years ago
  68. c1c5695 Support for libpng > 1.2. by commit-bot@chromium.org · 11 years ago
  69. 8244998 Build fix attempt number 2. by scroggo@google.com · 11 years ago
  70. 1be4ec9 Fix the build. by scroggo@google.com · 11 years ago
  71. c4ebdb0 Force linking with image decoders for images project. by scroggo@google.com · 11 years ago
  72. 39edf4c Updates to skimage tool to use it for testing. by scroggo@google.com · 11 years ago
  73. 8c6a4f2 ARGB image encoder for checksums. https://codereview.chromium.org/14267031/ by bungeman@google.com · 11 years ago
  74. 4c6adf9 Updates to images project. by scroggo@google.com · 11 years ago
  75. b7decc5 Only use JDCT_IFAST if it's supported. by scroggo@google.com · 11 years ago
  76. 3acd3fc Only use JDCT_FAST if it is supported in jpeg. by scroggo@google.com · 11 years ago
  77. 253ac10 fix warning (again) for SkMovie by reed@google.com · 11 years ago
  78. 069a902 fix warning for SkMovie by reed@google.com · 11 years ago
  79. 5dd4502 Update code to use helper function for better readability/searching. by djsollen@google.com · 11 years ago
  80. 5016652 Fail to return a codec if the provided stream does not support rewind. by djsollen@google.com · 11 years ago
  81. 1139940 Upstream changes from Android for decoding jpeg images. by djsollen@google.com · 11 years ago
  82. 6e32c46 Remove SK_ENABLE_LIBPNG define as it is no longer needed by Android. by djsollen@google.com · 11 years ago
  83. f381162 use SkStream::NewFromFile() by mike@reedtribe.org · 11 years ago
  84. c49cabf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  85. bda74d3 fix (bool) warning with SkToBool by reed@google.com · 11 years ago
  86. bff83f6 fix window's build errors by commit-bot@chromium.org · 11 years ago
  87. a936e37 Upstream Android modifications to the image encoders/decoders. by commit-bot@chromium.org · 11 years ago
  88. aa537d4 Make SkTDArray accessors const-friendly. by commit-bot@chromium.org · 11 years ago
  89. e5f4824 Fix a bunch of warnings, mainly around rowBytes. by scroggo@google.com · 11 years ago
  90. 1a68805 move SkFDStream out of images into core by reed@google.com · 11 years ago
  91. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 11 years ago
  92. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
  93. bb89613 landing https://codereview.appspot.com/7225077/ -- tweak for GIF 5.x api by reed@google.com · 12 years ago
  94. 528a556 Fix android errors when unflattening an SkImageRef_ashmem object. by djsollen@google.com · 12 years ago
  95. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  96. 4c1f091 kill unused SkFlipPixelRef Review URL: https://codereview.appspot.com/6949043 by reed@google.com · 12 years ago
  97. 9f686f3 Create a factory to decode an SkBitmap from an SkData. by scroggo@google.com · 12 years ago
  98. 4ce738b Extract transform_scanline_XXXX functions into transform_scanline.h for code-sharing by epoger@google.com · 12 years ago
  99. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  100. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago