From 7088a679a25cc62424b532ca47a6c13f62eb04a0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 25 Sep 2012 09:37:16 +0200 Subject: decoder/wavpack: support all APEv2 tags WavPack tags are always APEv2, by definition. Reuse the tag_table from tag_ape.c, instead of rolling our own. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 22f42b775..fe9d77542 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,7 @@ ver 0.17.2 (2012/??/??) - fluidsynth: stop playback at end of file - fluidsynth: check MIDI file format while scanning - fluidsynth: add sample rate setting + - wavpack: support all APEv2 tags * output: - httpd: use monotonic clock, avoid hiccups after system clock adjustment - httpd: fix throttling bug after resuming playback -- cgit v1.2.3 From c93a28c641be7c89fee5a00f11cbfec14d8f71d8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 25 Sep 2012 10:41:39 +0200 Subject: configure.ac: don't auto-detect the Vorbis encoder when Tremor is enabled libvorbisidec and libvorbis export the same symbols, which is a dangerous thing. Since libvorbisenc depends on libvorbis, this can get nasty, so let's disable the Vorbis encoder unless the user explicitly wants it. --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index fe9d77542..19f86e8a7 100644 --- a/NEWS +++ b/NEWS @@ -19,7 +19,8 @@ ver 0.17.2 (2012/??/??) * state_file: save song priorities * player: disable cross-fading in "single" mode * update: fix unsafe readlink() usage - +* configure.ac: + - don't auto-detect the vorbis encoder when Tremor is enabled ver 0.17.1 (2012/07/31) * protocol: -- cgit v1.2.3