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