aboutsummaryrefslogtreecommitdiff
path: root/src/output_init.c
Commit message (Expand)AuthorAge
* output_init: put the "convert" filter at the end of the listMax Kellermann2012-07-10
* Merge branch 'v0.16.x'Max Kellermann2012-06-12
|\
| * output_list: declare variables inside _plugins_for_each()Max Kellermann2012-06-12
* | output_init: initialize replay gain filters to NULL in ao_base_init()Denis Krjuchkov2011-12-13
* | output_plugin: the plugin allocates the audio_output objectMax Kellermann2011-09-19
* | Merge branch 'v0.16.x'Max Kellermann2011-09-01
|\|
| * output_thread: reimplement CANCEL synchronizationMax Kellermann2011-09-01
* | copyright year 2011Max Kellermann2011-01-29
* | player_control: removed the global variable "pc"Max Kellermann2011-01-10
|/
* output_thread: call replay gain filter manuallyMax Kellermann2010-05-02
* player_thread: move cross-fading to output threadMax Kellermann2010-05-02
* output: added option "always_on" for radio stationsMax Kellermann2010-03-10
* replay_gain: optionally use hardware mixer to apply replay gainMax Kellermann2010-02-17
* replay_gain: reimplement as a filter pluginMax Kellermann2010-02-17
* Update copyright notices.Avuton Olrich2009-12-31
* 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