- 05 Jun, 2012 1 commit
-
-
Anton Khirnov authored
It will be used by avplay.
-
- 09 May, 2012 1 commit
-
-
Anton Khirnov authored
Also add the public interface libavfilter/buffersink.h. Based on a commit by Stefano Sabatini.
-
- 15 Apr, 2012 1 commit
-
-
Anton Khirnov authored
This way we don't require a clearly defined corresponding input stream. The result for the xwd test changes because rgb24 is now chosen instead of bgra.
-
- 11 Apr, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Mar, 2012 1 commit
-
-
Reinhard Tartler authored
The preset files have been renamed some time ago. CC: libav-stable@libav.org
-
- 06 Mar, 2012 1 commit
-
-
Anton Khirnov authored
Useful for testing.
-
- 19 Feb, 2012 1 commit
-
-
Michael Niedermayer authored
This allows globally forcing specific cpuflags (or lack thereof) Useful for debugging and benchmarking Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 18 Jan, 2012 2 commits
-
-
Diego Biurrun authored
-
Gaurav Narula authored
-
- 07 Jan, 2012 1 commit
-
-
Stefano Sabatini authored
Required by a pending change in ffprobe.
-
- 25 Dec, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Dec, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Dec, 2011 2 commits
-
-
Diego Biurrun authored
-
Nicolas George authored
-
- 05 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 27 Nov, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 31 Oct, 2011 1 commit
-
-
Martin Storsjö authored
This symbol name clashes with a symbol in gnutls, if linking statically to that library. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 14 Oct, 2011 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Oct, 2011 1 commit
-
-
Anton Khirnov authored
-
- 11 Oct, 2011 1 commit
-
-
Diego Biurrun authored
-
- 26 Sep, 2011 1 commit
-
-
Anton Khirnov authored
This way it can be applied to cmdutils too -- e.g. showing the banner and printing startup messages.
-
- 11 Sep, 2011 1 commit
-
-
Anton Khirnov authored
Also document it and replace undocumented and inconsistent '-sample_fmt list' syntax with -sample_fmts.
-
- 05 Sep, 2011 1 commit
-
-
Anton Khirnov authored
-
- 04 Sep, 2011 7 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
This allows options like -target, which are just shortcuts for other options, to work without dummy function for all options they invoke.
-
Anton Khirnov authored
This is the first step to removing the globals plague from avtools.
-
Anton Khirnov authored
This will be useful in the following commit.
-
Anton Khirnov authored
-
Anton Khirnov authored
Allows cmdutils to call each tool's own cleanup function.
-
- 12 Aug, 2011 1 commit
-
-
Anton Khirnov authored
-
- 28 Jul, 2011 3 commits
-
-
Stefano Sabatini authored
Avoid brittle and obfuscating reference to a global. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 13 Jul, 2011 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Split them when codec id is known.
-
- 30 Jun, 2011 1 commit
-
-
Jeff Downs authored
All option parsing functions now match the function pointer signature through which they are called (int f(const char *, const char *), thereby working reliably on all platforms. Prefix all option processing functions with opt_
-