- 17 Oct, 2014 1 commit
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1005311
-
- 01 Jun, 2014 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 23 Nov, 2013 2 commits
-
-
Diego Biurrun authored
-
Anton Khirnov authored
-
- 21 Nov, 2013 1 commit
-
-
Vittorio Giovara authored
-
- 05 Aug, 2013 5 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.
-
Anton Khirnov authored
This will allow using the same code when one filter can be inserted both on input and output.
-
Anton Khirnov authored
-
- 04 Aug, 2013 1 commit
-
-
Anton Khirnov authored
'filter' is too generic, since the functions in question deal with several filters. Also add const qualifiers to those variables.
-
- 10 May, 2013 1 commit
-
-
Luca Barbato authored
-
- 30 Apr, 2013 2 commits
-
-
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.
-
- 11 Apr, 2013 2 commits
-
-
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.
-
- 06 Mar, 2013 1 commit
-
-
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>
-
- 25 Feb, 2013 1 commit
-
-
Justin Ruggles authored
-
- 23 Feb, 2013 1 commit
-
-
Justin Ruggles authored
-
- 18 Dec, 2012 1 commit
-
-
Anton Khirnov authored
-
- 05 Dec, 2012 1 commit
-
-
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.
-
- 28 Nov, 2012 1 commit
-
-
Justin Ruggles authored
-
- 11 Nov, 2012 1 commit
-
-
Justin Ruggles authored
Also reorder some other #include when applicable.
-
- 12 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 01 Oct, 2012 1 commit
-
-
Diego Elio Pettenò authored
-
- 17 Sep, 2012 1 commit
-
-
Anton Khirnov authored
The buffer sink does not take any parameters. Fixes an uninitialized variable warning.
-
- 19 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 08 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-