aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/jack_output_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output/jack: check for connection failure before starting playbackMax Kellermann2012-04-041-0/+3
* output/jack: workaround for libjack1 crash bugMax Kellermann2012-04-041-0/+13
* Merge release 0.15.16 into v0.16.xMax Kellermann2011-03-161-7/+7
* output/jack: drain the ring buffers during pauseMax Kellermann2010-03-101-0/+7
* output/jack: synchronize all channelsMax Kellermann2010-03-101-9/+26
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-5/+6
* include config.h in all sourcesMax Kellermann2009-11-121-1/+1
* output/jack: added option "server_name"Max Kellermann2009-11-071-1/+8
* output/jack: free source port names on exitMax Kellermann2009-11-071-0/+3
* output/jack: dynamic source port listMax Kellermann2009-11-061-37/+74
* output/jack: dynamic destination port listMax Kellermann2009-11-061-25/+71
* output/jack: renamed option "ports" to "destination_ports"Max Kellermann2009-11-061-1/+9
* output/jack: renamed "output ports" to "destination ports"Max Kellermann2009-11-061-18/+20
* output/jack: support mono inputMax Kellermann2009-11-051-13/+41
* output/jack: clear ring buffers before activatingMax Kellermann2009-11-051-1/+6
* output/jack: use jack_client_open() instead of jack_client_new()Max Kellermann2009-11-051-4/+23
* output/jack: added option "client_name"Max Kellermann2009-11-051-3/+2
* output/jack: implement methods enable()/disable()Max Kellermann2009-10-231-16/+24
* output/jack: make ringbuffer_size a size_tMax Kellermann2009-10-211-1/+1
* output/jack: connect to server on MPD startupMax Kellermann2009-10-211-69/+119
* output/jack: removed the empty "cancel" methodMax Kellermann2009-10-211-6/+0
* output/jack: renamed parameter "error" to "error_r"Max Kellermann2009-10-211-12/+12
* output/jack: implement the "pause" methodMax Kellermann2009-10-211-0/+41
* output/jack: renamed source to jack_output_plugin.cMax Kellermann2009-10-211-0/+450