| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | Merge branch 'v0.15.x' | Max Kellermann | 2009-12-14 | 1 | -0/+4 |
|\ |
|
| * | mixer: explicitly close all mixers on shutdown | Max Kellermann | 2009-12-08 | 1 | -0/+4 |
* | | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -0/+1 |
* | | mixer_control: don't close the mixer if set_volume() fails | Max Kellermann | 2009-10-23 | 1 | -2/+0 |
* | | mixer_plugin: get_volume() may return -1 if unavailable | Max Kellermann | 2009-10-23 | 1 | -2/+6 |
* | | mixer_control: allow methods "open" and "close" to be NULL | Max Kellermann | 2009-10-23 | 1 | -1/+5 |
* | | mixer_plugin: pass audio_output pointer to mixer_plugin.init() | Max Kellermann | 2009-10-21 | 1 | -2/+3 |
* | | mixer_plugin: use GError for error handling | Max Kellermann | 2009-10-20 | 1 | -12/+13 |
* | | output: use the software mixer plugin | Max Kellermann | 2009-07-06 | 1 | -13/+0 |
|/ |
|
* | mixer: assert that the new volume value is valid | Max Kellermann | 2009-03-27 | 1 | -0/+1 |
* | mixer_control: don't lock the mutex twice in mixer_failed() | Max Kellermann | 2009-03-27 | 1 | -5/+14 |
* | mixer: don't reopen failed mixer automatically | Max Kellermann | 2009-03-26 | 1 | -2/+6 |
* | mixer_control: close mixer on failure | Max Kellermann | 2009-03-26 | 1 | -0/+16 |
* | mixer: added flag "open" | Max Kellermann | 2009-03-26 | 1 | -4/+37 |
* | mixer_control: don't allow mixer==NULL | Max Kellermann | 2009-03-26 | 1 | -9/+7 |
* | mixer: protect the mixer struct with a mutex | Max Kellermann | 2009-03-14 | 1 | -3/+28 |
* | mixer_api: moved functions to mixer_control.c | Max Kellermann | 2009-03-14 | 1 | -0/+76 |
* | mixer_control: moved functions to mixer_all.c | Max Kellermann | 2009-03-14 | 1 | -61/+0 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -3/+4 |
* | mixer_control: don't touch mixers of disabled outputs | Max Kellermann | 2009-03-12 | 1 | -0/+6 |
* | audio: converted device number check to assertion | Max Kellermann | 2009-03-12 | 1 | -4/+4 |
* | audio: moved mixer functions to mixer_control.c | Max Kellermann | 2009-03-12 | 1 | -0/+77 |