aboutsummaryrefslogtreecommitdiff
path: root/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/GifHeaderParser.java
AgeCommit message (Expand)Author
2014-11-05Use set style for imports.Sam Judd
2014-10-26Protect error logging with DEBUG property.Sam Judd
2014-10-23Clear data from GifHeaderParsers before pooling.Sam Judd
2014-10-21Set minimum and default frame delays.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-09-14Allow GIFs without Graphics Control Extensions.Sam Judd
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-11Fix exception when GIF can't be decodedSam Judd
2014-07-02Add checkstyle plugin and and fix style issues.Sam Judd
2014-06-16Move GifDecoder related classes into third_party.Sam Judd