| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | string_util: convert to C++ | Max Kellermann | 2013-04-09 | 1 | -1/+1 |
* | cue_parser: convert to C++ | Max Kellermann | 2013-04-09 | 2 | -19/+17 |
* | playlist/cue: add constructor/destructor | Max Kellermann | 2013-04-09 | 1 | -11/+13 |
* | uri: convert to C++ | Max Kellermann | 2013-04-08 | 2 | -2/+0 |
* | playlist/despotify: various code simplifications | Max Kellermann | 2013-01-29 | 1 | -55/+31 |
* | playlist/memory: use std::forward_list instead of GSList | Max Kellermann | 2013-01-29 | 8 | -112/+45 |
* | playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProvider | Max Kellermann | 2013-01-29 | 8 | -257/+162 |
* | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 2013-01-27 | 4 | -16/+17 |
* | playlist/*: convert to C++ | Max Kellermann | 2013-01-27 | 18 | -225/+260 |
* | input_stream: forward-declare the struct | Max Kellermann | 2013-01-26 | 1 | -2/+1 |
* | tag_file: convert to C++ | Max Kellermann | 2013-01-26 | 1 | -1/+1 |
* | playlist/*: convert to C++ | Max Kellermann | 2013-01-26 | 7 | -42/+57 |
* | input,playlist/despotify: convert to C++ | Max Kellermann | 2013-01-21 | 2 | -22/+28 |
* | input_stream, main: remove obsolete GLib version checks | Max Kellermann | 2012-08-14 | 1 | -2/+0 |
* | require GLib 2.16 | Max Kellermann | 2012-07-10 | 2 | -2/+1 |
* | playlist/soundcloud: libyajl2 uses size_t for string lengths | Max Kellermann | 2012-03-22 | 1 | -2/+14 |
* | playlist/soundcloud: support libyajl2 | Robert Vollmert | 2012-03-19 | 1 | -5/+21 |
* | playlist/soundcloud: use config_dup_block_string() | Max Kellermann | 2012-03-01 | 1 | -5/+3 |
* | A soundcloud playlist plugin. | Robert Vollmert | 2012-03-01 | 2 | -0/+447 |
* | playlist/flac: delete this obsolete plugin | Max Kellermann | 2012-02-12 | 2 | -196/+0 |
* | playlist/embcue: ignore "FILE", always point to container song file | Max Kellermann | 2012-02-12 | 1 | -2/+15 |
* | playlist/embcue: new plugin for reading embedded cue sheets | Max Kellermann | 2012-02-12 | 2 | -0/+193 |
* | cue_parser: new line based CUE sheet parser | Max Kellermann | 2012-02-10 | 1 | -61/+28 |
* | input_stream: non-blocking I/O | Max Kellermann | 2011-09-16 | 8 | -36/+30 |
* | playlist: Despotify plugin: Correct init in daemon mode | Simon Kagstrom | 2011-04-12 | 1 | -1/+1 |
* | fix common misspellings | Jonathan Neuschäfer | 2011-03-31 | 1 | -1/+1 |
* | playlist: Add despotify playlist plugin | Simon Kagstrom | 2011-03-29 | 2 | -0/+241 |
* | copyright year 2011 | Max Kellermann | 2011-01-29 | 18 | -18/+18 |
* | string_util: add function strchug_fast() | Max Kellermann | 2010-12-23 | 1 | -1/+2 |
* | playlist/rss: new playlist plugin for RSS feeds | Max Kellermann | 2010-10-11 | 2 | -0/+346 |
* | playlist/cue: last track ends at end of file | Max Kellermann | 2010-06-25 | 1 | -3/+2 |
* | cue: fix code style | Orivej Desh | 2010-04-01 | 1 | -5/+4 |
* | cue: prepend pregap to the beginning of the track | Orivej Desh | 2010-03-28 | 1 | -2/+13 |
* | playlist: added a FLAC playlist plugin | Max Kellermann | 2010-01-06 | 2 | -0/+195 |
* | input_stream: return allocated input_stream objects | Max Kellermann | 2010-01-01 | 1 | -23/+21 |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 14 | -14/+14 |
* | playlist/cue: fill song.start_ms, .end_ms | Max Kellermann | 2009-12-27 | 1 | -0/+3 |
* | playlist/cue: return the original song URI | Max Kellermann | 2009-12-27 | 1 | -10/+1 |
* | playlist: added CUE playlist plugin | Max Kellermann | 2009-12-16 | 2 | -0/+162 |
* | input_stream: return errors with GError | Max Kellermann | 2009-12-15 | 4 | -13/+60 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 6 | -0/+6 |
* | moved GLib compatibility code to glib_compat.h | Max Kellermann | 2009-11-10 | 1 | -10/+1 |
* | playlist: added extm3u plugin | Max Kellermann | 2009-11-06 | 2 | -0/+185 |
* | playlist/{m3u,pls}: removed URI checks | Max Kellermann | 2009-11-06 | 2 | -7/+1 |
* | playlist: new ASX playlist plugin | Max Kellermann | 2009-10-21 | 2 | -0/+338 |
* | playlist/xspf: ignore text in root, playlist, tracklist | Max Kellermann | 2009-10-21 | 1 | -0/+2 |
* | Add PLS Parser | Qball Cow | 2009-10-15 | 2 | -0/+240 |
* | playlist: added plugin for last.fm radio | Max Kellermann | 2009-10-13 | 2 | -0/+325 |
* | playlist: added XSPF plugin | Max Kellermann | 2009-10-13 | 2 | -0/+356 |
* | playlist/m3u: added plugin name | Max Kellermann | 2009-10-13 | 1 | -0/+2 |