aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-10-13playlist_list: pass configuration to playlist pluginsMax Kellermann3-2/+42
2009-10-13playlist/m3u: added plugin nameMax Kellermann1-0/+2
2009-10-13playlist_list: initialize the "playlist" variableMax Kellermann1-1/+1
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann23-166/+161
2009-10-13state_file: use g_timeout_add_seconds()Max Kellermann1-2/+3
2009-10-13configure.ac: require GLib 2.16Max Kellermann5-29/+0
2009-10-12playlist_plugin: new plugin API for playlist parsersMax Kellermann5-0/+451
2009-10-12text_input_stream: input_stream wrapper for reading text filesMax Kellermann2-0/+140
2009-10-12song: moved code to song_update.cMax Kellermann2-147/+172
2009-10-11decoder_thread: removed redundant NULL assignmentsMax Kellermann1-2/+1
2009-10-11input_stream: use "goffset" instead of "off_t"Max Kellermann10-25/+25
2009-10-11riff, aiff: fixed "limited range" gcc warningMax Kellermann2-10/+10
2009-10-11decoder_thread: change the fallback decoder name to "mad"Max Kellermann1-1/+1
2009-10-11input/curl: don't abort if a packet has only metadataMax Kellermann1-20/+22
2009-10-11input/curl: moved code to fill_buffer()Max Kellermann1-27/+40
2009-10-08player_thread: get "elapsed" from audio outputsMax Kellermann5-4/+42
2009-10-08player_thread: always clear player_control.next_song on returnMax Kellermann1-5/+3
2009-10-08player_control: eliminate PLAYER_COMMAND_PLAYMax Kellermann3-5/+1
2009-10-08player_control: added several assertions on pc.next_song==NULLMax Kellermann1-0/+6