- Apr 29, 2014
-
-
Michael Niedermayer authored
These ids should be meaningless for the end user and would only confuse Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 26, 2014
-
-
tue46wsdgxfjrt authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 08, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Mar 28, 2014
-
-
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>
-
- 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>
-
- 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 30, 2013
-
-
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>
-
- Nov 27, 2013
-
-
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>
-
- Nov 26, 2013
-
-
Stefano Sabatini authored
Simplify.
-
Stefano Sabatini authored
The macro value can be shared between configure script and cmdutils.c.
-
- Nov 23, 2013
-
-
Diego Biurrun authored
-
- Nov 21, 2013
-
-
Michael Niedermayer authored
might fix Ticket3056 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
-
- Nov 19, 2013
-
-
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>
-
- 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>
-
- Sep 30, 2013
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- Aug 30, 2013
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- Aug 27, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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 08, 2013
-
-
Michael Niedermayer authored
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
-
- Jun 24, 2013
-
-
Michael Niedermayer authored
Fixes Ticket2476 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 07, 2013
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- May 24, 2013
-
-
Clément Bœsch authored
-
Anton Khirnov authored
Mostly based on libavcodec's
-
- May 19, 2013
-
-
Stefano Sabatini authored
-
- May 15, 2013
-
-
Anton Khirnov authored
-
- Apr 22, 2013
-
-
Clément Bœsch authored
Flag added in a few simple filters. A bunch of other filters can likely use the feature as well.
-
- Apr 18, 2013
-
-
Michael Niedermayer authored
Example: Filter overlay Overlay a video source on top of the input. Inputs: #0: main (video) #1: overlay (video) Outputs: #0: default (video) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 17, 2013
-
-
Clément Bœsch authored
-
- Apr 16, 2013
-
-
Anton Khirnov authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Apr 13, 2013
-
-
Clément Bœsch authored
-
- Apr 11, 2013
-
-
Anton Khirnov authored
-
Anton Khirnov authored
It will be useful outside of avprobe.
-