Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |