- 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 5 commits
-
-
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*).
-
- 18 Aug, 2012 1 commit
-
-
Anton Khirnov authored
Make it print a list of AVCodecDescriptors. Add new -decoders and -encoders options that print lists of decoders and encoders respectively.
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 03 Jul, 2012 1 commit
-
-
Reinhard Tartler authored
Also use it in the declaration of the various exit_program implementations in avtools. inspired by a clang-scan report.
-
- 30 Jun, 2012 1 commit
-
-
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>
-
- 05 Jun, 2012 1 commit
-
-
Anton Khirnov authored
It will be used by avplay.
-
- 09 May, 2012 1 commit
-
-
Anton Khirnov authored
Also add the public interface libavfilter/buffersink.h. Based on a commit by Stefano Sabatini.
-
- 15 Apr, 2012 1 commit
-
-
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.
-
- 11 Apr, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Mar, 2012 1 commit
-
-
Reinhard Tartler authored
The preset files have been renamed some time ago. CC: libav-stable@libav.org
-
- 06 Mar, 2012 1 commit
-
-
Anton Khirnov authored
Useful for testing.
-
- 19 Feb, 2012 1 commit
-
-
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>
-
- 25 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 18 Jan, 2012 2 commits
-
-
Diego Biurrun authored
-
Gaurav Narula authored
-
- 07 Jan, 2012 1 commit
-
-
Stefano Sabatini authored
Required by a pending change in ffprobe.
-