summaryrefslogtreecommitdiff
path: root/src/playlist/LastFMPlaylistPlugin.cxx
AgeCommit message (Collapse)Author
2013-09-28playlist/lastfm: remove defunct Last.fm supportMax Kellermann
This plugin has been defunct ever since Last.fm changed their protocol. Since there is no volunteer willing to fix the plugin, I'm removing it now.
2013-09-05PlaylistPlugin: add interface SongEnumeratorMax Kellermann
Replaces struct playlist_provider.
2013-09-05conf.h: remove obsolete headerMax Kellermann
Use only ConfigData.hxx in plugin sources to reduce header dependencies.
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
Replaces GLib's GError.
2013-09-03input_stream.h: rename to InputLegacy.hxxMax Kellermann
2013-08-05playlist/lastfm: convert to classMax Kellermann
2013-08-05playlist/lastfm: allocate the lastfm_playlist object at the endMax Kellermann
Simplify the error path, because the other allocations may fail.
2013-08-04PlaylistPlugin: pass config_param referenceMax Kellermann
2013-07-28song: convert header to C++Max Kellermann
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann
2013-01-27playlist/*: convert to C++Max Kellermann
2013-01-26input_stream: forward-declare the structMax Kellermann
Hide the definition from C code, to prepare the transition to C++.
2013-01-26playlist/*: convert to C++Max Kellermann