aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_oss.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-291-2/+2
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-301-1/+2
* use size_t and constant pointer in ao pluginsMax Kellermann2008-04-121-2/+3
* eliminated duplicate initializationMax Kellermann2008-03-261-3/+3
* explicitly downcastMax Kellermann2008-03-261-2/+2
* fixed -Wshadow warningsMax Kellermann2008-01-261-44/+44
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-11/+1
* adding \n to a bunch of error message stringsJ. Alexander Treuman2007-08-271-1/+1
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-1/+1
* The massive copyright updateAvuton Olrich2007-04-051-2/+2
* remove some unneccesary includes from the audioOutput'sWarren Dukes2006-10-181-4/+0
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-5/+5
* audioOutputs_oss: [trivial] make loop interation consistent with othersEric Wong2006-08-261-1/+1
* trivial: labels should be on the left-most column, no tabbingEric Wong2006-08-201-1/+1
* audioOutput_oss: cleanups (stolen from -ke)Eric Wong2006-08-011-73/+58
* Add mpd-indent.shAvuton Olrich2006-07-201-6/+6
* Add mpd-indent.shAvuton Olrich2006-07-201-175/+203
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-2/+2
* OSS: handle device disconnects and reconnects (w/o needing a mpd restart)Eric Wong2006-07-161-10/+11
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Use a macro to declare disabled audio output pluginsJ. Alexander Treuman2006-07-141-15/+2
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* OSS: correctly check for the device in oss_testDefault()Eric Wong2006-07-121-3/+4
* src/audioOutputs/audioOutput_oss.c: fix for big-endian machinesEric Wong2006-03-251-15/+19
* gcc 2.95 fixesEric Wong2005-11-191-1/+2
* 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
* print out bits in debug message output for OSS and ALSAWarren Dukes2005-03-191-2/+3
* if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes2005-03-121-4/+40
* code to attempt to pick a supported sample rate, bits, and channels if the re...Warren Dukes2005-03-101-4/+234
* wee bit of code cleanupWarren Dukes2005-03-051-1/+3
* we want to stat, not lstatWarren Dukes2005-03-051-1/+1
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-051-19/+67
* don't open device in initDriver! instead we just stat() for the deviceWarren Dukes2005-03-051-29/+78
* fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud...Warren Dukes2004-11-201-1/+2
* move audioOutput dir to audioOutputsWarren Dukes2004-11-021-0/+199