| Commit message (Expand) | Author | Files | Lines |
2010-01-17 | output/alsa: support packed 24 bit samples | Max Kellermann | 1 | -0/+13 |
2010-01-16 | output/alsa: probe all sample formats in a loop | Max Kellermann | 1 | -36/+34 |
2010-01-16 | output/alsa: merged code into alsa_output_try_format() | Max Kellermann | 1 | -51/+71 |
2010-01-16 | output/alsa: pass sample_format to get_bitformat() | Max Kellermann | 1 | -3/+3 |
2010-01-16 | output/alsa: moved code to alsa_output_setup_format() | Max Kellermann | 1 | -72/+80 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-02 | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 1 | -29/+44 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -1/+2 |
2009-11-09 | output/alsa: fill period buffer with silence before draining | Max Kellermann | 1 | -3/+47 |
2009-11-02 | alsa_plugin.c: workaround snd_pcm_drain bug | Jeffrey Middleton | 1 | -1/+2 |
2009-10-29 | output_plugin: added method "drain" | Max Kellermann | 1 | -3/+9 |
2009-10-29 | output/alsa: don't recover on CANCEL | Max Kellermann | 1 | -1/+1 |
2009-10-20 | mixer/{oss,alsa}: renamed the mixer source files | Max Kellermann | 1 | -1/+2 |
2009-07-19 | Support wrong-endian ALSA output | David Woodhouse | 1 | -2/+50 |
2009-04-21 | alsa_output: don't use atexit() to clean up the ALSA library | Max Kellermann | 1 | -7/+3 |
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 |