Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | output/roar: check return values | Max Kellermann | 2011-09-18 | 1 | -2/+10 |
| | | | | Fixes gcc warnings. | ||||
* | output/roar: unknown volume is -1, not 0 | Max Kellermann | 2011-09-18 | 1 | -1/+1 |
| | |||||
* | output/roar: move code to roar_cancel_locked() and others | Max Kellermann | 2011-09-18 | 1 | -39/+55 |
| | | | | Wrap the locking code. | ||||
* | output/roar: use GLib memory allocation functions | Max Kellermann | 2011-09-17 | 1 | -11/+3 |
| | | | | GLib has a built-in OOM handler. | ||||
* | output/roar: use config_get_block_string() for temporary | Max Kellermann | 2011-09-17 | 1 | -8/+5 |
| | |||||
* | output/roar: reorder methods | Max Kellermann | 2011-09-17 | 1 | -14/+14 |
| | |||||
* | output: per-plugin header | Max Kellermann | 2011-09-17 | 1 | -0/+1 |
| | | | | | Move the "extern" declarations from output_list.c, for more type safety. | ||||
* | output/roar: export volume methods | Max Kellermann | 2011-09-17 | 1 | -0/+49 |
| | | | | Use these instead of exposing the internal roar_t struct. | ||||
* | output: rename plugin source files | Max Kellermann | 2011-09-17 | 1 | -0/+324 |