| Commit message (Expand) | Author | Age | Files | Lines |
* | Moving mixers to audio outputs | Viliam Mateicka | 2008-12-31 | 1 | -0/+12 |
* | output: use GLib instead of log.h/util.h | Max Kellermann | 2008-11-25 | 1 | -1/+0 |
* | added prefix to header macros | Max Kellermann | 2008-10-31 | 1 | -2/+2 |
* | output: use bool for return values and flags | Max Kellermann | 2008-10-29 | 1 | -3/+3 |
* | don't include os_compat.h | Max Kellermann | 2008-10-08 | 1 | -1/+0 |
* | audio_output: added method pause() | Max Kellermann | 2008-09-29 | 1 | -0/+11 |
* | audio_output: added function audio_output_is_pending() | Max Kellermann | 2008-09-29 | 1 | -0/+7 |
* | output: document the audio_output_plugin methods | Max Kellermann | 2008-09-24 | 1 | -0/+44 |
* | output: make "struct audio_output" opaque for output plugins | Max Kellermann | 2008-09-24 | 1 | -44/+10 |
* | output: added audio_output_closed() | Max Kellermann | 2008-09-24 | 1 | -0/+2 |
* | output: added audio_output_get_name() | Max Kellermann | 2008-09-24 | 1 | -0/+2 |
* | output: pass audio_format to plugin.init() and plugin.open() | Max Kellermann | 2008-09-24 | 1 | -2/+5 |
* | output: one thread per audio output | Max Kellermann | 2008-09-24 | 1 | -0/+26 |
* | output: removed audio_output.sameInAndOutFormats | Max Kellermann | 2008-09-11 | 1 | -1/+0 |
* | output: removed audio_output.convertAudioFormat | Max Kellermann | 2008-09-11 | 1 | -1/+0 |
* | output: renamed method names | Max Kellermann | 2008-09-09 | 1 | -22/+12 |
* | output: const plugin structures | Max Kellermann | 2008-09-08 | 1 | -1/+1 |
* | output: replace audio_output.*Func with audio_output.plugin | Max Kellermann | 2008-09-07 | 1 | -7/+1 |
* | output: renamed typedef AudioOutput to struct audio_output | Max Kellermann | 2008-09-07 | 1 | -12/+12 |
* | output: added output_api.h | Max Kellermann | 2008-09-07 | 1 | -0/+91 |