aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-10-11playlist/rss: new playlist plugin for RSS feedsMax Kellermann2-0/+346
2010-06-25playlist/cue: last track ends at end of fileMax Kellermann1-3/+2
2010-04-01cue: fix code styleOrivej Desh1-5/+4
2010-03-28cue: prepend pregap to the beginning of the trackOrivej Desh1-2/+13
2010-01-06playlist: added a FLAC playlist pluginMax Kellermann2-0/+195
2010-01-01input_stream: return allocated input_stream objectsMax Kellermann1-23/+21
2009-12-31Update copyright notices.Avuton Olrich14-14/+14
2009-12-27playlist/cue: fill song.start_ms, .end_msMax Kellermann1-0/+3
2009-12-27playlist/cue: return the original song URIMax Kellermann1-10/+1
2009-12-16playlist: added CUE playlist pluginMax Kellermann2-0/+162
2009-12-15input_stream: return errors with GErrorMax Kellermann4-13/+60
2009-11-12include config.h in all sourcesMax Kellermann6-0/+6
2009-11-10moved GLib compatibility code to glib_compat.hMax Kellermann1-10/+1
2009-11-06playlist: added extm3u pluginMax Kellermann2-0/+185
2009-11-06playlist/{m3u,pls}: removed URI checksMax Kellermann2-7/+1
2009-10-21playlist: new ASX playlist pluginMax Kellermann2-0/+338
2009-10-21playlist/xspf: ignore text in root, playlist, tracklistMax Kellermann1-0/+2
2009-10-15Add PLS ParserQball Cow2-0/+240
2009-10-13playlist: added plugin for last.fm radioMax Kellermann2-0/+325
2009-10-13playlist: added XSPF pluginMax Kellermann2-0/+356
2009-10-13playlist/m3u: added plugin nameMax Kellermann1-0/+2
2009-10-12playlist_plugin: new plugin API for playlist parsersMax Kellermann2-0/+114