summaryrefslogtreecommitdiffstats
path: root/libavformat/gif.c
Commit message (Expand)AuthorAgeFilesLines
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-18/+18
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-16/+16
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-2/+2
* Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)Todd Kirby2005-06-181-12/+35
* switch to native time basesMichael Niedermayer2005-04-301-2/+2
* common.h -> common.h/bitstream.hMichael Niedermayer2004-12-291-0/+1
* * fixing a buffer overrun in gif.cRoman Shaposhnik2004-07-281-5/+3
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-4/+3
* removing unused var & converting 64->32bitMichael Niedermayer2003-12-051-1/+0
* init_put_bits changedAlex Beregszaszi2003-10-131-1/+1
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-101-4/+4
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-121-3/+3
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-7/+7
* added 8 bit palette support for non animated GIFFabrice Bellard2003-02-091-24/+31
* added primitive image GIF encoder based on animated gif encoderFabrice Bellard2003-02-031-85/+121
* added animated GIF decoder (pts and various disposal handling are missing)Fabrice Bellard2003-02-021-0/+2
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+375
OpenPOWER on IntegriCloud