aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/oss_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-14oss: use unsigned integer for ioctl constantsMax Kellermann1-12/+12
2008-10-14oss: convert several macros to enumMax Kellermann1-19/+25
2008-10-11oss: fix opening default OSS deviceMax Kellermann1-1/+1
2008-10-10oss: added OssData.audio_formatMax Kellermann1-19/+20
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-2/+2
2008-10-08don't include os_compat.hMax Kellermann1-0/+4
2008-09-29use C99 struct initializersMax Kellermann1-9/+8
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong1-2/+2
2008-09-24output: make "struct audio_output" opaque for output pluginsMax Kellermann1-25/+23
2008-09-24output: set audio_output->open=1 in audio_output_task()Max Kellermann1-5/+0
2008-09-24output: pass audio_format to plugin.init() and plugin.open()Max Kellermann1-2/+3
2008-09-08output: const plugin structuresMax Kellermann1-1/+1
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann1-10/+11
2008-09-07output: added output_api.hMax Kellermann1-3/+2
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-1/+1
2008-08-26enable -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