summaryrefslogtreecommitdiff
path: root/src/output_thread.c
AgeCommit message (Expand)Author
2009-12-31Update copyright notices.Avuton Olrich
2009-11-14audio_format: added function audio_format_to_string()Max Kellermann
2009-11-12include config.h in all sourcesMax Kellermann
2009-11-09output_thread: added command DRAINMax Kellermann
2009-11-02output_thread: moved code to ao_next_chunk()Max Kellermann
2009-11-02output_thread: return from ao_play() if chunk->next is NULLMax Kellermann
2009-11-02output_thread: check command before g_cond_wait()Max Kellermann
2009-10-31Merge branch 'v0.15.x'Max Kellermann
2009-10-31player_control: protect command, state, error with a mutexMax Kellermann
2009-10-29output_thread: return bool from ao_play()Max Kellermann
2009-10-29output: consistently lock audio output objectsMax Kellermann
2009-10-29output_plugin: added method "drain"Max Kellermann
2009-10-29output_thread: removed redundant filter_close() callMax Kellermann
2009-10-23output_plugin: added methods enable() and disable()Max Kellermann
2009-10-21audio_format: wildcards allowed in audio_format configurationMax Kellermann
2009-10-21output: convert config_audio_format to an audio_format structMax Kellermann
2009-10-21output_thread: check again if output is open on PAUSEMax Kellermann
2009-10-18Merged release 0.15.5 from branch 'v0.15.x'Max Kellermann
2009-10-16output_thread: check again if output is open on CANCELMax Kellermann
2009-08-15Merged release 0.15.2 from branch 'v0.15.x'Max Kellermann
2009-08-14output: fixed shout stuck pause bugMax Kellermann
2009-07-19Add reverse_endian field to struct audio_format and handle conversionDavid Woodhouse
2009-07-16Merged release 0.15.1 from branch 'v0.15.x'Max Kellermann
2009-07-06output: attach a filter chain to each audio_outputMax Kellermann
2009-07-06output: added command REOPENMax Kellermann
2009-07-06output_thread: moved OPEN handler to ao_open()Max 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