Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | output/openal: move code to inline functions | Max Kellermann | 2011-12-13 | 1 | -9/+25 |
| | |||||
* | output/openal: use alGetSourcei(AL_BUFFER) to force-unqueue buffers | Max Kellermann | 2011-12-13 | 1 | -14/+4 |
| | | | | | | | | The implementation of cancel() did not work well: you cannot use alSourceUnqueueBuffers() to unqueue queued buffers, and our function openal_unqueue_buffers() left the OpenAL library in a rather undefined state; nothing was supposed to be queued, but the "filled" variable was not reset. | ||||
* | output/openal: make attribute "filled" unsigned | Max Kellermann | 2011-12-13 | 1 | -1/+1 |
| | |||||
* | output/openal: remove bogus format check from _open() | Max Kellermann | 2011-12-13 | 1 | -8/+0 |
| | | | | The expression "!format" does not make sense, and cannot occur. | ||||
* | Merge branch 'v0.16.x' | Max Kellermann | 2011-12-13 | 1 | -10/+4 |
| | | | | | | Conflicts: NEWS configure.ac | ||||
* | Merge branch 'v0.16.x' | Max Kellermann | 2011-10-08 | 1 | -9/+9 |
| | |||||
* | output_plugin: the plugin allocates the audio_output object | Max Kellermann | 2011-09-19 | 1 | -15/+21 |
| | | | | | | 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: per-plugin header | Max Kellermann | 2011-09-17 | 1 | -0/+1 |
| | | | | | Move the "extern" declarations from output_list.c, for more type safety. | ||||
* | output: rename plugin source files | Max Kellermann | 2011-09-17 | 1 | -0/+277 |