Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/NumberParser: utilities for parsing numbers from ASCII strings | Max Kellermann | 2013-10-21 | 1 | -4/+3 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -1/+3 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | *Plugin: remove redundant "line %i" from error messages | Max Kellermann | 2013-09-26 | 1 | -13/+8 |
| | | | | The MPD core will add this as a prefeix. | ||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -43/+40 |
| | | | | Replaces GLib's GError. | ||||
* | encoder/lame: use offset variable instead of memmove() | Max Kellermann | 2013-08-06 | 1 | -9/+21 |
| | |||||
* | encoder/lame: rename "buffer" to "output_buffer" | Max Kellermann | 2013-08-06 | 1 | -18/+19 |
| | |||||
* | EncoderPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 1 | -10/+10 |
| | |||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -7/+7 |
| | |||||
* | encoder_api: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -15/+12 |
| | |||||
* | encoder/lame,twolame: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -0/+311 |