- 18 Jan, 2009 2 commits
-
-
Max Kellermann authored
This replaces lots of getBlockParam() invocations.
-
Max Kellermann authored
The g_free() function includes a NULL check. We don't have to do it twice.
-
- 17 Jan, 2009 1 commit
-
-
Max Kellermann authored
Renamed functions, types, variables.
-
- 16 Jan, 2009 1 commit
-
-
Max Kellermann authored
When MPD starts without audio output configuration, the "param" variable is NULL. This triggers a segmentation fault in both mixer plugins.
-
- 11 Jan, 2009 1 commit
-
-
Viliam Mateicka authored
removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mixer (passing parameters)
-
- 10 Jan, 2009 1 commit
-
-
Viliam Mateicka authored
This patch tryes to introduce pluggable mixer (struct mixer_plugin) along with some basic infrastructure (mixer_* functions). Instance of mixer (struct mixer) is used in alsa and oss output plugin
-
- 04 Jan, 2009 1 commit
-
-
Viliam Mateicka authored
-
- 01 Jan, 2009 1 commit
-
-
Max Kellermann authored
There is no reason to use the shortcut "mix" instead of "mixer".
-
- 31 Dec, 2008 1 commit
-
-
Viliam Mateicka authored
-