aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/jack_output_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output/jack: implement method delay()Max Kellermann2012-08-141-4/+11
* Merge branch 'v0.16.x'Max Kellermann2012-04-051-0/+16
|\
| * 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
* | output_plugin: the plugin allocates the audio_output objectMax Kellermann2011-09-191-20/+29
* | output: per-plugin headerMax Kellermann2011-09-171-0/+1
* | Merge commit 'release-0.16.2'Max Kellermann2011-03-191-7/+7
|\|
| * Merge release 0.15.16 into v0.16.xMax Kellermann2011-03-161-7/+7
* | copyright year 2011Max Kellermann2011-01-291-1/+1
|/
* 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