- 30 May, 2009 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 18990 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Apr, 2009 1 commit
-
-
Thilo Borgmann authored
AVPacket argument rather than a const uint8_t *buf + int buf_size. This allows passing of packet-specific flags from demuxer to decoder, such as the keyframe flag, which appears necessary to playback corePNG P-frames. Patch by Thilo Borgmann thilo.borgmann googlemail com, see also the thread "Google Summer of Code participation" on the mailinglist. Originally committed as revision 18351 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jun, 2008 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Apr, 2008 1 commit
-
-
Stefano Sabatini authored
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13009 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Mar, 2008 1 commit
-
-
Zuxy Meng authored
Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Mar, 2008 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 12349 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Feb, 2008 1 commit
-
-
Michael Niedermayer authored
I have underestimated this a little, and these are just some ... Originally committed as revision 11708 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Jun, 2007 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 9169 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Apr, 2007 1 commit
-
-
Mark Cox authored
Originally committed as revision 8775 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Apr, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 8762 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Mar, 2007 4 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 8519 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 8518 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 8503 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 8502 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Mar, 2007 2 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 8501 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 8500 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Mar, 2007 1 commit
-
-
Michel Bardiaux authored
Originally committed as revision 8338 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
-
- 05 Nov, 2006 2 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 6901 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 6900 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Oct, 2006 1 commit
-
-
Kostya Shishkov authored
Originally committed as revision 6795 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Oct, 2006 7 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 6768 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 6766 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 6765 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 6764 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 6763 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 6762 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 6760 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
-