Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/NumberParser: utilities for parsing numbers from ASCII strings | Max Kellermann | 2013-10-21 | 1 | -4/+3 |
| | |||||
* | *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 | -46/+42 |
| | | | | Replaces GLib's GError. | ||||
* | encoder/lame: use ReusableBuffer instead of AllocatedArray | Max Kellermann | 2013-08-07 | 1 | -23/+13 |
| | |||||
* | encoder/lame: dynamic output buffer | Max Kellermann | 2013-08-06 | 1 | -4/+18 |
| | |||||
* | encoder/lame: use delete instead of g_free() | Max Kellermann | 2013-08-06 | 1 | -1/+1 |
| | |||||
* | encoder/lame: use lame_encode_buffer_interleaved() | Max Kellermann | 2013-08-06 | 1 | -14/+5 |
| | | | | Don't deinterleave manually, don't allocate memory. | ||||
* | encoder/lame: use offset variable instead of memmove() | Max Kellermann | 2013-08-06 | 1 | -8/+15 |
| | |||||
* | encoder/lame: rename "buffer" to "output_buffer" | Max Kellermann | 2013-08-06 | 1 | -13/+14 |
| | |||||
* | 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 | -14/+11 |
| | |||||
* | encoder/lame,twolame: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -0/+303 |