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