| Commit message (Expand) | Author | Age | Files | Lines |
* | output_init: moved the "convert" filter at the end | Max Kellermann | 2009-07-06 | 1 | -5/+9 |
* | output_init: merge two local string variables | Max Kellermann | 2009-07-06 | 1 | -11/+9 |
* | output_init: parse audio format earlier | Max Kellermann | 2009-07-06 | 1 | -12/+10 |
* | output: attach a filter chain to each audio_output | Max Kellermann | 2009-07-06 | 1 | -1/+14 |
* | output_init: moved mixer instantiation to separate function | Max Kellermann | 2009-07-05 | 1 | -5/+14 |
* | output_init: added option to disable the hardware mixer | Max Kellermann | 2009-04-28 | 1 | -1/+2 |
* | output_plugin: replaced output_plugin.get_mixer() with mixer_plugin | Max Kellermann | 2009-03-26 | 1 | -0/+6 |
* | output: convert audio_output.config_audio_format to boolean | Max Kellermann | 2009-03-20 | 1 | -5/+6 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | output: play from a music_pipe object | Max Kellermann | 2009-03-09 | 1 | -0/+1 |
* | output_init: removed getBlockParam() | Max Kellermann | 2009-03-01 | 1 | -18/+20 |
* | output_init: return GError on error | Max Kellermann | 2009-03-01 | 1 | -19/+15 |
* | output_init: moved code to audio_output_detect() | Max Kellermann | 2009-03-01 | 1 | -16/+26 |
* | output: use GTimer instead of time_t for reopen after failure | Max Kellermann | 2009-02-28 | 1 | -1/+1 |
* | output: added option to disable audio outputs by default | Max Kellermann | 2009-02-28 | 1 | -1/+1 |
* | output_plugin: report errors with GError | Max Kellermann | 2009-02-26 | 1 | -3/+8 |
* | output: audio_output_init() returns bool | Max Kellermann | 2009-02-25 | 1 | -4/+4 |
* | output: set a GLib log domain | Max Kellermann | 2009-02-25 | 1 | -0/+3 |
* | output_plugin: don't pass audio_output object to method init() | Max Kellermann | 2009-02-25 | 1 | -1/+1 |
* | output_plugin: added inline wrapper functions | Max Kellermann | 2009-02-16 | 1 | -3/+4 |
* | audio: replaced parseAudioConfig() with audio_format_parse() | Max Kellermann | 2009-02-11 | 1 | -4/+9 |
* | output_api: no CamelCase in struct audio_output | Max Kellermann | 2009-02-10 | 1 | -4/+5 |
* | 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 | -2/+3 |
* | pcm_convert: return PCM buffer from pcm_convert() | Max Kellermann | 2009-01-17 | 1 | -3/+0 |
* | output: migrate from pthread to glib threads | Thomas Jansen | 2008-12-28 | 1 | -1/+1 |
* | output: use GLib instead of log.h/util.h | Max Kellermann | 2008-11-25 | 1 | -15/+16 |
* | output: delay reopen after device failure | Max Kellermann | 2008-10-29 | 1 | -0/+1 |
* | output: moved audioDeviceStates to audio_output.enabled | Max Kellermann | 2008-10-29 | 1 | -0/+1 |
* | output: use bool for return values and flags | Max Kellermann | 2008-10-29 | 1 | -2/+2 |
* | pcm_utils: added pcm_convert_init() | Max Kellermann | 2008-10-21 | 1 | -1/+1 |
* | pcm_utils: renamed ConvState to struct pcm_convert_state | Max Kellermann | 2008-10-21 | 1 | -1/+1 |
* | output: make "struct audio_output" opaque for output plugins | Max Kellermann | 2008-09-24 | 1 | -1/+3 |
* | output: pass audio_format to plugin.init() and plugin.open() | Max Kellermann | 2008-09-24 | 1 | -1/+1 |
* | output: one thread per audio output | Max Kellermann | 2008-09-24 | 1 | -0/+4 |
* | output: don't initialize inAudioFormat, outAudioFormat | Max Kellermann | 2008-09-11 | 1 | -4/+0 |
* | output: removed audio_output.sameInAndOutFormats | Max Kellermann | 2008-09-11 | 1 | -1/+0 |
* | output: removed audio_output.convertAudioFormat | Max Kellermann | 2008-09-11 | 1 | -5/+2 |
* | audio: replaced copyAudioFormat() with simple assignment | Max Kellermann | 2008-09-09 | 1 | -1/+1 |
* | output: renamed the functions in output_control.c | Max Kellermann | 2008-09-09 | 1 | -1/+1 |
* | output: moved code from audioOutput.c to output_control.c | Max Kellermann | 2008-09-09 | 1 | -0/+113 |