index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
playlist
/
SoundCloudPlaylistPlugin.cxx
Age
Commit message (
Expand
)
Author
2014-01-23
playlist/*: move to playlist/plugins/
Max Kellermann
2014-01-19
LightSong: new class to be used by DatabasePlugin callbacks
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2014-01-09
DetachedSong: fork of struct Song
Max Kellermann
2014-01-08
tag/TagBuilder: rename Commit() to CommitNew()
Max Kellermann
2014-01-07
playlist/soundcloud: parse URI without copying it
Max Kellermann
2014-01-07
playlist/soundcloud: change scheme check to assertion
Max Kellermann
2014-01-07
playlist/soundcloud: eliminate nullptr checks before g_free()
Max Kellermann
2014-01-04
Added application key for soundcloud plugin
James McGlashan (DarkFox)
2014-01-04
Added user and search paramaters for SoundCloud plugin
James McGlashan (DarkFox)
2014-01-02
http -> https for SoundCloud plugin
James McGlashan (DarkFox)
2013-12-29
InputStream: add static method OpenReady()
Max Kellermann
2013-12-14
playlist/soundcloud: fix coding style
Max Kellermann
2013-12-14
playlist/soundcloud: make variables more local
Max Kellermann
2013-12-03
playlist/soundcloud: use class TagBuilder
Max Kellermann
2013-11-28
Util/StringUtil: add StringStartsWith()
Max Kellermann
2013-10-28
*: use nullptr instead of NULL
Max Kellermann
2013-10-23
input_stream: rename struct to InputStream
Max Kellermann
2013-10-15
playlist/soundcloud: use std::string
Max Kellermann
2013-10-14
Mapper, ...: use memcmp() instead of strncmp() where appropriate
Max Kellermann
2013-10-02
Log: new logging library API
Max Kellermann
2013-09-05
Tag, ...: move to libtag.a
Max Kellermann
2013-09-05
PlaylistPlugin: add interface SongEnumerator
Max Kellermann
2013-09-05
conf.h: remove obsolete header
Max Kellermann
2013-09-05
InputLegacy: move functions to the input_stream class
Max Kellermann
2013-09-04
util/Error: new error passing library
Max Kellermann
2013-09-03
input_stream.h: rename to InputLegacy.hxx
Max Kellermann
2013-08-04
PlaylistPlugin: pass config_param reference
Max Kellermann
2013-07-30
tag: convert to C++
Max Kellermann
2013-07-28
song: convert header to C++
Max Kellermann
2013-01-29
playlist/memory: use std::forward_list instead of GSList
Max Kellermann
2013-01-29
playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProvider
Max Kellermann
2013-01-27
DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond
Max Kellermann
2013-01-27
playlist/*: convert to C++
Max Kellermann
2013-01-26
playlist/*: convert to C++
Max Kellermann