aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/jack_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* conf: const pointers in block get functionsMax Kellermann2009-01-251-1/+1
* conf: added config_get_block_unsigned()Max Kellermann2009-01-181-15/+2
* conf: added config_get_block_string()Max Kellermann2009-01-181-3/+5
* jack: parse "ports" setting with g_strsplit()Max Kellermann2009-01-181-20/+7
* jack: use audio_output_get_name()Max Kellermann2009-01-181-11/+1
* conf: no CamelCase, part IMax Kellermann2009-01-171-2/+2
* jack: use GLib instead of utils.hMax Kellermann2009-01-021-15/+14
* jack: duplicate jack_get_ports() return valuesMax Kellermann2009-01-021-3/+4
* output plugins: don't include gcc.hMax Kellermann2009-01-011-4/+4
* jack: use GLib loggingMax Kellermann2008-12-291-28/+30
* alsa, jack: no const pointers for allocated stringsMax Kellermann2008-11-011-9/+17
* output: use bool for return values and flagsMax Kellermann2008-10-291-8/+8
* output: don't compile plugins which are disabledMax Kellermann2008-10-261-9/+0
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-261-0/+486