- 09 Jan, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 369b4cd4 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
Avoids printing confusing and unrelated errors Fixes Ticket2772 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Oct, 2014 2 commits
-
-
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>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Oct, 2014 1 commit
-
-
Luca Barbato authored
The OptionDef arrays are terminated with a { NULL } element not NULL. CC: libav-stable@libav.org Bug-Id: CID 703769
-
- 16 Sep, 2014 1 commit
-
-
Diego Biurrun authored
Also avoid an unused variable warning for compilers w/o av_unused support.
-
- 02 Sep, 2014 1 commit
-
-
Tobias Rapp authored
Adds some more whitespace between channel layout name and decomposition. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Aug, 2014 3 commits
-
-
Michael Niedermayer authored
Reviewed-by:
Clément Bœsch <u@pkh.me> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Gabriel Dume authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Gabriel Dume authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 13 Aug, 2014 1 commit
-
-
Anton Khirnov authored
-
- 29 Jun, 2014 1 commit
-
-
Michael Niedermayer authored
This avoids some failures during fate when swscale is disabled Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Jun, 2014 1 commit
-
-
Simon Thelen authored
Show the copyright when running `ffmpeg -version'. This is useful for end users trying to determine whether they are using FFmpeg or Libav. Signed-off-by:
Simon Thelen <ffmpeg@c-14.de>
-
- 14 Jun, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket3057 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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>
-
- 29 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
These ids should be meaningless for the end user and would only confuse Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Apr, 2014 1 commit
-
-
tue46wsdgxfjrt authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 Mar, 2014 1 commit
-
-
Michael Niedermayer authored
This fixes cases where the codec is detect later than the stream creation No testcase with unmodified source known Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 Mar, 2014 1 commit
-
-
Luca Barbato authored
Quite useful to select by pid in MPEG-TS.
-
- 05 Jan, 2014 1 commit
-
-
Johan Andersson authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 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>
-
- 30 Nov, 2013 1 commit
-
-
Timothy Gu authored
Also the libavutil/ffversion.h will be installed. Rationale: * Applications might want to know FFmpeg's version besides the individual libraries'. * Avoids file name clash between FFmpeg's ./version.h and lib*/version.h when a library source file includes both and is compiled on an out-of-tree build. Fixes #1769. Signed-off-by:
Timothy Gu <timothygu99@gmail.com> Reviewed-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Nov, 2013 2 commits
-
-
Michael Niedermayer authored
This reverts commit ca21116b. Revert suggested by Jamal: "Bad secondary effect i just noticed: Every time version.h is changed (git pull for example), anything that includes config.h will be recompiled. And that means pretty much every single file in the tree. "
-
Timothy Gu authored
Avoid clash with version.h of the libraries. Signed-off-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Nov, 2013 2 commits
-
-
Stefano Sabatini authored
Simplify.
-
Stefano Sabatini authored
The macro value can be shared between configure script and cmdutils.c.
-
- 23 Nov, 2013 1 commit
-
-
Diego Biurrun authored
-
- 21 Nov, 2013 2 commits
-
-
Michael Niedermayer authored
might fix Ticket3056 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
-
- 19 Nov, 2013 2 commits
-
-
Michael Niedermayer authored
requested by multiple people Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
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>
-
- 30 Sep, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 30 Aug, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 27 Aug, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Aug, 2013 1 commit
-
-
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>
-