- Mar 27, 2014
-
-
Luca Barbato authored
-
- Oct 22, 2013
-
-
Luca Barbato authored
Quite useful for debugging. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Jul 07, 2013
-
-
Luca Barbato authored
Some C runtime implementations deadlock when calling threading functions on the atexit() handler. Use a simpler wrapper similar to av_log to call the cleanup function before exit. Bug-Id: 523
-
- Apr 11, 2013
-
-
Anton Khirnov authored
It will be useful outside of avprobe.
-
- Mar 08, 2013
-
-
Anton Khirnov authored
I.e. input options to output files or vice versa.
-
Anton Khirnov authored
Remove now unused cmdutils get_buffer() implementation.
-
- Feb 23, 2013
-
-
Justin Ruggles authored
-
- Dec 19, 2012
-
-
Anton Khirnov authored
This makes the code simpler and avoids mixing designated and non-designated initializers in a potentially unsafe way in avconv.
-
- Dec 18, 2012
-
-
Anton Khirnov authored
It splits the commandline into a more convenient internal representation for further parsing. This will allow e.g. - processing global options first independently of their location on the commandline, eliminating ugly hacks for processing e.g. cpuflags first - better options validation and error reporting. It is now possible for the parser to know that it's applying an input option to an output file or vice versa and act accordingly.
-
Anton Khirnov authored
-
- Oct 31, 2012
-
-
Diego Biurrun authored
-
- Oct 08, 2012
-
-
Anton Khirnov authored
-
- Oct 06, 2012
-
-
Diego Biurrun authored
Anonymous structs cannot be forward declared and have no benefit.
-
- Oct 01, 2012
-
-
Diego Elio Pettenò authored
-
- Aug 30, 2012
-
-
Anton Khirnov authored
func2_arg is the same as func_arg, except it has one additional parameter. Change all func_arg callbacks to take that parameter (and ignore it).
-
- Aug 19, 2012
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Currently it takes a mask and value, such that options for which (flags & mask) == value. Change it to take required flags and forbidden flags instead. This is shorter and simpler to understand.
-
Anton Khirnov authored
This option does not do anything. Also remove OPT_GRAB, since -isync is the last option using it.
-
Anton Khirnov authored
show_foo() functions are declared as void show_foo(void), but called as int show_foo(const char*, const char*).
-
- Aug 18, 2012
-
-
Anton Khirnov authored
Make it print a list of AVCodecDescriptors. Add new -decoders and -encoders options that print lists of decoders and encoders respectively.
-
- Aug 07, 2012
-
-
Anton Khirnov authored
-
- Jul 03, 2012
-
-
Reinhard Tartler authored
Also use it in the declaration of the various exit_program implementations in avtools. inspired by a clang-scan report.
-
- Jun 30, 2012
-
-
Martin Storsjö authored
This allows passing the right options to encoders when there's more than one encoder for a certain codec id. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jun 05, 2012
-
-
Anton Khirnov authored
It will be used by avplay.
-
- May 09, 2012
-
-
Anton Khirnov authored
Also add the public interface libavfilter/buffersink.h. Based on a commit by Stefano Sabatini.
-
- Apr 15, 2012
-
-
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.
-
- Mar 18, 2012
-
-
Reinhard Tartler authored
The preset files have been renamed some time ago. CC: libav-stable@libav.org
-
- Mar 06, 2012
-
-
Anton Khirnov authored
Useful for testing.
-
- Jan 25, 2012
-
-
Diego Biurrun authored
-
- Jan 18, 2012
-
-
Diego Biurrun authored
-
Gaurav Narula authored
-
- Dec 10, 2011
-
-
Diego Biurrun authored
-
- Dec 05, 2011
-
-
Diego Biurrun authored
-
- 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 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
-