index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mixer
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mixer/software: new mixer which controls filter/volume
Max Kellermann
2009-07-06
2
-0
/
+157
*
alsa_mixer: use g_ascii_strcasecmp() instead of strcasecmp()
Max Kellermann
2009-04-28
1
-2
/
+2
*
alsa_mixer: add mixer_index option
Daniel Kahn Gillmor
2009-04-28
1
-2
/
+7
*
pulse_mixer: use PULSE's mainloop lock instead of GMutex
Max Kellermann
2009-04-25
1
-27
/
+13
*
alsa_mixer: call snd_config_update_free_global() in finish()
Max Kellermann
2009-04-21
1
-1
/
+3
*
mixer: assert that the new volume value is valid
Max Kellermann
2009-03-27
2
-7
/
+1
*
pulse_mixer: protect the struct with a mutex
Max Kellermann
2009-03-27
1
-1
/
+29
*
pulse_mixer: return if mixer is offline
Max Kellermann
2009-03-27
1
-29
/
+27
*
pulse_mixer: removed superfluous G_GNUC_UNUSED attributes
Max Kellermann
2009-03-27
1
-4
/
+4
*
pulse_mixer: use local pa_cvolume variable for set_volume()
Max Kellermann
2009-03-27
1
-2
/
+3
*
pulse_mixer: wait for get_volume() operation to complete
Max Kellermann
2009-03-27
1
-1
/
+34
*
pulse_mixer: adapted code style
Max Kellermann
2009-03-27
1
-27
/
+52
*
pulse_mixer: removed superfluous initializations
Max Kellermann
2009-03-26
1
-7
/
+2
*
pulse_mixer: allocate "volume" statically
Max Kellermann
2009-03-26
1
-10
/
+6
*
pulse_mixer: removed superfluous NULL checks in close()
Max Kellermann
2009-03-26
1
-12
/
+4
*
pulse_mixer: initialize "online" and "index" in open()
Max Kellermann
2009-03-26
1
-2
/
+5
*
pulse: make configuration strings const
Max Kellermann
2009-03-26
1
-6
/
+6
*
pulse: don't check config_param!=NULL
Max Kellermann
2009-03-26
1
-6
/
+3
*
pulse_mixer: free libpulse objects on failure
Max Kellermann
2009-03-26
1
-0
/
+6
*
pulse_mixer: unlock the mainloop on failure
Max Kellermann
2009-03-26
1
-0
/
+2
*
pulse_mixer: moved code to pulse_mixer_setup()
Max Kellermann
2009-03-26
1
-15
/
+26
*
alsa_mixer: initialize "volume_set" in the open() method
Max Kellermann
2009-03-26
1
-2
/
+2
*
alsa_mixer: removed superfluous checks
Max Kellermann
2009-03-26
1
-10
/
+6
*
alsa_mixer: pass default device to config_get_block_string()
Max Kellermann
2009-03-26
1
-14
/
+7
*
alsa_mixer: make "device" and "control" const
Max Kellermann
2009-03-26
1
-6
/
+5
*
oss_mixer: call oss_find_mixer() in init() method
Max Kellermann
2009-03-26
1
-25
/
+26
*
oss_mixer: removed superfluous checks
Max Kellermann
2009-03-26
1
-8
/
+8
*
oss_mixer: use g_ascii_strncasecmp() instead of strncasecmp()
Max Kellermann
2009-03-26
1
-1
/
+1
*
oss_mixer: pass default path to config_get_block_string()
Max Kellermann
2009-03-26
1
-8
/
+5
*
oss_mixer: make "device" and "control" const
Max Kellermann
2009-03-26
1
-6
/
+5
*
mixer_control: close mixer on failure
Max Kellermann
2009-03-26
2
-5
/
+0
*
mixer: added flag "open"
Max Kellermann
2009-03-26
2
-0
/
+2
*
pulse_mixer: keep mixer attached when another pulse sink is closed.
David Guibert
2009-03-17
1
-1
/
+2
*
pulse_mixer: close
David Guibert
2009-03-17
1
-1
/
+14
*
all: Update copyright header.
Avuton Olrich
2009-03-13
3
-9
/
+12
*
pulse_mixer: allow mpd to reconnect to the pulse mixer
David Guibert
2009-03-07
1
-29
/
+24
*
pulse_mixer: added missing copyright header
Max Kellermann
2009-03-07
1
-0
/
+18
*
pulse_mixer: added GLib log domain
Max Kellermann
2009-03-07
1
-14
/
+16
*
pulse: clean up includes
Max Kellermann
2009-03-07
1
-2
/
+4
*
pulse mixer
David Guibert
2009-03-07
1
-0
/
+277
*
mixer_api: replaced method "control()" with "{get,set}_volume()"
Max Kellermann
2009-02-16
2
-124
/
+116
*
mixer_api: removed struct mixer_data
Max Kellermann
2009-01-25
2
-14
/
+24
*
mixer: merged methods "init" and "configure"
Max Kellermann
2009-01-25
2
-46
/
+12
*
mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGURE
Max Kellermann
2009-01-25
2
-11
/
+0
*
mixer: make all mixer_plugin pointers const
Max Kellermann
2009-01-25
2
-2
/
+2
*
mixer: added missing copyright headers
Max Kellermann
2009-01-25
2
-0
/
+34
*
conf: allow param==NULL
Max Kellermann
2009-01-25
2
-6
/
+0
*
conf: const pointers in block get functions
Max Kellermann
2009-01-25
2
-4
/
+4
*
conf: added config_get_block_string()
Max Kellermann
2009-01-18
2
-12
/
+15
*
mixer: don't check for NULL before g_free()
Max Kellermann
2009-01-18
2
-16
/
+11
[next]