aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagStream.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* Decoder, Playlist: ignore URI query string for plugin detectionMax Kellermann2014-11-011-1/+2
| | | | Use the new uri_get_suffix() overload that removes the query string.
* InputStream: add virtual destructorMax Kellermann2014-05-111-1/+1
| | | Replaces the method Close().
* InputStream: convert to classMax Kellermann2014-05-111-3/+3
|
* Input*: move to input/Max Kellermann2014-01-241-1/+1
|
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-241-2/+2
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* SongUpdate: read tags from songs in an archiveMax Kellermann2013-12-291-0/+78
Add the TagStream.cxx library, similar to TagFile.cxx, and use it to load tags from song files inside archives.