index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mixer_control.c
Age
Commit message (
Expand
)
Author
2009-12-31
Update copyright notices.
Avuton Olrich
2009-12-14
Merge branch 'v0.15.x'
Max Kellermann
2009-12-08
mixer: explicitly close all mixers on shutdown
Max Kellermann
2009-11-12
include config.h in all sources
Max Kellermann
2009-10-23
mixer_control: don't close the mixer if set_volume() fails
Max Kellermann
2009-10-23
mixer_plugin: get_volume() may return -1 if unavailable
Max Kellermann
2009-10-23
mixer_control: allow methods "open" and "close" to be NULL
Max Kellermann
2009-10-21
mixer_plugin: pass audio_output pointer to mixer_plugin.init()
Max Kellermann
2009-10-20
mixer_plugin: use GError for error handling
Max Kellermann
2009-07-06
output: use the software mixer plugin
Max Kellermann
2009-03-27
mixer: assert that the new volume value is valid
Max Kellermann
2009-03-27
mixer_control: don't lock the mutex twice in mixer_failed()
Max Kellermann
2009-03-26
mixer: don't reopen failed mixer automatically
Max Kellermann
2009-03-26
mixer_control: close mixer on failure
Max Kellermann
2009-03-26
mixer: added flag "open"
Max Kellermann
2009-03-26
mixer_control: don't allow mixer==NULL
Max Kellermann
2009-03-14
mixer: protect the mixer struct with a mutex
Max Kellermann
2009-03-14
mixer_api: moved functions to mixer_control.c
Max Kellermann
2009-03-14
mixer_control: moved functions to mixer_all.c
Max Kellermann
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-03-12
mixer_control: don't touch mixers of disabled outputs
Max Kellermann
2009-03-12
audio: converted device number check to assertion
Max Kellermann
2009-03-12
audio: moved mixer functions to mixer_control.c
Max Kellermann