Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | conf: added config_get_block_string() | Max Kellermann | 2009-01-18 | 2 | -12/+15 |
| | | | | This replaces lots of getBlockParam() invocations. | ||||
* | mixer: don't check for NULL before g_free() | Max Kellermann | 2009-01-18 | 2 | -16/+11 |
| | | | | | The g_free() function includes a NULL check. We don't have to do it twice. | ||||
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 2 | -6/+6 |
| | | | | Renamed functions, types, variables. | ||||
* | mixer: check param==NULL in the alsa and oss mixer code | Max Kellermann | 2009-01-16 | 2 | -0/+7 |
| | | | | | | When MPD starts without audio output configuration, the "param" variable is NULL. This triggers a segmentation fault in both mixer plugins. | ||||
* | removing mixer_reconfigure memmory leak, fixing configure of alsa and oss ↵ | Viliam Mateicka | 2009-01-11 | 2 | -8/+26 |
| | | | | mixer (passing parameters) | ||||
* | Introducing mixer api | Viliam Mateicka | 2009-01-10 | 2 | -52/+73 |
| | | | | | 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 | ||||
* | renaming mixer.h to mixer_api.h | Viliam Mateicka | 2009-01-04 | 2 | -4/+4 |
| | |||||
* | mixer: renamed mix_* options to mixer_* | Max Kellermann | 2009-01-01 | 2 | -4/+4 |
| | | | | There is no reason to use the shortcut "mix" instead of "mixer". | ||||
* | Moving mixers to audio outputs | Viliam Mateicka | 2008-12-31 | 2 | -0/+403 |