aboutsummaryrefslogtreecommitdiff
path: root/src/audioOutputs
Commit message (Expand)AuthorAge
* gcc 2.95 fixesEric Wong2005-11-19
* Fixed (tested in Fink and DarwinPorts) osX output pluginQball Cow2005-10-02
* patch from Oliver Logghe for Hauppage Media MVP supportWarren Dukes2005-08-11
* fix warning reported gcc 4.0: x == y == z does not work as intendedEric Wong2005-08-07
* don't check errno unless we have an error (ret<0) from write()Eric Wong2005-07-03
* fix OSS audioOutput plugin, so that when dropAudioBuffer is called and the os...Warren Dukes2005-04-06
* destroy mutex's and condition'sWarren Dukes2005-03-24
* revert to r3105Warren Dukes2005-03-24
* fix compilation error in os x pluginWarren Dukes2005-03-23
* potentially fix OS X woesWarren Dukes2005-03-22
* some potential optimizations for OS XWarren Dukes2005-03-20
* print out bits in debug message output for OSS and ALSAWarren Dukes2005-03-19
* bump the OS X buffer up to 1sWarren Dukes2005-03-17
* dynamically allocate a buffer for 0.5s of audio for OS XWarren Dukes2005-03-17
* tweak OS X a bit moreWarren Dukes2005-03-17
* OS X tweaksWarren Dukes2005-03-17
* fix for dmixWarren Dukes2005-03-17
* slight tweak of avuton's idea of causing an error when no audio output's foundWarren Dukes2005-03-17
* cleanup debugging code and implement _dropBufferedAudio()Warren Dukes2005-03-16
* closing the audio device seems to work nowWarren Dukes2005-03-16
* attempt to close the osx deviceWarren Dukes2005-03-16
* playing audio in OS X now works, but far from finishedWarren Dukes2005-03-16
* broken os x outputWarren Dukes2005-03-14
* a little more error outputWarren Dukes2005-03-13
* some broken OS X stuffWarren Dukes2005-03-13
* add OS X configure stuff and added a skeleton audioOutput plugin for OS XWarren Dukes2005-03-13
* slight changes to alsa errorsWarren Dukes2005-03-13
* if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes2005-03-12
* code to attempt to pick a supported sample rate, bits, and channels if the re...Warren Dukes2005-03-10
* we ne allow audioOutput plugins to set the final outAudioFormat that will be ...Warren Dukes2005-03-08
* now player and decoder processes should only exit() when receiving term signa...Warren Dukes2005-03-08
* wee bit of code cleanupWarren Dukes2005-03-05
* don't need the extra snd_pcm_prepare after _dropWarren Dukes2005-03-05
* more alsa workWarren Dukes2005-03-05
* this seemed to help a bit with the blip's on nextWarren Dukes2005-03-05
* we want to stat, not lstatWarren Dukes2005-03-05
* fix some compilation warningWarren Dukes2005-03-05
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-05
* now alsa plugin should workWarren Dukes2005-03-05
* implemented alsa audioOutput plugin, now it needs testingWarren Dukes2005-03-05
* don't open device in initDriver! instead we just stat() for the deviceWarren Dukes2005-03-05
* this should fix compile bugs #350 and #351Warren Dukes2005-01-16
* fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud...Warren Dukes2004-11-20
* don't need to pass audioFormat to openDeviceFuncWarren Dukes2004-11-19
* merge changes from metadata-rewrite branchWarren Dukes2004-11-10
* add "genre" and "description" to shout config parametersWarren Dukes2004-11-09
* be sure to flush the metadata on song changeWarren Dukes2004-11-09
* don't set granulepos, that's pad, mmmkay?Warren Dukes2004-11-09
* try one other thing to fix icecast dropping clientsWarren Dukes2004-11-09
* make default non-publicWarren Dukes2004-11-04