aboutsummaryrefslogtreecommitdiff
path: root/src/output/jack_plugin.c
Commit message (Expand)AuthorAge
* output_plugin: don't pass audio_output object to method init()Max Kellermann2009-02-25
* output_api: removed audio_output_get_name()Max Kellermann2009-02-25
* jack: initialize local variable "space"Max Kellermann2009-02-24
* output: pass the music chunk pointer as void*, not char*Max Kellermann2009-02-23
* output_api: play() returns a lengthMax Kellermann2009-02-23
* utils: use g_usleep() instead of my_usleep()Max Kellermann2009-02-19
* output_api: don't include config.hMax Kellermann2009-02-16
* jack: don't override output_ports in connect()Max Kellermann2009-01-30
* jack: removed sample_rate callbackMax Kellermann2009-01-30
* configure.ac: detect jack_set_info_function()Max Kellermann2009-01-30
* jack: print info messagesMax Kellermann2009-01-30
* jack: don't manually close on shutdownMax Kellermann2009-01-29
* jack: initialize output_ports if not configuredMax Kellermann2009-01-29
* jack: close JACK client on stopMax Kellermann2009-01-29
* jack: removed "bps" attributeMax Kellermann2009-01-29
* jack: make mpd_jack_connect() return boolMax Kellermann2009-01-29
* jack: use loops for allocating/freeing ports/buffersMax Kellermann2009-01-29
* jack: fail if jack_get_ports() returns NULLMax Kellermann2009-01-29
* jack: use jack_port_name() instead of g_malloc()+sprintf()Max Kellermann2009-01-29
* jack: initialize libjack's error function in mpd_jack_init()Max Kellermann2009-01-29
* jack: reduced sleep time to 1msMax Kellermann2009-01-29
* jack: clear "shutdown" flag on reconnectMax Kellermann2009-01-29
* jack: allocate ring buffers before connectingMax Kellermann2009-01-29
* jack: register ports before activating clientsMax Kellermann2009-01-29
* use g_free() instead of free()Max Kellermann2009-01-25
* conf: allow param==NULLMax Kellermann2009-01-25
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* conf: added config_get_block_unsigned()Max Kellermann2009-01-18
* conf: added config_get_block_string()Max Kellermann2009-01-18
* jack: parse "ports" setting with g_strsplit()Max Kellermann2009-01-18
* jack: use audio_output_get_name()Max Kellermann2009-01-18
* conf: no CamelCase, part IMax Kellermann2009-01-17
* jack: use GLib instead of utils.hMax Kellermann2009-01-02
* jack: duplicate jack_get_ports() return valuesMax Kellermann2009-01-02
* output plugins: don't include gcc.hMax Kellermann2009-01-01
* jack: use GLib loggingMax Kellermann2008-12-29
* alsa, jack: no const pointers for allocated stringsMax Kellermann2008-11-01
* output: use bool for return values and flagsMax Kellermann2008-10-29
* output: don't compile plugins which are disabledMax Kellermann2008-10-26
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-26