1. 862c196 Remove static initializers in SkCodec by Leon Scroggins III · 7 years ago
  2. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  3. 588fb04 Report error on failure to create SkCodec by Leon Scroggins III · 7 years ago
  4. fc4ee22 Fix double delete in SkBmpCodec by Leon Scroggins III · 7 years ago
  5. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  6. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  7. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  8. c6e6a5f Simplify SkCodecs' call to SkColorSpaceXform::apply by Leon Scroggins III · 7 years ago
  9. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  10. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  11. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  12. 562e681 Refactor RGBA/BGRA xform logic in SkCodecs by Matt Sarett · 8 years ago
  13. 1b96c6f Add F16, SkColorSpaceXform support to SkBmpCodec by Matt Sarett · 8 years ago
  14. 6193568 Revert "Add F16, SkColorSpaceXform support to SkBmpCodec" by Matt Sarett · 8 years ago
  15. d851795 Add F16, SkColorSpaceXform support to SkBmpCodec by Matt Sarett · 8 years ago
  16. c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 9 years ago
  17. 3c92024 Revert of Add SkEncodedInfo to report properties of encoded image data (patchset #6 id:200001 of https://codereview.chromium.org/1820073002/ ) by robertphillips · 9 years ago
  18. f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 9 years ago
  19. ad8bcfe Use a smart pointer for SkColorSpace factories by msarett · 9 years ago
  20. 9b9497e Implement onSkipScanlines() for bmp and wbmp by msarett · 9 years ago
  21. db30be2 Make SkCodec support peek() and read() by scroggo · 9 years ago
  22. 886e5e4 Fix overflow caught by ASAN. by benjaminwagner · 9 years ago
  23. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  24. e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
  25. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  26. 5406d6f Scanline decoding for bmp by msarett · 9 years ago
  27. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  28. b427db1 Consolidate SkCodec functions for handling rewind by scroggo · 9 years ago
  29. 4ab9d5f Split SkBmpCodec into three separate classes by msarett · 9 years ago
  30. b46e5e2 Rename SkCodec_libbmp to SkBmpCodec by msarett · 9 years ago[Renamed from src/codec/SkCodec_libbmp.h]
  31. 7831a4b Update more directories under src/ to follow C++11 style rule for {virtual,override}. by tfarina · 10 years ago
  32. 3c309db Implementing filling for SkBmpCodec by msarett · 10 years ago
  33. 438b2ad ***Disables swizzles to 565. by msarett · 10 years ago
  34. 0a7e69c Get rid of leaks in SkCodec::NewFromStream. by scroggo · 10 years ago
  35. 79e378d Handle rewinds in SkBmpCodec. by scroggo · 10 years ago
  36. 230d4ac Use a wrapper for SkDebugf in SkCodec. by scroggo · 10 years ago
  37. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  38. 9bde918 Enabling ico decoding with use of png and bmp decoders by msarett · 10 years ago
  39. 7aa846c Revert of Enabling ico decoding with use of png and bmp decoders (patchset #10 id:280001 of https://codereview.chromium.org/1011343003/) by tomhudson · 10 years ago
  40. 15bfd07 Enabling ico decoding with use of png and bmp decoders by msarett · 10 years ago
  41. 1dd3ea9 Add SkEncodedFormat, used by SkCodec. by scroggo · 10 years ago
  42. eed039b Adding swizzles for bmp: by msarett · 10 years ago
  43. 9552662 Option for SkCodec to treat dst as all zeroes. by scroggo · 10 years ago
  44. 7411438 Revert "Revert of fix for invalid for loop syntax broke build (patchset #1 id:1 of https://codereview.chromium.org/1007373003/)" by msarett · 10 years ago
  45. dfdec78 Revert "Implementation of image decoding for bmp files, in accordance with the new API." by msarett · 10 years ago
  46. 3675874 Implementation of image decoding for bmp files, in accordance with the new API. by msarett · 10 years ago