- Nov 08, 2016
-
-
Steven Liu authored
add -muxers and -demuxers parameters to list the dexmuers and muxers Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Oct 09, 2016
-
-
Moritz Barsnick authored
Signed-off-by:
Moritz Barsnick <barsnick@gmx.net> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Aug 08, 2016
-
-
Hendrik Leppkes authored
Reviewed-by:
Matt Oliver <protogonoi@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Feb 13, 2016
-
-
Timothy Gu authored
-
- Aug 08, 2015
-
-
Michael Niedermayer authored
It has become unused as all code was switched to AVDictionary Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
This makes extracting options other than sws_flags easier Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Jul 19, 2015
-
-
Anton Khirnov authored
Also, drop the now unused cmdutils_read_file(). There is no reason to have two functions doing essentially the same thing.
-
- May 03, 2015
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 25, 2014
-
-
Lukasz Marek authored
Allows to list sources/sinks of the devices that implement that functionality. Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- May 28, 2014
-
-
Lukasz Marek authored
FFmpeg mix devices and file formats when -formats option is used. This commit adds a -devices param to list devices only. Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 17, 2014
-
-
John Peebles authored
cmdutils: replace usages of "#ifdef __MINGW32__" with "#ifdef _WIN32" because MSVC only defines _WIN32 With the previous patch, this should fix ticket #3580 as well. Signed-off-by:
John Peebles <johnpeeb@gmail.com>
-
- May 07, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Mar 27, 2014
-
-
Luca Barbato authored
-
- Dec 29, 2013
-
-
Carl Eugen Hoyos authored
Fixes ticket #3246.
-
- Dec 09, 2013
-
-
Lenny Wang authored
Reviewed-by:
Wei Gao <highgod0401@gmail.com> Reviewed-by:
Stefano Sabatini <stefasab@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 26, 2013
-
-
Stefano Sabatini authored
Simplify.
-
- Nov 19, 2013
-
-
Stephen Hutchinson authored
The output is formatted to display one option per line. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 28, 2013
-
-
Stefano Sabatini authored
Fix warning: In file included from ffprobe.c:2557:0: cmdutils_common_opts.h:17:5: warning: initialization from incompatible pointer type [enabled by default] cmdutils_common_opts.h:17:5: warning: (near initialization for ‘real_options[16].u.func_arg’) [enabled by default] Spotted-by: Paul B Mahol
-
- Oct 27, 2013
-
-
Stefano Sabatini authored
-
- Oct 22, 2013
-
-
Luca Barbato authored
Quite useful for debugging. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Oct 19, 2013
-
-
Michael Niedermayer authored
Define positive return values as non errors and leave further meaning undefined This allows future extensions to use these values Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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.
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
highgod0401 authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Mar 31, 2013
-
-
Clément Bœsch authored
-
- 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 24, 2013
-
-
Michael Niedermayer authored
This avoids per parameter changes in ffmpeg at the cost of making access somewhat more annoying. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 23, 2013
-
-
Justin Ruggles authored
-
- Jan 11, 2013
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 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
-
- Nov 04, 2012
-
-
Michael Niedermayer authored
This reverts commit 841bf0ef. This does not fully work as the file is used before the filename is parsed so not all information is written in the specified file.
-
- Nov 01, 2012
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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
-