| Commit message (Expand) | Author | Files | Lines |
2013-10-26 | TagFile: use Path instead of const char * | Max Kellermann | 1 | -5/+7 |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | 1 | -4/+4 |
2013-10-23 | InputStream: add method Rewind() | Max Kellermann | 1 | -2/+1 |
2013-10-21 | DecoderPlugin: move functions into the struct | Max Kellermann | 1 | -5/+4 |
2013-10-21 | TagFile: use IgnoreError() | Max Kellermann | 1 | -4/+2 |
2013-10-21 | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 1 | -1/+1 |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -2/+2 |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -11/+11 |
2013-10-17 | thread/{Cond,Mutex}: use "class" instead of "typedef" | Max Kellermann | 1 | -0/+1 |
2013-09-05 | InputLegacy: move functions to the input_stream class | Max Kellermann | 1 | -6/+5 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -3/+7 |
2013-09-03 | input_stream.h: rename to InputLegacy.hxx | Max Kellermann | 1 | -1/+1 |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-04-08 | uri: convert to C++ | Max Kellermann | 1 | -5/+1 |
2013-01-30 | decoder_list: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-27 | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 1 | -10/+4 |
2013-01-26 | tag_file: convert to C++ | Max Kellermann | 1 | -2/+6 |
2012-02-12 | playlist/embcue: new plugin for reading embedded cue sheets | Max Kellermann | 1 | -0/+90 |