- 13 Feb, 2016 1 commit
-
-
Timothy Gu authored
-
- 08 Aug, 2015 2 commits
-
-
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>
-
- 19 Jul, 2015 1 commit
-
-
Anton Khirnov authored
Also, drop the now unused cmdutils_read_file(). There is no reason to have two functions doing essentially the same thing.
-
- 03 May, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 25 Oct, 2014 1 commit
-
-
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>
-
- 28 May, 2014 1 commit
-
-
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>
-
- 17 May, 2014 1 commit
-
-
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>
-
- 07 May, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 27 Mar, 2014 1 commit
-
-
Luca Barbato authored
-
- 29 Dec, 2013 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #3246.
-
- 09 Dec, 2013 1 commit
-
-
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>
-
- 26 Nov, 2013 1 commit
-
-
Stefano Sabatini authored
Simplify.
-
- 19 Nov, 2013 1 commit
-
-
Stephen Hutchinson authored
The output is formatted to display one option per line. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 28 Oct, 2013 1 commit
-
-
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
-
- 27 Oct, 2013 1 commit
-
-
Stefano Sabatini authored
-
- 22 Oct, 2013 1 commit
-
-
Luca Barbato authored
Quite useful for debugging. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 19 Oct, 2013 1 commit
-
-
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>
-
- 07 Jul, 2013 1 commit
-
-
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
-
- 11 Apr, 2013 3 commits
-
-
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>
-
- 31 Mar, 2013 1 commit
-
-
Clément Bœsch authored
-
- 08 Mar, 2013 2 commits
-
-
Anton Khirnov authored
I.e. input options to output files or vice versa.
-
Anton Khirnov authored
Remove now unused cmdutils get_buffer() implementation.
-
- 24 Feb, 2013 1 commit
-
-
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>
-
- 23 Feb, 2013 1 commit
-
-
Justin Ruggles authored
-
- 11 Jan, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 19 Dec, 2012 1 commit
-
-
Anton Khirnov authored
This makes the code simpler and avoids mixing designated and non-designated initializers in a potentially unsafe way in avconv.
-
- 18 Dec, 2012 2 commits
-
-
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
-
- 04 Nov, 2012 1 commit
-
-
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.
-
- 01 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 31 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 06 Oct, 2012 1 commit
-
-
Diego Biurrun authored
Anonymous structs cannot be forward declared and have no benefit.
-
- 01 Oct, 2012 1 commit
-
-
Diego Elio Pettenò authored
-
- 30 Aug, 2012 1 commit
-
-
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).
-
- 28 Aug, 2012 1 commit
-
-
Nicolas George authored
Extract of the output: | Individual channels: | NAME DESCRIPTION | FL front left | FR front right | <snip> | SDR surround direct right | | Standard channel layouts: | NAME DECOMPOSITION | mono FC | stereo FL+FR | <snip> | octagonal FL+FR+FC+BL+BR+BC+SL+SR | downmix DL+DR
-
- 19 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-