aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_thread.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-11-04output_thread: fix assertion failure due to race condition in OPENMax Kellermann1-1/+9
2010-11-04output_internal: protect attribute "fail_timer" with mutexMax Kellermann1-0/+5
2010-08-19output_thread: fix race condition after CANCEL commandMax Kellermann1-0/+10
2009-10-21output_thread: check again if output is open on PAUSEMax Kellermann1-0/+9
2009-10-16output_thread: check again if output is open on CANCELMax Kellermann1-1/+2
2009-08-14output: fixed shout stuck pause bugMax Kellermann1-0/+3
2009-06-29output_thread: don't play next chunk after command==PAUSEMax Kellermann1-1/+5
2009-03-26output_all: synchronize playback with player_control.notifyMax Kellermann1-1/+2
2009-03-25output_all: synchronize playback with a notify objectMax Kellermann1-0/+2
2009-03-25output: protect audio_output.open with the mutexMax Kellermann1-2/+4
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-10output_thread: check commands while playingMax Kellermann1-1/+1
2009-03-09output: play from a music_pipe objectMax Kellermann1-17/+80
2009-03-09output_thread: wait 10 seconds before reopening after play failureMax Kellermann1-0/+4
2009-03-08output_thread: print "closed" debug messageMax Kellermann1-0/+2
2009-03-01output_thread: log audio format in a debug messageMax Kellermann1-0/+16
2009-02-28output: use GTimer instead of time_t for reopen after failureMax Kellermann1-7/+2
2009-02-26output_plugin: report errors with GErrorMax Kellermann1-3/+18
2009-02-26output_thread: use the right audio_format in assert()Max Kellermann1-1/+1
2009-02-25output: set a GLib log domainMax Kellermann1-0/+4
2009-02-23output_api: play() returns a lengthMax Kellermann1-5/+17
2009-02-16output_plugin: added inline wrapper functionsMax Kellermann1-28/+20
2009-02-10output_thread: moved code to ao_close()Max Kellermann1-12/+14
2009-02-10output_thread: leave the pause loop on failureMax Kellermann1-0/+1
2009-02-10output_thread: consistently (de)initialize pcm_convert_stateMax Kellermann1-3/+5
2009-02-10output_api: no CamelCase in struct audio_outputMax Kellermann1-8/+8
2009-01-30output_api: moved the command check out of method pause()Max Kellermann1-1/+11
2009-01-17pcm_convert: return PCM buffer from pcm_convert()Max Kellermann1-25/+4
2009-01-07output: join the output thread after sending the KILL commandMax Kellermann1-1/+1
2009-01-07pcm: added pcm_convert_deinit(), pcm_resample_deinit()Max Kellermann1-0/+4
2009-01-04initialize GError pointersMax Kellermann1-1/+1
2008-12-28output: migrate from pthread to glib threadsThomas Jansen1-6/+4
2008-12-24pcm_utils: check pcm_convert()==0Max Kellermann1-1/+9
2008-11-25output: use GLib instead of log.h/util.hMax Kellermann1-3/+5
2008-11-02output: don't allow length==0Max Kellermann1-0/+2
2008-10-29output: removed audio_output.resultMax Kellermann1-5/+7
2008-10-29output: delay reopen after device failureMax Kellermann1-0/+8
2008-10-29output: always call cancel() before stop()Max Kellermann1-0/+4
2008-10-29output: close device on play errorMax Kellermann1-0/+5
2008-10-29output: use bool for return values and flagsMax Kellermann1-4/+4
2008-10-21pcm_utils: no CamelCaseMax Kellermann1-8/+8
2008-10-08don't include os_compat.hMax Kellermann1-0/+2
2008-09-29audio_output: added method pause()Max Kellermann1-0/+18
2008-09-26notify: protect notify->pending with the mutexMax Kellermann1-2/+0
2008-09-24output: make "struct audio_output" opaque for output pluginsMax Kellermann1-5/+7
2008-09-24output: set audio_output->open=1 in audio_output_task()Max Kellermann1-1/+7
2008-09-24output: pass audio_format to plugin.init() and plugin.open()Max Kellermann1-1/+1
2008-09-24output: one thread per audio outputMax Kellermann1-0/+121