- Feb 19, 2012
-
-
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>
-
- Jan 25, 2012
-
-
Diego Biurrun authored
-
- Jan 18, 2012
-
-
Diego Biurrun authored
-
Gaurav Narula authored
-
- Jan 07, 2012
-
-
Stefano Sabatini authored
Required by a pending change in ffprobe.
-
- Dec 25, 2011
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 20, 2011
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 10, 2011
-
-
Diego Biurrun authored
-
Nicolas George authored
-
- Dec 05, 2011
-
-
Diego Biurrun authored
-
- Nov 27, 2011
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 31, 2011
-
-
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>
-
- Oct 14, 2011
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 12, 2011
-
-
Anton Khirnov authored
-
- Oct 11, 2011
-
-
Diego Biurrun authored
-
- Sep 26, 2011
-
-
Anton Khirnov authored
This way it can be applied to cmdutils too -- e.g. showing the banner and printing startup messages.
-
- Sep 11, 2011
-
-
Anton Khirnov authored
Also document it and replace undocumented and inconsistent '-sample_fmt list' syntax with -sample_fmts.
-
- Sep 05, 2011
-
-
Anton Khirnov authored
-
- Sep 04, 2011
-
-
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.
-
- Aug 12, 2011
-
-
Anton Khirnov authored
-
- Jul 28, 2011
-
-
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>
-
- Jul 13, 2011
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Split them when codec id is known.
-
- Jun 30, 2011
-
-
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_
-
- Jun 19, 2011
-
-
Stefano Sabatini authored
Also add the public interface libavfilter/vsink_buffer.h.
-
- Jun 16, 2011
-
-
Anton Khirnov authored
It stores options in a dictionary to be passed to new open calls. It will replace opt_default once all the pieces are in place.
-
- Jun 05, 2011
-
-
Stefano Sabatini authored
The -i INPUT option can be implemented more cleanly by using a function option, which can easily be done now that the parse_arg_function passed to parse_options has a standard signature.
-
Stefano Sabatini authored
This is required for a pending simplification.
-
- Jun 03, 2011
-
-
Carl Eugen Hoyos authored
On Windows/MinGW the SDL cflags re-define the main() function, which results in a linking error if the define is not undeffed. Since the addition of the SDL output device, SDL cflags are used also for compiling ffmpeg and ffprobe, so we need to move this trick from ffplay.c to a common header. Fix trac issue #256.
-
- May 28, 2011
-
-
Stefano Sabatini authored
Make ff* tools only accept opt_* functions taking two arguments. The distinction between functions with one and two arguments is quite pointless. Simplify parse_options() code.
-