- Nov 23, 2013
-
-
Diego Biurrun authored
-
Anton Khirnov authored
-
- Nov 21, 2013
-
-
Vittorio Giovara authored
-
- 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.
-
Anton Khirnov authored
This will allow using the same code when one filter can be inserted both on input and output.
-
Anton Khirnov authored
-
- Aug 04, 2013
-
-
Anton Khirnov authored
'filter' is too generic, since the functions in question deal with several filters. Also add const qualifiers to those variables.
-
- May 10, 2013
-
-
Luca Barbato authored
-
- Apr 30, 2013
-
-
Anton Khirnov authored
This makes output -ss sample-accurate for audio and will allow further simplication in the future.
-
Anton Khirnov authored
This makes -t sample-accurate for audio and will allow further simplication in the future. Most of the FATE changes are due to audio now being sample accurate. In some cases a video frame was incorrectly passed with the old code, while its was over the limit.
-
- Apr 11, 2013
-
-
Anton Khirnov authored
The separators were changed from ',' to '|' in all the filters.
-
Anton Khirnov authored
We do not support using filters without AVFilterGraph in practice anyway, so there is no point in pretending we do.
-
- Mar 06, 2013
-
-
Martin Storsjö authored
This fixes crashes when there is no encoder for the default codec of selected format. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Feb 25, 2013
-
-
Justin Ruggles authored
-
- Feb 23, 2013
-
-
Justin Ruggles authored
-
- Dec 18, 2012
-
-
Anton Khirnov authored
-
- Dec 05, 2012
-
-
Justin Ruggles authored
Remove the code for volume scaling in avconv.c and instead auto-insert a volume filter into the beginning of the filter chain.
-
- Nov 28, 2012
-
-
Justin Ruggles authored
-
- Nov 11, 2012
-
-
Justin Ruggles authored
Also reorder some other #include when applicable.
-
- Oct 12, 2012
-
-
Diego Biurrun authored
-
- Oct 08, 2012
-
-
Anton Khirnov authored
-
- Oct 01, 2012
-
-
Diego Elio Pettenò authored
-
- Sep 17, 2012
-
-
Anton Khirnov authored
The buffer sink does not take any parameters. Fixes an uninitialized variable warning.
-
- Aug 19, 2012
-
-
Anton Khirnov authored
-
- Aug 08, 2012
-
-
Anton Khirnov authored
-