aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/plugins/SoundCloudPlaylistPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* playlist/soundcloud: make key_str "static const"Max Kellermann2015-11-061-1/+1
|
* util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann2015-11-061-1/+1
|
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-3/+3
| | | | The old struct config_param remains only for top-level string options.
* ConfigData: move struct config_param to Param.hxxMax Kellermann2015-01-211-1/+1
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* playlist/soundcloud: drop support for libyajl1Max Kellermann2014-12-051-35/+4
| | | | Require the version 2 which has a more sane API.
* SongSticker, playlist/soundcloud: add missing stdlib.h includeMax Kellermann2014-10-251-0/+1
| | | | For free().
* playlist/SoundCloud: don't use GLib for string allocationMax Kellermann2014-10-251-31/+31
|
* Tag: use SignedSongTime for the song durationMax Kellermann2014-08-291-1/+1
|
* InputStream: add virtual destructorMax Kellermann2014-05-111-2/+2
| | | Replaces the method Close().
* Input*: move to input/Max Kellermann2014-01-241-1/+1
|
* Config*: move to config/Max Kellermann2014-01-241-1/+1
|
* playlist/*: move to playlist/plugins/Max Kellermann2014-01-231-0/+401