0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/core
wm4 3486f59fe2 core: automatically pause on low cache
When the cache fill status goes below a certain threshold, automatically
pause the player. When the cache is filled again, unpause again.

This is intended to help with streaming from http. It's better to pause
a while, rather than exposing extremely crappy behavior when packet
reads during decoding block the entire player.

In theory, we should try to increase the cache if underruns happen too
often. Unfortunately, changing the cache implementation would be very
hard, because it's insane code (forks, uses shared memory and "volatile"
etc.). So for now, this just reduces the frequency of the stuttering if
the network is absolutely too slow to play the stream in realtime.
2012-12-03 21:08:52 +01:00
..
input command: add sub_reload and sub_remove commands 2012-11-16 21:21:15 +01:00
timeline cache: refactor how cache enabling is done 2012-12-03 21:08:51 +01:00
asxparser.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
asxparser.h
av_log.c demux_lavf: add support for libavdevice 2012-12-03 21:08:51 +01:00
av_log.h
av_opts.c
av_opts.h
bstr.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
bstr.h
cfg-mplayer.h core: automatically pause on low cache 2012-12-03 21:08:52 +01:00
codec-cfg.c mplayer: disable auto-loading of external codecs.conf 2012-11-20 18:00:15 +01:00
codec-cfg.h
command.c osd: fix OSD status symbol display in some cases 2012-11-20 18:00:16 +01:00
command.h
cpudetect.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
cpudetect.h Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
defaultopts.c core: automatically pause on low cache 2012-12-03 21:08:52 +01:00
defaultopts.h
encode_lavc.c encode: print on log which muxers/codecs are in use 2012-12-01 17:15:44 +01:00
encode_lavc.h Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
encode.h
m_config.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
m_config.h Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
m_option.c m_option: print valid integer range for choices on parsing errors 2012-11-20 18:00:15 +01:00
m_option.h m_option: add color option type 2012-11-20 18:00:15 +01:00
m_property.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
m_property.h
m_struct.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
m_struct.h Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
mp_common.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
mp_common.h build: identify the build time of the binary in the versioning output 2012-12-03 21:08:51 +01:00
mp_core.h core: automatically pause on low cache 2012-12-03 21:08:52 +01:00
mp_fifo.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
mp_fifo.h Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
mp_msg.c build: remove doc/locale language auto-detection, simplify 2012-11-14 11:26:43 +01:00
mp_msg.h Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
mp_osd.h core: minor cleanups 2012-11-20 18:00:16 +01:00
mp_talloc.h mp_common.h: split parts into mp_talloc.h and compiler.h 2012-11-12 20:08:57 +01:00
mpc_info.h
mplayer.c core: automatically pause on low cache 2012-12-03 21:08:52 +01:00
mplayer.h Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
options.h core: automatically pause on low cache 2012-12-03 21:08:52 +01:00
parser-cfg.c Fix potential bugs and issues, general cleanups 2012-11-20 18:00:14 +01:00
parser-cfg.h
parser-mpcmd.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
parser-mpcmd.h
path.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
path.h Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
playlist_parser.c options: rename -ss and -endpos, allow relative times 2012-11-16 21:21:15 +01:00
playlist_parser.h
playlist.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
playlist.h Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
quvi.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
screenshot.c screenshot: add subs even with vf_screenshot 2012-11-21 19:58:51 +01:00
screenshot.h
subopt-helper.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
subopt-helper.h
version.c build: identify the build time of the binary in the versioning output 2012-12-03 21:08:51 +01:00