Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/NumberParser: utilities for parsing numbers from ASCII strings | Max Kellermann | 2013-10-21 | 1 | -2/+3 |
| | |||||
* | encoder/{opus,vorbis}: new serial generator replacing g_random_int() | Max Kellermann | 2013-10-19 | 1 | -2/+3 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -3/+0 |
| | | | | | 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. | ||||
* | 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 | -33/+33 |
| | | | | Replaces GLib's GError. | ||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -5/+5 |
| | |||||
* | EncoderPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 1 | -9/+9 |
| | |||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -7/+6 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -6/+6 |
| | |||||
* | encoder_api: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -17/+14 |
| | |||||
* | {encoder,output}_api.h: allow compiling as C++ | Max Kellermann | 2013-01-30 | 1 | -4/+0 |
| | |||||
* | encoder/{Vorbis,Opus}: use new/delete | Max Kellermann | 2013-01-15 | 1 | -4/+7 |
| | |||||
* | encoder/{vorbis,opus}: merge code to new class OggStream | Max Kellermann | 2012-10-02 | 1 | -46/+13 |
| | |||||
* | encoder/vorbis: accept floating point input samples | Max Kellermann | 2012-10-02 | 1 | -8/+9 |
| | | | | | | Improves quality by not squeezing 32 bit samples down to 16 bit, and then back to 32 bit floating point. Reduces CPU usage by skipping a conversion step. | ||||
* | encoder/vorbis: use C++ compiler | Max Kellermann | 2012-10-02 | 1 | -0/+410 |