aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs (unfollow)
Commit message (Expand)AuthorFilesLines
2005-08-11patch from Oliver Logghe for Hauppage Media MVP supportWarren Dukes1-0/+296
2005-08-07fix warning reported gcc 4.0: x == y == z does not work as intendedEric Wong1-1/+2
2005-07-03don't check errno unless we have an error (ret<0) from write()Eric Wong1-1/+1
2005-04-06fix OSS audioOutput plugin, so that when dropAudioBuffer is called and the os...Warren Dukes1-5/+10
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-20some potential optimizations for OS XWarren Dukes1-26/+55
2005-03-19print out bits in debug message output for OSS and ALSAWarren Dukes2-4/+6
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-14broken os x outputWarren Dukes1-3/+245
2005-03-13a little more error outputWarren Dukes1-2/+3
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 Dukes1-0/+109
2005-03-13slight changes to alsa errorsWarren Dukes1-3/+32
2005-03-12if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes4-5/+67
2005-03-10code to attempt to pick a supported sample rate, bits, and channels if the re...Warren Dukes1-4/+234
2005-03-08we ne allow audioOutput plugins to set the final outAudioFormat that will be ...Warren Dukes1-4/+10
2005-03-08now player and decoder processes should only exit() when receiving term signa...Warren Dukes1-1/+1
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-05this seemed to help a bit with the blip's on nextWarren Dukes1-0/+1
2005-03-05we want to stat, not lstatWarren Dukes1-1/+1
2005-03-05fix some compilation warningWarren Dukes1-1/+3
2005-03-05implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes4-29/+106
2005-03-05now alsa plugin should workWarren Dukes1-7/+13
2005-03-05implemented alsa audioOutput plugin, now it needs testingWarren Dukes1-0/+293
2005-03-05don't open device in initDriver! instead we just stat() for the deviceWarren Dukes1-29/+78
2005-01-16this should fix compile bugs #350 and #351Warren Dukes1-0/+20
2004-11-20fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud...Warren Dukes1-1/+2
2004-11-19don't need to pass audioFormat to openDeviceFuncWarren Dukes2-9/+5
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-3/+15
2004-11-09add "genre" and "description" to shout config parametersWarren Dukes1-0/+19
2004-11-09be sure to flush the metadata on song changeWarren Dukes1-39/+47
2004-11-09don't set granulepos, that's pad, mmmkay?Warren Dukes1-5/+0
2004-11-09try one other thing to fix icecast dropping clientsWarren Dukes1-0/+1
2004-11-04make default non-publicWarren Dukes1-1/+1
2004-11-04shout config: make "user" optional and default to "source", also add optional...Warren Dukes1-2/+17
2004-11-03remove signal handling code from ao open() and close()Warren Dukes1-5/+0