Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Support the non-native (RGBA/BGRA) swizzle | msarett | 2016-04-22 |
* | Add SkEncodedInfo to report properties of encoded image data | msarett | 2016-04-20 |
* | Revert of Add SkEncodedInfo to report properties of encoded image data (patch... | robertphillips | 2016-04-19 |
* | Add SkEncodedInfo to report properties of encoded image data | msarett | 2016-04-18 |
* | 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 |