| Commit message (Expand) | Author | Age | Files | Lines |
* | output: don't allow length==0 | Max Kellermann | 2008-11-02 | 1 | -0/+2 |
* | output: removed audio_output.result | Max Kellermann | 2008-10-29 | 1 | -6/+2 |
* | output: delay reopen after device failure | Max Kellermann | 2008-10-29 | 1 | -3/+6 |
* | output: moved code to audio_output_update() | Max Kellermann | 2008-10-29 | 1 | -0/+10 |
* | output: use bool for return values and flags | Max Kellermann | 2008-10-29 | 1 | -4/+5 |
* | don't include os_compat.h | Max Kellermann | 2008-10-08 | 1 | -0/+2 |
* | audio_output: added method pause() | Max Kellermann | 2008-09-29 | 1 | -0/+5 |
* | audio_output: workaround for deadlock | Max Kellermann | 2008-09-26 | 1 | -0/+6 |
* | output: semi-asynchronous playback | Max Kellermann | 2008-09-24 | 1 | -8/+14 |
* | output: make "struct audio_output" opaque for output plugins | Max Kellermann | 2008-09-24 | 1 | -1/+2 |
* | output: one thread per audio output | Max Kellermann | 2008-09-24 | 1 | -38/+39 |
* | output: copy reqAudioFormat to outAudioFormat only if not yet open | Max Kellermann | 2008-09-11 | 1 | -1/+7 |
* | output: removed audio_output.sameInAndOutFormats | Max Kellermann | 2008-09-11 | 1 | -6/+2 |
* | output: removed audio_output.convertAudioFormat | Max Kellermann | 2008-09-11 | 1 | -1/+1 |
* | audio: moved cmpAudioFormat() to audio_format.h | Max Kellermann | 2008-09-09 | 1 | -4/+3 |
* | audio: replaced copyAudioFormat() with simple assignment | Max Kellermann | 2008-09-09 | 1 | -5/+3 |
* | output: renamed the functions in output_control.c | Max Kellermann | 2008-09-09 | 1 | -11/+11 |
* | output: moved code from audioOutput.c to output_control.c | Max Kellermann | 2008-09-09 | 1 | -0/+123 |