- 17 Aug, 2011 12 commits
-
-
Anton Khirnov authored
Move the stream specifier to the option name.
-
Anton Khirnov authored
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
Diego Biurrun authored
-
Kostya Shishkov authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Sven Hesse authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Kostya Shishkov authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Kostya Shishkov authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Kostya Shishkov authored
First, container stores only DTS and not PTS as it was believed. Second, multiple frames in a packet store timestamp instead of position after the frame length. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Kostya Shishkov authored
This removes out-of-edge motion compensation artifacts (easily spotted green blocks in avplay, gray blocks in transcoding), for example here: http://samples.libav.org/samples/real/tv_watching_t1.rmSigned-off-by: Diego Biurrun <diego@biurrun.de>
-
- 16 Aug, 2011 23 commits
-
-
Anton Khirnov authored
This reverts commit 4f4f3384. This commit has some ugly corner cases and needs to be discussed further.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
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 5 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.
-