aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/SoundCloudPlaylistPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* playlist/soundcloud: use std::stringMax Kellermann2013-10-151-14/+14
|
* Mapper, ...: use memcmp() instead of strncmp() where appropriateMax Kellermann2013-10-141-1/+1
| | | | Micro-optimization.
* Log: new logging library APIMax Kellermann2013-10-021-7/+14
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
|
* PlaylistPlugin: add interface SongEnumeratorMax Kellermann2013-09-051-5/+4
| | | | 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-9/+8
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-13/+12
| | | | Replaces GLib's GError.
* input_stream.h: rename to InputLegacy.hxxMax Kellermann2013-09-031-1/+1
|
* PlaylistPlugin: pass config_param referenceMax Kellermann2013-08-041-3/+2
|
* tag: convert to C++Max Kellermann2013-07-301-4/+4
|
* song: convert header to C++Max Kellermann2013-07-281-3/+3
|
* playlist/memory: use std::forward_list instead of GSListMax Kellermann2013-01-291-4/+5
|
* playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProviderMax Kellermann2013-01-291-39/+4
|
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-5/+6
|
* playlist/*: convert to C++Max Kellermann2013-01-271-1/+1
|
* playlist/*: convert to C++Max Kellermann2013-01-261-0/+451