aboutsummaryrefslogtreecommitdiff
path: root/src/audioOutputs/audioOutput_oss.c
Commit message (Expand)AuthorAge
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-26
* The massive copyright updateAvuton Olrich2007-04-05
* remove some unneccesary includes from the audioOutput'sWarren Dukes2006-10-18
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* audioOutputs_oss: [trivial] make loop interation consistent with othersEric Wong2006-08-26
* trivial: labels should be on the left-most column, no tabbingEric Wong2006-08-20
* audioOutput_oss: cleanups (stolen from -ke)Eric Wong2006-08-01
* Add mpd-indent.shAvuton Olrich2006-07-20
* Add mpd-indent.shAvuton Olrich2006-07-20
* sparse: ANSI-fy function declarationsEric Wong2006-07-17
* OSS: handle device disconnects and reconnects (w/o needing a mpd restart)Eric Wong2006-07-16
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Use a macro to declare disabled audio output pluginsJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* OSS: correctly check for the device in oss_testDefault()Eric Wong2006-07-12
* src/audioOutputs/audioOutput_oss.c: fix for big-endian machinesEric Wong2006-03-25
* gcc 2.95 fixesEric Wong2005-11-19
* 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
* print out bits in debug message output for OSS and ALSAWarren Dukes2005-03-19
* 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
* wee bit of code cleanupWarren Dukes2005-03-05
* we want to stat, not lstatWarren Dukes2005-03-05
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-05
* don't open device in initDriver! instead we just stat() for the deviceWarren Dukes2005-03-05
* fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud...Warren Dukes2004-11-20
* move audioOutput dir to audioOutputsWarren Dukes2004-11-02