aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder_list.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* encoder/twolame: new encoder plugin based on libtwolameMax Kellermann2009-07-141-0/+4
| | | | | | | This encoder plugin is a replacement for the LAME encoder plugin for those who prefer a "free" (non-patent encumbered) encoder library. Most of the plugin source code is copied from the LAME encoder plugin, since the LAME and TwoLAME APIs are nearly the same.
* all: Update copyright header.Avuton Olrich2009-03-131-3/+4
| | | | | | | | This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
* encoder: added lame mp3 encoderMax Kellermann2009-02-221-0/+4
| | | | | This new LAME encoder plugin is based on the existing shout_mp3.c plugin.
* encoder: added vorbis encoderMax Kellermann2009-02-221-0/+5
| | | | | This new vorbis encoder plugin is based on the existing shout_ogg.c plugin.
* added the encoder APIMax Kellermann2009-02-221-0/+37
The new generic encoder API will replace shout's custom encoder API.