aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2005-04-17fix some parsing of http_prebuffer_sizeWarren Dukes1-3/+3
2005-04-06fix OSS audioOutput plugin, so that when dropAudioBuffer is called and the os...Warren Dukes1-5/+10
2005-04-03syntax error cleanupWarren Dukes1-1/+1
2005-04-03fix syntax errorWarren Dukes1-1/+1
2005-03-29- Fix incompatible type warningsAvuton Olrich1-2/+2
2005-03-28simpler parentPath() function from the uclinux branch (well-tested)Eric Wong1-12/+9
2005-03-24destroy mutex's and condition'sWarren Dukes1-0/+2
2005-03-24revert to r3105Warren Dukes1-35/+59
2005-03-23fix compilation error in os x pluginWarren Dukes1-3/+3
2005-03-22potentially fix OS X woesWarren Dukes1-59/+35
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