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