aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/roar_output_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* output/roar: move code to roar_cancel_locked() and othersMax Kellermann2011-09-181-39/+55
| | | | Wrap the locking code.
* output/roar: use GLib memory allocation functionsMax Kellermann2011-09-171-11/+3
| | | | GLib has a built-in OOM handler.
* output/roar: use config_get_block_string() for temporaryMax Kellermann2011-09-171-8/+5
|
* output/roar: reorder methodsMax Kellermann2011-09-171-14/+14
|
* output: per-plugin headerMax Kellermann2011-09-171-0/+1
| | | | | Move the "extern" declarations from output_list.c, for more type safety.
* output/roar: export volume methodsMax Kellermann2011-09-171-0/+49
| | | | Use these instead of exposing the internal roar_t struct.
* output: rename plugin source filesMax Kellermann2011-09-171-0/+324