Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | audio_format: remove the packed S24 format | Max Kellermann | 2012-03-22 | 1 | -4/+0 |
| | | | | | | For simplicity, the MPD core should not have to deal with packing. It is rarely used, and those plugins that need it should use the pcm_export library instead. | ||||
* | output/roar: move code to _use_audio_format() | Max Kellermann | 2011-10-08 | 1 | -27/+38 |
| | |||||
* | output_plugin: the plugin allocates the audio_output object | Max Kellermann | 2011-09-19 | 1 | -17/+24 |
| | | | | | | 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/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 |