aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistPlugin.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-3/+3
|
* thread/{Cond,Mutex}: use "class" instead of "typedef"Max Kellermann2013-10-171-3/+2
| | | | Allows forward-declaration.
* PlaylistPlugin: add interface SongEnumeratorMax Kellermann2013-09-051-36/+6
| | | | Replaces struct playlist_provider.
* PlaylistPlugin, ConfigGlobal: use nullptr instead of NULLMax Kellermann2013-09-051-6/+4
|
* PlaylistPlugin: pass config_param referenceMax Kellermann2013-08-041-2/+2
|
* tag: convert to C++Max Kellermann2013-07-301-1/+1
|
* song: convert header to C++Max Kellermann2013-07-281-2/+3
|
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-3/+4
|
* playlist/*: convert to C++Max Kellermann2013-01-271-0/+140