aboutsummaryrefslogtreecommitdiff
path: root/src/encoder_list.c
Commit message (Collapse)AuthorAge
* 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.
* added the encoder APIMax Kellermann2009-02-22
The new generic encoder API will replace shout's custom encoder API.