aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/oss_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-02-28output/oss: disable 24 bit playback on FreeBSDMax Kellermann1-0/+9
2011-02-28output/oss: AFMT_S24_PACKED is little-endianMax Kellermann1-0/+12
2011-02-09general: whitespace cleanupThomas Jansen1-1/+1
2010-07-25database, ...: remove EINTR checks after stdio callsMax Kellermann1-1/+1
2010-05-14output/oss: 24 bit support via OSS4Max Kellermann1-0/+34
2010-05-13output/oss: rewrite of the audio format detectionMax Kellermann1-301/+324
2010-05-13output/oss: use the *_NE macrosMax Kellermann1-8/+2
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-4/+5
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-10fd_util: removed creat_cloexec()Max Kellermann1-2/+2
2009-11-07set the close-on-exec flag on all file descriptorsMax Kellermann1-3/+7
2009-10-20mixer/{oss,alsa}: renamed the mixer source filesMax Kellermann1-1/+2
2009-03-26output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann1-20/+1
2009-03-14mixer_api: moved mixer_plugin imports to mixer_list.hMax Kellermann1-1/+1
2009-03-14mixer_api: moved functions to mixer_control.cMax Kellermann1-0/+1
2009-03-13all: Update copyright header.Avuton Olrich1-9/+7
2009-03-01output: removed duplicate debug messages from pluginsMax Kellermann1-5/+0
2009-02-26output_plugin: report errors with GErrorMax Kellermann1-32/+43
2009-02-26oss: moved code from oss_open() to oss_setup()Max Kellermann1-13/+26
2009-02-26oss: convert OSS_STAT_* to an enumMax Kellermann1-10/+15
2009-02-26oss: return bool instead of intMax Kellermann1-10/+10
2009-02-26oss: use unsigned integersMax Kellermann1-14/+9
2009-02-26oss: no CamelCaseMax Kellermann1-107/+125
2009-02-25output_plugin: don't pass audio_output object to method init()Max Kellermann1-2/+1
2009-02-23output: pass the music chunk pointer as void*, not char*Max Kellermann1-2/+2
2009-02-23output_api: play() returns a lengthMax Kellermann1-10/+7
2009-02-16output_plugin: replaced method "control()" with "mixer()"Max Kellermann1-8/+9
2009-01-25use g_free() instead of free()Max Kellermann1-1/+1
2009-01-25mixer: removed mixer_configure(), configure mixer in mixer_new()Max Kellermann1-4/+2
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