aboutsummaryrefslogtreecommitdiff
path: root/src/encoder
Commit message (Collapse)AuthorAge
* tag: no CamelCaseMax Kellermann2009-02-27
| | | | Renamed numOfItems to num_items.
* vorbis_encoder: vorbis_encoder_clear() returns voidMax Kellermann2009-02-24
| | | | Don't return an uninitialized bool variable.
* encoder: added lame mp3 encoderMax Kellermann2009-02-22
| | | | | This new LAME encoder plugin is based on the existing shout_mp3.c plugin.
* encoder: added vorbis encoderMax Kellermann2009-02-22
This new vorbis encoder plugin is based on the existing shout_ogg.c plugin.