| Commit message (Expand) | Author | Files | Lines |
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 9 | -10/+10 |
2013-09-05 | PlaylistPlugin: add interface SongEnumerator | Max Kellermann | 13 | -272/+91 |
2013-09-05 | use standard snprintf() instead of GLib g_snprintf() | Max Kellermann | 1 | -1/+1 |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 2 | -2/+2 |
2013-09-05 | InputLegacy: move functions to the input_stream class | Max Kellermann | 7 | -35/+29 |
2013-09-04 | Tag*: move libtag.a sources to src/tag/ | Max Kellermann | 1 | -2/+2 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 6 | -48/+48 |
2013-09-03 | input_stream.h: rename to InputLegacy.hxx | Max Kellermann | 7 | -7/+7 |
2013-08-06 | playlist/pls: use std::string instead of GString | Max Kellermann | 1 | -9/+8 |
2013-08-05 | playlist/EmbbeddedCue: convert to class | Max Kellermann | 1 | -27/+41 |
2013-08-05 | playlist/lastfm: convert to class | Max Kellermann | 1 | -11/+15 |
2013-08-05 | playlist/lastfm: allocate the lastfm_playlist object at the end | Max Kellermann | 1 | -15/+14 |
2013-08-05 | playlist/m3u: allocate ExtM3uPlaylist with new/delete | Max Kellermann | 1 | -8/+9 |
2013-08-05 | playlist/extm3u: allocate ExtM3uPlaylist with new/delete | Max Kellermann | 1 | -10/+11 |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 3 | -20/+20 |
2013-08-04 | PlaylistPlugin: pass config_param reference | Max Kellermann | 2 | -6/+5 |
2013-07-30 | tag: convert to C++ | Max Kellermann | 9 | -33/+30 |
2013-07-29 | tag_handler: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-29 | ape: convert to C++ | Max Kellermann | 1 | -4/+1 |
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 |