aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkBmpRLECodec.h
Commit message (Expand)AuthorAge
* use unique_ptr for codec factoriesGravatar Mike Reed2017-07-25
* Reland "Remove support for decoding to kIndex_8"Gravatar Leon Scroggins2017-07-11
* Revert "Remove support for decoding to kIndex_8"Gravatar Leon Scroggins2017-07-10
* Remove support for decoding to kIndex_8Gravatar Leon Scroggins III2017-07-10
* Make header files idempotent; script to checkGravatar Hal Canary2017-02-13
* Use fixed size buffer for RLE bmpsGravatar Leon Scroggins III2017-01-19
* s/SkAutoTUnref/sk_sp/ in src/ part 1Gravatar Hal Canary2016-11-07
* Add F16, SkColorSpaceXform support to SkBmpCodecGravatar Matt Sarett2016-11-03
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* Revert "Add F16, SkColorSpaceXform support to SkBmpCodec"Gravatar Matt Sarett2016-11-03
* Add F16, SkColorSpaceXform support to SkBmpCodecGravatar Matt Sarett2016-11-03
* Remove SkAutoTDeleteArrayGravatar Ben Wagner2016-11-02
* Support the non-native (RGBA/BGRA) swizzleGravatar msarett2016-04-22
* Add SkEncodedInfo to report properties of encoded image dataGravatar msarett2016-04-20
* Revert of Add SkEncodedInfo to report properties of encoded image data (patch...Gravatar robertphillips2016-04-19
* Add SkEncodedInfo to report properties of encoded image dataGravatar msarett2016-04-18
* Implement onSkipScanlines() for bmp and wbmpGravatar msarett2016-02-11
* Fix scanline decoding of rare RLE bmpsGravatar msarett2016-02-11
* Fix overflow caught by ASAN.Gravatar benjaminwagner2015-12-04
* Fill incomplete images in SkCodec parent classGravatar msarett2015-10-09
* Move all knowledge of X sampling into SkScaledCodecGravatar scroggo2015-10-02
* Merge SkCodec with SkScanlineDecoderGravatar scroggo2015-09-30
* Scanline decoding for bmpGravatar msarett2015-08-31
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Fix bmp RLE "bug"Gravatar msarett2015-08-12
* Split SkBmpCodec into three separate classesGravatar msarett2015-08-06