aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/jack_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output/jack: fix crash with mono playbackMax Kellermann2011-02-271-1/+1
* output/jack: rename variable sample_size to jack_sample_sizeMax Kellermann2011-02-251-5/+6
* all: Update copyright header.Avuton Olrich2009-03-131-5/+7
* output: removed duplicate debug messages from pluginsMax Kellermann2009-03-011-1/+0
* output_plugin: report errors with GErrorMax Kellermann2009-02-261-21/+40
* 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-10/+4
* jack: initialize local variable "space"Max Kellermann2009-02-241-1/+1
* 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-18/+15
* utils: use g_usleep() instead of my_usleep()Max Kellermann2009-02-191-2/+1
* output_api: don't include config.hMax Kellermann2009-02-161-0/+1
* jack: don't override output_ports in connect()Max Kellermann2009-01-301-10/+22
* jack: removed sample_rate callbackMax Kellermann2009-01-301-20/+7
* configure.ac: detect jack_set_info_function()Max Kellermann2009-01-301-0/+5
* jack: print info messagesMax Kellermann2009-01-301-0/+7
* jack: don't manually close on shutdownMax Kellermann2009-01-291-3/+1
* jack: initialize output_ports if not configuredMax Kellermann2009-01-291-0/+3
* jack: close JACK client on stopMax Kellermann2009-01-291-4/+4
* jack: removed "bps" attributeMax Kellermann2009-01-291-5/+1
* jack: make mpd_jack_connect() return boolMax Kellermann2009-01-291-10/+10
* jack: use loops for allocating/freeing ports/buffersMax Kellermann2009-01-291-36/+32
* jack: fail if jack_get_ports() returns NULLMax Kellermann2009-01-291-19/+23
* jack: use jack_port_name() instead of g_malloc()+sprintf()Max Kellermann2009-01-291-12/+2
* jack: initialize libjack's error function in mpd_jack_init()Max Kellermann2009-01-291-1/+2
* jack: reduced sleep time to 1msMax Kellermann2009-01-291-1/+1
* jack: clear "shutdown" flag on reconnectMax Kellermann2009-01-291-0/+2
* jack: allocate ring buffers before connectingMax Kellermann2009-01-291-5/+3
* jack: register ports before activating clientsMax Kellermann2009-01-291-5/+5
* use g_free() instead of free()Max Kellermann2009-01-251-4/+4
* conf: allow param==NULLMax Kellermann2009-01-251-13/+1
* 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