aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-05PlaylistPlugin: add interface SongEnumeratorMax Kellermann13-272/+91
2013-09-05use standard snprintf() instead of GLib g_snprintf()Max Kellermann1-1/+1
2013-09-05conf.h: remove obsolete headerMax Kellermann2-2/+2
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann7-35/+29
2013-09-04Tag*: move libtag.a sources to src/tag/Max Kellermann1-2/+2
2013-09-04util/Error: new error passing libraryMax Kellermann6-48/+48
2013-09-03input_stream.h: rename to InputLegacy.hxxMax Kellermann7-7/+7
2013-08-06playlist/pls: use std::string instead of GStringMax Kellermann1-9/+8
2013-08-05playlist/EmbbeddedCue: convert to classMax Kellermann1-27/+41
2013-08-05playlist/lastfm: convert to classMax Kellermann1-11/+15
2013-08-05playlist/lastfm: allocate the lastfm_playlist object at the endMax Kellermann1-15/+14
2013-08-05playlist/m3u: allocate ExtM3uPlaylist with new/deleteMax Kellermann1-8/+9
2013-08-05playlist/extm3u: allocate ExtM3uPlaylist with new/deleteMax Kellermann1-10/+11
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann3-20/+20
2013-08-04PlaylistPlugin: pass config_param referenceMax Kellermann2-6/+5
2013-07-30tag: convert to C++Max Kellermann9-33/+30
2013-07-29tag_handler: convert to C++Max Kellermann1-1/+1
2013-07-29ape: convert to C++Max Kellermann1-4/+1
2013-07-28tag_id3: convert to C++Max Kellermann1-1/+1
2013-07-28song: convert header to C++Max Kellermann13-48/+48
2013-05-12text_input_stream: convert to classDenis Krjuchkov3-43/+38
2013-04-09string_util: convert to C++Max Kellermann1-1/+1
2013-04-09cue_parser: convert to C++Max Kellermann2-19/+17
2013-04-09playlist/cue: add constructor/destructorMax Kellermann1-11/+13
2013-04-08uri: convert to C++Max Kellermann2-2/+0
2013-01-29playlist/despotify: various code simplificationsMax Kellermann1-55/+31
2013-01-29playlist/memory: use std::forward_list instead of GSListMax Kellermann8-112/+45
2013-01-29playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProviderMax Kellermann8-257/+162
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann4-16/+17
2013-01-27playlist/*: convert to C++Max Kellermann18-225/+260
2013-01-26input_stream: forward-declare the structMax Kellermann1-2/+1
2013-01-26tag_file: convert to C++Max Kellermann1-1/+1
2013-01-26playlist/*: convert to C++Max Kellermann7-42/+57
2013-01-21input,playlist/despotify: convert to C++Max Kellermann2-22/+28
2012-08-14input_stream, main: remove obsolete GLib version checksMax Kellermann1-2/+0
2012-07-10require GLib 2.16Max Kellermann2-2/+1
2012-03-22playlist/soundcloud: libyajl2 uses size_t for string lengthsMax Kellermann1-2/+14
2012-03-19playlist/soundcloud: support libyajl2Robert Vollmert1-5/+21
2012-03-01playlist/soundcloud: use config_dup_block_string()Max Kellermann1-5/+3
2012-03-01A soundcloud playlist plugin.Robert Vollmert2-0/+447
2012-02-12playlist/flac: delete this obsolete pluginMax Kellermann2-196/+0
2012-02-12playlist/embcue: ignore "FILE", always point to container song fileMax Kellermann1-2/+15
2012-02-12playlist/embcue: new plugin for reading embedded cue sheetsMax Kellermann2-0/+193
2012-02-10cue_parser: new line based CUE sheet parserMax Kellermann1-61/+28
2011-09-16input_stream: non-blocking I/OMax Kellermann8-36/+30
2011-04-12playlist: Despotify plugin: Correct init in daemon modeSimon Kagstrom1-1/+1
2011-03-31fix common misspellingsJonathan Neuschäfer1-1/+1
2011-03-29playlist: Add despotify playlist pluginSimon Kagstrom2-0/+241
2011-01-29copyright year 2011Max Kellermann18-18/+18
2010-12-23string_util: add function strchug_fast()Max Kellermann1-1/+2