aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* player_control: removed the global variable "pc"Max Kellermann2011-01-101-0/+5
* output_thread: call replay gain filter manuallyMax Kellermann2010-05-021-2/+9
* player_thread: move cross-fading to output threadMax Kellermann2010-05-021-0/+2
* output: added option "always_on" for radio stationsMax Kellermann2010-03-101-0/+1
* replay_gain: optionally use hardware mixer to apply replay gainMax Kellermann2010-02-171-5/+28
* replay_gain: reimplement as a filter pluginMax Kellermann2010-02-171-0/+11
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* output_init: use the normalize filter pluginMax Kellermann2009-12-251-0/+11
* Proper error reporting from filter_configAlbin Eldstål-Damlin2009-12-141-1/+10
* Split filter_config into its own moduleAlbin Eldstål-Damlin2009-12-141-0/+1
* Initial filter chain and filter configuration for outputs.Albin Eldstål-Damlin2009-12-141-0/+4
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* output: consistently lock audio output objectsMax Kellermann2009-10-291-1/+1
* output_plugin: added methods enable() and disable()Max Kellermann2009-10-231-0/+1
* audio_format: wildcards allowed in audio_format configurationMax Kellermann2009-10-211-3/+2
* output: convert config_audio_format to an audio_format structMax Kellermann2009-10-211-6/+7
* mixer_plugin: pass audio_output pointer to mixer_plugin.init()Max Kellermann2009-10-211-4/+5
* mixer_plugin: use GError for error handlingMax Kellermann2009-10-201-4/+11
* output_init: renamed parameter "error" to "error_r"Max Kellermann2009-10-201-7/+7
* 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