- 04 Dec, 2015 1 commit
-
-
Clément Bœsch authored
-
- 10 Aug, 2015 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket4650 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 29 Mar, 2015 1 commit
-
-
Carl Eugen Hoyos authored
Allows playback for the sample from ticket #4369 in less than 18 hours.
-
- 07 Aug, 2014 1 commit
-
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 04 Oct, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket3021 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 19 Apr, 2013 1 commit
-
-
Clément Bœsch authored
Loop is ignored by default.
-
- 26 Jan, 2013 2 commits
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 25 Jan, 2013 1 commit
-
-
Michael Niedermayer authored
This allows decoding gifs that have junk at the begin and also allows byte wise seeking Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 04 Dec, 2012 1 commit
-
-
Paul B Mahol authored
It is broken, and results will be messed up when seeking. This also fix duration displayed for streams when using -c copy. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 01 Dec, 2012 1 commit
-
-
Paul B Mahol authored
With this ffplay -loop X successfully seeks to start. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 30 Nov, 2012 3 commits
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Vitaliy E Sugrobov authored
Gif demuxer is capable of extracting multiple frames from gif file. In conjunction with gif decoder it implements support for reading animated gifs. Demuxer has two options available to user: default_delay and min_delay. These options are for protection from too rapid gif animations. In practice it is standard approach to slow down rendering of this kind of gifs. If you try to play gif with delay between frames of one hundredth of second (100fps) using one of major web browsers, you get significantly slower playback, around 10 fps. This is because browser detects that delay value is less than some threshold (usually 2 hundredths of second) and reset it to default value (usually 10 hundredths of second, which corresponds to 10fps). Manipulating these options user can achieve the same effect during conversion to some video format. Otherwise user can set them to not protect from rapid animations at all. The other case when these options necessary is for gif images encoded according to gif87a standard since prior to gif89a there was no delay information included in file. Bump lavf minor version. Signed-off-by: Vitaliy E Sugrobov <vsugrob@hotmail.com>
-
- 13 Jul, 2008 1 commit
-
-
Michael Niedermayer authored
belongs in a demuxer, furthermore the code might be exploitable. Fixes issue530 Originally committed as revision 14209 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jun, 2008 1 commit
-
-
Stefano Sabatini authored
patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Mar, 2008 1 commit
-
-
http://samples.mplayerhq.hu/GIF/7up.gifReimar Döffinger authored
Originally committed as revision 12297 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Nov, 2007 1 commit
-
-
Björn Axelsson authored
patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jul, 2007 1 commit
-
-
Panagiotis Issaris authored
Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Feb, 2007 1 commit
-
-
François Revol authored
AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h. Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed. Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code. This also removes the need for berrno.h. Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Nov, 2006 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 6875 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Oct, 2006 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Oct, 2006 1 commit
-
-
Diego Biurrun authored
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Jul, 2006 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jul, 2006 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jan, 2006 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Dec, 2005 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Dec, 2005 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Jul, 2005 1 commit
-
-
Michael Niedermayer authored
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Apr, 2005 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Jan, 2005 1 commit
-
-
Michael Niedermayer authored
possible arbitrary code execution cannot be ruled out in some cases precautionary checks Originally committed as revision 3813 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jun, 2004 1 commit
-
-
Mike Melanson authored
Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Apr, 2003 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 1808 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Mar, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Feb, 2003 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 1562 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Feb, 2003 1 commit
-
-
Fabrice Bellard authored
added automatic GIF/animated GIF probing - added GIF as an image format too - added interlaced gif support Originally committed as revision 1539 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Feb, 2003 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 1533 to svn://svn.ffmpeg.org/ffmpeg/trunk
-