Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mixer: add class MixerListener | Max Kellermann | 2014-02-19 | 1 | -7/+15 |
| | | | | Use a listener interface instead of GlobalEvents. | ||||
* | mixer/Plugin: pass AudioOutput reference to init() | Max Kellermann | 2014-02-06 | 1 | -1/+1 |
| | | | | Passing a void pointer is unsafe. | ||||
* | MixerPlugin: convert function pointers to Mixer virtual methods | Max Kellermann | 2014-02-06 | 1 | -44/+8 |
| | |||||
* | Mixer: rename struct mixer_plugin to MixerPlugin | Max Kellermann | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | MixerPlugin: add EventLoop& init() parameter | Max Kellermann | 2014-02-05 | 1 | -5/+8 |
| | |||||
* | Mixer*: move to mixer/ | Max Kellermann | 2014-01-24 | 1 | -0/+382 |