aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_control.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output_api: no CamelCase in struct audio_outputMax Kellermann2009-02-101-8/+8
* pcm_convert: return PCM buffer from pcm_convert()Max Kellermann2009-01-171-2/+0
* output: join the output thread after sending the KILL commandMax Kellermann2009-01-071-1/+5
* output: deinitialize notify objectMax Kellermann2009-01-071-0/+2
* pcm_utils: moved conversion code to pcm_convert.cMax Kellermann2009-01-071-1/+0
* output: migrate from pthread to glib threadsThomas Jansen2008-12-281-2/+2
* Include <pthread.h> where it is necessary onlyThomas Jansen2008-12-281-1/+0
* output_control: no static "notify" initializationMax Kellermann2008-12-271-1/+1
* output: don't allow length==0Max Kellermann2008-11-021-0/+2
* output: removed audio_output.resultMax Kellermann2008-10-291-6/+2
* output: delay reopen after device failureMax Kellermann2008-10-291-3/+6
* output: moved code to audio_output_update()Max Kellermann2008-10-291-0/+10
* output: use bool for return values and flagsMax Kellermann2008-10-291-4/+5
* don't include os_compat.hMax Kellermann2008-10-081-0/+2
* audio_output: added method pause()Max Kellermann2008-09-291-0/+5
* audio_output: workaround for deadlockMax Kellermann2008-09-261-0/+6
* output: semi-asynchronous playbackMax Kellermann2008-09-241-8/+14
* output: make "struct audio_output" opaque for output pluginsMax Kellermann2008-09-241-1/+2
* output: one thread per audio outputMax Kellermann2008-09-241-38/+39
* output: copy reqAudioFormat to outAudioFormat only if not yet openMax Kellermann2008-09-111-1/+7
* output: removed audio_output.sameInAndOutFormatsMax Kellermann2008-09-111-6/+2
* output: removed audio_output.convertAudioFormatMax Kellermann2008-09-111-1/+1
* audio: moved cmpAudioFormat() to audio_format.hMax Kellermann2008-09-091-4/+3
* audio: replaced copyAudioFormat() with simple assignmentMax Kellermann2008-09-091-5/+3
* output: renamed the functions in output_control.cMax Kellermann2008-09-091-11/+11
* output: moved code from audioOutput.c to output_control.cMax Kellermann2008-09-091-0/+123