Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Implement onSkipScanlines() for bmp and wbmp | msarett | 2016-02-11 |
* | Fix scanline decoding of rare RLE bmps | msarett | 2016-02-11 |
* | Fix overflow caught by ASAN. | benjaminwagner | 2015-12-04 |
* | Fill incomplete images in SkCodec parent class | msarett | 2015-10-09 |
* | Move all knowledge of X sampling into SkScaledCodec | scroggo | 2015-10-02 |
* | Merge SkCodec with SkScanlineDecoder | scroggo | 2015-09-30 |
* | Scanline decoding for bmp | msarett | 2015-08-31 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Fix bmp RLE "bug" | msarett | 2015-08-12 |
* | Split SkBmpCodec into three separate classes | msarett | 2015-08-06 |