- 16 Aug, 2011 18 commits
-
-
Anton Khirnov authored
It allows to check if a given codec can be written into a container.
-
Anton Khirnov authored
-
Luca Barbato authored
Metadata currently is written only at the start of the file in normal cases, when transcoding from a rtmp source metadata could be written later and the offset recorded can exceed 32bit. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Diogo Franco authored
ID3v1 are legacy tags with several limitations; furthermore avconv/ffmpeg writes the tags in UTF-8 which probably has near-0 software support. Add a -write_id3v1 option to be able to turn it on; disabled by default. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Alex Converse authored
MpegTSContext's AVClass member can be NULL.
-
Anton Khirnov 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
Its only reason for its existence was ffmpeg's inability to properly assign AVOptions to streams. Now this is not a problem anymore, so 'ab' should go.
-
Anton Khirnov authored
It's often mistakenly used as 'same quality', emphasize that it's not true in the manual.
-
Anton Khirnov authored
-
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.
-
- 15 Aug, 2011 11 commits
-
-
Dustin Brody authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Dave Yeo authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Alex Converse authored
-
Anton Khirnov authored
AVFormatParameters are converted into corresponding private options in av_open_input_file/stream() compat wrappers, so accessing them from demuxers is redundant.
-
Anton Khirnov authored
Get rid of AVFormatParameters usage.
-
Reimar Döffinger authored
Custom PAR num/denum are in 1-256 range. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Kostya Shishkov authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Dustin Brody authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Michael Niedermayer authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Kostya authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Kostya authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 14 Aug, 2011 2 commits
-
-
Nathan Caldwell authored
The spec states: * Only the lowest 12 spectral coefficients of any LFE may be non-zero We were using the 12 lowest *bands*.
-
Nathan Caldwell authored
10l: Forgot about TYPE_LFE being after TYPE_CPE. Which causes a segfault when encoding 5.1
-
- 12 Aug, 2011 9 commits
-
-
Luca Barbato authored
It just does that part in scalar form, I doubt using a vector store over 2 array would speed it up particularly. The function should be written to not use a scratch buffer.
-
Kostya Shishkov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Ronald S. Bultje authored
This caused failure of a few fate tests.
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
This allows using it in swscale also.
-
Ronald S. Bultje authored
This allows using it in libswscale/ also.
-
Dustin Brody authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Dustin Brody authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
New syntax contains an optional stream type, allowing to refer to n-th stream of specific type. Omitting stream number now maps all streams of the given type.
-