aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/null_output_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* output/null: implement output_plugin method delay()Max Kellermann2011-12-131-3/+11
|
* output/null: don't initialize the "timer" attribute in _init()Max Kellermann2011-12-131-6/+1
| | | | Unnecessary overhead.
* output_plugin: the plugin allocates the audio_output objectMax Kellermann2011-09-191-15/+21
| | | | | | Pass audio_output objects around instead of void pointers. This will give some more control to the plugin, and prepares for non-blocking audio outputs.
* output: per-plugin headerMax Kellermann2011-09-171-0/+1
| | | | | Move the "extern" declarations from output_list.c, for more type safety.
* output: rename plugin source filesMax Kellermann2011-09-171-0/+119