mpv/etc
wm4 0b428e4482 player: redo how stream caching and pausing on low cache works
Add the --cache-secs option, which literally overrides the value of
--demuxer-readahead-secs if the stream cache is active. The default
value is very high (10 seconds), which means it can act as network
cache.

Remove the old behavior of trying to pause once the byte cache runs
low. Instead, do something similar wit the demuxer cache. The nice
thing is that we can guess how many seconds of video it has cached,
and we can make better decisions. But for now, apply a relatively
naive heuristic: if the cache is below 0.5 secs, pause, and wait
until at least 2 secs are available.

Note that due to timestamp reordering, the estimated cached duration
of video might be inaccurate, depending on the file format. If the
file format has DTS, it's easy, otherwise the duration will seemingly
jump back and forth.
2014-08-27 03:39:04 +02:00
..
encoding-profiles.conf options: rename audio-related options/properties 2014-05-04 02:46:11 +02:00
example.conf player: redo how stream caching and pausing on low cache works 2014-08-27 03:39:04 +02:00
input.conf input.conf: bind ctrl+c 2014-08-22 16:18:09 +02:00
mplayer-input.conf etc: add mplayer-input.conf 2014-08-09 00:08:04 +02:00
mpv-icon-8bit-16x16.png x11: add window icon 2013-09-01 23:27:33 +02:00
mpv-icon-8bit-32x32.png x11: add window icon 2013-09-01 23:27:33 +02:00
mpv-icon-8bit-64x64.png x11: add window icon 2013-09-01 23:27:33 +02:00
mpv-icon.ico change application icon 2013-09-01 12:24:53 +02:00
mpv.desktop etc/mpv.desktop: add audio/flac mimetype 2014-08-21 01:06:18 +02:00