| Commit message (Expand) | Author | Age | Files | Lines |
* | mixer: added flag "open" | Max Kellermann | 2009-03-26 | 1 | -1/+2 |
* | output_plugin: replaced output_plugin.get_mixer() with mixer_plugin | Max Kellermann | 2009-03-26 | 1 | -2/+17 |
* | output_control: close earlier on format mismatch | Max Kellermann | 2009-03-20 | 1 | -3/+3 |
* | output: convert audio_output.config_audio_format to boolean | Max Kellermann | 2009-03-20 | 1 | -9/+5 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | output_control: removed audio_output_signal() | Max Kellermann | 2009-03-10 | 1 | -6/+0 |
* | output: play from a music_pipe object | Max Kellermann | 2009-03-09 | 1 | -19/+17 |
* | output_control: make audio_output_open() static | Max Kellermann | 2009-03-09 | 1 | -1/+1 |
* | output_all: audio_output_all_update() returns bool | Max Kellermann | 2009-03-07 | 1 | -2/+4 |
* | output: use GTimer instead of time_t for reopen after failure | Max Kellermann | 2009-02-28 | 1 | -2/+20 |
* | output: pass the music chunk pointer as void*, not char* | Max Kellermann | 2009-02-23 | 1 | -1/+1 |
* | output_plugin: added inline wrapper functions | Max Kellermann | 2009-02-16 | 1 | -2/+1 |
* | output_control: no CamelCase | Max Kellermann | 2009-02-16 | 1 | -44/+44 |
* | output_api: no CamelCase in struct audio_output | Max Kellermann | 2009-02-10 | 1 | -8/+8 |
* | pcm_convert: return PCM buffer from pcm_convert() | Max Kellermann | 2009-01-17 | 1 | -2/+0 |
* | output: join the output thread after sending the KILL command | Max Kellermann | 2009-01-07 | 1 | -1/+5 |
* | output: deinitialize notify object | Max Kellermann | 2009-01-07 | 1 | -0/+2 |
* | pcm_utils: moved conversion code to pcm_convert.c | Max Kellermann | 2009-01-07 | 1 | -1/+0 |
* | output: migrate from pthread to glib threads | Thomas Jansen | 2008-12-28 | 1 | -2/+2 |
* | Include <pthread.h> where it is necessary only | Thomas Jansen | 2008-12-28 | 1 | -1/+0 |
* | output_control: no static "notify" initialization | Max Kellermann | 2008-12-27 | 1 | -1/+1 |
* | output: don't allow length==0 | Max Kellermann | 2008-11-02 | 1 | -0/+2 |
* | output: removed audio_output.result | Max Kellermann | 2008-10-29 | 1 | -6/+2 |
* | output: delay reopen after device failure | Max Kellermann | 2008-10-29 | 1 | -3/+6 |
* | output: moved code to audio_output_update() | Max Kellermann | 2008-10-29 | 1 | -0/+10 |
* | output: use bool for return values and flags | Max Kellermann | 2008-10-29 | 1 | -4/+5 |
* | don't include os_compat.h | Max Kellermann | 2008-10-08 | 1 | -0/+2 |
* | audio_output: added method pause() | Max Kellermann | 2008-09-29 | 1 | -0/+5 |
* | audio_output: workaround for deadlock | Max Kellermann | 2008-09-26 | 1 | -0/+6 |
* | output: semi-asynchronous playback | Max Kellermann | 2008-09-24 | 1 | -8/+14 |
* | output: make "struct audio_output" opaque for output plugins | Max Kellermann | 2008-09-24 | 1 | -1/+2 |
* | output: one thread per audio output | Max Kellermann | 2008-09-24 | 1 | -38/+39 |
* | output: copy reqAudioFormat to outAudioFormat only if not yet open | Max Kellermann | 2008-09-11 | 1 | -1/+7 |
* | output: removed audio_output.sameInAndOutFormats | Max Kellermann | 2008-09-11 | 1 | -6/+2 |
* | output: removed audio_output.convertAudioFormat | Max Kellermann | 2008-09-11 | 1 | -1/+1 |
* | audio: moved cmpAudioFormat() to audio_format.h | Max Kellermann | 2008-09-09 | 1 | -4/+3 |
* | audio: replaced copyAudioFormat() with simple assignment | Max Kellermann | 2008-09-09 | 1 | -5/+3 |
* | output: renamed the functions in output_control.c | Max Kellermann | 2008-09-09 | 1 | -11/+11 |
* | output: moved code from audioOutput.c to output_control.c | Max Kellermann | 2008-09-09 | 1 | -0/+123 |