aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_thread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output_thread: moved code to ao_next_chunk()Max Kellermann2009-11-021-6/+11
* output_thread: return from ao_play() if chunk->next is NULLMax Kellermann2009-11-021-5/+4
* output_thread: check command before g_cond_wait()Max Kellermann2009-11-021-1/+2
* Merge branch 'v0.15.x'Max Kellermann2009-10-311-0/+9
|\
| * output_thread: check again if output is open on PAUSEMax Kellermann2009-10-211-0/+9
* | player_control: protect command, state, error with a mutexMax Kellermann2009-10-311-1/+1
* | output_thread: return bool from ao_play()Max Kellermann2009-10-291-4/+22
* | output: consistently lock audio output objectsMax Kellermann2009-10-291-16/+39
* | output_plugin: added method "drain"Max Kellermann2009-10-291-11/+13
* | output_thread: removed redundant filter_close() callMax Kellermann2009-10-291-4/+0
* | output_plugin: added methods enable() and disable()Max Kellermann2009-10-231-0/+50
* | audio_format: wildcards allowed in audio_format configurationMax Kellermann2009-10-211-5/+6
* | output: convert config_audio_format to an audio_format structMax Kellermann2009-10-211-2/+4
* | Merged release 0.15.5 from branch 'v0.15.x'Max Kellermann2009-10-181-1/+2
|\|
| * output_thread: check again if output is open on CANCELMax Kellermann2009-10-161-1/+2
* | Merged release 0.15.2 from branch 'v0.15.x'Max Kellermann2009-08-151-0/+3
|\|
| * output: fixed shout stuck pause bugMax Kellermann2009-08-141-0/+3
* | Add reverse_endian field to struct audio_format and handle conversionDavid Woodhouse2009-07-191-4/+6
* | Merged release 0.15.1 from branch 'v0.15.x'Max Kellermann2009-07-161-1/+5
|\|
| * output_thread: don't play next chunk after command==PAUSEMax Kellermann2009-06-291-1/+5
* | output: attach a filter chain to each audio_outputMax Kellermann2009-07-061-15/+77
* | output: added command REOPENMax Kellermann2009-07-061-0/+25
* | output_thread: moved OPEN handler to ao_open()Max Kellermann2009-07-061-43/+48
|/
* 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