aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/LastFMPlaylistPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PlaylistPlugin: add interface SongEnumeratorMax Kellermann2013-09-051-29/+13
| | | | Replaces struct playlist_provider.
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+1
| | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies.
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-13/+13
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-19/+16
| | | | Replaces GLib's GError.
* input_stream.h: rename to InputLegacy.hxxMax Kellermann2013-09-031-1/+1
|
* playlist/lastfm: convert to classMax Kellermann2013-08-051-11/+15
|
* playlist/lastfm: allocate the lastfm_playlist object at the endMax Kellermann2013-08-051-15/+14
| | | | Simplify the error path, because the other allocations may fail.
* PlaylistPlugin: pass config_param referenceMax Kellermann2013-08-041-3/+3
|
* song: convert header to C++Max Kellermann2013-07-281-2/+2
|
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-7/+7
|
* playlist/*: convert to C++Max Kellermann2013-01-271-2/+1
|
* input_stream: forward-declare the structMax Kellermann2013-01-261-2/+1
| | | | Hide the definition from C code, to prepare the transition to C++.
* playlist/*: convert to C++Max Kellermann2013-01-261-0/+299