summaryrefslogtreecommitdiff
path: root/src/playlist
AgeCommit message (Expand)Author
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
2013-12-14playlist/soundcloud: make variables more localMax Kellermann
2013-12-05fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov
2013-12-03playlist/xspf: use class TagBuilderMax Kellermann
2013-12-03playlist/xspf: rename "tag" to "tag_type"Max Kellermann
2013-12-03playlist/soundcloud: use class TagBuilderMax Kellermann
2013-12-03playlist/rss: use class TagBuilderMax Kellermann
2013-12-03playlist/rss: rename "tag" to "tag_type"Max Kellermann
2013-12-03playlist/pls: use class TagBuilderMax Kellermann
2013-12-03playlist/extm3u: use class TagBuilderMax Kellermann
2013-12-03playlist/asx: use class TagBuilderMax Kellermann
2013-12-03playlist/asx: rename "tag" to "tag_type"Max Kellermann
2013-11-28Util/StringUtil: add StringStartsWith()Max Kellermann
2013-11-28include cleanup using iwyuMax Kellermann
2013-11-05playlist/pls: fix reversed song orderMax Kellermann
2013-10-28*: use nullptr instead of NULLMax Kellermann
2013-10-26TagFile: use Path instead of const char *Max Kellermann
2013-10-23input_stream: rename struct to InputStreamMax Kellermann
2013-10-21playlist/EmbeddedCue: use std::string for the "cuesheet" attributeMax Kellermann
2013-10-21GetBaseUTF8Max Kellermann
2013-10-20Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann
2013-10-20TagType: rename enum tag_type to TagTypeMax Kellermann
2013-10-19decoder/gme,input/curl,...: use static buffers instead of g_strdup_printf()Max Kellermann