aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-22audio: removed function finishAudioConfig()Max Kellermann3-8/+0
2009-10-22main: put #ifdef inside winsock_init()Max Kellermann1-5/+2
2009-10-22permission: improve const-correctnessSF Markus Elfring2-2/+2
2009-10-21playlist: new ASX playlist pluginMax Kellermann3-0/+340
2009-10-21playlist/xspf: ignore text in root, playlist, tracklistMax Kellermann1-0/+2
2009-10-21audio_format: wildcards allowed in audio_format configurationMax Kellermann7-22/+92
2009-10-21audio_parser: moved code to separate functionsMax Kellermann1-29/+78
2009-10-21output: convert config_audio_format to an audio_format structMax Kellermann3-14/+16
2009-10-21audio_parser: renamed parameter "error" to "error_r"Max Kellermann2-10/+12
2009-10-21audio: removed config_param.value NULL checkMax Kellermann1-1/+1
2009-10-21output/jack: make ringbuffer_size a size_tMax Kellermann1-1/+1
2009-10-21output/jack: connect to server on MPD startupMax Kellermann1-69/+119
2009-10-21output/jack: removed the empty "cancel" methodMax Kellermann1-6/+0
2009-10-21output/jack: renamed parameter "error" to "error_r"Max Kellermann1-12/+12
2009-10-21output/jack: implement the "pause" methodMax Kellermann1-0/+41
2009-10-21output/jack: renamed source to jack_output_plugin.cMax Kellermann2-4/+4
2009-10-21pulse: code rewrite using the asynchronous libpulse APIMax Kellermann3-282/+765
2009-10-21mixer_plugin: pass audio_output pointer to mixer_plugin.init()Max Kellermann8-12/+20
2009-10-21volume: added PIPE_EVENT_MIXERMax Kellermann2-0/+19
2009-10-20mixer_plugin: use GError for error handlingMax Kellermann10-79/+189
2009-10-20output_init: renamed parameter "error" to "error_r"Max Kellermann2-8/+8
2009-10-20mixer/{oss,alsa}: renamed the mixer source filesMax Kellermann5-12/+14
2009-10-20output/pulse: renamed context to "Music Player Daemon"Max Kellermann1-1/+1
2009-10-20pulse: renamed source filesMax Kellermann4-8/+10
2009-10-20pulse: announce "media.role=music"Max Kellermann1-0/+2
2009-10-20main: call g_set_application_name()Max Kellermann1-0/+2
2009-10-20mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann7-11/+10
2009-10-18decoder/vorbis: avoid unused symbol warnings from vorbisfile.hSerge Ziryukin1-0/+1
2009-10-18command: omitting the range end is possibleMax Kellermann1-1/+4
2009-10-18command: use GLib limit macros in check_range()Max Kellermann1-10/+10
2009-10-17command: allow changing replay gain mode on-the-flyMax Kellermann3-1/+63
2009-10-17replay_gain: moved mode parser to replay_gain_set_mode_string()Max Kellermann1-6/+19
2009-10-17replay_gain: added setting "replaygain off"Max Kellermann1-1/+1
2009-10-17replay_gain: read configuration even when replay gain is disabledMax Kellermann1-4/+3
2009-10-16update: obey .mpdignore filesMax Kellermann3-2/+202
2009-10-16decoder/flac: fixed two memory leaks in the CUE tag loaderMax Kellermann1-2/+3
2009-10-16update: fixed memory leak during container scanMax Kellermann1-3/+6
2009-10-16update: song_file_new() cannot failMax Kellermann1-3/+0
2009-10-16output_thread: check again if output is open on CANCELMax Kellermann1-1/+2
2009-10-15notify_queue: use g_timeout_add_seconds()A. Klitzing1-2/+2
2009-10-15player_thread: don't call audio_output_all_check() if pausedMax Kellermann1-1/+2
2009-10-15Add PLS ParserQball Cow3-0/+242
2009-10-13input/lastfm: removed obsolete last.fm input pluginMax Kellermann4-502/+0
2009-10-13command: "load" supports remote playlists (m3u, xspf, lastfm://)Max Kellermann3-0/+147
2009-10-13main: initialize playlist pluginsMax Kellermann1-0/+3
2009-10-13song: renamed attribute "url" to "uri"Max Kellermann12-44/+43
2009-10-13queue: no CamelCaseMax Kellermann2-17/+17
2009-10-13playlist: added plugin for last.fm radioMax Kellermann3-0/+330
2009-10-13playlist: added XSPF pluginMax Kellermann3-0/+358
2009-10-13input/curl: fixed endless loop during bufferingMax Kellermann1-1/+1