aboutsummaryrefslogtreecommitdiff
path: root/src/audioOutputs/audioOutput_oss.c
Commit message (Expand)AuthorAge
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-26
* oss: use unsigned integer for ioctl constantsMax Kellermann2008-10-14
* oss: convert several macros to enumMax Kellermann2008-10-14
* oss: fix opening default OSS deviceMax Kellermann2008-10-11
* oss: added OssData.audio_formatMax Kellermann2008-10-10
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-10
* don't include os_compat.hMax Kellermann2008-10-08
* use C99 struct initializersMax Kellermann2008-09-29
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-29
* output: make "struct audio_output" opaque for output pluginsMax Kellermann2008-09-24
* output: set audio_output->open=1 in audio_output_task()Max Kellermann2008-09-24
* output: pass audio_format to plugin.init() and plugin.open()Max Kellermann2008-09-24
* output: const plugin structuresMax Kellermann2008-09-08
* output: renamed typedef AudioOutput to struct audio_outputMax Kellermann2008-09-07
* output: added output_api.hMax Kellermann2008-09-07
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-07
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-26
* use size_t and constant pointer in ao pluginsMax Kellermann2008-04-12
* eliminated duplicate initializationMax Kellermann2008-03-26
* explicitly downcastMax Kellermann2008-03-26
* fixed -Wshadow warningsMax Kellermann2008-01-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* adding \n to a bunch of error message stringsJ. Alexander Treuman2007-08-27
* 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