aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkWebpCodec.cpp
Commit message (Expand)AuthorAge
* Switch SkAutoMalloc to SkAutoTMalloc to avoid castGravatar scroggo2015-12-10
* Make SkCodec support peek() and read()Gravatar scroggo2015-12-08
* 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
* 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
* Consolidate SkCodec functions for handling rewindGravatar scroggo2015-08-12
* Let SkWebpCodec decode to 565Gravatar scroggo2015-08-06
* Add the ability to decode a subset to SkCodecGravatar scroggo2015-07-22
* SkCodec no longer inherits from SkImageGenerator.Gravatar scroggo2015-07-09
* Prevent webp from producing 0 dimensional imagesGravatar msarett2015-06-19
* Add SkWebpCodec, for decoding .webp images.Gravatar scroggo2015-06-18