- 02 Nov, 2012 1 commit
-
-
Diego Biurrun authored
-
- 03 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 05 Sep, 2012 1 commit
-
-
Martin Storsjö authored
The ParserContext class doesn't have an AVClass, required for using it as a logging class. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 29 Jun, 2012 1 commit
-
-
Lou Logan authored
Also update some common misspelled words in patcheck Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Mar, 2012 1 commit
-
-
Wolfram Gloger authored
Signed-off-by:
Wolfram Gloger <wmglo@dent.med.uni-muenchen.de> Modify the parser initialization so that parsers can set pict_type themselves. Use this in the mpegvideo parser so that initial frames are not unconditionally I frames. I have had this in my tree for several years. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Feb, 2012 1 commit
-
-
Rafaël Carré authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 16 Jan, 2012 1 commit
-
-
Maksym Veremeyenko authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 31 Aug, 2011 1 commit
-
-
Diego Biurrun authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 May, 2011 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 29 Apr, 2011 3 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Michael Niedermayer authored
This hack is no longer needed. This reverts commit 191e08d1.
-
- 27 Apr, 2011 2 commits
-
-
Ronald S. Bultje authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Ronald S. Bultje authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Apr, 2011 1 commit
-
-
Anton Khirnov authored
-
- 06 Apr, 2011 1 commit
-
- 02 Apr, 2011 1 commit
-
-
Anton Khirnov authored
Fixes build with the bump, since the prototype is already marked for removal.
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 27 Sep, 2010 1 commit
-
-
Michael Chinen authored
It was being set wrong for files with data_offset > 0 Patch by Michael Chinen, mchinen gmail Originally committed as revision 25239 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Jul, 2010 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 24002 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Apr, 2010 1 commit
-
-
Jai Menon authored
Originally committed as revision 22936 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Mar, 2010 1 commit
-
-
Benoit Fouet authored
Originally committed as revision 22729 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Jun, 2009 1 commit
-
-
Baptiste Coudurier authored
next_frame_offset are not set, because second field has next frame offset set but not frame_offset, otherwise this wrongly fetch timestamp for the second field. Originally committed as revision 19244 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 May, 2009 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 18958 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Mar, 2009 1 commit
-
-
Ivan Schreter authored
Originally committed as revision 17823 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Mar, 2009 3 commits
-
-
Michael Niedermayer authored
this should greatly simplify handling of packet pos. Originally committed as revision 17733 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
unit in fetch_timestamp(). This should make no difference for valid streams but may help invalid ones, also its needed for future changes. Originally committed as revision 17732 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
of calling it at the end of a frame with a large negative offset. This significantly reduces the maximal distance in container packets between the point where the first byte of the "access unit" was stored and where we call ff_fetch_timestamp() thus reducing the constraints on our parser. Also change the parser from next_frame_offset to cur, this is needed because now the reference is from container packet start instead of frame start. (i previously misinterpreted this as bug) Originally committed as revision 17731 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Feb, 2009 1 commit
-
-
Ivan Schreter authored
Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17574 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Feb, 2009 1 commit
-
-
Ivan Schreter authored
Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17468 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Feb, 2009 1 commit
-
-
Ivan Schreter authored
Initialized to -1 in parser.c for backward compatibility. Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17442 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
-
- 23 Oct, 2008 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 15671 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Oct, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 15654 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Oct, 2008 1 commit
-
-
Diego Pettenò authored
Originally committed as revision 15548 to svn://svn.ffmpeg.org/ffmpeg/trunk
-