aboutsummaryrefslogtreecommitdiff
path: root/src/output_internal.h
Commit message (Expand)AuthorAge
* output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann2009-03-26
* output: protect audio_output.open with the mutexMax Kellermann2009-03-25
* output: convert audio_output.config_audio_format to booleanMax Kellermann2009-03-20
* all: Update copyright header.Avuton Olrich2009-03-13
* output: play from a music_pipe objectMax Kellermann2009-03-09
* output: use GTimer instead of time_t for reopen after failureMax Kellermann2009-02-28
* output: pass the music chunk pointer as void*, not char*Max Kellermann2009-02-23
* output: include cleanupMax Kellermann2009-02-16
* output_api: moved "enum output_command" to output_internal.hMax Kellermann2009-02-16
* output_api: no CamelCase in struct audio_outputMax Kellermann2009-02-10
* output_internal: added missing output_api.h includeMax Kellermann2009-02-10
* pcm_convert: return PCM buffer from pcm_convert()Max Kellermann2009-01-17
* pcm_utils: moved conversion code to pcm_convert.cMax Kellermann2009-01-07
* output: migrate from pthread to glib threadsThomas Jansen2008-12-28
* notify: use GLib lockingMax Kellermann2008-12-27
* added prefix to header macrosMax Kellermann2008-10-31
* output: removed audio_output.resultMax Kellermann2008-10-29
* output: delay reopen after device failureMax Kellermann2008-10-29
* output: moved audioDeviceStates to audio_output.enabledMax Kellermann2008-10-29
* output: use bool for return values and flagsMax Kellermann2008-10-29
* pcm_utils: renamed ConvState to struct pcm_convert_stateMax Kellermann2008-10-21
* output: removed DEVICE_ON, DEVICE_OFFMax Kellermann2008-09-24
* output: semi-asynchronous playbackMax Kellermann2008-09-24
* output: document the audio_output elementsMax Kellermann2008-09-24
* output: make "struct audio_output" opaque for output pluginsMax Kellermann2008-09-24