aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-14command: added command "idle"Max Kellermann13-3/+284
2008-10-14alsa: added #ifdefs around SND_PCM_NO_AUTO_xxxMax Kellermann1-0/+6
2008-10-14playlist: don't use uninitialized local variable (typo)Max Kellermann1-1/+1
2008-10-14oss: use unsigned integer for ioctl constantsMax Kellermann1-12/+12
2008-10-14oss: convert several macros to enumMax Kellermann1-19/+25
2008-10-14alsa: optionally disable resampling and othersMax Kellermann1-1/+15
2008-10-14changed package name to "mpd-mk", updated version numberMax Kellermann1-1/+2
2008-10-14update: don't follow relative symlinksMax Kellermann1-1/+44
2008-10-14ls: removed myStat(), isFile(), isDir()Max Kellermann2-53/+0
2008-10-14mapper: new song-to-filesystem mapper libraryMax Kellermann9-53/+241
2008-10-14playlist: moved code to playlist_save.cMax Kellermann5-26/+89
2008-10-14song: pass const song pointer to song_get_url()Max Kellermann2-2/+2
2008-10-14{dir,song}vec: fix off-by-one errors in {dir,song}vec_deleteEric Wong2-10/+9
2008-10-13song: stat file in song_file_update(), don't use isMusic()Max Kellermann3-20/+8
2008-10-13update: always look up parent directory in updatePath()Max Kellermann1-20/+10
2008-10-13update: pass base file name to updateInDirectory()Max Kellermann1-9/+24
2008-10-13update: moved code to make_subdir()Max Kellermann1-4/+13
2008-10-13update: added delete_name_in()Max Kellermann1-1/+18
2008-10-13dirvec: dirvec_find() compares basenameMax Kellermann1-1/+4
2008-10-13directory: added directory_get_name()Max Kellermann2-0/+13
2008-10-13playlist: don't use isPlaylist() in deletePlaylist()Max Kellermann3-22/+3
2008-10-13audio: don't clear input_audio_format on openAudioDevice(NULL)Max Kellermann1-3/+1
2008-10-13directory: pass const pointers to inline functionsMax Kellermann1-2/+2
2008-10-13songvec: avoid holding nr_lock during free(3)Eric Wong1-3/+5
2008-10-13update: allow music_root updates to be queuedEric Wong1-3/+2
2008-10-13directory: use mpd_sizeof_str_flex_array for path, tooEric Wong2-7/+8
2008-10-13tag_item: avoid wasting space when struct is unpackableEric Wong2-2/+4
2008-10-13song: song_get_url: fix "/" prefix for songs in music_rootEric Wong1-1/+1
2008-10-12shout: make the protocol configurableAaron McEwan1-2/+25
2008-10-12shout: use strcmp() instead of strncasecmp()Max Kellermann1-2/+2
2008-10-12alsa: fall back to 16 bit outputMax Kellermann1-0/+11
2008-10-12pcm_utils: support any number of channels in pcm_sizeOfConvBuffer()Max Kellermann1-11/+2
2008-10-12pcm_utils: support converting N channels to stereoMax Kellermann1-0/+26
2008-10-12pcm_utils: pass output channel count to pcm_convertChannels()Max Kellermann1-35/+22
2008-10-12pcm_utils: moved code from pcm_convertChannels() to separate functionsMax Kellermann1-20/+32
2008-10-12alsa: moved code to alsa_configure()Max Kellermann1-13/+18
2008-10-12pcm_utils: pass int16_t* where appropriateMax Kellermann1-12/+15
2008-10-12player: replaced buffered_before_play with buffering flagMax Kellermann1-9/+10
2008-10-12audio: renamed the audio_format variablesMax Kellermann1-17/+13
2008-10-12audio: removed enum ad_stateMax Kellermann1-22/+14
2008-10-12audio: removed audio_buffer.bufferMax Kellermann1-69/+2
2008-10-12output_buffer: converted ob_is_empty() to inlineMax Kellermann2-6/+4
2008-10-12player: added commands QUEUE and CANCELMax Kellermann4-155/+74
2008-10-12playlist: call clearPlayerQueue() only if song is queuedMax Kellermann1-23/+15
2008-10-12player: added struct playerMax Kellermann1-48/+75
2008-10-11player: removed set_current_song()Max Kellermann1-13/+5
2008-10-11player: removed player_control.fileTimeMax Kellermann3-3/+2
2008-10-11alsa: don't override libasound's buffer_time and period_timeMax Kellermann1-20/+19
2008-10-11alsa: re-enable blocking modeMax Kellermann1-15/+2
2008-10-11oss: fix opening default OSS deviceMax Kellermann1-1/+1