Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-01doc/formats.texi: document max_interlave_delta muxing optionStefano Sabatini
The option was added in commit d9ae1031f5edbd25c8526b4cb51aba66d3bee931 but it was never documented. The text is based on the one written by the commit author for the corresponding AVFormatContext.max_interleave_delta field.
2015-04-22avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3wm4
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-08doc: avoid the incorrect phrase 'allow to'Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-12-01doc: fix spelling errorsAndreas Cadhalpun
succesfully => successfully, reproducable => reproducible, specifiying => specifying, isnt => isn't, seperated => separated Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-03doc: Better documentation for the bitexact flagMichael Niedermayer
Reviewed-by: Benoit Fouet <benoit.fouet@free.fr> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-01doc/formats: document libavformats bitexact flagMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-01doc: document -dump_separatorMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-31doc: Add documentation for the whitelist optionsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-24avformat/options_table: add named constants for avoid_negative_tsMichael Niedermayer
Idea-by: ubitux Reviewed-by: Timothy Gu <timothygu99@gmail.com> Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-02lavf: add output_ts_offset option to AVFormatContextStefano Sabatini
This option can be generally useful to set an output offset, needed when setting an absolute index in the output.
2014-01-09doc: remove encoder/muxer/sinks docs from ffplay- and ffprobe-allTimothy Gu
ffplay and ffprobe are read-only. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2013-09-17lavf/options_table: improve option help textMichael Niedermayer
Contains text suggested by carl Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-16doc/formats: Add documentation for 3 parameters that have been missingTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-29doc/formats: remove probe_score entry, since it's not an optionStefano Sabatini
2013-08-29avformat: export probe scoreMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-11doc/formats: add section describing stream specifiersStefano Sabatini
2013-07-05lavf: fix documentation for avoid_negative_tsStefano Sabatini
Prefer "non-negative" over "positive", the former is more accurate.
2013-04-05doc: move ffmpeg-formats.texi content to separated fileStefano Sabatini
This should simplify inclusion in monolithic tool manuals.