From d38c09051cbed3941f028fe76a1ac8ced280a549 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sun, 27 Dec 2009 08:31:47 -0800 Subject: Modify version string to post-release version 0.15.8~git --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 04aca91f4..f8e9ca843 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +ver 0.15.8 (2009/??/??) + + ver 0.15.7 (2009/12/27) * archive: - close archive when stream is closed -- cgit v1.2.3 From c7d099c75736664867914fd5013a0a844cd23adc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 29 Dec 2009 22:33:46 +0100 Subject: decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME types Support deprecated MIME types such as "audio/x-ogg". Support new types such as "audio/flac". --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index f8e9ca843..08d4aae47 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ ver 0.15.8 (2009/??/??) +* decoders: + - ffmpeg, flac, vorbis: added more flac/vorbis MIME types ver 0.15.7 (2009/12/27) -- cgit v1.2.3 From c88f95a2ea1d089501bed84c085acd7312f7dc2a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 29 Dec 2009 23:55:40 +0100 Subject: input/rewind: new input_stream wrapper to allow stream rewinding This replaces the rewinding buffer code from the CURL input plugin. It is more generic, and allows rewinding even when the server sends Icy-Metadata (which would have been too difficult to implement within the CURL plugin). This is a rather complex patch for the stable branch (v0.15.x), but it fixes a serious problem: the "vorbis" decoder plugin was unable to play streams with Icy-Metadata, because it couldn't rewind the stream after detecting the codec (Vorbis vs. FLAC). --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 08d4aae47..9245caaf7 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ ver 0.15.8 (2009/??/??) +* input: + - curl: allow rewinding with Icy-Metadata * decoders: - ffmpeg, flac, vorbis: added more flac/vorbis MIME types -- cgit v1.2.3