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