aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_oss.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong1-2/+2
2008-08-30enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-1/+2
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann1-2/+3
2008-03-26eliminated duplicate initializationMax Kellermann1-3/+3
2008-03-26explicitly downcastMax Kellermann1-2/+2
2008-01-26fixed -Wshadow warningsMax Kellermann1-44/+44
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-11/+1
2007-08-27adding \n to a bunch of error message stringsJ. Alexander Treuman1-1/+1
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-1/+1
2007-04-05The massive copyright updateAvuton Olrich1-2/+2
2006-10-18remove some unneccesary includes from the audioOutput'sWarren Dukes1-4/+0
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-5/+5
2006-08-26audioOutputs_oss: [trivial] make loop interation consistent with othersEric Wong1-1/+1
2006-08-20trivial: labels should be on the left-most column, no tabbingEric Wong1-1/+1
2006-08-01audioOutput_oss: cleanups (stolen from -ke)Eric Wong1-73/+58
2006-07-20Add mpd-indent.shAvuton Olrich1-6/+6
2006-07-20Add mpd-indent.shAvuton Olrich1-175/+203
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-2/+2
2006-07-16OSS: handle device disconnects and reconnects (w/o needing a mpd restart)Eric Wong1-10/+11
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-14Use a macro to declare disabled audio output pluginsJ. Alexander Treuman1-15/+2
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-07-12OSS: correctly check for the device in oss_testDefault()Eric Wong1-3/+4
2006-03-25src/audioOutputs/audioOutput_oss.c: fix for big-endian machinesEric Wong1-15/+19
2005-11-19gcc 2.95 fixesEric Wong1-1/+2
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-19print out bits in debug message output for OSS and ALSAWarren Dukes1-2/+3
2005-03-12if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes1-4/+40
2005-03-10code to attempt to pick a supported sample rate, bits, and channels if the re...Warren Dukes1-4/+234
2005-03-05wee bit of code cleanupWarren Dukes1-1/+3
2005-03-05we want to stat, not lstatWarren Dukes1-1/+1
2005-03-05implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes1-19/+67
2005-03-05don't open device in initDriver! instead we just stat() for the deviceWarren Dukes1-29/+78
2004-11-20fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud...Warren Dukes1-1/+2
2004-11-02move audioOutput dir to audioOutputsWarren Dukes1-0/+0
2004-11-02move audioOutput plugins to audioOutput directoryWarren Dukes1-5/+4
2004-11-02now np's OSS stuff actually worksWarren Dukes1-3/+4
2004-10-30finish integrating in np's oss stuffWarren Dukes1-63/+55
2004-10-29a few more changes to oss codeWarren Dukes1-7/+36
2004-10-29begin integrating np's oss codeWarren Dukes1-0/+178