aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* output/sles: new output plugin for AndroidMax Kellermann2014-02-226-0/+813
|
* output/httpd: move to dedicated directoryMax Kellermann2014-02-199-3/+348
|
* Timer: move to output/Max Kellermann2014-02-193-3/+3
|
* mixer/Plugin: pass AudioOutput reference to init()Max Kellermann2014-02-066-48/+44
| | | | Passing a void pointer is unsafe.
* MixerPlugin: convert function pointers to Mixer virtual methodsMax Kellermann2014-02-061-1/+1
|
* output: move functions into the AudioOutput structMax Kellermann2014-01-2916-17/+17
|
* AudioOutput: pass plugin to constructorMax Kellermann2014-01-2916-33/+59
| | | | Make it "const".
* AudioOutput: add constructor and destructorMax Kellermann2014-01-2816-76/+1
|
* output: rename source filesMax Kellermann2014-01-281-1/+1
|
* output: rename struct audio_output to AudioOutputMax Kellermann2014-01-2817-141/+141
|
* OutputPlugin: rename struct audio_output_plugin to AudioOutputPluginMax Kellermann2014-01-2832-32/+32
|
* Mixer*: move to mixer/Max Kellermann2014-01-245-6/+6
|
* Config*: move to config/Max Kellermann2014-01-245-5/+5
|
* output/*: move to output/plugins/Max Kellermann2014-01-2335-0/+8690