aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2005-03-21drop the current audio buffer when seekingWarren Dukes1-0/+1
2005-03-20some potential optimizations for OS XWarren Dukes1-26/+55
2005-03-19print out bits in debug message output for OSS and ALSAWarren Dukes3-5/+9
2005-03-19fix a spelling error in a debug msgWarren Dukes1-1/+1
2005-03-19cleanup some debug codeWarren Dukes1-14/+11
2005-03-19fix some signal handlingWarren Dukes3-15/+13
2005-03-17bump the OS X buffer up to 1sWarren Dukes1-3/+3
2005-03-17dynamically allocate a buffer for 0.5s of audio for OS XWarren Dukes1-13/+20
2005-03-17tweak OS X a bit moreWarren Dukes1-1/+1
2005-03-17OS X tweaksWarren Dukes1-4/+2
2005-03-17fix for dmixWarren Dukes1-2/+1
2005-03-17slight tweak of avuton's idea of causing an error when no audio output's foundWarren Dukes1-6/+1
2005-03-16cleanup debugging code and implement _dropBufferedAudio()Warren Dukes1-32/+26
2005-03-16closing the audio device seems to work nowWarren Dukes1-1/+9
2005-03-16attempt to close the osx deviceWarren Dukes1-1/+13
2005-03-16playing audio in OS X now works, but far from finishedWarren Dukes1-186/+143
2005-03-15undo change 3081Warren Dukes3-136/+0
2005-03-14broken os x outputWarren Dukes1-3/+245
2005-03-14- Add 'mute' command for testingAvuton Olrich3-0/+136
2005-03-13a little more error outputWarren Dukes1-2/+3
2005-03-13fix FLAC playback over non-ideal HTTP streamsEric Wong1-4/+14
2005-03-13some broken OS X stuffWarren Dukes1-1/+19
2005-03-13add OS X configure stuff and added a skeleton audioOutput plugin for OS XWarren Dukes3-0/+112
2005-03-13slight changes to alsa errorsWarren Dukes1-3/+32
2005-03-13change some header includes so that we can compile on OS XWarren Dukes2-4/+1
2005-03-12*) slight code cleanupWarren Dukes2-15/+20
2005-03-12if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes9-47/+149
2005-03-11removed the id3v1_encoding config option, there's no way to guarantee that we...Warren Dukes3-18/+1
2005-03-10todo update, and remove a potentially gratutious playSilence() callWarren Dukes1-1/+6
2005-03-10code to attempt to pick a supported sample rate, bits, and channels if the re...Warren Dukes1-4/+234
2005-03-09fix segfault in error messageWarren Dukes1-3/+3
2005-03-09add ability to forcefully kill pid listed in pid file with '-kill -kill'Warren Dukes1-16/+27
2005-03-09don't print out config line in error message about pid file missingWarren Dukes1-1/+1
2005-03-09fix an error messageWarren Dukes1-1/+1
2005-03-09*) add support for pid filesWarren Dukes4-39/+126
2005-03-08undo fix for killall not preserving the current format properly, it causes pr...Warren Dukes1-2/+5
2005-03-08we ne allow audioOutput plugins to set the final outAudioFormat that will be ...Warren Dukes3-13/+27
2005-03-08for windows compatibility, if we're unable to add a song, convert '\' to '/' ...Warren Dukes1-4/+14
2005-03-08make PCM the default controller for the mixerWarren Dukes1-2/+2
2005-03-08now player and decoder processes should only exit() when receiving term signa...Warren Dukes4-5/+12
2005-03-07hopefully replaygain now works for musepackWarren Dukes2-6/+7
2005-03-07add support for parsing ape tags in musepack filesWarren Dukes5-7/+159
2005-03-06fix stateFile path getting garbledWarren Dukes3-28/+38
2005-03-06update usage and mpd man page to indicate that we now require a config fileWarren Dukes1-1/+0
2005-03-06config file change! now 'port' is optional and 'db_file' is required!Warren Dukes11-137/+143
2005-03-05added composer, performer, and comment metadata itemsWarren Dukes4-2/+35
2005-03-05wee bit of code cleanupWarren Dukes2-2/+4
2005-03-05don't need the extra snd_pcm_prepare after _dropWarren Dukes1-1/+0
2005-03-05more alsa workWarren Dukes1-41/+57
2005-03-05set buffer_before_play default to 0%Warren Dukes1-1/+1