aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/jack_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-02-27output/jack: fix crash with mono playbackMax Kellermann1-1/+1
2011-02-25output/jack: rename variable sample_size to jack_sample_sizeMax Kellermann1-5/+6
2009-03-13all: Update copyright header.Avuton Olrich1-5/+7
2009-03-01output: removed duplicate debug messages from pluginsMax Kellermann1-1/+0
2009-02-26output_plugin: report errors with GErrorMax Kellermann1-21/+40
2009-02-25output_plugin: don't pass audio_output object to method init()Max Kellermann1-2/+1
2009-02-25output_api: removed audio_output_get_name()Max Kellermann1-10/+4
2009-02-24jack: initialize local variable "space"Max Kellermann1-1/+1
2009-02-23output: pass the music chunk pointer as void*, not char*Max Kellermann1-2/+2
2009-02-23output_api: play() returns a lengthMax Kellermann1-18/+15
2009-02-19utils: use g_usleep() instead of my_usleep()Max Kellermann1-2/+1
2009-02-16output_api: don't include config.hMax Kellermann1-0/+1
2009-01-30jack: don't override output_ports in connect()Max Kellermann1-10/+22
2009-01-30jack: removed sample_rate callbackMax Kellermann1-20/+7
2009-01-30configure.ac: detect jack_set_info_function()Max Kellermann1-0/+5
2009-01-30jack: print info messagesMax Kellermann1-0/+7
2009-01-29jack: don't manually close on shutdownMax Kellermann1-3/+1
2009-01-29jack: initialize output_ports if not configuredMax Kellermann1-0/+3
2009-01-29jack: close JACK client on stopMax Kellermann1-4/+4
2009-01-29jack: removed "bps" attributeMax Kellermann1-5/+1
2009-01-29jack: make mpd_jack_connect() return boolMax Kellermann1-10/+10
2009-01-29jack: use loops for allocating/freeing ports/buffersMax Kellermann1-36/+32
2009-01-29jack: fail if jack_get_ports() returns NULLMax Kellermann1-19/+23
2009-01-29jack: use jack_port_name() instead of g_malloc()+sprintf()Max Kellermann1-12/+2
2009-01-29jack: initialize libjack's error function in mpd_jack_init()Max Kellermann1-1/+2
2009-01-29jack: reduced sleep time to 1msMax Kellermann1-1/+1
2009-01-29jack: clear "shutdown" flag on reconnectMax Kellermann1-0/+2
2009-01-29jack: allocate ring buffers before connectingMax Kellermann1-5/+3
2009-01-29jack: register ports before activating clientsMax Kellermann1-5/+5
2009-01-25use g_free() instead of free()Max Kellermann1-4/+4
2009-01-25conf: allow param==NULLMax Kellermann1-13/+1
2009-01-25conf: const pointers in block get functionsMax Kellermann1-1/+1
2009-01-18conf: added config_get_block_unsigned()Max Kellermann1-15/+2
2009-01-18conf: added config_get_block_string()Max Kellermann1-3/+5
2009-01-18jack: parse "ports" setting with g_strsplit()Max Kellermann1-20/+7
2009-01-18jack: use audio_output_get_name()Max Kellermann1-11/+1
2009-01-17conf: no CamelCase, part IMax Kellermann1-2/+2
2009-01-02jack: use GLib instead of utils.hMax Kellermann1-15/+14
2009-01-02jack: duplicate jack_get_ports() return valuesMax Kellermann1-3/+4
2009-01-01output plugins: don't include gcc.hMax Kellermann1-4/+4
2008-12-29jack: use GLib loggingMax Kellermann1-28/+30
2008-11-01alsa, jack: no const pointers for allocated stringsMax Kellermann1-9/+17
2008-10-29output: use bool for return values and flagsMax Kellermann1-8/+8
2008-10-26output: don't compile plugins which are disabledMax Kellermann1-9/+0
2008-10-26renamed src/audioOutputs/ to src/output/Max Kellermann1-0/+0
2008-10-24jack: support for 24 bit samplesMax Kellermann1-1/+32
2008-10-24jack: moved code to jack_write_samples_16()Max Kellermann1-14/+42
2008-10-24jack: eliminated CamelCaseMax Kellermann1-73/+76
2008-10-24jack: added assertions against partial framesMax Kellermann1-0/+2
2008-10-24jack: optimize local variablesMax Kellermann1-9/+8