1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-02 13:02:24 +00:00
mpv/DOCS/man/en
wm4 222a5cf7c0 demux_lavf: make minimum probe score customizable, remove lavf_preferred
libavformat wants to read a full ~400KB of data to determine whether
it's really AAC. This causes slow startup with AAC web radio streams [1]
(possible due to a broken initial packet). There are similar issues
with other file formats.

Make the probe "score" (libavformat's mechanism for testing file
formats) configurable with the -lavfdtops:probescore option. This allows
lowering the amount of data read on probing. If the probe score is below
the probescore option value, demux_lavf will try to get a higher score
by feeding more data to libavformat, until the required score or the
max. probe size is reached.

Remove the lavf_preferred demuxer entry. This had a purpose in
mplayer-svn, but now there doesn't seem to be any good reason for it
to exist. Make sure that our native "good" demuxers are above
demux_lavf in demuxer_list[] instead (so that they are preferred).

[1] http://lr2mp0.latvijasradio.lv:8000
2012-12-11 00:37:54 +01:00
..
af.rst manpage: various fixes 2012-11-16 21:21:14 +01:00
ao.rst manpage: cleanup 2012-10-24 21:56:35 +02:00
changes.rst sub: remove vobsub reader in favor of ffmpeg vobsub demuxer 2012-12-11 00:37:54 +01:00
encode.rst encode: remove dependency on current ffmpeg 2012-10-01 11:04:48 +02:00
input.rst command: export A/V sync difference as "avsync" property 2012-11-16 21:21:16 +01:00
mpv.rst demux_lavf: add support for libavdevice 2012-12-03 21:08:51 +01:00
options.rst demux_lavf: make minimum probe score customizable, remove lavf_preferred 2012-12-11 00:37:54 +01:00
vf.rst manpage: remove --zoom remains 2012-11-24 21:18:50 +01:00
vo.rst DOCS: Fix some rst error messages 2012-11-29 17:07:26 +01:00