| Commit message (Expand) | Author | Files | Lines |
2009-02-09 | shout: clear buffer before calling the encoder | Max Kellermann | 3 | -18/+14 |
2009-02-09 | shout: don't postpone metadata | Max Kellermann | 3 | -34/+14 |
2009-02-09 | shout: use libshout's synchronization | Max Kellermann | 2 | -24/+4 |
2009-02-09 | shout: switch to blocking mode | Max Kellermann | 2 | -77/+7 |
2009-02-09 | shout: removed shout_data.tag_to_send | Max Kellermann | 2 | -9/+6 |
2009-02-09 | shout: removed shout_data.shout_error | Max Kellermann | 2 | -4/+0 |
2009-02-02 | shout_mp3: call lame_close() in clear_encoder() method | Max Kellermann | 1 | -2/+6 |
2009-02-02 | shout_mp3: free the lame_data struct on exit | Max Kellermann | 1 | -0/+2 |
2009-01-30 | output_api: moved the command check out of method pause() | Max Kellermann | 1 | -10/+3 |
2009-01-30 | output_api: removed audio_output_closed() | Max Kellermann | 1 | -1/+0 |
2009-01-30 | jack: don't override output_ports in connect() | Max Kellermann | 1 | -10/+22 |
2009-01-30 | jack: removed sample_rate callback | Max Kellermann | 1 | -20/+7 |
2009-01-30 | configure.ac: detect jack_set_info_function() | Max Kellermann | 1 | -0/+5 |
2009-01-30 | jack: print info messages | Max Kellermann | 1 | -0/+7 |
2009-01-29 | jack: don't manually close on shutdown | Max Kellermann | 1 | -3/+1 |
2009-01-29 | jack: initialize output_ports if not configured | Max Kellermann | 1 | -0/+3 |
2009-01-29 | jack: close JACK client on stop | Max Kellermann | 1 | -4/+4 |
2009-01-29 | jack: removed "bps" attribute | Max Kellermann | 1 | -5/+1 |
2009-01-29 | jack: make mpd_jack_connect() return bool | Max Kellermann | 1 | -10/+10 |
2009-01-29 | jack: use loops for allocating/freeing ports/buffers | Max Kellermann | 1 | -36/+32 |
2009-01-29 | jack: fail if jack_get_ports() returns NULL | Max Kellermann | 1 | -19/+23 |
2009-01-29 | jack: use jack_port_name() instead of g_malloc()+sprintf() | Max Kellermann | 1 | -12/+2 |
2009-01-29 | jack: initialize libjack's error function in mpd_jack_init() | Max Kellermann | 1 | -1/+2 |
2009-01-29 | jack: reduced sleep time to 1ms | Max Kellermann | 1 | -1/+1 |
2009-01-29 | jack: clear "shutdown" flag on reconnect | Max Kellermann | 1 | -0/+2 |
2009-01-29 | jack: allocate ring buffers before connecting | Max Kellermann | 1 | -5/+3 |
2009-01-29 | jack: register ports before activating clients | Max Kellermann | 1 | -5/+5 |
2009-01-25 | use g_free() instead of free() | Max Kellermann | 7 | -12/+11 |
2009-01-25 | mixer: removed mixer_configure(), configure mixer in mixer_new() | Max Kellermann | 2 | -11/+3 |
2009-01-25 | mixer: return a mixer struct pointer | Max Kellermann | 2 | -15/+17 |
2009-01-25 | conf: allow param==NULL | Max Kellermann | 3 | -27/+10 |
2009-01-25 | conf: const pointers in block get functions | Max Kellermann | 10 | -12/+12 |
2009-01-25 | alsa: added comments | Max Kellermann | 1 | -3/+21 |
2009-01-25 | alsa: frame_size is size_t, not int | Max Kellermann | 1 | -1/+1 |
2009-01-25 | alsa: no CamelCase | Max Kellermann | 1 | -93/+103 |
2009-01-25 | alsa: fix option parsing and restore default period_time | Dan McGee | 1 | -3/+6 |
2009-01-22 | null: added option to disable timer synchronization | Max Kellermann | 1 | -1/+11 |
2009-01-22 | null: implemented finish() method | Max Kellermann | 1 | -0/+13 |
2009-01-22 | null: no CamelCase | Max Kellermann | 1 | -13/+18 |
2009-01-18 | conf: added config_get_block_unsigned() | Max Kellermann | 4 | -39/+7 |
2009-01-18 | conf: added config_get_block_string() | Max Kellermann | 7 | -86/+57 |
2009-01-18 | jack: parse "ports" setting with g_strsplit() | Max Kellermann | 1 | -20/+7 |
2009-01-18 | jack: use audio_output_get_name() | Max Kellermann | 1 | -11/+1 |
2009-01-17 | conf: replaced getBoolBlockParam() with config_get_block_bool() | Max Kellermann | 2 | -9/+6 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 10 | -26/+29 |
2009-01-16 | oss: evaluate the oss_open() return value properly | Max Kellermann | 1 | -1/+1 |
2009-01-14 | shout: enlarge buffer size to 32 kB | Antoine Beaupré | 1 | -1/+1 |
2009-01-10 | Introducing mixer api | Viliam Mateicka | 2 | -15/+16 |
2009-01-08 | added missing explicit config.h includes | Max Kellermann | 1 | -0/+1 |
2009-01-07 | pcm_utils: moved conversion code to pcm_convert.c | Max Kellermann | 1 | -1/+1 |