summaryrefslogtreecommitdiff
path: root/src/playlist
AgeCommit message (Expand)Author
2014-07-30playlist/extm3u: use nullptr instead of NULLMax Kellermann
2014-07-12PlaylistSong: always merge tags and LastModifiedMax Kellermann
2014-07-12PlaylistSong, CueParser: don't override Tag::timeMax Kellermann
2014-07-09Merge branch 'v0.18.x'Max Kellermann
2014-07-09playlist/plugins/DespotifyPlaylistPlugin: fix build failure due to missing st...Gustavo Zacarias
2014-07-09playlist/PlsPlaylistPlugin: fix build failure due to missing stdio.h includeGustavo Zacarias
2014-05-12InputStream: "protect" attributesMax Kellermann
2014-05-11InputStream: add virtual destructorMax Kellermann
2014-05-11InputStream: convert to classMax Kellermann
2014-05-10PlaylistMapper: use map_spl_utf8_to_fs()Max Kellermann
2014-02-27Playlist: use the Error library to return errorsMax Kellermann
2014-02-27Playlist*: move to queue/Max Kellermann
2014-02-19cue/CueParser: move to playlist/Max Kellermann
2014-02-18PlaylistRegistry: disable the "pls" plugin without GLibMax Kellermann
2014-02-10PlaylistSong: copy the "real" URIMax Kellermann
2014-02-07PlaylistMapper: use class Storage instead of Mapper.cxxMax Kellermann
2014-02-07Playlist{Any,Registry,Mapper}: move functions to PlaylistStream.cxxMax Kellermann
2014-02-07PlaylistSong: include cleanupMax Kellermann
2014-02-07playlist/CloseSongEnumerator: new wrapper classMax Kellermann
2014-02-03SongLoader: new class that merges duplicate codeMax Kellermann
2014-01-30db: add compile-time option to disable databaseMax Kellermann
2014-01-24ConfigGlobal: add config_find_block()Max Kellermann
2014-01-24DespotifyUtils, Expat: move to lib/Max Kellermann
2014-01-24Database*: move to db/Max Kellermann
2014-01-24Input*: move to input/Max Kellermann
2014-01-24Config*: move to config/Max Kellermann
2014-01-23playlist/*: move to playlist/plugins/Max Kellermann
2014-01-19LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann
2014-01-14playlist/extm3u: allocate Tag instance on the stackMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-09playlist/{asx,rss,xspf}: use Expat instead of GLib to parse XMLMax Kellermann
2014-01-09playlist/asx: make variables more localMax Kellermann
2014-01-09DetachedSong: fork of struct SongMax Kellermann
2014-01-08Merge branch 'v0.18.x'Max Kellermann
2014-01-08playlist/pls: don't free stack bufferMax Kellermann
2014-01-08playlist/pls: make variables more localMax Kellermann
2014-01-08playlist/pls: convert "while" loop to "for" loopMax Kellermann
2014-01-08playlist/pls: simplify error handlerMax Kellermann
2014-01-08DespotifyUtils: return Tag, not pointerMax Kellermann
2014-01-08DespotifyUtils: pass const ds_track referenceMax Kellermann
2014-01-08tag/TagBuilder: rename Commit() to CommitNew()Max Kellermann
2014-01-07playlist/soundcloud: parse URI without copying itMax Kellermann
2014-01-07playlist/soundcloud: change scheme check to assertionMax Kellermann
2014-01-07playlist/soundcloud: eliminate nullptr checks before g_free()Max Kellermann
2014-01-04Added application key for soundcloud pluginJames McGlashan (DarkFox)
2014-01-04Added user and search paramaters for SoundCloud pluginJames McGlashan (DarkFox)
2014-01-02http -> https for SoundCloud pluginJames McGlashan (DarkFox)
2013-12-29InputStream: add static method OpenReady()Max Kellermann
2013-12-29TagFile: pass reference instead of pointerMax Kellermann
2013-12-14playlist/soundcloud: fix coding styleMax Kellermann