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. 36f7e32 Reland "Switch SkCodec to use skcms plus fixes"" by Leon Scroggins III · 6 years ago
  4. 83988ed Revert "Reland "Switch SkCodec to use skcms" plus fixes" by Leon Scroggins · 6 years ago
  5. 49894f4 Reland "Switch SkCodec to use skcms" plus fixes by Leon Scroggins III · 6 years ago
  6. 33d5394 Revert "Switch SkCodec to use skcms" and follow on change by Leon Scroggins III · 6 years ago
  7. 81886e8 Switch SkCodec to use skcms by Leon Scroggins III · 6 years ago
  8. c8037dc Reland "Hide SkEncodedInfo" by Leon Scroggins III · 7 years ago
  9. 1793e7b Revert "Hide SkEncodedInfo" by Leon Scroggins · 7 years ago
  10. c6f7a4f Hide SkEncodedInfo by Leon Scroggins III · 7 years ago
  11. ae79f32 Call initializeColorXform inside SkCodec by Leon Scroggins III · 7 years ago
  12. 0741818 Move calls to conversion_possible to SkCodec by Leon Scroggins III · 7 years ago
  13. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  14. 588fb04 Report error on failure to create SkCodec by Leon Scroggins III · 7 years ago
  15. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  16. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  17. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  18. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  19. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  20. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  21. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  22. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  23. c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  24. 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
  25. f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  26. ad8bcfe Use a smart pointer for SkColorSpace factories by msarett · 8 years ago
  27. 9b9497e Implement onSkipScanlines() for bmp and wbmp by msarett · 9 years ago
  28. 1a46467 Rename SkGifCodec, SkIcoCodec, SkWbmpCodec by msarett · 9 years ago[Renamed from src/codec/SkCodec_wbmp.h]
  29. db30be2 Make SkCodec support peek() and read() by scroggo · 9 years ago
  30. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  31. e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
  32. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  33. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  34. b427db1 Consolidate SkCodec functions for handling rewind by scroggo · 9 years ago
  35. 99f567e Scanline decoding for wbmp by msarett · 9 years ago
  36. a096d7a SkCodec: add wbmp class by halcanary · 9 years ago