73e0035812
docs/formats: fix max_interleave_delta default
...
Signed-off-by: Marton Balint <cus@passwd.hu >
2019-09-02 21:44:25 +02:00
6f34fca8a8
doc/formats: document f_strict/strict for AVFormatContext
...
document f_strict/strict option for AVFormatContext
Signed-off-by: Jun Zhao <barryjzhao@tencent.com >
2019-06-14 13:19:26 +08:00
a899b3b3c5
doc/formats: add reference to ffmpeg(1) stream specifiers as that docs is more complete
...
Signed-off-by: Marton Balint <cus@passwd.hu >
2019-02-21 21:29:35 +01:00
885a80d189
doc: fix various typos
...
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 >
2019-02-10 21:12:40 +05:30
67fb9c75ef
doc/formats: Add documentation for skip_estimate_duration_from_pts
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro >
2018-07-30 10:00:04 +05:30
daf38d0753
doc/formats: get fflags values up-to-date
2018-06-14 17:28:45 +05:30
67747c89ad
avformat: deprecate unused MP4A_LATM flag
...
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.
2018-06-13 10:24:33 +05:30
eeeb595c7f
avformat: make flush_packets a tri-state and set it to -1 (auto) by default
...
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 >
2017-06-24 18:51:29 +02:00
1296f84495
avformat: Add max_streams option
...
This allows user apps to stop OOM due to excessive number of streams
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-12-08 18:25:30 +01:00
1e660fe88d
doc: fix spelling errors
...
Reviewed-by: Lou Logan <lou@lrcd.com >
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com >
2016-10-29 20:43:15 +02:00
99d68d462f
doc: fix various typos and grammar errors
...
Signed-off-by: Moritz Barsnick <barsnick@gmx.net >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-10-11 16:57:46 +02:00
cb114ed464
avformat/mux: implement AVFMT_FLAG_SHORTEST
...
This will allow fixing several bugs with the -shortest option
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-09-11 23:17:31 +02:00
6eaad752c1
lavf/options_table: mark use_wallclock_as_timestamps as boolean
...
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 >
2016-02-18 15:24:31 +01:00
56fe1bb9b3
doc/formats.texi: document max_interlave_delta muxing option
...
The option was added in commit d9ae1031f5
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-06-01 18:34:40 +02:00
748d4816d9
avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
2015-04-22 22:27:05 +02:00
10fd7ff814
doc: avoid the incorrect phrase 'allow to'
...
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
2015-03-08 21:59:28 +01:00
b28652599d
doc: fix spelling errors
...
succesfully => successfully, reproducable => reproducible, specifiying => specifying, isnt => isn't, seperated => separated
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
2014-12-01 00:31:06 +01:00
bd0f866731
doc: Better documentation for the bitexact flag
...
Reviewed-by: Benoit Fouet <benoit.fouet@free.fr >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
2014-11-03 18:54:51 +01:00
7f7facdeda
doc/formats: document libavformats bitexact flag
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
2014-10-31 23:28:45 +01:00
d5633dfc28
doc: document -dump_separator
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
2014-10-31 23:14:18 +01:00
f76cd09d46
doc: Add documentation for the whitelist options
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
2014-10-31 01:36:47 +01:00
a908de7f49
avformat/options_table: add named constants for avoid_negative_ts
...
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-24 19:46:11 +01:00
5871ee5072
lavf: add output_ts_offset option to AVFormatContext
...
This option can be generally useful to set an output offset, needed when
setting an absolute index in the output.
2014-02-02 13:16:17 +01:00
bba73f5574
doc: remove encoder/muxer/sinks docs from ffplay- and ffprobe-all
...
ffplay and ffprobe are read-only.
Signed-off-by: Timothy Gu <timothygu99@gmail.com >
2014-01-09 12:12:10 +01:00
7703d19c40
lavf/options_table: improve option help text
...
Contains text suggested by carl
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
2013-09-17 19:47:58 +02:00
b7dd459863
doc/formats: Add documentation for 3 parameters that have been missing
...
Signed-off-by: Timothy Gu <timothygu99@gmail.com >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
2013-09-16 17:49:10 +02:00
083f058024
doc/formats: remove probe_score entry, since it's not an option
2013-08-29 00:08:27 +02:00
e31db621bf
avformat: export probe score
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
2013-08-28 22:18:57 +02:00
b3ac8a2a60
doc/formats: add section describing stream specifiers
2013-07-11 00:35:35 +02:00
d06ae0d791
lavf: fix documentation for avoid_negative_ts
...
Prefer "non-negative" over "positive", the former is more accurate.
2013-07-05 00:58:03 +02:00
2086c7e173
doc: move ffmpeg-formats.texi content to separated file
...
This should simplify inclusion in monolithic tool manuals.
2013-04-05 10:11:57 +02:00