1. 65f4aea Fix bug decoding JCS_RGB jpeg files by Leon Scroggins III · 6 years ago
  2. 712476e Remove SkCodec::fSrcInfo by Leon Scroggins III · 6 years ago
  3. 2d40490 Move some functions to MathPriv.h by Hal Canary · 6 years ago
  4. 36f7e32 Reland "Switch SkCodec to use skcms plus fixes"" by Leon Scroggins III · 6 years ago
  5. 83988ed Revert "Reland "Switch SkCodec to use skcms" plus fixes" by Leon Scroggins · 6 years ago
  6. 49894f4 Reland "Switch SkCodec to use skcms" plus fixes by Leon Scroggins III · 6 years ago
  7. 33d5394 Revert "Switch SkCodec to use skcms" and follow on change by Leon Scroggins III · 6 years ago
  8. 81886e8 Switch SkCodec to use skcms by Leon Scroggins III · 6 years ago
  9. e643a9e SkCodec: Always use 0 for filling by Leon Scroggins III · 6 years ago
  10. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  11. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  12. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  13. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  14. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  15. c6e6a5f Simplify SkCodecs' call to SkColorSpaceXform::apply by Leon Scroggins III · 7 years ago
  16. d81fed9 Replace BMP calls to new with calls to malloc by Leon Scroggins III · 7 years ago
  17. 19aff5d 565 codec color xform support: fix colortable / incomplete image behavior by Matt Sarett · 7 years ago
  18. 09a1c08 Prepare to test all image decode modes to F16 by Matt Sarett · 8 years ago
  19. 562e681 Refactor RGBA/BGRA xform logic in SkCodecs by Matt Sarett · 8 years ago
  20. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  21. 1a85ca5 Fix color xforms for Index8 bmps by Matt Sarett · 8 years ago
  22. 1b96c6f Add F16, SkColorSpaceXform support to SkBmpCodec by Matt Sarett · 8 years ago
  23. 6193568 Revert "Add F16, SkColorSpaceXform support to SkBmpCodec" by Matt Sarett · 8 years ago
  24. d851795 Add F16, SkColorSpaceXform support to SkBmpCodec by Matt Sarett · 8 years ago
  25. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  26. f7eb6fc Implement Fill() for incomplete decodes to RGBA_F16 by msarett · 8 years ago
  27. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  28. 85c922a Revert of Checking for valid colorType, alphaType, colorSpace in SkCodec (patchset #2 id:100001 of https://codereview.chromium.org/2319293003/ ) by msarett · 8 years ago
  29. 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  30. 3e375b0 Fix ICO bug exposed by the fuzzer by msarett · 8 years ago
  31. 34e0ec4 Support the non-native (RGBA/BGRA) swizzle by msarett · 8 years ago
  32. a45a668 Use SkEncodedInfo in place of SkSwizzler::SrcConfig by msarett · 8 years ago
  33. c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  34. 3c92024 Revert of Add SkEncodedInfo to report properties of encoded image data (patchset #6 id:200001 of https://codereview.chromium.org/1820073002/ ) by robertphillips · 8 years ago
  35. f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  36. 1088db9 Refactor SkBmpCodec by msarett · 8 years ago
  37. b30d698 Fix colorType/alphaType checks in SkCodec by msarett · 9 years ago
  38. deabdb5 Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of https://codereview.chromium.org/1695473002/ ) by msarett · 9 years ago
  39. c7578b6 Fix colorType/alphaType checks in SkCodec by msarett · 9 years ago
  40. 9b9497e Implement onSkipScanlines() for bmp and wbmp by msarett · 9 years ago
  41. f4004f9 Support more color types for ICOs by msarett · 9 years ago
  42. ebf4408 Fix bugs in SkBmpCodec by msarett · 9 years ago
  43. c5560be Support decoding opaque to *premul by scroggo · 9 years ago
  44. 886e5e4 Fix overflow caught by ASAN. by benjaminwagner · 9 years ago
  45. be8216a Make SkAndroidCodec support ico by msarett · 9 years ago
  46. 97ff7f5 Revert of Make SkAndroidCodec support ico (patchset #7 id:130002 of https://codereview.chromium.org/1472933002/ ) by scroggo · 9 years ago
  47. 1603e93 Make SkAndroidCodec support ico by msarett · 9 years ago
  48. f724b99 Reenable warnings in src/codec by msarett · 9 years ago
  49. fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
  50. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  51. e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
  52. 3a7701c Call rewindIfNeeded in SkCodec by scroggo · 9 years ago
  53. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  54. 5406d6f Scanline decoding for bmp by msarett · 9 years ago
  55. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  56. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  57. cc2feb1 Support more swizzles to 565 in SkCodec by scroggo · 9 years ago
  58. 8f4ba76 SkScaledCodec class by emmaleer · 9 years ago
  59. b0a32cc Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ ) by egdaniel · 9 years ago
  60. b157917 SkScaledCodec class by emmaleer · 9 years ago
  61. c7993d7 Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  62. d518ea7 SkScaledCodec class by emmaleer · 9 years ago
  63. e5aaa07 Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  64. 0944100 SkScaledCodec class by emmaleer · 9 years ago
  65. b427db1 Consolidate SkCodec functions for handling rewind by scroggo · 9 years ago
  66. 4ab9d5f Split SkBmpCodec into three separate classes by msarett · 9 years ago