Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-28 | playlist/lastfm: remove defunct Last.fm support | Max 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-05 | PlaylistPlugin: add interface SongEnumerator | Max Kellermann | |
Replaces struct playlist_provider. | |||
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | |
Use only ConfigData.hxx in plugin sources to reduce header dependencies. | |||
2013-09-05 | InputLegacy: move functions to the input_stream class | Max Kellermann | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | |
Replaces GLib's GError. | |||
2013-09-03 | input_stream.h: rename to InputLegacy.hxx | Max Kellermann | |
2013-08-05 | playlist/lastfm: convert to class | Max Kellermann | |
2013-08-05 | playlist/lastfm: allocate the lastfm_playlist object at the end | Max Kellermann | |
Simplify the error path, because the other allocations may fail. | |||
2013-08-04 | PlaylistPlugin: pass config_param reference | Max Kellermann | |
2013-07-28 | song: convert header to C++ | Max Kellermann | |
2013-01-27 | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | |
2013-01-27 | playlist/*: convert to C++ | Max Kellermann | |
2013-01-26 | input_stream: forward-declare the struct | Max Kellermann | |
Hide the definition from C code, to prepare the transition to C++. | |||
2013-01-26 | playlist/*: convert to C++ | Max Kellermann | |