summaryrefslogtreecommitdiff
path: root/doc/formats.texi
Commit message (Collapse)AuthorAge
* avformat: Add max_probe_packets optionAndriy Gelman2019-11-03
| | | | | | | Allows user to set maximum number of buffered packets when probing a codec. It was a hard-coded parameter before this commit. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* docs/formats: fix max_interleave_delta defaultMarton Balint2019-09-02
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* doc/formats: document f_strict/strict for AVFormatContextJun Zhao2019-06-14
| | | | | | document f_strict/strict option for AVFormatContext Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
* doc/formats: add reference to ffmpeg(1) stream specifiers as that docs is ↵Marton Balint2019-02-21
| | | | | | more complete Signed-off-by: Marton Balint <cus@passwd.hu>
* doc: fix various typosMoritz Barsnick2019-02-10
| | | | | | | Found with the help of codespell-1.14.0. Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
* doc/formats: Add documentation for skip_estimate_duration_from_ptsMichael Niedermayer2018-07-30
| | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
* doc/formats: get fflags values up-to-dateGyan Doshi2018-06-14
|
* avformat: deprecate unused MP4A_LATM flagGyan Doshi2018-06-13
| | | | | | | A generic lavf flag for AAC LATM packetization for the RTP muxer was added in ef409645f0 and then made inert 20 days later in 0832122880 when a private muxer option was added and the generic flag no longer read.
* avformat: make flush_packets a tri-state and set it to -1 (auto) by defaultMarton Balint2017-06-24
| | | | | | | | | If flushing is not disabled, then mux.c will signal the end of the packets with an AVIO_DATA_MARKER_FLUSH_POINT, and aviobuf will be able to decide to flush or not based on the preferred minimum packet size set by the used protocol. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Marton Balint <cus@passwd.hu>
* avformat: Add max_streams optionMichael Niedermayer2016-12-08
| | | | | | This allows user apps to stop OOM due to excessive number of streams Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc: fix spelling errorsAndreas Cadhalpun2016-10-29
| | | | | Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
* doc: fix various typos and grammar errorsMoritz Barsnick2016-10-11
| | | | | Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/mux: implement AVFMT_FLAG_SHORTESTMichael Niedermayer2016-09-11
| | | | | | This will allow fixing several bugs with the -shortest option Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* 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.