summaryrefslogtreecommitdiff
path: root/src/audioOutputs/audioOutput_oss.c
AgeCommit message (Expand)Author
2008-10-26renamed src/audioOutputs/ to src/output/Max Kellermann
2008-10-14oss: use unsigned integer for ioctl constantsMax Kellermann
2008-10-14oss: convert several macros to enumMax Kellermann
2008-10-11oss: fix opening default OSS deviceMax Kellermann
2008-10-10oss: added OssData.audio_formatMax Kellermann
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann
2008-10-08don't include os_compat.hMax Kellermann
2008-09-29use C99 struct initializersMax Kellermann
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong
2008-09-24output: make "struct audio_output" opaque for output pluginsMax Kellermann
2008-09-24output: set audio_output->open=1 in audio_output_task()Max Kellermann
2008-09-24output: pass audio_format to plugin.init() and plugin.open()Max Kellermann
2008-09-08output: const plugin structuresMax Kellermann
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann
2008-09-07output: added output_api.hMax Kellermann
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann
2008-03-26eliminated duplicate initializationMax Kellermann
2008-03-26explicitly downcastMax Kellermann
2008-01-26fixed -Wshadow warningsMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2007-08-27adding \n to a bunch of error message stringsJ. Alexander Treuman
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman
2007-04-05The massive copyright updateAvuton Olrich
2006-10-18remove some unneccesary includes from the audioOutput'sWarren Dukes
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong
2006-08-26audioOutputs_oss: [trivial] make loop interation consistent with othersEric Wong
2006-08-20trivial: labels should be on the left-most column, no tabbingEric Wong
2006-08-01audioOutput_oss: cleanups (stolen from -ke)Eric Wong
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-17sparse: ANSI-fy function declarationsEric Wong
2006-07-16OSS: handle device disconnects and reconnects (w/o needing a mpd restart)Eric Wong
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-14Use a macro to declare disabled audio output pluginsJ. Alexander Treuman
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2006-07-12OSS: correctly check for the device in oss_testDefault()Eric Wong
2006-03-25src/audioOutputs/audioOutput_oss.c: fix for big-endian machinesEric Wong
2005-11-19gcc 2.95 fixesEric Wong
2005-08-07fix warning reported gcc 4.0: x == y == z does not work as intendedEric Wong
2005-07-03don't check errno unless we have an error (ret<0) from write()Eric Wong
2005-04-06fix OSS audioOutput plugin, so that when dropAudioBuffer is called and the os...Warren Dukes
2005-03-19print out bits in debug message output for OSS and ALSAWarren Dukes
2005-03-12if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes
2005-03-10code to attempt to pick a supported sample rate, bits, and channels if the re...Warren Dukes
2005-03-05wee bit of code cleanupWarren Dukes
2005-03-05we want to stat, not lstatWarren Dukes
2005-03-05implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes
2005-03-05don't open device in initDriver! instead we just stat() for the deviceWarren Dukes