Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | tag: no CamelCase | Max Kellermann | 2009-02-27 | 1 | -1/+1 | |
| | | | | Renamed numOfItems to num_items. | |||||
* | vorbis_encoder: vorbis_encoder_clear() returns void | Max Kellermann | 2009-02-24 | 1 | -5/+1 | |
| | | | | Don't return an uninitialized bool variable. | |||||
* | encoder: added lame mp3 encoder | Max Kellermann | 2009-02-22 | 1 | -0/+284 | |
| | | | | | This new LAME encoder plugin is based on the existing shout_mp3.c plugin. | |||||
* | encoder: added vorbis encoder | Max Kellermann | 2009-02-22 | 1 | -0/+388 | |
This new vorbis encoder plugin is based on the existing shout_ogg.c plugin. |