1. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  2. cc7f305 SkScaledCodec should implement onRewind() by msarett · 9 years ago
  3. e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
  4. 3a7701c Call rewindIfNeeded in SkCodec by scroggo · 9 years ago
  5. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  6. 5406d6f Scanline decoding for bmp by msarett · 9 years ago
  7. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  8. b32758a Test scaling for small images by msarett · 9 years ago
  9. 8f4ba76 SkScaledCodec class by emmaleer · 9 years ago
  10. b0a32cc Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ ) by egdaniel · 9 years ago
  11. b157917 SkScaledCodec class by emmaleer · 9 years ago
  12. c7993d7 Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  13. d518ea7 SkScaledCodec class by emmaleer · 9 years ago
  14. e5aaa07 Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  15. 0944100 SkScaledCodec class by emmaleer · 9 years ago
  16. b427db1 Consolidate SkCodec functions for handling rewind by scroggo · 9 years ago
  17. 1c005e4 Create a scanline decoder without creating a codec by scroggo · 9 years ago
  18. b636b45 Add the ability to decode a subset to SkCodec by scroggo · 9 years ago
  19. 9b2cdbf Allow creating multiple scanline decoders. by scroggo · 9 years ago
  20. eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
  21. c0e80c1 In the case of subset decodes, we will often not decode to by msarett · 9 years ago
  22. d129084 remove dead code behind BOOL_ONGETINFO by reed · 9 years ago
  23. 97fdea6 Implementing a scanline decoder for jpeg by msarett · 9 years ago
  24. 9e43cab Requires a minor API change to pass the color table to getScanlineDecoder, as we do with getPixels(). by msarett · 9 years ago
  25. 5842154 SkCodec::onGetScanlineDecoder must call rewind. by scroggo · 9 years ago
  26. a096d7a SkCodec: add wbmp class by halcanary · 9 years ago
  27. b880d7f SkCodec: conditionally remove fInfo by halcanary · 9 years ago
  28. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  29. 0524590 Add scanline decoding to SkCodec. by scroggo · 9 years ago
  30. 9bde918 Enabling ico decoding with use of png and bmp decoders by msarett · 9 years ago
  31. 7aa846c Revert of Enabling ico decoding with use of png and bmp decoders (patchset #10 id:280001 of https://codereview.chromium.org/1011343003/) by tomhudson · 9 years ago
  32. 15bfd07 Enabling ico decoding with use of png and bmp decoders by msarett · 9 years ago
  33. 1dd3ea9 Add SkEncodedFormat, used by SkCodec. by scroggo · 9 years ago
  34. 3ef71e3 guarded change to SkImageGenerator to make getInfo() const by reed · 9 years ago
  35. fffeede Implement SkCodec::getScaledDimensions. by scroggo · 9 years ago
  36. 9552662 Option for SkCodec to treat dst as all zeroes. by scroggo · 9 years ago
  37. 7411438 Revert "Revert of fix for invalid for loop syntax broke build (patchset #1 id:1 of https://codereview.chromium.org/1007373003/)" by msarett · 9 years ago
  38. dfdec78 Revert "Implementation of image decoding for bmp files, in accordance with the new API." by msarett · 9 years ago
  39. 3675874 Implementation of image decoding for bmp files, in accordance with the new API. by msarett · 9 years ago
  40. f24f224 Add SkCodec, including PNG implementation. by scroggo · 9 years ago
  41. ee1a726 Revert of Add SkCodec, including PNG implementation. (patchset #24 id:460001 of https://codereview.chromium.org/930283002/) by scroggo · 9 years ago
  42. ca35885 Add SkCodec, including PNG implementation. by scroggo · 9 years ago