aboutsummaryrefslogtreecommitdiff
path: root/src/output_init.c
Commit message (Expand)AuthorAge
* output_init: use the normalize filter pluginMax Kellermann2009-12-25
* Proper error reporting from filter_configAlbin Eldstål-Damlin2009-12-14
* Split filter_config into its own moduleAlbin Eldstål-Damlin2009-12-14
* Initial filter chain and filter configuration for outputs.Albin Eldstål-Damlin2009-12-14
* include config.h in all sourcesMax Kellermann2009-11-12
* output: consistently lock audio output objectsMax 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
* mixer_plugin: pass audio_output pointer to mixer_plugin.init()Max Kellermann2009-10-21
* mixer_plugin: use GError for error handlingMax Kellermann2009-10-20
* output_init: renamed parameter "error" to "error_r"Max Kellermann2009-10-20
* Merged release 0.15.3 from branch 'v0.15.x'Max Kellermann2009-08-30
|\
| * output_init: initialize the "pause" flagMax Kellermann2009-08-18
* | output: use the software mixer pluginMax Kellermann2009-07-06
* | output_init: moved the "convert" filter at the endMax Kellermann2009-07-06
* | output_init: merge two local string variablesMax Kellermann2009-07-06
* | output_init: parse audio format earlierMax Kellermann2009-07-06
* | output: attach a filter chain to each audio_outputMax Kellermann2009-07-06
* | output_init: moved mixer instantiation to separate functionMax Kellermann2009-07-05
|/
* output_init: added option to disable the hardware mixerMax Kellermann2009-04-28
* output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann2009-03-26
* 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_init: removed getBlockParam()Max Kellermann2009-03-01
* output_init: return GError on errorMax Kellermann2009-03-01
* output_init: moved code to audio_output_detect()Max Kellermann2009-03-01
* output: use GTimer instead of time_t for reopen after failureMax Kellermann2009-02-28
* output: added option to disable audio outputs by defaultMax Kellermann2009-02-28
* output_plugin: report errors with GErrorMax Kellermann2009-02-26
* output: audio_output_init() returns boolMax Kellermann2009-02-25
* output: set a GLib log domainMax Kellermann2009-02-25
* output_plugin: don't pass audio_output object to method init()Max Kellermann2009-02-25
* output_plugin: added inline wrapper functionsMax Kellermann2009-02-16
* audio: replaced parseAudioConfig() with audio_format_parse()Max Kellermann2009-02-11
* output_api: no CamelCase in struct audio_outputMax Kellermann2009-02-10
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* conf: no CamelCase, part IMax Kellermann2009-01-17
* pcm_convert: return PCM buffer from pcm_convert()Max Kellermann2009-01-17
* output: migrate from pthread to glib threadsThomas Jansen2008-12-28
* output: use GLib instead of log.h/util.hMax Kellermann2008-11-25
* 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: added pcm_convert_init()Max Kellermann2008-10-21
* pcm_utils: renamed ConvState to struct pcm_convert_stateMax Kellermann2008-10-21
* output: make "struct audio_output" opaque for output pluginsMax Kellermann2008-09-24
* output: pass audio_format to plugin.init() and plugin.open()Max Kellermann2008-09-24
* output: one thread per audio outputMax Kellermann2008-09-24