aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkBmpRLECodec.cpp
Commit message (Expand)AuthorAge
* Remove static initializers in SkCodecGravatar Leon Scroggins III2017-10-03
* make most of SkColorPriv.h privateGravatar Cary Clark2017-09-15
* 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
* Simplify SkCodecs' call to SkColorSpaceXform::applyGravatar Leon Scroggins III2017-06-05
* Use fixed size buffer for RLE bmpsGravatar Leon Scroggins III2017-01-19
* Refactor RGBA/BGRA xform logic in SkCodecsGravatar Matt Sarett2016-11-08
* s/SkAutoTUnref/sk_sp/ in src/ part 1Gravatar Hal Canary2016-11-07
* Fix color xforms for Index8 bmpsGravatar Matt Sarett2016-11-04
* 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
* Fix bmp bug exposed by fuzzerGravatar msarett2016-10-05
* Checking for valid colorType, alphaType, colorSpace in SkCodecGravatar msarett2016-09-08
* Revert of Checking for valid colorType, alphaType, colorSpace in SkCodec (pat...Gravatar msarett2016-09-08
* Checking for valid colorType, alphaType, colorSpace in SkCodecGravatar msarett2016-09-08
* 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
* Return the proper error code in SkBmpRLECodecGravatar msarett2016-02-17
* Implement onSkipScanlines() for bmp and wbmpGravatar msarett2016-02-11
* Avoid initializing memory twice on incomplete RLE bmpsGravatar msarett2016-02-11
* Fix scanline decoding of rare RLE bmpsGravatar msarett2016-02-11
* Fix overflow caught by ASAN.Gravatar benjaminwagner2015-12-04
* Fix BMP RLE bug: attempt 2Gravatar msarett2015-11-19
* Fix BMP RLE bugGravatar msarett2015-11-18
* Create an SkAndroidCodec API separate from SkCodecGravatar msarett2015-10-21
* Reenable warnings in src/codecGravatar msarett2015-10-15
* Add subsetting to SkScanlineDecoderGravatar msarett2015-10-13
* Fill incomplete images in SkCodec parent classGravatar msarett2015-10-09
* Move all knowledge of X sampling into SkScaledCodecGravatar scroggo2015-10-02
* Call rewindIfNeeded in SkCodecGravatar scroggo2015-09-30
* Merge SkCodec with SkScanlineDecoderGravatar scroggo2015-09-30
* Scanline decoding for bmpGravatar msarett2015-08-31
* Some codec code formatting cleanup.Gravatar bungeman2015-08-27
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Support more swizzles to 565 in SkCodecGravatar scroggo2015-08-14
* Fix bmp RLE "bug"Gravatar msarett2015-08-12
* Consolidate SkCodec functions for handling rewindGravatar scroggo2015-08-12
* Split SkBmpCodec into three separate classesGravatar msarett2015-08-06