| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -5/+7 |
* | output: removed duplicate debug messages from plugins | Max Kellermann | 2009-03-01 | 1 | -1/+0 |
* | output_plugin: report errors with GError | Max Kellermann | 2009-02-26 | 1 | -21/+40 |
* | output_plugin: don't pass audio_output object to method init() | Max Kellermann | 2009-02-25 | 1 | -2/+1 |
* | output_api: removed audio_output_get_name() | Max Kellermann | 2009-02-25 | 1 | -10/+4 |
* | jack: initialize local variable "space" | Max Kellermann | 2009-02-24 | 1 | -1/+1 |
* | output: pass the music chunk pointer as void*, not char* | Max Kellermann | 2009-02-23 | 1 | -2/+2 |
* | output_api: play() returns a length | Max Kellermann | 2009-02-23 | 1 | -18/+15 |
* | utils: use g_usleep() instead of my_usleep() | Max Kellermann | 2009-02-19 | 1 | -2/+1 |
* | output_api: don't include config.h | Max Kellermann | 2009-02-16 | 1 | -0/+1 |
* | jack: don't override output_ports in connect() | Max Kellermann | 2009-01-30 | 1 | -10/+22 |
* | jack: removed sample_rate callback | Max Kellermann | 2009-01-30 | 1 | -20/+7 |
* | configure.ac: detect jack_set_info_function() | Max Kellermann | 2009-01-30 | 1 | -0/+5 |
* | jack: print info messages | Max Kellermann | 2009-01-30 | 1 | -0/+7 |
* | jack: don't manually close on shutdown | Max Kellermann | 2009-01-29 | 1 | -3/+1 |
* | jack: initialize output_ports if not configured | Max Kellermann | 2009-01-29 | 1 | -0/+3 |
* | jack: close JACK client on stop | Max Kellermann | 2009-01-29 | 1 | -4/+4 |
* | jack: removed "bps" attribute | Max Kellermann | 2009-01-29 | 1 | -5/+1 |
* | jack: make mpd_jack_connect() return bool | Max Kellermann | 2009-01-29 | 1 | -10/+10 |
* | jack: use loops for allocating/freeing ports/buffers | Max Kellermann | 2009-01-29 | 1 | -36/+32 |
* | jack: fail if jack_get_ports() returns NULL | Max Kellermann | 2009-01-29 | 1 | -19/+23 |
* | jack: use jack_port_name() instead of g_malloc()+sprintf() | Max Kellermann | 2009-01-29 | 1 | -12/+2 |
* | jack: initialize libjack's error function in mpd_jack_init() | Max Kellermann | 2009-01-29 | 1 | -1/+2 |
* | jack: reduced sleep time to 1ms | Max Kellermann | 2009-01-29 | 1 | -1/+1 |
* | jack: clear "shutdown" flag on reconnect | Max Kellermann | 2009-01-29 | 1 | -0/+2 |
* | jack: allocate ring buffers before connecting | Max Kellermann | 2009-01-29 | 1 | -5/+3 |
* | jack: register ports before activating clients | Max Kellermann | 2009-01-29 | 1 | -5/+5 |
* | use g_free() instead of free() | Max Kellermann | 2009-01-25 | 1 | -4/+4 |
* | conf: allow param==NULL | Max Kellermann | 2009-01-25 | 1 | -13/+1 |
* | conf: const pointers in block get functions | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | conf: added config_get_block_unsigned() | Max Kellermann | 2009-01-18 | 1 | -15/+2 |
* | conf: added config_get_block_string() | Max Kellermann | 2009-01-18 | 1 | -3/+5 |
* | jack: parse "ports" setting with g_strsplit() | Max Kellermann | 2009-01-18 | 1 | -20/+7 |
* | jack: use audio_output_get_name() | Max Kellermann | 2009-01-18 | 1 | -11/+1 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -2/+2 |
* | jack: use GLib instead of utils.h | Max Kellermann | 2009-01-02 | 1 | -15/+14 |
* | jack: duplicate jack_get_ports() return values | Max Kellermann | 2009-01-02 | 1 | -3/+4 |
* | output plugins: don't include gcc.h | Max Kellermann | 2009-01-01 | 1 | -4/+4 |
* | jack: use GLib logging | Max Kellermann | 2008-12-29 | 1 | -28/+30 |
* | alsa, jack: no const pointers for allocated strings | Max Kellermann | 2008-11-01 | 1 | -9/+17 |
* | output: use bool for return values and flags | Max Kellermann | 2008-10-29 | 1 | -8/+8 |
* | output: don't compile plugins which are disabled | Max Kellermann | 2008-10-26 | 1 | -9/+0 |
* | renamed src/audioOutputs/ to src/output/ | Max Kellermann | 2008-10-26 | 1 | -0/+486 |