- 30 Aug, 2011 40 commits
-
-
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
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
Anton Khirnov authored
-
Anton Khirnov authored
New streams are always added to the last output file.
-
Anton Khirnov authored
Move find_codec_or_die(), choose_codec(), new_output_stream() and read_avserver_streams() below transcode() where they belong.
-
Anton Khirnov authored
It's only used in opt_output_file(), so move it right above opt_output_file().
-
Anton Khirnov authored
parse_forced_key_frames() is only used in new_video_stream(), so move it right above new_video_stream().
-
Anton Khirnov authored
-
Anton Khirnov authored
The new option doesn't depend on its placement wrt -new* options (which don't exist anymore) and works in a similar way as per-stream AVOptions. -[vas]codec remain as aliases to -codec:[vas]
-
Anton Khirnov authored
Nothing except x264 uses them and native x264 presets should be used with private options.
-