- May 02, 2015
-
-
Martin Storsjö authored
The option is enabled by default, but can be disabled. If this is enabled, such side data isn't copied into the output stream (except when doing stream copy). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Feb 17, 2015
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1265719
-
- Dec 18, 2014
-
-
Vittorio Giovara authored
-
- Dec 14, 2014
-
-
Julien Ramseier authored
Introduced in aed79007 Bug-Id: debian/773055 CC: libav-stable@libav.org Signed-off-by:
Luca Barbato <lu_zero@gentoo.org> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Aug 27, 2014
-
-
Anton Khirnov authored
CC: libav-stable@libav.org
-
Anton Khirnov authored
The mpegenc private option values are in 50-byte units. CC: libav-stable@libav.org
-
- Aug 15, 2014
-
-
Gabriel Dume authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Jul 28, 2014
-
-
Bernhard Übelacker authored
This avoids a segfault in avconv_opt.c:opt_target when trying to determine the norm.
-
- Jun 01, 2014
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- May 11, 2014
-
-
Anton Khirnov authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- May 03, 2014
-
-
Anton Khirnov authored
This makes it more clear what is this variable for exactly.
-
Anton Khirnov authored
This makes it more clear what is this variable for exactly.
-
- Apr 28, 2014
-
-
Anton Khirnov authored
Move the dxva check after the dependencies have been detected, make sure the ole32 library exists. Fixes build on non-Windows.
-
Hendrik Leppkes authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Mar 30, 2014
-
-
Timothy Gu authored
avio_open2() only return < 0 when error.
-
- Feb 24, 2014
-
-
Anton Khirnov authored
-
- Dec 03, 2013
-
-
Anton Khirnov authored
Fixes an assertion failure in vdpau_get_buffer() when -hwaccel auto is used, but hwaccel init fails.
-
- Nov 23, 2013
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- Oct 22, 2013
-
-
Luca Barbato authored
Quite useful for debugging. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Aug 05, 2013
-
-
Anton Khirnov authored
It limits the duration of the data read from a given input.
-
Anton Khirnov authored
Insert (a)trim filters on the corresponding inputs, so the extra frames are decoded and discarded.
-
Anton Khirnov authored
Using -ss 0 to drop frames with negative timestamps is a perfectly valid use case.
-
- Jul 31, 2013
-
-
Vittorio Giovara authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This seems to have been missed in 636ced8e. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- May 27, 2013
-
-
Anton Khirnov authored
-
- May 07, 2013
-
-
Anton Khirnov authored
It is incompatible with refcounted frames and since it's been deprecated for a long time now, fixing it is not worth the effort.
-
- May 03, 2013
-
-
Anton Khirnov authored
Hack partially based on a commit by Michael Niedermayer <michaelni@gmx.at> Should fix (or work around) bug 458.
-
- Apr 30, 2013
-
-
Anton Khirnov authored
This way OutputFile variables like recording time can be used when creating the streams.
-
- Apr 11, 2013
-
-
Anton Khirnov authored
-
Anton Khirnov authored
We do not support using filters without AVFilterGraph in practice anyway, so there is no point in pretending we do.
-
- Mar 28, 2013
-
-
Anton Khirnov authored
-
- Mar 15, 2013
-
-
Anton Khirnov authored
There are never any packets for those streams. Fixes an infinite loop with -attach.
-
- Mar 08, 2013
-
-
Anton Khirnov authored
Print an error and abort when the option is of the wrong type (decoding for output file or vice versa), since this could never be correct for any input or output configuration. Print a warning and continue when the option is of the correct type, just unused, so same commandlines can be reused for different kinds of input or output files.
-
Anton Khirnov authored
-
Anton Khirnov authored
This is shorter and more readable.
-
Anton Khirnov authored
This is shorter and more readable.
-
Anton Khirnov authored
I.e. input options to output files or vice versa.
-
- Mar 07, 2013
-
-
Ronald S. Bultje authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-