aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_init.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-0/+5
2010-05-02output_thread: call replay gain filter manuallyMax Kellermann1-2/+9
2010-05-02player_thread: move cross-fading to output threadMax Kellermann1-0/+2
2010-03-10output: added option "always_on" for radio stationsMax Kellermann1-0/+1
2010-02-17replay_gain: optionally use hardware mixer to apply replay gainMax Kellermann1-5/+28
2010-02-17replay_gain: reimplement as a filter pluginMax Kellermann1-0/+11
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-25output_init: use the normalize filter pluginMax Kellermann1-0/+11
2009-12-14Proper error reporting from filter_configAlbin Eldstål-Damlin1-1/+10
2009-12-14Split filter_config into its own moduleAlbin Eldstål-Damlin1-0/+1
2009-12-14Initial filter chain and filter configuration for outputs.Albin Eldstål-Damlin1-0/+4
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-29output: consistently lock audio output objectsMax Kellermann1-1/+1
2009-10-23output_plugin: added methods enable() and disable()Max Kellermann1-0/+1
2009-10-21audio_format: wildcards allowed in audio_format configurationMax Kellermann1-3/+2
2009-10-21output: convert config_audio_format to an audio_format structMax Kellermann1-6/+7
2009-10-21mixer_plugin: pass audio_output pointer to mixer_plugin.init()Max Kellermann1-4/+5
2009-10-20mixer_plugin: use GError for error handlingMax Kellermann1-4/+11
2009-10-20output_init: renamed parameter "error" to "error_r"Max Kellermann1-7/+7
2009-08-18output_init: initialize the "pause" flagMax Kellermann1-0/+1
2009-07-06output: use the software mixer pluginMax Kellermann1-6/+52
2009-07-06output_init: moved the "convert" filter at the endMax Kellermann1-5/+9
2009-07-06output_init: merge two local string variablesMax Kellermann1-11/+9
2009-07-06output_init: parse audio format earlierMax Kellermann1-12/+10
2009-07-06output: attach a filter chain to each audio_outputMax Kellermann1-1/+14
2009-07-05output_init: moved mixer instantiation to separate functionMax Kellermann1-5/+14
2009-04-28output_init: added option to disable the hardware mixerMax Kellermann1-1/+2
2009-03-26output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann1-0/+6
2009-03-20output: convert audio_output.config_audio_format to booleanMax Kellermann1-5/+6
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-09output: play from a music_pipe objectMax Kellermann1-0/+1
2009-03-01output_init: removed getBlockParam()Max Kellermann1-18/+20
2009-03-01output_init: return GError on errorMax Kellermann1-19/+15
2009-03-01output_init: moved code to audio_output_detect()Max Kellermann1-16/+26
2009-02-28output: use GTimer instead of time_t for reopen after failureMax Kellermann1-1/+1
2009-02-28output: added option to disable audio outputs by defaultMax Kellermann1-1/+1
2009-02-26output_plugin: report errors with GErrorMax Kellermann1-3/+8
2009-02-25output: audio_output_init() returns boolMax Kellermann1-4/+4
2009-02-25output: set a GLib log domainMax Kellermann1-0/+3
2009-02-25output_plugin: don't pass audio_output object to method init()Max Kellermann1-1/+1
2009-02-16output_plugin: added inline wrapper functionsMax Kellermann1-3/+4
2009-02-11audio: replaced parseAudioConfig() with audio_format_parse()Max Kellermann1-4/+9
2009-02-10output_api: no CamelCase in struct audio_outputMax Kellermann1-4/+5
2009-01-25conf: const pointers in block get functionsMax Kellermann1-1/+1
2009-01-17conf: no CamelCase, part IMax Kellermann1-2/+3
2009-01-17pcm_convert: return PCM buffer from pcm_convert()Max Kellermann1-3/+0
2008-12-28output: migrate from pthread to glib threadsThomas Jansen1-1/+1
2008-11-25output: use GLib instead of log.h/util.hMax Kellermann1-15/+16
2008-10-29output: delay reopen after device failureMax Kellermann1-0/+1