aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/oss_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann2009-03-261-20/+1
* mixer_api: moved mixer_plugin imports to mixer_list.hMax Kellermann2009-03-141-1/+1
* mixer_api: moved functions to mixer_control.cMax Kellermann2009-03-141-0/+1
* all: Update copyright header.Avuton Olrich2009-03-131-9/+7
* output: removed duplicate debug messages from pluginsMax Kellermann2009-03-011-5/+0
* output_plugin: report errors with GErrorMax Kellermann2009-02-261-32/+43
* oss: moved code from oss_open() to oss_setup()Max Kellermann2009-02-261-13/+26
* oss: convert OSS_STAT_* to an enumMax Kellermann2009-02-261-10/+15
* oss: return bool instead of intMax Kellermann2009-02-261-10/+10
* oss: use unsigned integersMax Kellermann2009-02-261-14/+9
* oss: no CamelCaseMax Kellermann2009-02-261-107/+125
* output_plugin: don't pass audio_output object to method init()Max Kellermann2009-02-251-2/+1
* output: pass the music chunk pointer as void*, not char*Max Kellermann2009-02-231-2/+2
* output_api: play() returns a lengthMax Kellermann2009-02-231-10/+7
* output_plugin: replaced method "control()" with "mixer()"Max Kellermann2009-02-161-8/+9
* use g_free() instead of free()Max Kellermann2009-01-251-1/+1
* mixer: removed mixer_configure(), configure mixer in mixer_new()Max Kellermann2009-01-251-4/+2
* mixer: return a mixer struct pointerMax Kellermann2009-01-251-8/+10
* conf: allow param==NULLMax Kellermann2009-01-251-9/+7
* conf: const pointers in block get functionsMax Kellermann2009-01-251-2/+2
* conf: added config_get_block_string()Max Kellermann2009-01-181-3/+4
* conf: no CamelCase, part IMax Kellermann2009-01-171-5/+6
* oss: evaluate the oss_open() return value properlyMax Kellermann2009-01-161-1/+1
* Introducing mixer apiViliam Mateicka2009-01-101-8/+8
* fix G_BYTE_ORDER checkMax Kellermann2009-01-051-1/+1
* use GLib byte order macrosMax Kellermann2009-01-051-2/+2
* renaming mixer.h to mixer_api.hViliam Mateicka2009-01-041-1/+1
* output plugins: don't include gcc.hMax Kellermann2009-01-011-2/+3
* Moving mixers to audio outputsViliam Mateicka2008-12-311-0/+19
* oss: use GLib instead of utils.h/log.hMax Kellermann2008-11-251-55/+56
* output: close device on play errorMax Kellermann2008-10-291-1/+0
* output: use bool for return values and flagsMax Kellermann2008-10-291-16/+17
* oss: check and override audio_format properlyMax Kellermann2008-10-291-0/+7
* output: don't compile plugins which are disabledMax Kellermann2008-10-261-8/+0
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-261-0/+571