| Commit message (Expand) | Author | Files | Lines |
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 |
2009-02-10 | audio: moved state file code to output_state.c | Max Kellermann | 1 | -53/+0 |
2009-02-10 | audio: removed isCurrentAudioFormat() | Max Kellermann | 1 | -8/+0 |
2009-02-10 | audio: added output enumeration functions | Max Kellermann | 1 | -0/+22 |
2009-02-10 | audio: added audio_output_config_count() | Max Kellermann | 1 | -1/+7 |
2009-01-25 | use g_free() instead of free() | Max Kellermann | 1 | -1/+1 |
2009-01-25 | mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGURE | Max Kellermann | 1 | -17/+0 |
2009-01-25 | conf: const pointers in block get functions | Max Kellermann | 1 | -3/+3 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -6/+6 |
2009-01-04 | renaming mixer.h to mixer_api.h | Viliam Mateicka | 1 | -1/+1 |
2009-01-03 | audio: use GLib instead of utils.h | Max Kellermann | 1 | -2/+2 |
2008-12-31 | Moving mixers to audio outputs | Viliam Mateicka | 1 | -0/+55 |
2008-12-31 | exporting functions | Viliam Mateicka | 1 | -1/+1 |
2008-12-29 | removed os_compat.h | Max Kellermann | 1 | -1/+2 |
2008-12-28 | utils: removed myFgets() | Max Kellermann | 1 | -1/+3 |
2008-12-27 | output_control: no static "notify" initialization | Max Kellermann | 1 | -0/+4 |
2008-11-25 | output: use GLib instead of log.h/util.h | Max Kellermann | 1 | -19/+18 |