| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | mms: declare GLib log domain | Max Kellermann | 2009-01-29 | 1 | -0/+3 |
* | added support for the MMS protocol | Max Kellermann | 2009-01-29 | 5 | -0/+164 |
* | player_control: reset pc.error if pc.errored_song is cleared | Max Kellermann | 2009-01-29 | 1 | -1/+3 |
* | 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 |
* | zeroconf: corrected default service name usage | Max Kellermann | 2009-01-27 | 1 | -2/+2 |
* | client: use the GIOChannel for I/O | Max Kellermann | 2009-01-25 | 1 | -40/+110 |
* | client: use GLib's win32 IO channel on WIN32 | Max Kellermann | 2009-01-25 | 1 | -0/+5 |
* | tag: remove unused variable param | Laszlo Ashin | 2009-01-25 | 1 | -3/+2 |
* | database: eliminate "goto" usage | Max Kellermann | 2009-01-25 | 1 | -7/+8 |
* | use g_free() instead of free() | Max Kellermann | 2009-01-25 | 18 | -40/+36 |
* | mixer_api: removed struct mixer_data | Max Kellermann | 2009-01-25 | 4 | -39/+45 |
* | mixer: merged methods "init" and "configure" | Max Kellermann | 2009-01-25 | 4 | -68/+20 |
* | mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGURE | Max Kellermann | 2009-01-25 | 5 | -30/+0 |
* | mixer: configure legacy mixer before the audio outputs | Max Kellermann | 2009-01-25 | 2 | -22/+70 |
* | mixer: removed mixer_configure(), configure mixer in mixer_new() | Max Kellermann | 2009-01-25 | 4 | -20/+7 |
* | mixer: return a mixer struct pointer | Max Kellermann | 2009-01-25 | 4 | -15/+40 |
* | mixer: make all mixer_plugin pointers const | Max Kellermann | 2009-01-25 | 4 | -7/+7 |
* | mixer: added missing copyright headers | Max Kellermann | 2009-01-25 | 4 | -0/+68 |
* | conf: added config_add_param() | Max Kellermann | 2009-01-25 | 2 | -0/+17 |
* | Add idle event on sticker deletion, update and insertion | Qball Cow | 2009-01-25 | 3 | -1/+9 |
* | conf: allow param==NULL | Max Kellermann | 2009-01-25 | 6 | -33/+13 |
* | conf: const pointers in block get functions | Max Kellermann | 2009-01-25 | 27 | -49/+49 |
* | use config_get_string() instead of config_get_param() | Max Kellermann | 2009-01-25 | 5 | -31/+24 |
* | playlist: moved is_valid_playlist_name() to stored_playlist.c | Max Kellermann | 2009-01-25 | 4 | -22/+32 |
* | playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.c | Max Kellermann | 2009-01-25 | 5 | -65/+83 |
* | playlist: removed g_rand, PLAYLIST_HASH_MULT | Max Kellermann | 2009-01-25 | 1 | -10/+0 |
* | queue: added queue_shuffle_order_last() | Max Kellermann | 2009-01-25 | 3 | -6/+18 |
* | stored_playlist: moved configuration variables from playlist.c | Max Kellermann | 2009-01-25 | 7 | -19/+32 |
* | player_thread: start decoder thread in player thread | Max Kellermann | 2009-01-25 | 2 | -2/+3 |
* | player_control: added player_control.thread | Max Kellermann | 2009-01-25 | 3 | -2/+12 |
* | decoder_control: added decoder_control.thread | Max Kellermann | 2009-01-25 | 4 | -6/+17 |
* | mapper: added dot to PLAYLIST_FILE_SUFFIX | Max Kellermann | 2009-01-25 | 3 | -9/+6 |
* | alsa: added comments | Max Kellermann | 2009-01-25 | 1 | -3/+21 |
* | alsa: frame_size is size_t, not int | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | alsa: no CamelCase | Max Kellermann | 2009-01-25 | 1 | -93/+103 |
* | alsa: fix option parsing and restore default period_time | Dan McGee | 2009-01-25 | 1 | -3/+6 |
* | Fix tag not being set when casefolding the locate_item_list | Qball Cow | 2009-01-25 | 1 | -1/+3 |
* | renamed the "mod" decoder plugin to "mikmod" | Max Kellermann | 2009-01-24 | 3 | -5/+5 |