aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/oss_output_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
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