aboutsummaryrefslogtreecommitdiff
path: root/third_party/gif_decoder/src/main/java/com/bumptech/glide
AgeCommit message (Expand)Author
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-18Skip image blocks in parser.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-09-14Allow GIFs without Graphics Control Extensions.Sam Judd
2014-08-31Fix some comments: - typos, - documented empty blocks, - shortened some {@lin...Robert Papp
2014-08-05Fold GifData into GifDrawable.Sam Judd
2014-08-03Fix concurrency exceptions in GifResourceDecoder.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-10Provide final frame dimensions to GifDrawable.Sam 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