1. b714fb0 Add getYUV8Planes() API to SkCodec by msarett · 9 years ago
  2. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  3. db30be2 Make SkCodec support peek() and read() by scroggo · 9 years ago
  4. fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
  5. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  6. 19ae315 Stop calling jpeg_finish_decompress() by msarett · 9 years ago
  7. e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
  8. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  9. fbccb59 Call standard libjpeg/libjpeg-turbo APIs by msarett · 9 years ago
  10. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  11. 8f4ba76 SkScaledCodec class by emmaleer · 9 years ago
  12. b0a32cc Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ ) by egdaniel · 9 years ago
  13. b157917 SkScaledCodec class by emmaleer · 9 years ago
  14. c7993d7 Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  15. d518ea7 SkScaledCodec class by emmaleer · 9 years ago
  16. e5aaa07 Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  17. 0944100 SkScaledCodec class by emmaleer · 9 years ago
  18. b427db1 Consolidate SkCodec functions for handling rewind by scroggo · 9 years ago
  19. 1c005e4 Create a scanline decoder without creating a codec by scroggo · 9 years ago
  20. 9b2cdbf4 Allow creating multiple scanline decoders. by scroggo · 9 years ago
  21. 1c8a587 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  22. 94a2fbc Revert of Switch SkJpegCode to libjpeg-turbo (patchset #29 id:750001 of https://codereview.chromium.org/1180983002/) by jvanverth · 9 years ago
  23. 40141b5 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  24. aa2a7de Revert of Switch SkJpegCode to libjpeg-turbo (patchset #28 id:710001 of https://codereview.chromium.org/1180983002/) by msarett · 9 years ago
  25. e9e3ee3 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  26. c0e80c1 In the case of subset decodes, we will often not decode to by msarett · 9 years ago
  27. f657b10 Revert of Switch SkJpegCode to libjpeg-turbo (patchset #25 id:680001 of https://codereview.chromium.org/1180983002/) by msarett · 9 years ago
  28. f8bf918 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  29. c0bdecb Revert of Switch SkJpegCode to libjpeg-turbo (patchset #11 id:540001 of https://codereview.chromium.org/1180983002/) by mtklein · 9 years ago
  30. b60c3f8 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  31. 525e90a Try again to rename one SkJpegUtility.h to remove ambiguity. by mtklein · 9 years ago
  32. 97fdea6 Implementing a scanline decoder for jpeg by msarett · 9 years ago
  33. e16b04a SkJpegCodec by msarett · 9 years ago