- 31 Aug, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 30 Aug, 2011 39 commits
-
-
Michael Niedermayer authored
* commit 'f593628e': avconv: Replace raw picture frame swapping hack. RV40: reuse some H.264 motion compensation functions in RV40. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
-
Michael Niedermayer authored
the basetime argument also enables useage of pts instead of time() Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This makes it easier to refer to filters where things are seperated by spaces. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Alex Converse authored
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
It was mistakenly removed in 2cf8355f, not taking into account that new streams might appear in av_read_frame() that avconv doesn't know about. Fixes bug 24.
-
Alex Converse authored
This checks for sigterm but otherwise is identical to the previous behavior.
-
Alex Converse authored
-
Alex Converse authored
-
Michael Niedermayer authored
Author of the lines of code is probably Nicolas and or Anton Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
This makes the code simpler to understand, though it results in an unnecessary call to avcodec_find_decoder() if the stream won't be decoded.
-
Alex Converse authored
-
Anton Khirnov authored
Signed-off-by: Alex Converse <alex.converse@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
And remove now pointless parameter. Signed-off-by: Alex Converse <alex.converse@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
Signed-off-by: Alex Converse <alex.converse@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
Keep a per-OutputFile instance of it, thus making -fs work with multiple output files. Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
Alex Converse authored
-
Alex Converse authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Anton Khirnov authored
By replacing if (foo) <do stuff> with if (!foo) continue; <do stuff>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Allows us to get rid of forward InputStream declaration.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Keep a per-OutputFile instance of it, thus making -ss work with multiple output files.
-
Anton Khirnov authored
Keep a per-OutputFile instance of it, thus making -t work with multiple output files.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Instead store output streams in the same way as input streams.
-
Michael Niedermayer authored
Subsequent cherry picks are based on code prior to this, thus this needs to be rebased on HEAD by a volunteer. This reverts commit b25d931a.
-
Anton Khirnov authored
-
Anton Khirnov authored
Move the stream specifier to the option name.
-
Anton Khirnov authored
-