summaryrefslogtreecommitdiff
path: root/doc/formats.texi
Commit message (Collapse)AuthorAge
* lavf/options_table: mark use_wallclock_as_timestamps as booleanMoritz Barsnick2016-02-18
| | | | | | | It is only used in a boolean context. Also clarify its documentation. Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/formats.texi: document max_interlave_delta muxing optionStefano Sabatini2015-06-01
| | | | | | | 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.
* avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3wm42015-04-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: avoid the incorrect phrase 'allow to'Andreas Cadhalpun2015-03-08
| | | | | Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: fix spelling errorsAndreas Cadhalpun2014-12-01
| | | | | | succesfully => successfully, reproducable => reproducible, specifiying => specifying, isnt => isn't, seperated => separated Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: Better documentation for the bitexact flagMichael Niedermayer2014-11-03
| | | | | Reviewed-by: Benoit Fouet <benoit.fouet@free.fr> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/formats: document libavformats bitexact flagMichael Niedermayer2014-10-31
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: document -dump_separatorMichael Niedermayer2014-10-31
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: Add documentation for the whitelist optionsMichael Niedermayer2014-10-31
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/options_table: add named constants for avoid_negative_tsMichael Niedermayer2014-02-24
| | | | | | | 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>
* lavf: add output_ts_offset option to AVFormatContextStefano Sabatini2014-02-02
| | | | | This option can be generally useful to set an output offset, needed when setting an absolute index in the output.
* doc: remove encoder/muxer/sinks docs from ffplay- and ffprobe-allTimothy Gu2014-01-09
| | | | | | ffplay and ffprobe are read-only. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* lavf/options_table: improve option help textMichael Niedermayer2013-09-17
| | | | | | Contains text suggested by carl Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/formats: Add documentation for 3 parameters that have been missingTimothy Gu2013-09-16
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/formats: remove probe_score entry, since it's not an optionStefano Sabatini2013-08-29
|
* avformat: export probe scoreMichael Niedermayer2013-08-28
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/formats: add section describing stream specifiersStefano Sabatini2013-07-11
|
* lavf: fix documentation for avoid_negative_tsStefano Sabatini2013-07-05
| | | | Prefer "non-negative" over "positive", the former is more accurate.
* doc: move ffmpeg-formats.texi content to separated fileStefano Sabatini2013-04-05
This should simplify inclusion in monolithic tool manuals.