summaryrefslogtreecommitdiff
path: root/src/playlist
AgeCommit message (Expand)Author
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
2013-10-19playlist/(Ext)M3u: use strchug_fast()Max Kellermann
2013-10-18util/StringUtil: rename strchug_fast_c() to strchug_fast()Max Kellermann
2013-10-17fs/Path: move definitions to struct PathTraitsMax Kellermann
2013-10-15playlist/soundcloud: use std::stringMax Kellermann
2013-10-14fs/Path: add method IsAbsolute()Max Kellermann
2013-10-14Mapper, ...: use memcmp() instead of strncmp() where appropriateMax Kellermann
2013-10-02Log: new logging library APIMax Kellermann
2013-09-28playlist/lastfm: remove defunct Last.fm supportMax Kellermann
2013-09-05Tag, ...: move to libtag.aMax Kellermann
2013-09-05PlaylistPlugin: add interface SongEnumeratorMax Kellermann
2013-09-05use standard snprintf() instead of GLib g_snprintf()Max Kellermann
2013-09-05conf.h: remove obsolete headerMax Kellermann
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann
2013-09-04Tag*: move libtag.a sources to src/tag/Max Kellermann