summaryrefslogtreecommitdiff
path: root/libavformat/gifdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/gifdec: log loop countGyan Doshi2021-07-201-0/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/gifdec: -1 -> AV_BPRINT_SIZE_UNLIMITEDLimin Wang2020-07-081-1/+1
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/gifdec: export duration, nb_frames and commentPaul B Mahol2018-12-131-14/+71
* avformat/gifdec: export sample aspect ratioPaul B Mahol2018-12-131-1/+7
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-4/+4
|\
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* | avformat/gifdec: correct r_frame_rate for single frame gifsMichael Niedermayer2015-08-101-0/+9
* | lavf/gif: Add an option max_gif_delay to limit the frame duration.Carl Eugen Hoyos2015-03-291-0/+3
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-3/+3
* | avformat/gifdec: make GIF_APP_EXT_LABEL parsing more robustMichael Niedermayer2013-10-041-8/+18
* | lavf/gifdec: add loop support.Clément Bœsch2013-04-201-1/+23
* | lavf/gifdec: cosmetics: remove extra whitespacePaul B Mahol2013-01-261-1/+1
* | lavf/gifdec: fix typoPaul B Mahol2013-01-261-1/+1
* | gifdec: resync supportMichael Niedermayer2013-01-251-6/+26
* | gifdec: do not handle timestampsPaul B Mahol2012-12-041-9/+0
* | gifdec: rudimentary seekingPaul B Mahol2012-12-011-0/+1
* | gifdec: remove width and height from demuxer contextPaul B Mahol2012-11-301-8/+6
* | undo file modifiers that suck inPaul B Mahol2012-11-301-0/+0
* | Gif demuxerVitaliy E Sugrobov2012-11-301-0/+292
|/
* Remove gif demuxer, the code contains a gif decoder and lzw decoder neitherMichael Niedermayer2008-07-131-590/+0
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gifReimar Döffinger2008-03-031-5/+2
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-1/+1
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-5/+5
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-3/+3
* kill AVImageFormatBaptiste Coudurier2006-11-021-51/+0
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-231-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-0/+2
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-96/+96
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-12/+12
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-7/+7
* 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