1. 36931c2 Add test for platform encoders, turn off platform encoders by default by msarett · 9 years ago
  2. 36c38cb Fix WIC encoder to support kJPEG_Type by msarett · 9 years ago
  3. 93963ba Revert of Fix WIC encoder to support kJPEG_Type (patchset #3 id:140001 of https://codereview.chromium.org/2245453002/ ) by msarett · 9 years ago
  4. b3a7ef1 Fix WIC encoder to support kJPEG_Type by msarett · 9 years ago
  5. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  6. d442d32 Remove extra definitions of SkMovie by msarett · 9 years ago
  7. c1d0312 Rename encoders to Sk*ImageEncoder by msarett · 9 years ago[Renamed from src/ports/SkImageDecoder_WIC.cpp]
  8. e8597a4 Delete SkImageDecoder by msarett · 9 years ago
  9. 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 9 years ago
  10. f037fde Delete SkImageDecoder by msarett · 9 years ago
  11. 041c870 Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ ) by msarett · 9 years ago
  12. 5b6e73e Delete SkImageDecoder by msarett · 9 years ago
  13. 39b5495 Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ ) by msarett · 9 years ago
  14. f799706 Delete SkImageDecoder by msarett · 9 years ago
  15. 60316a9 Disable the WIC encoder for jpegs by msarett · 9 years ago
  16. e820dfe Remove uses of SkImageDecoder from gms by msarett · 9 years ago
  17. 1ee7651 Start making all .cpp files compile-able on all platforms. by mtklein · 10 years ago
  18. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 10 years ago
  19. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 10 years ago
  20. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  21. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 11 years ago
  22. 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 11 years ago
  23. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 11 years ago
  24. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 11 years ago
  25. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 11 years ago
  26. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 11 years ago
  27. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 11 years ago
  28. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 11 years ago
  29. e9336aa use colortypes instead of bitmap::config by reed@google.com · 11 years ago
  30. e7e29b7 scope ComputeIsOpaque with SkBitmap by reed@google.com · 12 years ago
  31. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 12 years ago
  32. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 12 years ago
  33. 8530296 Try to work around VS2010 intsafe/stdint multiple define issues. by bungeman@google.com · 12 years ago
  34. b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 12 years ago
  35. bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 12 years ago
  36. 4b18f57 Clean up a few warnings on Windows x64. by bungeman@google.com · 12 years ago
  37. 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 12 years ago
  38. 39edf4c Updates to skimage tool to use it for testing. by scroggo@google.com · 12 years ago
  39. 4c6adf9 Updates to images project. by scroggo@google.com · 12 years ago
  40. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 13 years ago
  41. c18143e SkImageDecoder_WIC should work on Win7 with Win8 SDK. by bungeman@google.com · 13 years ago
  42. dbfac8a Defining new color constat for transparent color by junov@google.com · 13 years ago
  43. 59bfb12 Update WIC Image decoder to unpremul colors before save by robertphillips@google.com · 13 years ago
  44. 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
  45. 2e2f3f5 Update SkCoInitialize to better match spec. by bungeman@google.com · 14 years ago
  46. 955bb07 Make WIC encoder lock the bitmap pixels. http://codereview.appspot.com/4832045/ by bungeman@google.com · 14 years ago
  47. 22b4950 Windows image decoder should handle all bitmap formats. by bungeman@google.com · 14 years ago
  48. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
  49. 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 14 years ago
  50. 242bb89 Add image encoder/decoder for Windows. http://codereview.appspot.com/4634078/ by bungeman@google.com · 14 years ago