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