aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/shout_output_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v0.16.x'Max Kellermann2012-04-051-1/+1
| | | | | | Conflicts: src/output/osx_plugin.c src/text_input_stream.c
* output_plugin: the plugin allocates the audio_output objectMax Kellermann2011-09-191-24/+39
| | | | | | 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: rename plugin variablesMax Kellermann2011-09-171-1/+1
| | | | Consistent naming.
* output: per-plugin headerMax Kellermann2011-09-171-0/+1
| | | | | Move the "extern" declarations from output_list.c, for more type safety.
* output: rename plugin source filesMax Kellermann2011-09-171-0/+564