aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-01-17 16:47:04 +0100
committerMax Kellermann <max@duempel.org>2010-01-17 16:47:04 +0100
commit8ac776c58b69a94fce793d16e477a88207ce0d27 (patch)
tree18b10c9a513b38e96224e3300ebbad55072ba93d /NEWS
parent006f4be71c0a77a7bc166e9abe22dbfada9c25a6 (diff)
downloadmpd-8ac776c58b69a94fce793d16e477a88207ce0d27.tar.gz
mpd-8ac776c58b69a94fce793d16e477a88207ce0d27.tar.xz
mpd-8ac776c58b69a94fce793d16e477a88207ce0d27.zip
decoder_thread: don't try a plugin twice (MIME type & suffix)
Manage a linked list of plugins which were already tried.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0702c9436..7cc085e57 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,7 @@ ver 0.16 (20??/??/??)
- added tags "ArtistSort", "AlbumArtistSort"
- id3: revised "performer" tag support
* decoders:
+ - don't try a plugin twice (MIME type & suffix)
- ffmpeg: support multiple tags
- ffmpeg: convert metadata to generic format
- sndfile: new decoder plugin based on libsndfile