aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/gifdec.c
Commit message (Expand)AuthorAgeFilesLines
* switch to native time basesMichael Niedermayer2005-04-301-2/+2
* integer overflows, heap corruptionMichael Niedermayer2005-01-081-0/+6
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-5/+5
* transparency supportFabrice Bellard2003-04-211-6/+22
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-121-1/+2
* added 8 bit palette support for non animated GIFFabrice Bellard2003-02-091-18/+43
* added automatic GIF/animated GIF probing - added GIF as an image format too -...Fabrice Bellard2003-02-031-63/+189
* added animated GIF decoder (pts and various disposal handling are missing)Fabrice Bellard2003-02-021-0/+466