aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPiotr Gozdur <piotr_gogo@o2.pl>2010-03-17 17:54:21 +0100
committerMax Kellermann <max@duempel.org>2010-03-17 17:54:21 +0100
commit96033e4b4e9ed599d8663a4d2d5a9dd586957bab (patch)
treed1e7708ff5fcd27318ea00855fcdad0f78468ae9 /NEWS
parent9134169e3792488d6525150e41b8427a3faeda33 (diff)
downloadmpd-96033e4b4e9ed599d8663a4d2d5a9dd586957bab.tar.gz
mpd-96033e4b4e9ed599d8663a4d2d5a9dd586957bab.tar.xz
mpd-96033e4b4e9ed599d8663a4d2d5a9dd586957bab.zip
decoder/mpcdec: fix negative shift on fixed-point samples
"There is a bug in fixed-point musepack (musepack_src_r435) playback. In floating-point audio is OK but in fixed audio is distorted. I have made a patch for this"
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7723350ff..04fa38936 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
ver 0.15.9 (2009/??/??)
* decoders:
- mad: fix crash when seeking at end of song
+ - mpcdec: fix negative shift on fixed-point samples
* playlist: fix single+repeat in random mode