- 24 Feb, 2014 1 commit
-
-
Anton Khirnov authored
-
- 03 Dec, 2013 1 commit
-
-
Anton Khirnov authored
Fixes an assertion failure in vdpau_get_buffer() when -hwaccel auto is used, but hwaccel init fails.
-
- 23 Nov, 2013 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 22 Oct, 2013 1 commit
-
-
Luca Barbato authored
Quite useful for debugging. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 05 Aug, 2013 3 commits
-
-
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.
-
- 31 Jul, 2013 2 commits
-
-
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>
-
- 27 May, 2013 1 commit
-
-
Anton Khirnov authored
-
- 07 May, 2013 1 commit
-
-
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.
-
- 03 May, 2013 1 commit
-
-
Anton Khirnov authored
Hack partially based on a commit by Michael Niedermayer <michaelni@gmx.at> Should fix (or work around) bug 458.
-
- 30 Apr, 2013 1 commit
-
-
Anton Khirnov authored
This way OutputFile variables like recording time can be used when creating the streams.
-
- 11 Apr, 2013 2 commits
-
-
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.
-
- 28 Mar, 2013 1 commit
-
-
Anton Khirnov authored
-
- 15 Mar, 2013 1 commit
-
-
Anton Khirnov authored
There are never any packets for those streams. Fixes an infinite loop with -attach.
-
- 08 Mar, 2013 5 commits
-
-
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.
-
- 07 Mar, 2013 1 commit
-
-
Ronald S. Bultje authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 28 Feb, 2013 1 commit
-
-
Martin Storsjö authored
This allows setting/overriding e.g. the bitrate parameter, which is required for the smoothstreaming muxer. Normally, the bitrate is set by the demuxer in these cases, but not all demuxers can provide it. This allows stream copy of data to the smoothstreaming muxer from such inputs. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 23 Feb, 2013 1 commit
-
-
Justin Ruggles authored
-
- 15 Jan, 2013 1 commit
-
-
Luca Barbato authored
rc_buffer_size is not set before. Solve the initial the rate control underflow issue reported in bug 222. CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 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 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 25 Nov, 2012 1 commit
-
-
Anton Khirnov authored
It is handled separately from other types because it uses stream specifiers and currently that triggers an assert in SET_DICT. CC:libav-stable@libav.org
-
- 11 Nov, 2012 1 commit
-
-
Justin Ruggles authored
Also reorder some other #include when applicable.
-
- 31 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 23 Oct, 2012 1 commit
-
-
Anton Khirnov authored
Fixes a crash when using a preset with stream copy. CC: libav-stable@libav.org
-
- 16 Oct, 2012 1 commit
-
-
Anton Khirnov authored
CC: libav-stable@libav.org
-
- 12 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 10 Oct, 2012 1 commit
-
-
Janne Grunau authored
-
- 09 Oct, 2012 2 commits
-
-
Anton Khirnov authored
It has not worked for anything other than fringe codecs (asv1/2, mdec, mjpeg[b]) since about 2003 and nobody ever noticed or complained. This sufficiently proves that there are no users of this option who have a clue of what they are doing, so it is completely useless.
-
Janne Grunau authored
Make just a single reallocation per call instead of one reallocation per copied chapters. This fixes possible memory leaks on realloc failures. Also correct the allocation since it needs multiples of sizeof(AVChapter*) and not sizeof(AVChapter). Fixes CID700633 and CID700719.
-