aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* archive: replaced setup_stream() with open_stream()Max Kellermann2009-01-30
* input_stream: let the implementation assign is->pluginMax Kellermann2009-01-30
* input_stream: documented the APIMax Kellermann2009-01-30
* jack: don't manually close on shutdownMax Kellermann2009-01-29
* jack: initialize output_ports if not configuredMax Kellermann2009-01-29
* jack: close JACK client on stopMax Kellermann2009-01-29
* jack: removed "bps" attributeMax Kellermann2009-01-29
* jack: make mpd_jack_connect() return boolMax Kellermann2009-01-29
* jack: use loops for allocating/freeing ports/buffersMax Kellermann2009-01-29
* jack: fail if jack_get_ports() returns NULLMax Kellermann2009-01-29
* jack: use jack_port_name() instead of g_malloc()+sprintf()Max Kellermann2009-01-29
* jack: initialize libjack's error function in mpd_jack_init()Max Kellermann2009-01-29
* mms: declare GLib log domainMax Kellermann2009-01-29
* added support for the MMS protocolMax Kellermann2009-01-29
* player_control: reset pc.error if pc.errored_song is clearedMax Kellermann2009-01-29
* jack: reduced sleep time to 1msMax Kellermann2009-01-29
* jack: clear "shutdown" flag on reconnectMax Kellermann2009-01-29
* jack: allocate ring buffers before connectingMax Kellermann2009-01-29
* jack: register ports before activating clientsMax Kellermann2009-01-29
* zeroconf: corrected default service name usageMax Kellermann2009-01-27
* client: use the GIOChannel for I/OMax Kellermann2009-01-25
* client: use GLib's win32 IO channel on WIN32Max Kellermann2009-01-25
* tag: remove unused variable paramLaszlo Ashin2009-01-25
* database: eliminate "goto" usageMax Kellermann2009-01-25
* use g_free() instead of free()Max Kellermann2009-01-25
* mixer_api: removed struct mixer_dataMax Kellermann2009-01-25
* mixer: merged methods "init" and "configure"Max Kellermann2009-01-25
* mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGUREMax Kellermann2009-01-25
* mixer: configure legacy mixer before the audio outputsMax Kellermann2009-01-25
* mixer: removed mixer_configure(), configure mixer in mixer_new()Max Kellermann2009-01-25
* mixer: return a mixer struct pointerMax Kellermann2009-01-25
* mixer: make all mixer_plugin pointers constMax Kellermann2009-01-25
* mixer: added missing copyright headersMax Kellermann2009-01-25
* conf: added config_add_param()Max Kellermann2009-01-25
* Add idle event on sticker deletion, update and insertionQball Cow2009-01-25
* conf: allow param==NULLMax Kellermann2009-01-25
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* use config_get_string() instead of config_get_param()Max Kellermann2009-01-25
* playlist: moved is_valid_playlist_name() to stored_playlist.cMax Kellermann2009-01-25
* playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann2009-01-25
* playlist: removed g_rand, PLAYLIST_HASH_MULTMax Kellermann2009-01-25
* queue: added queue_shuffle_order_last()Max Kellermann2009-01-25
* stored_playlist: moved configuration variables from playlist.cMax Kellermann2009-01-25
* player_thread: start decoder thread in player threadMax Kellermann2009-01-25
* player_control: added player_control.threadMax Kellermann2009-01-25
* decoder_control: added decoder_control.threadMax Kellermann2009-01-25
* mapper: added dot to PLAYLIST_FILE_SUFFIXMax Kellermann2009-01-25
* alsa: added commentsMax Kellermann2009-01-25
* alsa: frame_size is size_t, not intMax Kellermann2009-01-25
* alsa: no CamelCaseMax Kellermann2009-01-25