| Commit message (Expand) | Author | Age | Files | Lines |
* | output/alsa: fill period buffer with silence before draining | Max Kellermann | 2009-11-09 | 1 | -3/+47 |
* | alsa_plugin.c: workaround snd_pcm_drain bug | Jeffrey Middleton | 2009-11-02 | 1 | -1/+2 |
* | output_plugin: added method "drain" | Max Kellermann | 2009-10-29 | 1 | -3/+9 |
* | output/alsa: don't recover on CANCEL | Max Kellermann | 2009-10-29 | 1 | -1/+1 |
* | mixer/{oss,alsa}: renamed the mixer source files | Max Kellermann | 2009-10-20 | 1 | -1/+2 |
* | Support wrong-endian ALSA output | David Woodhouse | 2009-07-19 | 1 | -2/+50 |
* | alsa_output: don't use atexit() to clean up the ALSA library | Max Kellermann | 2009-04-21 | 1 | -7/+3 |
* | output_plugin: replaced output_plugin.get_mixer() with mixer_plugin | Max Kellermann | 2009-03-26 | 1 | -19/+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 | -6/+7 |
* | alsa: use snd_pcm_sframes_t instead of int | Max Kellermann | 2009-03-10 | 1 | -2/+1 |
* | alsa: don't close PCM handle in alsa_recover() | Max Kellermann | 2009-03-10 | 1 | -13/+3 |
* | alsa: determine buffer_time if not already known | Max Kellermann | 2009-03-08 | 1 | -0/+5 |
* | alsa: better period_time default value for high sample rates | Max Kellermann | 2009-03-08 | 1 | -3/+8 |
* | alsa: log period and buffer size | Max Kellermann | 2009-03-03 | 1 | -0/+3 |
* | alsa: fall back to 32 bit samples if 16 is not supported | Max Kellermann | 2009-03-03 | 1 | -1/+2 |
* | alsa: fall back to 32 bit samples if 24 is not supported | Max Kellermann | 2009-03-02 | 1 | -0/+8 |
* | output: removed duplicate debug messages from plugins | Max Kellermann | 2009-03-01 | 1 | -4/+0 |
* | output_plugin: report errors with GError | Max Kellermann | 2009-02-26 | 1 | -20/+35 |
* | alsa: fall back to 16 bit audio | Max Kellermann | 2009-02-25 | 1 | -3/+8 |
* | alsa: moved code from alsa_open() to alsa_setup() | Max Kellermann | 2009-02-25 | 1 | -32/+49 |
* | 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 | -1/+1 |
* | output_api: play() returns a length | Max Kellermann | 2009-02-23 | 1 | -20/+11 |
* | 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 | -7/+1 |
* | mixer: return a mixer struct pointer | Max Kellermann | 2009-01-25 | 1 | -7/+7 |
* | conf: allow param==NULL | Max Kellermann | 2009-01-25 | 1 | -5/+2 |
* | conf: const pointers in block get functions | Max Kellermann | 2009-01-25 | 1 | -2/+2 |
* | alsa: added comments | Max Kellermann | 2009-01-25 | 1 | -3/+21 |
* | alsa: frame_size is size_t, not int | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | alsa: no CamelCase | Max Kellermann | 2009-01-25 | 1 | -93/+103 |
* | alsa: fix option parsing and restore default period_time | Dan McGee | 2009-01-25 | 1 | -3/+6 |
* | conf: added config_get_block_unsigned() | Max Kellermann | 2009-01-18 | 1 | -6/+2 |
* | conf: added config_get_block_string() | Max Kellermann | 2009-01-18 | 1 | -2/+1 |
* | conf: replaced getBoolBlockParam() with config_get_block_bool() | Max Kellermann | 2009-01-17 | 1 | -6/+5 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -5/+6 |
* | Introducing mixer api | Viliam Mateicka | 2009-01-10 | 1 | -7/+8 |
* | pcm_utils: moved conversion code to pcm_convert.c | Max Kellermann | 2009-01-07 | 1 | -1/+1 |
* | renaming mixer.h to mixer_api.h | Viliam Mateicka | 2009-01-04 | 1 | -1/+1 |
* | alsa: use GLib instead of utils.h | Max Kellermann | 2009-01-02 | 1 | -3/+2 |
* | output plugins: don't include gcc.h | Max Kellermann | 2009-01-01 | 1 | -2/+2 |
* | Moving mixers to audio outputs | Viliam Mateicka | 2008-12-31 | 1 | -1/+21 |
* | alsa: use GLib logging | Max Kellermann | 2008-12-29 | 1 | -29/+30 |
* | alsa: reverted the default buffer_time to 500 ms | Max Kellermann | 2008-12-01 | 1 | -1/+5 |
* | alsa: initialize "device" with NULL | Max Kellermann | 2008-11-03 | 1 | -2/+1 |
* | alsa, jack: no const pointers for allocated strings | Max Kellermann | 2008-11-01 | 1 | -17/+25 |
* | output: close device on play error | Max Kellermann | 2008-10-29 | 1 | -1/+0 |