Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avformat/options_table: add named constants for avoid_negative_ts | Michael Niedermayer | 2014-02-24 | 1 | -6/+14 |
| | | | | | | | 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 AVFormatContext | Stefano Sabatini | 2014-02-02 | 1 | -0/+12 |
| | | | | | 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-all | Timothy Gu | 2014-01-09 | 1 | -0/+4 |
| | | | | | | ffplay and ffprobe are read-only. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | lavf/options_table: improve option help text | Michael Niedermayer | 2013-09-17 | 1 | -2/+4 |
| | | | | | | Contains text suggested by carl Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | doc/formats: Add documentation for 3 parameters that have been missing | Timothy Gu | 2013-09-16 | 1 | -0/+9 |
| | | | | | 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 option | Stefano Sabatini | 2013-08-29 | 1 | -4/+0 |
| | |||||
* | avformat: export probe score | Michael Niedermayer | 2013-08-28 | 1 | -0/+4 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | doc/formats: add section describing stream specifiers | Stefano Sabatini | 2013-07-11 | 1 | -0/+31 |
| | |||||
* | lavf: fix documentation for avoid_negative_ts | Stefano Sabatini | 2013-07-05 | 1 | -1/+1 |
| | | | | Prefer "non-negative" over "positive", the former is more accurate. | ||||
* | doc: move ffmpeg-formats.texi content to separated file | Stefano Sabatini | 2013-04-05 | 1 | -0/+146 |
This should simplify inclusion in monolithic tool manuals. |