aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/oss_output_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-25mixer: return a mixer struct pointerMax Kellermann1-8/+10
2009-01-25conf: allow param==NULLMax Kellermann1-9/+7
2009-01-25conf: const pointers in block get functionsMax Kellermann1-2/+2
2009-01-18conf: added config_get_block_string()Max Kellermann1-3/+4
2009-01-17conf: no CamelCase, part IMax Kellermann1-5/+6
2009-01-16oss: evaluate the oss_open() return value properlyMax Kellermann1-1/+1
2009-01-10Introducing mixer apiViliam Mateicka1-8/+8
2009-01-05fix G_BYTE_ORDER checkMax Kellermann1-1/+1
2009-01-05use GLib byte order macrosMax Kellermann1-2/+2
2009-01-04renaming mixer.h to mixer_api.hViliam Mateicka1-1/+1
2009-01-01output plugins: don't include gcc.hMax Kellermann1-2/+3
2008-12-31Moving mixers to audio outputsViliam Mateicka1-0/+19
2008-11-25oss: use GLib instead of utils.h/log.hMax Kellermann1-55/+56
2008-10-29output: close device on play errorMax Kellermann1-1/+0
2008-10-29output: use bool for return values and flagsMax Kellermann1-16/+17
2008-10-29oss: check and override audio_format properlyMax Kellermann1-0/+7
2008-10-26output: don't compile plugins which are disabledMax Kellermann1-8/+0
2008-10-26renamed src/audioOutputs/ to src/output/Max Kellermann1-0/+0
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