aboutsummaryrefslogtreecommitdiff
path: root/src/output/ao_output_plugin.c
Commit message (Collapse)AuthorAge
* use g_strerror() instead of strerror()Max Kellermann2012-03-06
| | | | Make sure we get a UTF-8 encoded string.
* output_plugin: the plugin allocates the audio_output objectMax Kellermann2011-09-19
| | | | | | 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-17
| | | | | Move the "extern" declarations from output_list.c, for more type safety.
* output: rename plugin source filesMax Kellermann2011-09-17