| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 2009-12-02 | 1 | -5/+6 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -1/+1 |
* | output/jack: added option "server_name" | Max Kellermann | 2009-11-07 | 1 | -1/+8 |
* | output/jack: free source port names on exit | Max Kellermann | 2009-11-07 | 1 | -0/+3 |
* | output/jack: dynamic source port list | Max Kellermann | 2009-11-06 | 1 | -37/+74 |
* | output/jack: dynamic destination port list | Max Kellermann | 2009-11-06 | 1 | -25/+71 |
* | output/jack: renamed option "ports" to "destination_ports" | Max Kellermann | 2009-11-06 | 1 | -1/+9 |
* | output/jack: renamed "output ports" to "destination ports" | Max Kellermann | 2009-11-06 | 1 | -18/+20 |
* | output/jack: support mono input | Max Kellermann | 2009-11-05 | 1 | -13/+41 |
* | output/jack: clear ring buffers before activating | Max Kellermann | 2009-11-05 | 1 | -1/+6 |
* | output/jack: use jack_client_open() instead of jack_client_new() | Max Kellermann | 2009-11-05 | 1 | -4/+23 |
* | output/jack: added option "client_name" | Max Kellermann | 2009-11-05 | 1 | -3/+2 |
* | output/jack: implement methods enable()/disable() | Max Kellermann | 2009-10-23 | 1 | -16/+24 |
* | output/jack: make ringbuffer_size a size_t | Max Kellermann | 2009-10-21 | 1 | -1/+1 |
* | output/jack: connect to server on MPD startup | Max Kellermann | 2009-10-21 | 1 | -69/+119 |
* | output/jack: removed the empty "cancel" method | Max Kellermann | 2009-10-21 | 1 | -6/+0 |
* | output/jack: renamed parameter "error" to "error_r" | Max Kellermann | 2009-10-21 | 1 | -12/+12 |
* | output/jack: implement the "pause" method | Max Kellermann | 2009-10-21 | 1 | -0/+41 |
* | output/jack: renamed source to jack_output_plugin.c | Max Kellermann | 2009-10-21 | 1 | -0/+450 |