aboutsummaryrefslogtreecommitdiff
path: root/src/output/alsa_plugin.c
Commit message (Expand)AuthorAge
* output_plugin: don't pass audio_output object to method init()Max Kellermann2009-02-25
* output: pass the music chunk pointer as void*, not char*Max Kellermann2009-02-23
* output_api: play() returns a lengthMax Kellermann2009-02-23
* output_plugin: replaced method "control()" with "mixer()"Max Kellermann2009-02-16
* use g_free() instead of free()Max Kellermann2009-01-25
* mixer: removed mixer_configure(), configure mixer in mixer_new()Max Kellermann2009-01-25
* mixer: return a mixer struct pointerMax Kellermann2009-01-25
* conf: allow param==NULLMax Kellermann2009-01-25
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* alsa: added commentsMax Kellermann2009-01-25
* alsa: frame_size is size_t, not intMax Kellermann2009-01-25
* alsa: no CamelCaseMax Kellermann2009-01-25
* alsa: fix option parsing and restore default period_timeDan McGee2009-01-25
* conf: added config_get_block_unsigned()Max Kellermann2009-01-18
* conf: added config_get_block_string()Max Kellermann2009-01-18
* conf: replaced getBoolBlockParam() with config_get_block_bool()Max Kellermann2009-01-17
* conf: no CamelCase, part IMax Kellermann2009-01-17
* Introducing mixer apiViliam Mateicka2009-01-10
* pcm_utils: moved conversion code to pcm_convert.cMax Kellermann2009-01-07
* renaming mixer.h to mixer_api.hViliam Mateicka2009-01-04
* alsa: use GLib instead of utils.hMax Kellermann2009-01-02
* output plugins: don't include gcc.hMax Kellermann2009-01-01
* Moving mixers to audio outputsViliam Mateicka2008-12-31
* alsa: use GLib loggingMax Kellermann2008-12-29
* alsa: reverted the default buffer_time to 500 msMax Kellermann2008-12-01
* alsa: initialize "device" with NULLMax Kellermann2008-11-03
* alsa, jack: no const pointers for allocated stringsMax Kellermann2008-11-01
* output: close device on play errorMax Kellermann2008-10-29
* output: use bool for return values and flagsMax Kellermann2008-10-29
* output: don't compile plugins which are disabledMax Kellermann2008-10-26
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-26