| Commit message (Expand) | Author | Age | Files | Lines |
* | output_plugin: replaced output_plugin.get_mixer() with mixer_plugin | Max Kellermann | 2009-03-26 | 1 | -20/+1 |
* | mixer_api: moved mixer_plugin imports to mixer_list.h | Max Kellermann | 2009-03-14 | 1 | -1/+1 |
* | mixer_api: moved functions to mixer_control.c | Max Kellermann | 2009-03-14 | 1 | -0/+1 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -9/+7 |
* | output: removed duplicate debug messages from plugins | Max Kellermann | 2009-03-01 | 1 | -5/+0 |
* | output_plugin: report errors with GError | Max Kellermann | 2009-02-26 | 1 | -32/+43 |
* | oss: moved code from oss_open() to oss_setup() | Max Kellermann | 2009-02-26 | 1 | -13/+26 |
* | oss: convert OSS_STAT_* to an enum | Max Kellermann | 2009-02-26 | 1 | -10/+15 |
* | oss: return bool instead of int | Max Kellermann | 2009-02-26 | 1 | -10/+10 |
* | oss: use unsigned integers | Max Kellermann | 2009-02-26 | 1 | -14/+9 |
* | oss: no CamelCase | Max Kellermann | 2009-02-26 | 1 | -107/+125 |
* | output_plugin: don't pass audio_output object to method init() | Max Kellermann | 2009-02-25 | 1 | -2/+1 |
* | output: pass the music chunk pointer as void*, not char* | Max Kellermann | 2009-02-23 | 1 | -2/+2 |
* | output_api: play() returns a length | Max Kellermann | 2009-02-23 | 1 | -10/+7 |
* | output_plugin: replaced method "control()" with "mixer()" | Max Kellermann | 2009-02-16 | 1 | -8/+9 |
* | use g_free() instead of free() | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | mixer: removed mixer_configure(), configure mixer in mixer_new() | Max Kellermann | 2009-01-25 | 1 | -4/+2 |
* | mixer: return a mixer struct pointer | Max Kellermann | 2009-01-25 | 1 | -8/+10 |
* | conf: allow param==NULL | Max Kellermann | 2009-01-25 | 1 | -9/+7 |
* | conf: const pointers in block get functions | Max Kellermann | 2009-01-25 | 1 | -2/+2 |
* | conf: added config_get_block_string() | Max Kellermann | 2009-01-18 | 1 | -3/+4 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -5/+6 |
* | oss: evaluate the oss_open() return value properly | Max Kellermann | 2009-01-16 | 1 | -1/+1 |
* | Introducing mixer api | Viliam Mateicka | 2009-01-10 | 1 | -8/+8 |
* | fix G_BYTE_ORDER check | Max Kellermann | 2009-01-05 | 1 | -1/+1 |
* | use GLib byte order macros | Max Kellermann | 2009-01-05 | 1 | -2/+2 |
* | renaming mixer.h to mixer_api.h | Viliam Mateicka | 2009-01-04 | 1 | -1/+1 |
* | output plugins: don't include gcc.h | Max Kellermann | 2009-01-01 | 1 | -2/+3 |
* | Moving mixers to audio outputs | Viliam Mateicka | 2008-12-31 | 1 | -0/+19 |
* | oss: use GLib instead of utils.h/log.h | Max Kellermann | 2008-11-25 | 1 | -55/+56 |
* | output: close device on play error | Max Kellermann | 2008-10-29 | 1 | -1/+0 |
* | output: use bool for return values and flags | Max Kellermann | 2008-10-29 | 1 | -16/+17 |
* | oss: check and override audio_format properly | Max Kellermann | 2008-10-29 | 1 | -0/+7 |
* | output: don't compile plugins which are disabled | Max Kellermann | 2008-10-26 | 1 | -8/+0 |
* | renamed src/audioOutputs/ to src/output/ | Max Kellermann | 2008-10-26 | 1 | -0/+571 |