decoder_thread: don't try a plugin twice (MIME type & suffix)

Manage a linked list of plugins which were already tried.
This commit is contained in:
Max Kellermann
2010-01-17 16:47:04 +01:00
parent 006f4be71c
commit 8ac776c58b
2 changed files with 57 additions and 10 deletions

1
NEWS
View File

@@ -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