| Commit message (Expand) | Author | Age | Files | Lines |
* | output/alsa: support packed 24 bit samples | Max Kellermann | 2010-01-17 | 1 | -0/+13 |
* | output/alsa: probe all sample formats in a loop | Max Kellermann | 2010-01-16 | 1 | -36/+34 |
* | output/alsa: merged code into alsa_output_try_format() | Max Kellermann | 2010-01-16 | 1 | -51/+71 |
* | output/alsa: pass sample_format to get_bitformat() | Max Kellermann | 2010-01-16 | 1 | -3/+3 |
* | output/alsa: moved code to alsa_output_setup_format() | Max Kellermann | 2010-01-16 | 1 | -72/+80 |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 2009-12-02 | 1 | -29/+44 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -1/+2 |
* | 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 |