aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/pulse_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pulse: make configuration strings constMax Kellermann2009-03-261-6/+4
* pulse: don't check config_param!=NULLMax Kellermann2009-03-261-4/+2
* output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann2009-03-261-16/+1
* mixer_api: moved mixer_plugin imports to mixer_list.hMax Kellermann2009-03-141-1/+1
* mixer_api: moved functions to mixer_control.cMax Kellermann2009-03-141-0/+1
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* pulse mixerDavid Guibert2009-03-071-0/+16
* output: removed duplicate debug messages from pluginsMax Kellermann2009-03-011-6/+0
* output_plugin: report errors with GErrorMax Kellermann2009-02-261-9/+17
* pulse: removed pa_simple!=NULL checksMax Kellermann2009-02-261-10/+2
* output_plugin: don't pass audio_output object to method init()Max Kellermann2009-02-251-2/+1
* output_api: removed audio_output_get_name()Max Kellermann2009-02-251-11/+8
* output: pass the music chunk pointer as void*, not char*Max Kellermann2009-02-231-2/+2
* output_api: play() returns a lengthMax Kellermann2009-02-231-3/+3
* conf: const pointers in block get functionsMax Kellermann2009-01-251-1/+1
* conf: added config_get_block_string()Max Kellermann2009-01-181-9/+4
* conf: no CamelCase, part IMax Kellermann2009-01-171-3/+3
* output plugins: don't include gcc.hMax Kellermann2009-01-011-1/+1
* pulse: removed reconnect intervalMax Kellermann2008-11-051-19/+2
* pulse: check if connection is open in pulse_cancel()Max Kellermann2008-11-051-0/+3
* pulse: fix segfault without sink nameMax Kellermann2008-10-301-2/+2
* output: use bool for return values and flagsMax Kellermann2008-10-291-11/+11
* pulse: clear pa_simple pointer in pulse_close()Max Kellermann2008-10-291-0/+1
* pulse: use GLib instead of util.h/log.hMax Kellermann2008-10-291-28/+25
* pulse: no CamelCaseMax Kellermann2008-10-291-48/+49
* output: don't compile plugins which are disabledMax Kellermann2008-10-261-8/+0
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-261-0/+218