aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkBmpCodec.cpp
Commit message (Expand)AuthorAge
* Check for min int in BMP headerGravatar Leon Scroggins III2018-02-15
* Remove static initializers in SkCodecGravatar Leon Scroggins III2017-10-03
* make most of SkColorPriv.h privateGravatar Cary Clark2017-09-15
* Call initializeColorXform inside SkCodecGravatar Leon Scroggins III2017-08-18
* Move calls to conversion_possible to SkCodecGravatar Leon Scroggins III2017-08-17
* use unique_ptr for codec factoriesGravatar Mike Reed2017-07-25
* Report error on failure to create SkCodecGravatar Leon Scroggins III2017-07-14
* Fix double delete in SkBmpCodecGravatar Leon Scroggins III2017-07-14
* 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
* Replace BMP calls to new with calls to mallocGravatar Leon Scroggins III2017-06-05
* Avoid new for small arrays in SkBmpCodecGravatar Leon Scroggins III2017-06-02
* Add SkTransferFunctionBehavior flag: Use in codec and encoderGravatar Matt Sarett2017-03-24
* Set a limit on the size for BMP imagesGravatar Leon Scroggins III2017-02-24
* SkColorSpace: remove named API, add gamut APIGravatar Matt Sarett2017-02-07
* Revert "SkColorSpace: remove named API, add gamut API"Gravatar Matt Sarett2017-02-07
* SkColorSpace: remove named API, add gamut APIGravatar Matt Sarett2017-02-07
* Use fixed size buffer for RLE bmpsGravatar Leon Scroggins III2017-01-19
* Stop supporting kUnknown_BmpHeaderTypeGravatar Leon Scroggins III2016-12-15
* Refactor RGBA/BGRA xform logic in SkCodecsGravatar Matt Sarett2016-11-08
* 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
* Tag images as sRGB by default in SkCodecGravatar Matt Sarett2016-10-31
* 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
* Fix ICO bug exposed by the fuzzerGravatar msarett2016-05-04
* 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
* Refactor SkBmpCodecGravatar msarett2016-03-22
* free -> resetGravatar mtklein2016-03-17
* Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium....Gravatar bungeman2016-03-17
* free -> resetGravatar mtklein2016-03-17
* detach -> releaseGravatar mtklein2016-03-16
* Do not create BmpMaskCodecs with invalid bits per pixelGravatar msarett2016-02-17
* Implement onSkipScanlines() for bmp and wbmpGravatar msarett2016-02-11
* Support more color types for ICOsGravatar msarett2016-02-11
* Clarify bmp comment about when we support the alpha maskGravatar msarett2016-02-11
* Make SkCodec support peek() and read()Gravatar scroggo2015-12-08
* Fix overflow caught by ASAN.Gravatar benjaminwagner2015-12-04
* Make SkAndroidCodec support icoGravatar msarett2015-12-04
* Revert of Make SkAndroidCodec support ico (patchset #7 id:130002 of https://c...Gravatar scroggo2015-12-04
* Make SkAndroidCodec support icoGravatar msarett2015-12-04
* Create an SkAndroidCodec API separate from SkCodecGravatar msarett2015-10-21