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