aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_thread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output_all: synchronize playback with player_control.notifyMax Kellermann2009-03-261-1/+2
* output_all: synchronize playback with a notify objectMax Kellermann2009-03-251-0/+2
* output: protect audio_output.open with the mutexMax Kellermann2009-03-251-2/+4
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* output_thread: check commands while playingMax Kellermann2009-03-101-1/+1
* output: play from a music_pipe objectMax Kellermann2009-03-091-17/+80
* output_thread: wait 10 seconds before reopening after play failureMax Kellermann2009-03-091-0/+4
* output_thread: print "closed" debug messageMax Kellermann2009-03-081-0/+2
* output_thread: log audio format in a debug messageMax Kellermann2009-03-011-0/+16
* output: use GTimer instead of time_t for reopen after failureMax Kellermann2009-02-281-7/+2
* output_plugin: report errors with GErrorMax Kellermann2009-02-261-3/+18
* output_thread: use the right audio_format in assert()Max Kellermann2009-02-261-1/+1
* output: set a GLib log domainMax Kellermann2009-02-251-0/+4
* output_api: play() returns a lengthMax Kellermann2009-02-231-5/+17
* output_plugin: added inline wrapper functionsMax Kellermann2009-02-161-28/+20
* output_thread: moved code to ao_close()Max Kellermann2009-02-101-12/+14
* output_thread: leave the pause loop on failureMax Kellermann2009-02-101-0/+1
* output_thread: consistently (de)initialize pcm_convert_stateMax Kellermann2009-02-101-3/+5
* output_api: no CamelCase in struct audio_outputMax Kellermann2009-02-101-8/+8
* output_api: moved the command check out of method pause()Max Kellermann2009-01-301-1/+11
* pcm_convert: return PCM buffer from pcm_convert()Max Kellermann2009-01-171-25/+4
* output: join the output thread after sending the KILL commandMax Kellermann2009-01-071-1/+1
* pcm: added pcm_convert_deinit(), pcm_resample_deinit()Max Kellermann2009-01-071-0/+4
* initialize GError pointersMax Kellermann2009-01-041-1/+1
* output: migrate from pthread to glib threadsThomas Jansen2008-12-281-6/+4
* pcm_utils: check pcm_convert()==0Max Kellermann2008-12-241-1/+9
* output: use GLib instead of log.h/util.hMax Kellermann2008-11-251-3/+5
* output: don't allow length==0Max Kellermann2008-11-021-0/+2
* output: removed audio_output.resultMax Kellermann2008-10-291-5/+7
* output: delay reopen after device failureMax Kellermann2008-10-291-0/+8
* output: always call cancel() before stop()Max Kellermann2008-10-291-0/+4
* output: close device on play errorMax Kellermann2008-10-291-0/+5
* output: use bool for return values and flagsMax Kellermann2008-10-291-4/+4
* pcm_utils: no CamelCaseMax Kellermann2008-10-211-8/+8
* don't include os_compat.hMax Kellermann2008-10-081-0/+2
* audio_output: added method pause()Max Kellermann2008-09-291-0/+18
* notify: protect notify->pending with the mutexMax Kellermann2008-09-261-2/+0
* output: make "struct audio_output" opaque for output pluginsMax Kellermann2008-09-241-5/+7
* output: set audio_output->open=1 in audio_output_task()Max Kellermann2008-09-241-1/+7
* output: pass audio_format to plugin.init() and plugin.open()Max Kellermann2008-09-241-1/+1
* output: one thread per audio outputMax Kellermann2008-09-241-0/+121