From 728c66e7e3e235ee88eaaf856a00b318823abff1 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sun, 17 Jan 2010 17:28:39 -0800 Subject: Modify version string to post-release version 0.15.9~git --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5668d08ab..e6e444d11 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +ver 0.15.9 (2009/??/??) + + ver 0.15.8 (2010/01/17) * input: - curl: allow rewinding with Icy-Metadata -- cgit v1.2.3 From 35c5a371ea3530796e88bcdd556e488816dff20f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 27 Feb 2010 18:35:31 +0100 Subject: decoder/mad: fix crash when seeking at end of song Removed the decoder_command_finished() call at the end of mp3_decode(). This is invalid, because decoder_command_finished() has already been called in mp3_read(). --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e6e444d11..476553ff5 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ ver 0.15.9 (2009/??/??) +* decoders: + - mad: fix crash when seeking at end of song ver 0.15.8 (2010/01/17) -- cgit v1.2.3 From 9134169e3792488d6525150e41b8427a3faeda33 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 7 Mar 2010 18:58:44 +0100 Subject: playlist: fix single+repeat in random mode With single+repeat enabled, it is expected that MPD repeats the current song over andd over. With random mode also enabled, this didn't work, because the song order was shuffled internally. This patch adds a special check for this case. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 476553ff5..7723350ff 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ ver 0.15.9 (2009/??/??) * decoders: - mad: fix crash when seeking at end of song +* playlist: fix single+repeat in random mode ver 0.15.8 (2010/01/17) -- cgit v1.2.3 From 96033e4b4e9ed599d8663a4d2d5a9dd586957bab Mon Sep 17 00:00:00 2001 From: Piotr Gozdur Date: Wed, 17 Mar 2010 17:54:21 +0100 Subject: 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" --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') 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 -- cgit v1.2.3 From cbfaa4a2662c55d7ad6339d70b3665d066bf491a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 17 Mar 2010 21:57:35 +0100 Subject: player_thread: postpone song tags during cross-fade Previously, tags of the new song being cross-faded in were sent immediately. That can cause wrong information being displayed, because the "previous" song might send its tag at the end again, overriding the "next" song's tag. This patch saves & merges the tag of the next song, and sends it when cross-fading is finished, and the next song really starts. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 04fa38936..c2c9817ee 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ ver 0.15.9 (2009/??/??) - mad: fix crash when seeking at end of song - mpcdec: fix negative shift on fixed-point samples * playlist: fix single+repeat in random mode +* player: postpone song tags during cross-fade ver 0.15.8 (2010/01/17) -- cgit v1.2.3 From 73ba4ea3da0a066f6241e661ca145f3aa0d64d09 Mon Sep 17 00:00:00 2001 From: Aleksei Kaveshnikov <4nykey@gmail.com> Date: Fri, 12 Mar 2010 18:04:46 +0100 Subject: decoder/mpcdec: fix replay gain formula with v8 "When playing musepack files with mpd v0.15.8, rg seems to have no effect. Using sample file below, mpd says 'computing ReplayGain album scale with gain 122.879997, peak 0.549150'. One thing though, if I build mpd against old libmpcdec-1.2.6, rg works as expected: 'computing ReplayGain album scale with gain 16.820000, peak 0.099765'" --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c2c9817ee..7e2ea95f8 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ ver 0.15.9 (2009/??/??) * decoders: - mad: fix crash when seeking at end of song - mpcdec: fix negative shift on fixed-point samples + - mpcdec: fix replay gain formula with v8 * playlist: fix single+repeat in random mode * player: postpone song tags during cross-fade -- cgit v1.2.3 From d612e5e0ab27b93fcfdcf25eb3014ea4e17cd41c Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sun, 21 Mar 2010 17:25:18 -0700 Subject: mpd version 0.15.9 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7e2ea95f8..96b6709c6 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ver 0.15.9 (2009/??/??) +ver 0.15.9 (2010/03/21) * decoders: - mad: fix crash when seeking at end of song - mpcdec: fix negative shift on fixed-point samples -- cgit v1.2.3