aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_thread.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10include cleanupMax Kellermann1-0/+1
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-1/+1
2011-01-07output_thread: fix double lockMax Kellermann1-3/+0
2010-12-21add void casts to suppress "result unused" warnings (clang)Max Kellermann1-1/+1
2010-11-05output_plugin: add method delay()Max Kellermann1-0/+30
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-09-25eliminate g_error() usageThomas Jansen1-1/+2
2010-08-19output_thread: fix race condition after CANCEL commandMax Kellermann1-0/+10
2010-05-02output_thread: call replay gain filter manuallyMax Kellermann1-15/+57
2010-05-02player_thread: move cross-fading to output threadMax Kellermann1-0/+30
2010-05-02output_thread: moved code to ao_filter_open(), ao_filter_close()Max Kellermann1-7/+19
2010-05-02output_thread: moved filter invocation to ao_filter_chunk()Max Kellermann1-16/+52
2010-02-17replay_gain: optionally use hardware mixer to apply replay gainMax Kellermann1-1/+2
2010-02-17replay_gain: reimplement as a filter pluginMax Kellermann1-0/+11
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-14audio_format: added function audio_format_to_string()Max Kellermann1-10/+6
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-09output_thread: added command DRAINMax Kellermann1-0/+13
2009-11-02output_thread: moved code to ao_next_chunk()Max Kellermann1-6/+11
2009-11-02output_thread: return from ao_play() if chunk->next is NULLMax Kellermann1-5/+4
2009-11-02output_thread: check command before g_cond_wait()Max Kellermann1-1/+2
2009-10-31player_control: protect command, state, error with a mutexMax Kellermann1-1/+1
2009-10-29output_thread: return bool from ao_play()Max Kellermann1-4/+22
2009-10-29output: consistently lock audio output objectsMax Kellermann1-16/+39
2009-10-29output_plugin: added method "drain"Max Kellermann1-11/+13
2009-10-29output_thread: removed redundant filter_close() callMax Kellermann1-4/+0
2009-10-23output_plugin: added methods enable() and disable()Max Kellermann1-0/+50
2009-10-21audio_format: wildcards allowed in audio_format configurationMax Kellermann1-5/+6
2009-10-21output: convert config_audio_format to an audio_format structMax Kellermann1-2/+4
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-07-19Add reverse_endian field to struct audio_format and handle conversionDavid Woodhouse1-4/+6
2009-07-06output: attach a filter chain to each audio_outputMax Kellermann1-15/+77
2009-07-06output: added command REOPENMax Kellermann1-0/+25
2009-07-06output_thread: moved OPEN handler to ao_open()Max Kellermann1-43/+48
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