aboutsummaryrefslogtreecommitdiff
path: root/src/output/oss_plugin.c
Commit message (Expand)AuthorAge
* output_plugin: don't pass audio_output object to method init()Max Kellermann2009-02-25
* output: pass the music chunk pointer as void*, not char*Max Kellermann2009-02-23
* output_api: play() returns a lengthMax Kellermann2009-02-23
* output_plugin: replaced method "control()" with "mixer()"Max Kellermann2009-02-16
* use g_free() instead of free()Max Kellermann2009-01-25
* mixer: removed mixer_configure(), configure mixer in mixer_new()Max Kellermann2009-01-25
* mixer: return a mixer struct pointerMax Kellermann2009-01-25
* conf: allow param==NULLMax Kellermann2009-01-25
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* conf: added config_get_block_string()Max Kellermann2009-01-18
* conf: no CamelCase, part IMax Kellermann2009-01-17
* oss: evaluate the oss_open() return value properlyMax Kellermann2009-01-16
* Introducing mixer apiViliam Mateicka2009-01-10
* fix G_BYTE_ORDER checkMax Kellermann2009-01-05
* use GLib byte order macrosMax Kellermann2009-01-05
* renaming mixer.h to mixer_api.hViliam Mateicka2009-01-04
* output plugins: don't include gcc.hMax Kellermann2009-01-01
* Moving mixers to audio outputsViliam Mateicka2008-12-31
* oss: use GLib instead of utils.h/log.hMax Kellermann2008-11-25
* output: close device on play errorMax Kellermann2008-10-29
* output: use bool for return values and flagsMax Kellermann2008-10-29
* oss: check and override audio_format properlyMax Kellermann2008-10-29
* output: don't compile plugins which are disabledMax Kellermann2008-10-26
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-26