aboutsummaryrefslogtreecommitdiff
path: root/src/encoder/VorbisEncoderPlugin.cxx
Commit message (Collapse)AuthorAge
* {encoder,output}_api.h: allow compiling as C++Max Kellermann2013-01-30
|
* encoder/{Vorbis,Opus}: use new/deleteMax Kellermann2013-01-15
|
* encoder/{vorbis,opus}: merge code to new class OggStreamMax Kellermann2012-10-02
|
* encoder/vorbis: accept floating point input samplesMax Kellermann2012-10-02
| | | | | | 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++ compilerMax Kellermann2012-10-02