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