| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat | Andreas Rheinhardt | 2024-03-07 | 1 | -6/+7 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | lavf/gifdec: do not mark as notimestamps | Anton Khirnov | 2023-10-03 | 1 | -1/+1 |
* | avformat/gifdec: switch to using gif parser | Paul B Mahol | 2023-05-25 | 1 | -183/+64 |
* | avformat/gifdec: log loop count | Gyan Doshi | 2021-07-20 | 1 | -0/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/gifdec: -1 -> AV_BPRINT_SIZE_UNLIMITED | Limin Wang | 2020-07-08 | 1 | -1/+1 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | avformat/gifdec: export duration, nb_frames and comment | Paul B Mahol | 2018-12-13 | 1 | -14/+71 |
* | avformat/gifdec: export sample aspect ratio | Paul B Mahol | 2018-12-13 | 1 | -1/+7 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -4/+4 |
|\ |
|
* | | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -1/+1 |
* | | avformat/gifdec: correct r_frame_rate for single frame gifs | Michael Niedermayer | 2015-08-10 | 1 | -0/+9 |
* | | lavf/gif: Add an option max_gif_delay to limit the frame duration. | Carl Eugen Hoyos | 2015-03-29 | 1 | -0/+3 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -3/+3 |
* | | avformat/gifdec: make GIF_APP_EXT_LABEL parsing more robust | Michael Niedermayer | 2013-10-04 | 1 | -8/+18 |
* | | lavf/gifdec: add loop support. | Clément Bœsch | 2013-04-20 | 1 | -1/+23 |
* | | lavf/gifdec: cosmetics: remove extra whitespace | Paul B Mahol | 2013-01-26 | 1 | -1/+1 |
* | | lavf/gifdec: fix typo | Paul B Mahol | 2013-01-26 | 1 | -1/+1 |
* | | gifdec: resync support | Michael Niedermayer | 2013-01-25 | 1 | -6/+26 |
* | | gifdec: do not handle timestamps | Paul B Mahol | 2012-12-04 | 1 | -9/+0 |
* | | gifdec: rudimentary seeking | Paul B Mahol | 2012-12-01 | 1 | -0/+1 |
* | | gifdec: remove width and height from demuxer context | Paul B Mahol | 2012-11-30 | 1 | -8/+6 |
* | | undo file modifiers that suck in | Paul B Mahol | 2012-11-30 | 1 | -0/+0 |
* | | Gif demuxer | Vitaliy E Sugrobov | 2012-11-30 | 1 | -0/+292 |
|/ |
|
* | Remove gif demuxer, the code contains a gif decoder and lzw decoder neither | Michael Niedermayer | 2008-07-13 | 1 | -590/+0 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gif | Reimar Döffinger | 2008-03-03 | 1 | -5/+2 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -1/+1 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -5/+5 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 1 | -3/+3 |
* | kill AVImageFormat | Baptiste Coudurier | 2006-11-02 | 1 | -51/+0 |
* | replace coder/decoder file description in libavformat by muxer/demuxer | Aurelien Jacobs | 2006-10-23 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -0/+2 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -96/+96 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -12/+12 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -7/+7 |
* | switch to native time bases | Michael Niedermayer | 2005-04-30 | 1 | -2/+2 |
* | integer overflows, heap corruption | Michael Niedermayer | 2005-01-08 | 1 | -0/+6 |
* | sweeping change from -EIO -> AVERROR_IO | Mike Melanson | 2004-06-19 | 1 | -5/+5 |
* | transparency support | Fabrice Bellard | 2003-04-21 | 1 | -6/+22 |
* | per context frame_rate_base, this should finally fix frame_rate related av sy... | Michael Niedermayer | 2003-03-12 | 1 | -1/+2 |
* | added 8 bit palette support for non animated GIF | Fabrice Bellard | 2003-02-09 | 1 | -18/+43 |
* | added automatic GIF/animated GIF probing - added GIF as an image format too -... | Fabrice Bellard | 2003-02-03 | 1 | -63/+189 |
* | added animated GIF decoder (pts and various disposal handling are missing) | Fabrice Bellard | 2003-02-02 | 1 | -0/+466 |