aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/NullOutputPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-6/+6
| | | | The old struct config_param remains only for top-level string options.
* output/null: convert struct to classMax Kellermann2015-01-091-1/+4
|
* output/null: move functions into the structMax Kellermann2015-01-091-75/+47
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* Timer: move to output/Max Kellermann2014-02-191-1/+1
|
* output: move functions into the AudioOutput structMax Kellermann2014-01-291-1/+1
|
* AudioOutput: pass plugin to constructorMax Kellermann2014-01-291-2/+4
| | | | Make it "const".
* AudioOutput: add constructor and destructorMax Kellermann2014-01-281-5/+0
|
* output: rename struct audio_output to AudioOutputMax Kellermann2014-01-281-8/+8
|
* OutputPlugin: rename struct audio_output_plugin to AudioOutputPluginMax Kellermann2014-01-281-1/+1
|
* output/*: move to output/plugins/Max Kellermann2014-01-231-0/+141