aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-03-10 21:19:51 +0100
committerMax Kellermann <max@duempel.org>2009-03-10 21:19:51 +0100
commit538701e7c612cf68f7bbadc2329046b09062a988 (patch)
tree5525613b893738c9298fb60555ad72b377e6064d /NEWS
parent2b5786314420a2d527d2b3b1078dc8625fcb73d5 (diff)
downloadmpd-538701e7c612cf68f7bbadc2329046b09062a988.tar.gz
mpd-538701e7c612cf68f7bbadc2329046b09062a988.tar.xz
mpd-538701e7c612cf68f7bbadc2329046b09062a988.zip
player_thread: fill buffer after seeking
After a seek, wait until enough new chunks are decoded before starting playback. If this takes too long, send silence chunks to the audio outputs meanwhile.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1acfd7975..12e671e1c 100644
--- a/NEWS
+++ b/NEWS
@@ -52,6 +52,7 @@ ver 0.15 - (200?/??/??)
* listen: fix broken client IP addresses in log
* 32 bit audio support
* Print available protocols in --version
+* fill buffer after seeking
ver 0.14.2 (2009/02/13)