aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-30input_stream: make seek(), buffer() optionalMax Kellermann5-44/+7
2009-01-30archive: replaced setup_stream() with open_stream()Max Kellermann7-135/+37
2009-01-30input_stream: let the implementation assign is->pluginMax Kellermann4-1/+10
2009-01-30input_stream: documented the APIMax Kellermann1-9/+83
2009-01-29jack: don't manually close on shutdownMax Kellermann1-3/+1
2009-01-29jack: initialize output_ports if not configuredMax Kellermann1-0/+3
2009-01-29jack: close JACK client on stopMax Kellermann1-4/+4
2009-01-29jack: removed "bps" attributeMax Kellermann1-5/+1
2009-01-29jack: make mpd_jack_connect() return boolMax Kellermann1-10/+10
2009-01-29jack: use loops for allocating/freeing ports/buffersMax Kellermann1-36/+32
2009-01-29jack: fail if jack_get_ports() returns NULLMax Kellermann1-19/+23
2009-01-29jack: use jack_port_name() instead of g_malloc()+sprintf()Max Kellermann1-12/+2
2009-01-29jack: initialize libjack's error function in mpd_jack_init()Max Kellermann1-1/+2
2009-01-29mms: declare GLib log domainMax Kellermann1-0/+3
2009-01-29added support for the MMS protocolMax Kellermann5-0/+164
2009-01-29player_control: reset pc.error if pc.errored_song is clearedMax Kellermann1-1/+3
2009-01-29jack: reduced sleep time to 1msMax Kellermann1-1/+1
2009-01-29jack: clear "shutdown" flag on reconnectMax Kellermann1-0/+2
2009-01-29jack: allocate ring buffers before connectingMax Kellermann1-5/+3
2009-01-29jack: register ports before activating clientsMax Kellermann1-5/+5
2009-01-27zeroconf: corrected default service name usageMax Kellermann1-2/+2
2009-01-25client: use the GIOChannel for I/OMax Kellermann1-40/+110
2009-01-25client: use GLib's win32 IO channel on WIN32Max Kellermann1-0/+5
2009-01-25tag: remove unused variable paramLaszlo Ashin1-3/+2
2009-01-25database: eliminate "goto" usageMax Kellermann1-7/+8
2009-01-25use g_free() instead of free()Max Kellermann18-40/+36
2009-01-25mixer_api: removed struct mixer_dataMax Kellermann4-39/+45
2009-01-25mixer: merged methods "init" and "configure"Max Kellermann4-68/+20
2009-01-25mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGUREMax Kellermann5-30/+0
2009-01-25mixer: configure legacy mixer before the audio outputsMax Kellermann2-22/+70
2009-01-25mixer: removed mixer_configure(), configure mixer in mixer_new()Max Kellermann4-20/+7
2009-01-25mixer: return a mixer struct pointerMax Kellermann4-15/+40
2009-01-25mixer: make all mixer_plugin pointers constMax Kellermann4-7/+7
2009-01-25mixer: added missing copyright headersMax Kellermann4-0/+68
2009-01-25conf: added config_add_param()Max Kellermann2-0/+17
2009-01-25Add idle event on sticker deletion, update and insertionQball Cow3-1/+9
2009-01-25conf: allow param==NULLMax Kellermann6-33/+13
2009-01-25conf: const pointers in block get functionsMax Kellermann27-49/+49
2009-01-25use config_get_string() instead of config_get_param()Max Kellermann5-31/+24
2009-01-25playlist: moved is_valid_playlist_name() to stored_playlist.cMax Kellermann4-22/+32
2009-01-25playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann5-65/+83
2009-01-25playlist: removed g_rand, PLAYLIST_HASH_MULTMax Kellermann1-10/+0
2009-01-25queue: added queue_shuffle_order_last()Max Kellermann3-6/+18
2009-01-25stored_playlist: moved configuration variables from playlist.cMax Kellermann7-19/+32
2009-01-25player_thread: start decoder thread in player threadMax Kellermann2-2/+3
2009-01-25player_control: added player_control.threadMax Kellermann3-2/+12
2009-01-25decoder_control: added decoder_control.threadMax Kellermann4-6/+17
2009-01-25mapper: added dot to PLAYLIST_FILE_SUFFIXMax Kellermann3-9/+6
2009-01-25alsa: added commentsMax Kellermann1-3/+21
2009-01-25alsa: frame_size is size_t, not intMax Kellermann1-1/+1