aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkCodec_libgif.cpp
Commit message (Expand)AuthorAge
* Add currScanline() getter to SkCodec APIGravatar msarett2015-12-03
* Implement SkGifCodec::onSkipScanlines()Gravatar msarett2015-11-19
* Make SkAndroidCodec support gifGravatar msarett2015-11-17
* 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
* Fix SkGifCodec to handle gifs where frameSize != imageSizeGravatar msarett2015-10-06
* 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
* Remove SkNEW and SkDELETE macrosGravatar mdempsky2015-09-22
* Scanline decoding for gifsGravatar msarett2015-09-07
* Revert of Scanline decoding for gifs (patchset #15 id:380001 of https://coder...Gravatar jcgregorio2015-09-05
* Scanline decoding for gifsGravatar msarett2015-09-04
* Scanline decoding for bmpGravatar msarett2015-08-31
* Interlaced gifs without the iteratorGravatar msarett2015-08-28
* 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
* Update giflib to 5.1.1 (AOSP hash)Gravatar msarett2015-08-24
* Clean up ifdefs in SkGifCodecGravatar msarett2015-08-21
* Support more swizzles to 565 in SkCodecGravatar scroggo2015-08-14
* SkScaledCodec classGravatar emmaleer2015-08-14
* Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.c...Gravatar egdaniel2015-08-14
* SkScaledCodec classGravatar emmaleer2015-08-14
* Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.c...Gravatar emmaleer2015-08-13
* SkScaledCodec classGravatar emmaleer2015-08-13
* Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.c...Gravatar emmaleer2015-08-13
* SkScaledCodec classGravatar emmaleer2015-08-13
* Consolidate SkCodec functions for handling rewindGravatar scroggo2015-08-12
* Pass the destination pointer to next() in SkSwizzlerGravatar msarett2015-07-27
* Add the ability to decode a subset to SkCodecGravatar scroggo2015-07-22
* Requires a minor API change to pass the color table to getScanlineDecoder, as...Gravatar msarett2015-04-29
* 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
* Creating a new wrapper for gif decoderGravatar msarett2015-04-01