aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/JackOutputPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-5/+6
2009-11-12include config.h in all sourcesMax Kellermann1-1/+1
2009-11-07output/jack: added option "server_name"Max Kellermann1-1/+8
2009-11-07output/jack: free source port names on exitMax Kellermann1-0/+3
2009-11-06output/jack: dynamic source port listMax Kellermann1-37/+74
2009-11-06output/jack: dynamic destination port listMax Kellermann1-25/+71
2009-11-06output/jack: renamed option "ports" to "destination_ports"Max Kellermann1-1/+9
2009-11-06output/jack: renamed "output ports" to "destination ports"Max Kellermann1-18/+20
2009-11-05output/jack: support mono inputMax Kellermann1-13/+41
2009-11-05output/jack: clear ring buffers before activatingMax Kellermann1-1/+6
2009-11-05output/jack: use jack_client_open() instead of jack_client_new()Max Kellermann1-4/+23
2009-11-05output/jack: added option "client_name"Max Kellermann1-3/+2
2009-10-23output/jack: implement methods enable()/disable()Max Kellermann1-16/+24
2009-10-21output/jack: make ringbuffer_size a size_tMax Kellermann1-1/+1
2009-10-21output/jack: connect to server on MPD startupMax Kellermann1-69/+119
2009-10-21output/jack: removed the empty "cancel" methodMax Kellermann1-6/+0
2009-10-21output/jack: renamed parameter "error" to "error_r"Max Kellermann1-12/+12
2009-10-21output/jack: implement the "pause" methodMax Kellermann1-0/+41
2009-10-21output/jack: renamed source to jack_output_plugin.cMax Kellermann1-2/+2
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