aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/Init.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mixer/Plugin: pass AudioOutput reference to init()Max Kellermann2014-02-061-2/+2
| | | | Passing a void pointer is unsafe.
* Mixer: use reference instead of pointer for MixerPluginMax Kellermann2014-02-051-2/+2
|
* Mixer: rename struct mixer_plugin to MixerPluginMax Kellermann2014-02-051-1/+1
|
* MixerPlugin: add EventLoop& init() parameterMax Kellermann2014-02-051-7/+8
|
* output: move functions into the AudioOutput structMax Kellermann2014-01-291-18/+15
|
* AudioOutput: make "plugin" a referenceMax Kellermann2014-01-291-6/+6
|
* AudioOutput: pass plugin to constructorMax Kellermann2014-01-291-9/+7
| | | | Make it "const".
* AudioOutput: add constructor and destructorMax Kellermann2014-01-281-12/+14
|
* output: rename source filesMax Kellermann2014-01-281-0/+329