Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 2013-10-21 | 1 | -1/+1 |
| | |||||
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -4/+5 |
| | | | | | | | The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object. | ||||
* | decoder/wildmidi: remove suport for libwildmidi 0.2.2 or older | Max Kellermann | 2013-10-16 | 1 | -4/+0 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -5/+6 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | DecoderCommand: convert to strictly-typed enum | Max Kellermann | 2013-09-27 | 1 | -4/+4 |
| | |||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -1/+1 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -2/+3 |
| | | | | Replaces GLib's GError. | ||||
* | decoder/wildmidi: use class Path for the "timidity.cfg" location | Max Kellermann | 2013-08-10 | 1 | -10/+14 |
| | |||||
* | DecoderPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 1 | -3/+3 |
| | |||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -3/+3 |
| | |||||
* | tag_handler: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | decoder_api: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | decoder/wildmidi: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -0/+155 |