aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-01-17 02:35:15 +0100
committerMax Kellermann <max@duempel.org>2010-01-17 02:36:07 +0100
commit1b441837f1b51d2504256b730129e0fe92d64375 (patch)
tree6657b9206704c0ff8186dbc3189504f370ff0077 /NEWS
parente43bf52cbbb5fc9685587d8afcd51537b2b51723 (diff)
downloadmpd-1b441837f1b51d2504256b730129e0fe92d64375.tar.gz
mpd-1b441837f1b51d2504256b730129e0fe92d64375.tar.xz
mpd-1b441837f1b51d2504256b730129e0fe92d64375.zip
decoder/ffmpeg: append file name suffix to virtual stream URL
To allow libavformat to detect the format of the input file, append the suffix of the input file to the URL of the virtual stream. This specifically enables the "shorten" codec, which is supported by libavformat/raw.c, detected only by the suffix.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 70eeb3deb..f5dcecbd9 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ ver 0.15.8 (2009/??/??)
- curl: allow rewinding with Icy-Metadata
* decoders:
- ffmpeg, flac, vorbis: added more flac/vorbis MIME types
+ - ffmpeg: enabled libavformat's file name extension detection
* dbUtils: return empty tag value only if no value was found
* decoder_thread: fix CUE track playback
* queue: don't repeat current song in consume mode