aboutsummaryrefslogtreecommitdiff
path: root/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/GifDecoder.java
AgeCommit message (Expand)Author
2014-10-26Always use ARGB_8888 to decode gif frames.Sam Judd
2014-10-26Synchronize gif decoder getNextFrame.Sam Judd
2014-10-23Document width/height values.Sam Judd
2014-10-22Return null when gif frame cannot be decoded.Sam Judd
2014-10-21Set minimum and default frame delays.Sam Judd
2014-10-21Clean up GifDrawable resources more reliably.Sam Judd
2014-10-21Always decode gif frames in sequence.Sam Judd
2014-10-19Reset frame pointer in setData in GifDecoder.Sam Judd
2014-10-19Decode GIFs with more codes than can fit in table.Sam Judd
2014-10-19Set transIndex for GIFs with transparent pixels.Sam Judd
2014-10-17Add api to set default decode format.Sam Judd
2014-10-02Add a GifEncoder/GifResourceEncoder.Sam Judd
2014-09-28Decode first gif frame before returning resource.Sam Judd
2014-07-14Add checkstyle for javadocs.Sam Judd
2014-07-14Fix issues with artifacts in certain gif frames.Sam Judd
2014-07-11Fix exception when GIF can't be decodedSam Judd
2014-07-02Add checkstyle plugin and and fix style issues.Sam Judd
2014-06-17Fix exception where currentImage is manipulated.Sam Judd
2014-06-16Fix gifs showing images from recycled bitmaps.Sam Judd
2014-06-16Move GifDecoder related classes into third_party.Sam Judd