Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-04 | output_*: convert to C++ | Max Kellermann | 1 | -1/+5 | |
2011-12-13 | pcm_buffer, output_plugin, ...: include config.h | Max Kellermann | 1 | -0/+1 | |
2011-09-19 | output_plugin: the plugin allocates the audio_output object | Max Kellermann | 1 | -0/+108 | |
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. |