aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkCodec_libbmp.cpp
Commit message (Expand)AuthorAge
* Requires a minor API change to pass the color table to getScanlineDecoder, as...Gravatar msarett2015-04-29
* Ensure that we create a NULL codec for images with zero dimensionsGravatar msarett2015-04-23
* SkJpegCodecGravatar msarett2015-04-15
* Implementing filling for SkBmpCodecGravatar msarett2015-04-10
* ***Disables swizzles to 565.Gravatar msarett2015-04-09
* Get rid of leaks in SkCodec::NewFromStream.Gravatar scroggo2015-04-03
* Handle rewinds in SkBmpCodec.Gravatar scroggo2015-04-01
* SkCodec: add wbmp classGravatar halcanary2015-03-27
* Use a wrapper for SkDebugf in SkCodec.Gravatar scroggo2015-03-26
* Enabling ico decoding with use of png and bmp decodersGravatar msarett2015-03-25
* Revert of Enabling ico decoding with use of png and bmp decoders (patchset #1...Gravatar tomhudson2015-03-24
* Enabling ico decoding with use of png and bmp decodersGravatar msarett2015-03-24
* Do not create empty color table if it does not existGravatar msarett2015-03-18
* Adding swizzles for bmp:Gravatar msarett2015-03-18
* Option for SkCodec to treat dst as all zeroes.Gravatar scroggo2015-03-17
* Revert "Revert of fix for invalid for loop syntax broke build (patchset #1 id...Gravatar msarett2015-03-16
* Revert "Implementation of image decoding for bmp files, in accordance with th...Gravatar msarett2015-03-16
* Implementation of image decoding for bmp files, in accordance with the new API.Gravatar msarett2015-03-16