aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged release 0.15.3 from branch 'v0.15.x'Max Kellermann2009-08-301-0/+1
|\
| * output_init: initialize the "pause" flagMax Kellermann2009-08-181-0/+1
* | output: use the software mixer pluginMax Kellermann2009-07-061-6/+52
* | output_init: moved the "convert" filter at the endMax Kellermann2009-07-061-5/+9
* | output_init: merge two local string variablesMax Kellermann2009-07-061-11/+9
* | output_init: parse audio format earlierMax Kellermann2009-07-061-12/+10
* | output: attach a filter chain to each audio_outputMax Kellermann2009-07-061-1/+14
* | output_init: moved mixer instantiation to separate functionMax Kellermann2009-07-051-5/+14
|/
* output_init: added option to disable the hardware mixerMax Kellermann2009-04-281-1/+2
* output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann2009-03-261-0/+6
* output: convert audio_output.config_audio_format to booleanMax Kellermann2009-03-201-5/+6
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* output: play from a music_pipe objectMax Kellermann2009-03-091-0/+1
* output_init: removed getBlockParam()Max Kellermann2009-03-011-18/+20
* output_init: return GError on errorMax Kellermann2009-03-011-19/+15
* output_init: moved code to audio_output_detect()Max Kellermann2009-03-011-16/+26
* output: use GTimer instead of time_t for reopen after failureMax Kellermann2009-02-281-1/+1
* output: added option to disable audio outputs by defaultMax Kellermann2009-02-281-1/+1
* output_plugin: report errors with GErrorMax Kellermann2009-02-261-3/+8
* output: audio_output_init() returns boolMax Kellermann2009-02-251-4/+4
* output: set a GLib log domainMax Kellermann2009-02-251-0/+3
* output_plugin: don't pass audio_output object to method init()Max Kellermann2009-02-251-1/+1
* output_plugin: added inline wrapper functionsMax Kellermann2009-02-161-3/+4
* audio: replaced parseAudioConfig() with audio_format_parse()Max Kellermann2009-02-111-4/+9
* output_api: no CamelCase in struct audio_outputMax Kellermann2009-02-101-4/+5
* conf: const pointers in block get functionsMax Kellermann2009-01-251-1/+1
* conf: no CamelCase, part IMax Kellermann2009-01-171-2/+3
* pcm_convert: return PCM buffer from pcm_convert()Max Kellermann2009-01-171-3/+0
* output: migrate from pthread to glib threadsThomas Jansen2008-12-281-1/+1
* output: use GLib instead of log.h/util.hMax Kellermann2008-11-251-15/+16
* output: delay reopen after device failureMax Kellermann2008-10-291-0/+1
* output: moved audioDeviceStates to audio_output.enabledMax Kellermann2008-10-291-0/+1
* output: use bool for return values and flagsMax Kellermann2008-10-291-2/+2
* pcm_utils: added pcm_convert_init()Max Kellermann2008-10-211-1/+1
* pcm_utils: renamed ConvState to struct pcm_convert_stateMax Kellermann2008-10-211-1/+1
* output: make "struct audio_output" opaque for output pluginsMax Kellermann2008-09-241-1/+3
* output: pass audio_format to plugin.init() and plugin.open()Max Kellermann2008-09-241-1/+1
* output: one thread per audio outputMax Kellermann2008-09-241-0/+4
* output: don't initialize inAudioFormat, outAudioFormatMax Kellermann2008-09-111-4/+0
* output: removed audio_output.sameInAndOutFormatsMax Kellermann2008-09-111-1/+0
* output: removed audio_output.convertAudioFormatMax Kellermann2008-09-111-5/+2
* audio: replaced copyAudioFormat() with simple assignmentMax Kellermann2008-09-091-1/+1
* output: renamed the functions in output_control.cMax Kellermann2008-09-091-1/+1
* output: moved code from audioOutput.c to output_control.cMax Kellermann2008-09-091-0/+113