| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | mikmod: call MikMod_Exit() only in the finish() method | Matthias Drochner | 2009-01-30 | 1 | -6/+0 |
* | wavpack: pass NULL if the .wvc file fails to open | Max Kellermann | 2009-01-30 | 1 | -1/+3 |
* | jack: print info messages | Max Kellermann | 2009-01-30 | 1 | -0/+7 |
* | client: check for G_IO_ERR and G_IO_HUP | Max Kellermann | 2009-01-30 | 1 | -8/+19 |
* | mapper: ignore duplicate slashes in playlists | Max Kellermann | 2009-01-30 | 1 | -0/+3 |
* | mapper: remove trailing slashes from music_directory | Max Kellermann | 2009-01-30 | 1 | -1/+15 |
* | ffmeg: added support for the tags comment, genre, year | David Horn | 2009-01-30 | 1 | -0/+10 |
* | input_stream: make seek(), buffer() optional | Max Kellermann | 2009-01-30 | 5 | -44/+7 |
* | archive: replaced setup_stream() with open_stream() | Max Kellermann | 2009-01-30 | 7 | -135/+37 |
* | input_stream: let the implementation assign is->plugin | Max Kellermann | 2009-01-30 | 4 | -1/+10 |
* | input_stream: documented the API | Max Kellermann | 2009-01-30 | 1 | -9/+83 |
* | 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 |