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