41 Commits (e8518c2580f78a727d1e5d32c9cb6fe453ea5e53)

Author SHA1 Message Date
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Paul B Mahol 0aa5a7b2e9 avformat/gifdec: export duration, nb_frames and comment 6 years ago
Paul B Mahol 80f0f8660c avformat/gifdec: export sample aspect ratio 6 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Michael Niedermayer 46f15de8a4 avformat/gifdec: correct r_frame_rate for single frame gifs 9 years ago
Carl Eugen Hoyos 7de0fefeb5 lavf/gif: Add an option max_gif_delay to limit the frame duration. 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Michael Niedermayer e1f8184a1a avformat/gifdec: make GIF_APP_EXT_LABEL parsing more robust 11 years ago
Clément Bœsch a16c20569d lavf/gifdec: add loop support. 12 years ago
Paul B Mahol d1d159d31e lavf/gifdec: cosmetics: remove extra whitespace 12 years ago
Paul B Mahol 254e11cc01 lavf/gifdec: fix typo 12 years ago
Michael Niedermayer 13aca070ab gifdec: resync support 12 years ago
Paul B Mahol 18aaed6475 gifdec: do not handle timestamps 12 years ago
Paul B Mahol 9d5cfce855 gifdec: rudimentary seeking 12 years ago
Paul B Mahol 57b00d7ab1 gifdec: remove width and height from demuxer context 12 years ago
Paul B Mahol d56b15017a undo file modifiers that suck in 12 years ago
Vitaliy E Sugrobov 5603b2bf6e Gif demuxer 12 years ago
Michael Niedermayer 0b54f3c087 Remove gif demuxer, the code contains a gif decoder and lzw decoder neither 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Reimar Döffinger e7a5e2f626 Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gif 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
Baptiste Coudurier f932cdf209 kill AVImageFormat 18 years ago
Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 19 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Michael Niedermayer 568e18b15e integer overflows, heap corruption 20 years ago
Mike Melanson 0bd586c50d sweeping change from -EIO -> AVERROR_IO 21 years ago
Fabrice Bellard a059da1227 transparency support 22 years ago
Michael Niedermayer 14bea432f1 per context frame_rate_base, this should finally fix frame_rate related av sync issues 22 years ago
Fabrice Bellard 84ab361f3e added 8 bit palette support for non animated GIF 22 years ago
Fabrice Bellard fcfa89e81c added automatic GIF/animated GIF probing - added GIF as an image format too - added interlaced gif support 22 years ago
Fabrice Bellard 12b64a2252 added animated GIF decoder (pts and various disposal handling are missing) 22 years ago