Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shout: removed typedefs on structs and plugin methods | Max Kellermann | 2008-09-12 | 1 | -18/+17 |
| | | | | | | | Don't typedef the structs at all. It is easier to forward-declare this way. Don't typedef methods. They are used exactly once, a few lines below. | ||||
* | shout: added mp3 encoder | Eric Wollesen | 2008-09-12 | 1 | -0/+194 |
[mk: moved this patch after "Refactor and cleanup of shout Ogg and MP3 audio outputs". The original commit message follows, although it is outdated:] Creation of shout_mp3 audio output plugin. Basically I just copied the existing shout plugin and replaced ogg with lame. Uses lame for mp3 encoding. Next step is to pull common functionality out of each shout plugin and share it between them. Configuration options for "shout_mp3" are the same as for "shout". |