| Commit message (Expand) | Author | Files | Lines |
2009-03-26 | output_plugin: replaced output_plugin.get_mixer() with mixer_plugin | Max Kellermann | 1 | -19/+1 |
2009-03-14 | mixer_api: moved mixer_plugin imports to mixer_list.h | Max Kellermann | 1 | -1/+1 |
2009-03-14 | mixer_api: moved functions to mixer_control.c | Max Kellermann | 1 | -0/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-10 | alsa: use snd_pcm_sframes_t instead of int | Max Kellermann | 1 | -2/+1 |
2009-03-10 | alsa: don't close PCM handle in alsa_recover() | Max Kellermann | 1 | -13/+3 |
2009-03-08 | alsa: determine buffer_time if not already known | Max Kellermann | 1 | -0/+5 |
2009-03-08 | alsa: better period_time default value for high sample rates | Max Kellermann | 1 | -3/+8 |
2009-03-03 | alsa: log period and buffer size | Max Kellermann | 1 | -0/+3 |
2009-03-03 | alsa: fall back to 32 bit samples if 16 is not supported | Max Kellermann | 1 | -1/+2 |
2009-03-02 | alsa: fall back to 32 bit samples if 24 is not supported | Max Kellermann | 1 | -0/+8 |
2009-03-01 | output: removed duplicate debug messages from plugins | Max Kellermann | 1 | -4/+0 |
2009-02-26 | output_plugin: report errors with GError | Max Kellermann | 1 | -20/+35 |
2009-02-25 | alsa: fall back to 16 bit audio | Max Kellermann | 1 | -3/+8 |
2009-02-25 | alsa: moved code from alsa_open() to alsa_setup() | Max Kellermann | 1 | -32/+49 |
2009-02-25 | output_plugin: don't pass audio_output object to method init() | Max Kellermann | 1 | -2/+1 |
2009-02-23 | output: pass the music chunk pointer as void*, not char* | Max Kellermann | 1 | -1/+1 |
2009-02-23 | output_api: play() returns a length | Max Kellermann | 1 | -20/+11 |
2009-02-16 | output_plugin: replaced method "control()" with "mixer()" | Max Kellermann | 1 | -8/+9 |
2009-01-25 | use g_free() instead of free() | Max Kellermann | 1 | -1/+1 |
2009-01-25 | mixer: removed mixer_configure(), configure mixer in mixer_new() | Max Kellermann | 1 | -7/+1 |
2009-01-25 | mixer: return a mixer struct pointer | Max Kellermann | 1 | -7/+7 |
2009-01-25 | conf: allow param==NULL | Max Kellermann | 1 | -5/+2 |
2009-01-25 | conf: const pointers in block get functions | Max Kellermann | 1 | -2/+2 |
2009-01-25 | alsa: added comments | Max Kellermann | 1 | -3/+21 |
2009-01-25 | alsa: frame_size is size_t, not int | Max Kellermann | 1 | -1/+1 |
2009-01-25 | alsa: no CamelCase | Max Kellermann | 1 | -93/+103 |
2009-01-25 | alsa: fix option parsing and restore default period_time | Dan McGee | 1 | -3/+6 |
2009-01-18 | conf: added config_get_block_unsigned() | Max Kellermann | 1 | -6/+2 |
2009-01-18 | conf: added config_get_block_string() | Max Kellermann | 1 | -2/+1 |
2009-01-17 | conf: replaced getBoolBlockParam() with config_get_block_bool() | Max Kellermann | 1 | -6/+5 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -5/+6 |
2009-01-10 | Introducing mixer api | Viliam Mateicka | 1 | -7/+8 |
2009-01-07 | pcm_utils: moved conversion code to pcm_convert.c | Max Kellermann | 1 | -1/+1 |
2009-01-04 | renaming mixer.h to mixer_api.h | Viliam Mateicka | 1 | -1/+1 |
2009-01-02 | alsa: use GLib instead of utils.h | Max Kellermann | 1 | -3/+2 |
2009-01-01 | output plugins: don't include gcc.h | Max Kellermann | 1 | -2/+2 |
2008-12-31 | Moving mixers to audio outputs | Viliam Mateicka | 1 | -1/+21 |
2008-12-29 | alsa: use GLib logging | Max Kellermann | 1 | -29/+30 |
2008-12-01 | alsa: reverted the default buffer_time to 500 ms | Max Kellermann | 1 | -1/+5 |
2008-11-03 | alsa: initialize "device" with NULL | Max Kellermann | 1 | -2/+1 |
2008-11-01 | alsa, jack: no const pointers for allocated strings | Max Kellermann | 1 | -17/+25 |
2008-10-29 | output: close device on play error | Max Kellermann | 1 | -1/+0 |
2008-10-29 | output: use bool for return values and flags | Max Kellermann | 1 | -9/+10 |
2008-10-26 | output: don't compile plugins which are disabled | Max Kellermann | 1 | -11/+3 |
2008-10-26 | renamed src/audioOutputs/ to src/output/ | Max Kellermann | 1 | -0/+0 |
2008-10-14 | alsa: added #ifdefs around SND_PCM_NO_AUTO_xxx | Max Kellermann | 1 | -0/+6 |
2008-10-14 | alsa: optionally disable resampling and others | Max Kellermann | 1 | -1/+15 |
2008-10-12 | alsa: fall back to 16 bit output | Max Kellermann | 1 | -0/+11 |
2008-10-12 | alsa: moved code to alsa_configure() | Max Kellermann | 1 | -13/+18 |