summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-04avformat/gifdec: make GIF_APP_EXT_LABEL parsing more robustMichael Niedermayer1-8/+18
2013-04-19lavf/gifdec: add loop support.Clément Bœsch2-1/+25
2013-01-26lavf/gifdec: cosmetics: remove extra whitespacePaul B Mahol1-1/+1
2013-01-26lavf/gifdec: fix typoPaul B Mahol1-1/+1
2013-01-25gifdec: resync supportMichael Niedermayer1-6/+26
2012-12-04gifdec: do not handle timestampsPaul B Mahol2-10/+1
2012-12-01gifdec: rudimentary seekingPaul B Mahol1-0/+1
2012-11-30gifdec: remove width and height from demuxer contextPaul B Mahol1-8/+6
2012-11-30undo file modifiers that suck inPaul B Mahol3-0/+0
2012-11-30Gif demuxerVitaliy E Sugrobov5-3/+296
2008-07-13Remove gif demuxer, the code contains a gif decoder and lzw decoder neitherMichael Niedermayer2-591/+1
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini102-162/+172
2008-03-03Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gifReimar Döffinger1-5/+2
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson89-825/+874
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris67-251/+251
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol32-97/+93
2006-11-02kill AVImageFormatBaptiste Coudurier9-311/+2
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs24-24/+24
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-07-10allow individual selection of muxers and demuxersMåns Rullgård69-964/+837
2006-07-09give AVInput/OutputFormat structs consistent namesMåns Rullgård72-299/+299
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun178-22016/+22016
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-07-17changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer56-1025/+1024
2005-04-30switch to native time basesMichael Niedermayer48-384/+314
2005-01-08integer overflows, heap corruptionMichael Niedermayer19-26/+108
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson35-160/+240
2003-04-21transparency supportFabrice Bellard1-6/+22
2003-03-12per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer33-148/+282
2003-02-09added 8 bit palette support for non animated GIFFabrice Bellard2-42/+74
2003-02-03added automatic GIF/animated GIF probing - added GIF as an image format too -...Fabrice Bellard1-63/+189
2003-02-02added animated GIF decoder (pts and various disposal handling are missing)Fabrice Bellard2-0/+468