aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_thread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't include os_compat.hMax Kellermann2008-10-081-0/+2
* audio_output: added method pause()Max Kellermann2008-09-291-0/+18
* notify: protect notify->pending with the mutexMax Kellermann2008-09-261-2/+0
* output: make "struct audio_output" opaque for output pluginsMax Kellermann2008-09-241-5/+7
* output: set audio_output->open=1 in audio_output_task()Max Kellermann2008-09-241-1/+7
* output: pass audio_format to plugin.init() and plugin.open()Max Kellermann2008-09-241-1/+1
* output: one thread per audio outputMax Kellermann2008-09-241-0/+121