aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-08-21 17:46:25 +0200
committerMax Kellermann <max@duempel.org>2014-08-21 17:46:25 +0200
commitdedc2986c69967793bddecb5af41d2021e0af87f (patch)
tree5515e6c4f126a2e183419e2a57cfec99abe49c83 /NEWS
parent74cdc0005a032c5473027e372eee3a522ccaf750 (diff)
downloadmpd-dedc2986c69967793bddecb5af41d2021e0af87f.tar.gz
mpd-dedc2986c69967793bddecb5af41d2021e0af87f.tar.xz
mpd-dedc2986c69967793bddecb5af41d2021e0af87f.zip
decoder/dsf: fix noise at end of malformed file
Read one block at a time. This discards the last partial block, which cannot be interleaved anyway. Previously, uninitialised memory was used to interleave the last block, which generated some noise.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c5c10ca85..9c9e02eae 100644
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,7 @@ ver 0.19 (not yet released)
- audiofile: log libaudiofile errors
- dsdiff, dsf: report bit rate
- dsf: support DSD512
+ - dsf: fix noise at end of malformed file
- sndfile: support scanning remote files
- sndfile: support tags "comment", "album", "track", "genre"
- mp4v2: support playback of MP4 files.