summaryrefslogtreecommitdiff
path: root/libavformat/gif.c
Commit message (Expand)AuthorAge
* 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
* Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)Todd Kirby2005-06-18
* switch to native time basesMichael Niedermayer2005-04-30
* common.h -> common.h/bitstream.hMichael Niedermayer2004-12-29
* * fixing a buffer overrun in gif.cRoman Shaposhnik2004-07-28
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* removing unused var & converting 64->32bitMichael Niedermayer2003-12-05
* init_put_bits changedAlex Beregszaszi2003-10-13
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-10
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-12
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* added 8 bit palette support for non animated GIFFabrice Bellard2003-02-09
* added primitive image GIF encoder based on animated gif encoderFabrice Bellard2003-02-03
* added animated GIF decoder (pts and various disposal handling are missing)Fabrice Bellard2003-02-02
* renamed libav to libavformatFabrice Bellard2002-11-25