1. b30d698 Fix colorType/alphaType checks in SkCodec by msarett · 9 years ago
  2. deabdb5 Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of https://codereview.chromium.org/1695473002/ ) by msarett · 9 years ago
  3. c7578b6 Fix colorType/alphaType checks in SkCodec by msarett · 9 years ago
  4. 70e418b Make SkJpegCodec compatible with libjpeg by msarett · 9 years ago
  5. d5951b1 More efficient Jpeg skipScanlines for older versions of libjpeg-turbo by msarett · 9 years ago
  6. e721a8e flags and hacks to get MSAN bot going by mtklein · 9 years ago
  7. 23e78d3 Use size_t for get_row_bytes() in SkJpegCodec by msarett · 9 years ago
  8. c5560be Support decoding opaque to *premul by scroggo · 9 years ago
  9. b714fb0 Add getYUV8Planes() API to SkCodec by msarett · 9 years ago
  10. bda8609 Clean up unused or overly complex modes in SkSwizzler by msarett · 9 years ago
  11. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  12. db30be2 Make SkCodec support peek() and read() by scroggo · 9 years ago
  13. aada3e8 Remove SkJpegCodec.cpp from Google3 BUILD due to differing libjpeg_turbo versions. by benjaminwagner · 9 years ago
  14. ef27d89 Use SkSwizzler to convert from CMYK by scroggo · 9 years ago
  15. b7f1251 Revert of Use SkSwizzler to convert from CMYK (patchset #4 id:60001 of https://codereview.chromium.org/1411083009/ ) by scroggo · 9 years ago
  16. 450ee8f Use SkSwizzler to convert from CMYK by scroggo · 9 years ago
  17. 3d9d7a7 Create an SkAndroidCodec API separate from SkCodec by msarett · 9 years ago
  18. 6f6bef8 Add dm target to BUILD and refactor BUILD file. The corresponding google3 BUILD file changes are in google3 cl/105413829. by benjaminwagner · 9 years ago
  19. f724b99 Reenable warnings in src/codec by msarett · 9 years ago
  20. fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
  21. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  22. 19ae315 Stop calling jpeg_finish_decompress() by msarett · 9 years ago
  23. e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
  24. 3a7701c Call rewindIfNeeded in SkCodec by scroggo · 9 years ago
  25. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  26. 8ff6ca6 Disable dithering in libjpeg-turbo for 565 decodes by msarett · 9 years ago
  27. fbccb59 Call standard libjpeg/libjpeg-turbo APIs by msarett · 9 years ago
  28. 5406d6f Scanline decoding for bmp by msarett · 9 years ago
  29. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  30. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  31. 8f4ba76 SkScaledCodec class by emmaleer · 9 years ago
  32. b0a32cc Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ ) by egdaniel · 9 years ago
  33. b157917 SkScaledCodec class by emmaleer · 9 years ago
  34. c7993d7 Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  35. d518ea7 SkScaledCodec class by emmaleer · 9 years ago
  36. e5aaa07 Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  37. 0944100 SkScaledCodec class by emmaleer · 9 years ago
  38. b427db1 Consolidate SkCodec functions for handling rewind by scroggo · 9 years ago
  39. fcaaade Switching Skia to chromium's libjpeg-turbo by msarett · 9 years ago
  40. 1c005e4 Create a scanline decoder without creating a codec by scroggo · 9 years ago
  41. fdb788c Make SkSwizzler::Fill() support 565 by msarett · 9 years ago
  42. b636b45 Add the ability to decode a subset to SkCodec by scroggo · 9 years ago
  43. 9b2cdbf Allow creating multiple scanline decoders. by scroggo · 9 years ago
  44. eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
  45. 1c8a587 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  46. 94a2fbc Revert of Switch SkJpegCode to libjpeg-turbo (patchset #29 id:750001 of https://codereview.chromium.org/1180983002/) by jvanverth · 9 years ago
  47. 40141b5 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  48. aa2a7de Revert of Switch SkJpegCode to libjpeg-turbo (patchset #28 id:710001 of https://codereview.chromium.org/1180983002/) by msarett · 9 years ago
  49. e9e3ee3 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  50. c0e80c1 In the case of subset decodes, we will often not decode to by msarett · 9 years ago
  51. f657b10 Revert of Switch SkJpegCode to libjpeg-turbo (patchset #25 id:680001 of https://codereview.chromium.org/1180983002/) by msarett · 9 years ago
  52. f8bf918 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  53. c0bdecb Revert of Switch SkJpegCode to libjpeg-turbo (patchset #11 id:540001 of https://codereview.chromium.org/1180983002/) by mtklein · 9 years ago
  54. b60c3f8 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  55. 525e90a Try again to rename one SkJpegUtility.h to remove ambiguity. by mtklein · 9 years ago
  56. 97fdea6 Implementing a scanline decoder for jpeg by msarett · 10 years ago
  57. f7aaadb Zero jpeg_decompress_struct before calling jpeg_calc_output_dimensions(). by mtklein · 10 years ago
  58. e16b04a SkJpegCodec by msarett · 10 years ago