aboutsummaryrefslogtreecommitdiff
path: root/src/output/jack_output_plugin.c
Commit message (Expand)AuthorAge
* output/jack: implement method delay()Max Kellermann2012-08-14
* Merge branch 'v0.16.x'Max Kellermann2012-04-05
|\
| * output/jack: check for connection failure before starting playbackMax Kellermann2012-04-04
| * output/jack: workaround for libjack1 crash bugMax Kellermann2012-04-04
* | output_plugin: the plugin allocates the audio_output objectMax Kellermann2011-09-19
* | output: per-plugin headerMax Kellermann2011-09-17
* | Merge commit 'release-0.16.2'Max Kellermann2011-03-19
|\|
| * Merge release 0.15.16 into v0.16.xMax Kellermann2011-03-16
* | copyright year 2011Max Kellermann2011-01-29
|/
* output/jack: drain the ring buffers during pauseMax Kellermann2010-03-10
* output/jack: synchronize all channelsMax Kellermann2010-03-10
* Update copyright notices.Avuton Olrich2009-12-31
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-02
* include config.h in all sourcesMax Kellermann2009-11-12
* output/jack: added option "server_name"Max Kellermann2009-11-07
* output/jack: free source port names on exitMax Kellermann2009-11-07
* output/jack: dynamic source port listMax Kellermann2009-11-06
* output/jack: dynamic destination port listMax Kellermann2009-11-06
* output/jack: renamed option "ports" to "destination_ports"Max Kellermann2009-11-06
* output/jack: renamed "output ports" to "destination ports"Max Kellermann2009-11-06
* output/jack: support mono inputMax Kellermann2009-11-05
* output/jack: clear ring buffers before activatingMax Kellermann2009-11-05
* output/jack: use jack_client_open() instead of jack_client_new()Max Kellermann2009-11-05
* output/jack: added option "client_name"Max Kellermann2009-11-05
* output/jack: implement methods enable()/disable()Max Kellermann2009-10-23
* output/jack: make ringbuffer_size a size_tMax Kellermann2009-10-21
* output/jack: connect to server on MPD startupMax Kellermann2009-10-21
* output/jack: removed the empty "cancel" methodMax Kellermann2009-10-21
* output/jack: renamed parameter "error" to "error_r"Max Kellermann2009-10-21
* output/jack: implement the "pause" methodMax Kellermann2009-10-21
* output/jack: renamed source to jack_output_plugin.cMax Kellermann2009-10-21