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