summaryrefslogtreecommitdiff
path: root/libavformat/gifdec.c
Commit message (Expand)AuthorAge
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* kill AVImageFormatBaptiste Coudurier2006-11-02
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* switch to native time basesMichael Niedermayer2005-04-30
* integer overflows, heap corruptionMichael Niedermayer2005-01-08
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* transparency supportFabrice Bellard2003-04-21
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-12
* added 8 bit palette support for non animated GIFFabrice Bellard2003-02-09
* added automatic GIF/animated GIF probing - added GIF as an image format too -...Fabrice Bellard2003-02-03
* added animated GIF decoder (pts and various disposal handling are missing)Fabrice Bellard2003-02-02