| Commit message (Expand) | Author | Files | Lines |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-08 | mixer: explicitly close all mixers on shutdown | Max Kellermann | 1 | -0/+4 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-10-23 | mixer_control: don't close the mixer if set_volume() fails | Max Kellermann | 1 | -2/+0 |
2009-10-23 | mixer_plugin: get_volume() may return -1 if unavailable | Max Kellermann | 1 | -2/+6 |
2009-10-23 | mixer_control: allow methods "open" and "close" to be NULL | Max Kellermann | 1 | -1/+5 |
2009-10-21 | mixer_plugin: pass audio_output pointer to mixer_plugin.init() | Max Kellermann | 1 | -2/+3 |
2009-10-20 | mixer_plugin: use GError for error handling | Max Kellermann | 1 | -12/+13 |
2009-07-06 | output: use the software mixer plugin | Max Kellermann | 1 | -13/+0 |
2009-03-27 | mixer: assert that the new volume value is valid | Max Kellermann | 1 | -0/+1 |
2009-03-27 | mixer_control: don't lock the mutex twice in mixer_failed() | Max Kellermann | 1 | -5/+14 |
2009-03-26 | mixer: don't reopen failed mixer automatically | Max Kellermann | 1 | -2/+6 |
2009-03-26 | mixer_control: close mixer on failure | Max Kellermann | 1 | -0/+16 |
2009-03-26 | mixer: added flag "open" | Max Kellermann | 1 | -4/+37 |
2009-03-26 | mixer_control: don't allow mixer==NULL | Max Kellermann | 1 | -9/+7 |
2009-03-14 | mixer: protect the mixer struct with a mutex | Max Kellermann | 1 | -3/+28 |
2009-03-14 | mixer_api: moved functions to mixer_control.c | Max Kellermann | 1 | -0/+76 |
2009-03-14 | mixer_control: moved functions to mixer_all.c | Max Kellermann | 1 | -61/+0 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 |
2009-03-12 | mixer_control: don't touch mixers of disabled outputs | Max Kellermann | 1 | -0/+6 |
2009-03-12 | audio: converted device number check to assertion | Max Kellermann | 1 | -4/+4 |
2009-03-12 | audio: moved mixer functions to mixer_control.c | Max Kellermann | 1 | -48/+11 |
2009-02-16 | mixer: include cleanup | Max Kellermann | 1 | -0/+1 |
2009-02-16 | output: include cleanup | Max Kellermann | 1 | -0/+1 |
2009-02-16 | mixer_api: replaced method "control()" with "{get,set}_volume()" | Max Kellermann | 1 | -6/+14 |
2009-02-16 | output_plugin: replaced method "control()" with "mixer()" | Max Kellermann | 1 | -6/+10 |
2009-02-11 | audio: moved code to output_command.c | Max Kellermann | 1 | -35/+0 |
2009-02-11 | audio: replaced parseAudioConfig() with audio_format_parse() | Max Kellermann | 1 | -57/+8 |
2009-02-10 | audio: moved code to output_all.c | Max Kellermann | 1 | -255/+20 |
2009-02-10 | audio: moved protocol code to output_print.c | Max Kellermann | 1 | -16/+0 |
2009-02-10 | audio: moved state file code to output_state.c | Max Kellermann | 1 | -53/+0 |
2009-02-10 | audio: removed isCurrentAudioFormat() | Max Kellermann | 1 | -8/+0 |
2009-02-10 | audio: added output enumeration functions | Max Kellermann | 1 | -0/+22 |
2009-02-10 | audio: added audio_output_config_count() | Max Kellermann | 1 | -1/+7 |
2009-01-25 | use g_free() instead of free() | Max Kellermann | 1 | -1/+1 |
2009-01-25 | mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGURE | Max Kellermann | 1 | -17/+0 |
2009-01-25 | conf: const pointers in block get functions | Max Kellermann | 1 | -3/+3 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -6/+6 |
2009-01-04 | renaming mixer.h to mixer_api.h | Viliam Mateicka | 1 | -1/+1 |
2009-01-03 | audio: use GLib instead of utils.h | Max Kellermann | 1 | -2/+2 |
2008-12-31 | Moving mixers to audio outputs | Viliam Mateicka | 1 | -0/+55 |
2008-12-31 | exporting functions | Viliam Mateicka | 1 | -1/+1 |
2008-12-29 | removed os_compat.h | Max Kellermann | 1 | -1/+2 |
2008-12-28 | utils: removed myFgets() | Max Kellermann | 1 | -1/+3 |
2008-12-27 | output_control: no static "notify" initialization | Max Kellermann | 1 | -0/+4 |
2008-11-25 | output: use GLib instead of log.h/util.h | Max Kellermann | 1 | -19/+18 |
2008-11-02 | output: don't allow length==0 | Max Kellermann | 1 | -0/+1 |
2008-10-29 | output: removed audio_output.result | Max Kellermann | 1 | -5/+3 |
2008-10-29 | output: delay reopen after device failure | Max Kellermann | 1 | -0/+1 |
2008-10-29 | output: moved code to audio_output_update() | Max Kellermann | 1 | -8/+2 |