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