1. 36f7e32 Reland "Switch SkCodec to use skcms plus fixes"" by Leon Scroggins III · 6 years ago
  2. 83988ed Revert "Reland "Switch SkCodec to use skcms" plus fixes" by Leon Scroggins · 6 years ago
  3. 49894f4 Reland "Switch SkCodec to use skcms" plus fixes by Leon Scroggins III · 6 years ago
  4. 33d5394 Revert "Switch SkCodec to use skcms" and follow on change by Leon Scroggins III · 6 years ago
  5. 81886e8 Switch SkCodec to use skcms by Leon Scroggins III · 6 years ago
  6. e643a9e SkCodec: Always use 0 for filling by Leon Scroggins III · 6 years ago
  7. 223ec29 Make haveDecodedRow return void by Leon Scroggins III · 7 years ago
  8. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  9. 588fb04 Report error on failure to create SkCodec by Leon Scroggins III · 7 years ago
  10. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  11. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  12. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  13. 1f6af6b Consolidate decoding frames into SkCodec by Leon Scroggins III · 7 years ago
  14. c6e6a5f Simplify SkCodecs' call to SkColorSpaceXform::apply by Leon Scroggins III · 7 years ago
  15. 249b8e3 Switch SkCodec to int for counts and indices by Leon Scroggins III · 7 years ago
  16. e132e7b Add SkCodec methods for individual frames by Leon Scroggins III · 7 years ago
  17. 03a7f5f Make header files idempotent; script to check by Hal Canary · 8 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. 61eedeb Add F16, SkColorSpaceXform support to SkGifCodec by Matt Sarett · 8 years ago
  22. e71b1a1 Report repetition count in SkCodec by scroggo · 8 years ago
  23. fc49b40 Use correct color table for prior GIF frames by Leon Scroggins III · 8 years ago
  24. 3d3a65c Rename GIFImageReader to SkGifImageReader by scroggo · 8 years ago
  25. 19b9153 Add support for multiple frames in SkCodec by scroggo · 8 years ago
  26. f7eb6fc Implement Fill() for incomplete decodes to RGBA_F16 by msarett · 8 years ago
  27. c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  28. 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
  29. f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  30. ad8bcfe Use a smart pointer for SkColorSpace factories by msarett · 8 years ago
  31. 39b2d5a Individually enable and disable SkCodecs by msarett · 9 years ago
  32. b30d698 Fix colorType/alphaType checks in SkCodec by msarett · 9 years ago
  33. deabdb5 Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of https://codereview.chromium.org/1695473002/ ) by msarett · 9 years ago
  34. c7578b6 Fix colorType/alphaType checks in SkCodec by msarett · 9 years ago
  35. c5560be Support decoding opaque to *premul by scroggo · 9 years ago
  36. 1a46467 Rename SkGifCodec, SkIcoCodec, SkWbmpCodec by msarett · 9 years ago[Renamed from src/codec/SkCodec_libgif.h]
  37. db30be2 Make SkCodec support peek() and read() by scroggo · 9 years ago
  38. 72261c0 Implement SkGifCodec::onSkipScanlines() by msarett · 9 years ago
  39. e975928 Fix -Winconsistent-missing-override in SkCodec_libgif.h by mtklein · 9 years ago
  40. fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
  41. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  42. 4aa02d8 Fix SkGifCodec to handle gifs where frameSize != imageSize by msarett · 9 years ago
  43. e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
  44. 3a7701c Call rewindIfNeeded in SkCodec by scroggo · 9 years ago
  45. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  46. 10522ff Scanline decoding for gifs by msarett · 9 years ago
  47. e3330cf Revert of Scanline decoding for gifs (patchset #15 id:380001 of https://codereview.chromium.org/1305123002/ ) by jcgregorio · 9 years ago
  48. e9c10b9 Scanline decoding for gifs by msarett · 9 years ago
  49. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  50. b427db1 Consolidate SkCodec functions for handling rewind by scroggo · 9 years ago
  51. 438b2ad ***Disables swizzles to 565. by msarett · 9 years ago
  52. 8c8f22a Creating a new wrapper for gif decoder by msarett · 9 years ago