| Commit message (Expand) | Author | Age | Files | Lines |
* | output_api: don't include config.h | Max Kellermann | 2009-02-16 | 1 | -1/+0 |
* | mixer_api: replaced method "control()" with "{get,set}_volume()" | Max Kellermann | 2009-02-16 | 1 | -7/+0 |
* | output_api: moved "struct audio_output_plugin" to output_plugin.h | Max Kellermann | 2009-02-16 | 1 | -87/+1 |
* | output_api: moved "enum output_command" to output_internal.h | Max Kellermann | 2009-02-16 | 1 | -11/+0 |
* | output_api: include "config.h" without "../" | Max Kellermann | 2009-02-09 | 1 | -1/+1 |
* | output_api: moved the command check out of method pause() | Max Kellermann | 2009-01-30 | 1 | -6/+4 |
* | output_api: removed DISABLED_AUDIO_OUTPUT_PLUGIN | Max Kellermann | 2009-01-30 | 1 | -2/+0 |
* | output_api: removed audio_output_closed() | Max Kellermann | 2009-01-30 | 1 | -2/+0 |
* | mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGURE | Max Kellermann | 2009-01-25 | 1 | -1/+0 |
* | conf: const pointers in block get functions | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -1/+1 |
* | 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 |