- 09 Jan, 2013 1 commit
-
-
Luca Barbato authored
Use the libavutil replacement.
-
- 28 Oct, 2012 1 commit
-
-
Luca Barbato authored
The muxer already rejects unsupported pixel formats, reject also unsupported codecs to prevent dangerous misuses.
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 06 Oct, 2012 1 commit
-
-
Anton Khirnov authored
Fixes Bug 373. CC:libav-stable@libav.org
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 30 Jul, 2012 1 commit
-
-
Diego Biurrun authored
-
- 06 Apr, 2012 1 commit
-
-
Martin Storsjö authored
Also add missing trailing commas, break long codec_tag lines and add spaces in codec_tag declarations. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 30 Jan, 2012 1 commit
-
-
Mike Melanson authored
Current demuxer recognizes several colorspace formats that begin with 'C420' but does not yet recognize plain 'C420'. GStreamer's y4menc component generates .y4m files with a 'C420' colorspace. This new comparison is placed after the other 'C420' checks so that it doesn't interfere with them. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 27 Jan, 2012 1 commit
-
-
Anton Khirnov authored
-
- 04 Dec, 2011 1 commit
-
-
Chris Berov authored
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
- 30 Nov, 2011 1 commit
-
-
Anton Khirnov authored
It's supposed to be called only from (de)muxers.
-
- 19 Oct, 2011 1 commit
-
-
Anton Khirnov authored
Trivial replacements with sed are done in this commit: sed 's/av_new_stream(\([^)]*\), 0)/avformat_new_stream(\1, NULL)/'
-
- 17 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
- 02 Jun, 2011 1 commit
-
-
Mans Rullgard authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 17 Mar, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 21 Feb, 2011 2 commits
-
-
Anton Khirnov authored
In the name of consistency: put_byte -> avio_w8 put_<type> -> avio_w<type> put_buffer -> avio_write put_nbyte will be made private put_tag will be merged with avio_put_str Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
In the name of consistency: get_byte -> avio_r8 get_<type> -> avio_r<type> get_buffer -> avio_read get_partial_buffer will be made private later get_strz is left out becase I want to change it later to return something useful. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 20 Feb, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 26 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts.
-
- 02 Jan, 2011 1 commit
-
-
Daniel Kang authored
Patch by Daniel Kang, daniel.d.kang at gmail Originally committed as revision 26188 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Mar, 2010 1 commit
-
-
Stefano Sabatini authored
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 May, 2009 1 commit
-
-
David Conrad authored
Originally committed as revision 18796 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
-
- 13 Jan, 2009 1 commit
-
-
Aurelien Jacobs authored
They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Aug, 2008 1 commit
-
-
Aurelien Jacobs authored
the corresponding AVStream instead of AVCodecContext Originally committed as revision 14933 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Jul, 2008 1 commit
-
-
Diego Biurrun authored
fixes some warnings when compiling with muxers disabled. Originally committed as revision 14162 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jun, 2008 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 13834 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
-
- 29 May, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 13535 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 May, 2008 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 13488 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 13486 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
-
- 27 Jun, 2007 1 commit
-
-
Vitor Sessak authored
patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9442 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Apr, 2007 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 8677 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
-
- 17 Jun, 2006 1 commit
-
-
Stefan Huehner authored
used and 'const char*' should be, plus make some function declarations static if they aren't used outside their declaring source file. patch by Stefan Huehner stefan%%at%%huehner%%dot%%org Originally committed as revision 5492 to svn://svn.ffmpeg.org/ffmpeg/trunk
-