1. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  2. 0741818 Move calls to conversion_possible to SkCodec by Leon Scroggins III · 7 years ago
  3. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  4. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  5. 588fb04 Report error on failure to create SkCodec by Leon Scroggins III · 7 years ago
  6. 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
  7. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  8. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  9. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  10. c6e6a5f Simplify SkCodecs' call to SkColorSpaceXform::apply by Leon Scroggins III · 7 years ago
  11. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  12. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  13. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  14. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  15. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  16. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  17. a225e9b Finish color space support for SkCodec by Matt Sarett · 8 years ago
  18. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  19. 7f650bd Tag images as sRGB by default in SkCodec by Matt Sarett · 8 years ago
  20. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  21. ba58489 Finish supporting decoding opaque to non-opaque by scroggo · 8 years ago
  22. 34e0ec4 Support the non-native (RGBA/BGRA) swizzle by msarett · 8 years ago
  23. a45a668 Use SkEncodedInfo in place of SkSwizzler::SrcConfig by msarett · 8 years ago
  24. c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  25. 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
  26. f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  27. 18300a3 detach -> release by mtklein · 9 years ago
  28. b30d698 Fix colorType/alphaType checks in SkCodec by msarett · 9 years ago
  29. deabdb5 Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of https://codereview.chromium.org/1695473002/ ) by msarett · 9 years ago
  30. c7578b6 Fix colorType/alphaType checks in SkCodec by msarett · 9 years ago
  31. 9b9497e Implement onSkipScanlines() for bmp and wbmp by msarett · 9 years ago
  32. 1a46467 Rename SkGifCodec, SkIcoCodec, SkWbmpCodec by msarett · 9 years ago[Renamed (99%) from src/codec/SkCodec_wbmp.cpp]
  33. db30be2 Make SkCodec support peek() and read() by scroggo · 9 years ago
  34. b9a1e34 Support wbmp that are supported by SkImageDecoder by scroggo · 9 years ago
  35. f724b99 Reenable warnings in src/codec by msarett · 9 years ago
  36. fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
  37. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  38. e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
  39. 3a7701c Call rewindIfNeeded in SkCodec by scroggo · 9 years ago
  40. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  41. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  42. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  43. cc2feb1 Support more swizzles to 565 in SkCodec by scroggo · 9 years ago
  44. 8f4ba76 SkScaledCodec class by emmaleer · 9 years ago
  45. b0a32cc Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ ) by egdaniel · 9 years ago
  46. b157917 SkScaledCodec class by emmaleer · 9 years ago
  47. c7993d7 Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  48. d518ea7 SkScaledCodec class by emmaleer · 9 years ago
  49. e5aaa07 Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  50. 0944100 SkScaledCodec class by emmaleer · 9 years ago
  51. d1bc574 Update CodexTest to test valid_alpha. by scroggo · 9 years ago
  52. b427db1 Consolidate SkCodec functions for handling rewind by scroggo · 9 years ago
  53. 99f567e Scanline decoding for wbmp by msarett · 9 years ago
  54. b636b45 Add the ability to decode a subset to SkCodec by scroggo · 9 years ago
  55. eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
  56. 0a7e69c Get rid of leaks in SkCodec::NewFromStream. by scroggo · 10 years ago
  57. a096d7a SkCodec: add wbmp class by halcanary · 10 years ago