aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-19output/httpd: move to dedicated directoryMax Kellermann9-3/+348
2014-02-19Timer: move to output/Max Kellermann3-3/+3
2014-02-06mixer/Plugin: pass AudioOutput reference to init()Max Kellermann6-48/+44
Passing a void pointer is unsafe.
2014-02-06MixerPlugin: convert function pointers to Mixer virtual methodsMax Kellermann1-1/+1
2014-01-29output: move functions into the AudioOutput structMax Kellermann16-17/+17
2014-01-29AudioOutput: pass plugin to constructorMax Kellermann16-33/+59
Make it "const".
2014-01-28AudioOutput: add constructor and destructorMax Kellermann16-76/+1
2014-01-28output: rename source filesMax Kellermann1-1/+1
2014-01-28output: rename struct audio_output to AudioOutputMax Kellermann17-141/+141
2014-01-28OutputPlugin: rename struct audio_output_plugin to AudioOutputPluginMax Kellermann32-32/+32
2014-01-24Mixer*: move to mixer/Max Kellermann5-6/+6
2014-01-24Config*: move to config/Max Kellermann5-5/+5
2014-01-23output/*: move to output/plugins/Max Kellermann35-0/+8690