| Commit message (Expand) | Author | Files | Lines |
2008-12-28 | output: migrate from pthread to glib threads | Thomas Jansen | 1 | -6/+4 |
2008-12-24 | pcm_utils: check pcm_convert()==0 | Max Kellermann | 1 | -1/+9 |
2008-11-25 | output: use GLib instead of log.h/util.h | Max Kellermann | 1 | -3/+5 |
2008-11-02 | output: don't allow length==0 | Max Kellermann | 1 | -0/+2 |
2008-10-29 | output: removed audio_output.result | Max Kellermann | 1 | -5/+7 |
2008-10-29 | output: delay reopen after device failure | Max Kellermann | 1 | -0/+8 |
2008-10-29 | output: always call cancel() before stop() | Max Kellermann | 1 | -0/+4 |
2008-10-29 | output: close device on play error | Max Kellermann | 1 | -0/+5 |
2008-10-29 | output: use bool for return values and flags | Max Kellermann | 1 | -4/+4 |
2008-10-21 | pcm_utils: no CamelCase | Max Kellermann | 1 | -8/+8 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -0/+2 |
2008-09-29 | audio_output: added method pause() | Max Kellermann | 1 | -0/+18 |
2008-09-26 | notify: protect notify->pending with the mutex | Max Kellermann | 1 | -2/+0 |
2008-09-24 | output: make "struct audio_output" opaque for output plugins | Max Kellermann | 1 | -5/+7 |
2008-09-24 | output: set audio_output->open=1 in audio_output_task() | Max Kellermann | 1 | -1/+7 |
2008-09-24 | output: pass audio_format to plugin.init() and plugin.open() | Max Kellermann | 1 | -1/+1 |
2008-09-24 | output: one thread per audio output | Max Kellermann | 1 | -0/+121 |