| Commit message (Expand) | Author | Age | Files | Lines |
* | player_thread: initialize chunk->times in silence generator | Max Kellermann | 2009-11-12 | 1 | -1/+4 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -0/+1 |
* | output_thread: added command DRAIN | Max Kellermann | 2009-11-09 | 1 | -0/+9 |
* | output_all: automatically attempt to re-enable failed outputs | Max Kellermann | 2009-11-07 | 1 | -0/+1 |
* | output: signal the output thread when CANCEL is finished | Max Kellermann | 2009-11-02 | 1 | -0/+30 |
* | player_control: protect command, state, error with a mutex | Max Kellermann | 2009-10-31 | 1 | -2/+7 |
* | {player,output}_thread: fixed elapsed_time quirks | Max Kellermann | 2009-10-30 | 1 | -2/+5 |
* | output: consistently lock audio output objects | Max Kellermann | 2009-10-29 | 1 | -11/+15 |
* | output_plugin: added methods enable() and disable() | Max Kellermann | 2009-10-23 | 1 | -0/+19 |
* | player_thread: get "elapsed" from audio outputs | Max Kellermann | 2009-10-08 | 1 | -0/+14 |
* | output_all: don't resume playback when stopping during pause | Max Kellermann | 2009-06-29 | 1 | -2/+0 |
* | output_all: explicitly return "true" from audio_output_all_play() | Max Kellermann | 2009-05-29 | 1 | -1/+1 |
* | output_all: synchronize playback with player_control.notify | Max Kellermann | 2009-03-26 | 1 | -1/+2 |
* | output_all: synchronize playback with a notify object | Max Kellermann | 2009-03-25 | 1 | -2/+1 |
* | output_all: moved code to audio_output_all_wait() | Max Kellermann | 2009-03-25 | 1 | -0/+12 |
* | output: protect audio_output.open with the mutex | Max Kellermann | 2009-03-25 | 1 | -12/+23 |
* | output_all: check param!=NULL before accessing it | Max Kellermann | 2009-03-16 | 1 | -2/+7 |
* | output_all: added missing "unused" attribute | Max Kellermann | 2009-03-14 | 1 | -1/+1 |
* | output_all: include chunk.h | Max Kellermann | 2009-03-14 | 1 | -0/+1 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -3/+4 |
* | output_all: fix off-by-one error in audio_output_all_check() | Max Kellermann | 2009-03-12 | 1 | -1/+1 |
* | output_all: clear input_audio_format on close | Max Kellermann | 2009-03-10 | 1 | -0/+2 |
* | output_all: don't allow audio_format==NULL in audio_output_all_open() | Max Kellermann | 2009-03-10 | 1 | -5/+3 |
* | output: play from a music_pipe object | Max Kellermann | 2009-03-09 | 1 | -42/+182 |
* | output_all: fix boolean short circuit in update() | Max Kellermann | 2009-03-07 | 1 | -2/+2 |
* | output_all: audio_output_all_update() returns bool | Max Kellermann | 2009-03-07 | 1 | -3/+12 |
* | output_init: return GError on error | Max Kellermann | 2009-03-01 | 1 | -12/+3 |
* | output: use GTimer instead of time_t for reopen after failure | Max Kellermann | 2009-02-28 | 1 | -2/+8 |
* | output_all: print a warning when all outputs are disabled | Max Kellermann | 2009-02-26 | 1 | -1/+7 |
* | output_all: removed "audio_outputs!=NULL" check | Max Kellermann | 2009-02-26 | 1 | -3/+0 |
* | output: set a GLib log domain | Max Kellermann | 2009-02-25 | 1 | -0/+3 |
* | output: include cleanup | Max Kellermann | 2009-02-16 | 1 | -0/+2 |
* | output_all: immediately reopen output on play | Max Kellermann | 2009-02-10 | 1 | -0/+13 |
* | output_all: moved code to audio_output_all_finished() | Max Kellermann | 2009-02-10 | 1 | -13/+16 |
* | output_all: no CamelCase | Max Kellermann | 2009-02-10 | 1 | -58/+66 |
* | audio: moved code to output_all.c | Max Kellermann | 2009-02-10 | 1 | -0/+270 |