Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pulse: clear pa_simple pointer in pulse_close() | Max Kellermann | 2008-10-29 | 1 | -0/+1 |
| | | | | | The pointer becomes invalid due to pa_simple_free(), which may lead to segmentation faults when the output is reopened later. | ||||
* | pulse: use GLib instead of util.h/log.h | Max Kellermann | 2008-10-29 | 1 | -28/+25 |
| | | | | Use GLib allocation and logging functions. | ||||
* | pulse: no CamelCase | Max Kellermann | 2008-10-29 | 1 | -48/+49 |
| | |||||
* | oss: check and override audio_format properly | Max Kellermann | 2008-10-29 | 1 | -0/+7 |
| | | | | | Don't accept 24 bit audio. Force MPD to use 16 bit if anything other than 8 or 16 bit is selected. | ||||
* | output: don't compile plugins which are disabled | Max Kellermann | 2008-10-26 | 11 | -86/+7 |
| | | | | Don't compile the sources of disabled output plugins at all. | ||||
* | renamed src/audioOutputs/ to src/output/ | Max Kellermann | 2008-10-26 | 13 | -0/+4178 |
Again, no CamelCase in the directory name. |