- Mar 13, 2014
-
-
Luca Barbato authored
Quite useful to select by pid in MPEG-TS.
-
- Jan 05, 2014
-
-
Johan Andersson authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Nov 23, 2013
-
-
Diego Biurrun authored
-
- Oct 22, 2013
-
-
Luca Barbato authored
Quite useful for debugging. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Aug 08, 2013
-
-
Diogo Franco authored
Fixes commandline parsing on Cygwin (on 64 bit, and on very recent 32 bit), where the configure check does find the CommandLineToArgvW function (since it exists in the link libraries and in the headers), but whose GetCommandLineW() only returns the application's path. (This is due to a cygwin internal optimization, see http://cygwin.com/ml/cygwin/2013-07/msg00538.html for details.) Arguments are only given through main's argc/argv, and they're already UTF-8. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 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
-
- May 24, 2013
-
-
Anton Khirnov authored
Mostly based on libavcodec's
-
- May 15, 2013
-
-
Anton Khirnov authored
-
- Apr 16, 2013
-
-
Anton Khirnov authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Apr 11, 2013
-
-
Anton Khirnov authored
-
Anton Khirnov authored
It will be useful outside of avprobe.
-
Anton Khirnov authored
Removes an arbitrary hardcoded limit on the number of filters.
-
- 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.
-
- Mar 07, 2013
-
-
Reimar Döffinger authored
Make sure the behavior does not change with the locale. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Feb 28, 2013
-
-
Martin Storsjö authored
In this case, no encoder specific options are filtered, only options specific to that codec type in general. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Feb 25, 2013
-
-
Justin Ruggles authored
avprobe and avserver use cmdutils and do not strictly require libavresample.
-
- Feb 23, 2013
-
-
Justin Ruggles authored
-
- Feb 15, 2013
-
-
Anton Khirnov authored
There may be more decoders that rely on this. Those should be found and fixed.
-
- Feb 06, 2013
-
-
Kostya Shishkov authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net> CC:libav-stable@libav.org
-
Anton Khirnov authored
CC:libav-stable@libav.org
-
Anton Khirnov authored
The bottom line was invalid before. CC:libav-stable@libav.org
-
Anton Khirnov authored
It's not relying on get_buffer() initializing the frame since 99e36ddd.
-
Anton Khirnov authored
Setting it to zero (instead of 128, as the default get_buffer() does) also produces more correctly-looking output.
-
- Jan 03, 2013
-
-
Johan Andersson authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 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 results in spurious errors when using the new preparser.
-
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
Separate the code that searches for the option to use and the code that actually writes it. The writing code will be reused by the new options parser.
-
- Dec 04, 2012
-
-
Anton Khirnov authored
There is no point in duplicating this code in every get_buffer() implementation.
-
- Nov 29, 2012
-
-
Martin Storsjö authored
This simplifies the condition to avoid hardcoding the systems where the function exists. This also simplifies support for newer Windows API subsets where this function doesn't exist, such as Windows Phone 8 and the "metro" API subset of Windows 8. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Nov 13, 2012
-
-
Luca Barbato authored
Deprecate avcodec_get_chroma_sub_sample.
-
- Oct 29, 2012
-
-
Diego Biurrun authored
This fixes compilation with libswscale disabled.
-
- Oct 23, 2012
-
-
Mans Rullgard authored
Some systems require sys/time.h being explicitly included before sys/resource.h. The configure check already does this. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Oct 12, 2012
-
-
Anton Khirnov authored
-
- Oct 09, 2012
-
-
Janne Grunau authored
Fixes CID732166.
-
- Oct 08, 2012
-
-
Anton Khirnov authored
-
- Oct 01, 2012
-
-
Diego Elio Pettenò authored
-
- Sep 15, 2012
-
-
Anton Khirnov authored
Fixes bug 352.
-
- 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).
-