summaryrefslogtreecommitdiff
path: root/libavformat/gifdec.c
Commit message (Expand)AuthorAge
* avformat/gifdec: log loop countGyan Doshi2021-07-20
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/gifdec: -1 -> AV_BPRINT_SIZE_UNLIMITEDLimin Wang2020-07-08
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* avformat/gifdec: export duration, nb_frames and commentPaul B Mahol2018-12-13
* avformat/gifdec: export sample aspect ratioPaul B Mahol2018-12-13
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | avformat/gifdec: correct r_frame_rate for single frame gifsMichael Niedermayer2015-08-10
* | lavf/gif: Add an option max_gif_delay to limit the frame duration.Carl Eugen Hoyos2015-03-29
* | replace calls to url_feof() with avio_feof()James Almer2014-08-08
* | avformat/gifdec: make GIF_APP_EXT_LABEL parsing more robustMichael Niedermayer2013-10-04
* | lavf/gifdec: add loop support.Clément Bœsch2013-04-20
* | lavf/gifdec: cosmetics: remove extra whitespacePaul B Mahol2013-01-26
* | lavf/gifdec: fix typoPaul B Mahol2013-01-26
* | gifdec: resync supportMichael Niedermayer2013-01-25
* | gifdec: do not handle timestampsPaul B Mahol2012-12-04
* | gifdec: rudimentary seekingPaul B Mahol2012-12-01
* | gifdec: remove width and height from demuxer contextPaul B Mahol2012-11-30
* | undo file modifiers that suck inPaul B Mahol2012-11-30
* | Gif demuxerVitaliy E Sugrobov2012-11-30
|/
* Remove gif demuxer, the code contains a gif decoder and lzw decoder neitherMichael Niedermayer2008-07-13
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gifReimar Döffinger2008-03-03
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* 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