Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | output: semi-asynchronous playback | Max Kellermann | 2008-09-24 | 1 | -2/+2 |
| | | | | | | | Send an output buffer to all output plugins at the same time, instead of waiting for each of them separately. Make several functions non-blocking, and introduce the new function audio_output_wait_all() to synchronize with all audio output threads. | ||||
* | output: renamed the functions in output_control.c | Max Kellermann | 2008-09-09 | 1 | -10/+10 |
| | | | | Getting rid of CamcelCase, again. | ||||
* | output: moved code from audioOutput.c to output_control.c | Max Kellermann | 2008-09-09 | 1 | -0/+41 |
Similar to decoder_control.c, output_control.c will provide functions for controlling the output thread (which will be implemented later). |