Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | output: use bool for return values and flags | Max Kellermann | 2008-10-29 | 1 | -11/+11 |
| | | | | | Don't return 0/-1 on success/error, but true/false. Instead of int, use bool for storing flags. | ||||
* | 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 |
| | |||||
* | output: don't compile plugins which are disabled | Max Kellermann | 2008-10-26 | 1 | -8/+0 |
| | | | | Don't compile the sources of disabled output plugins at all. | ||||
* | renamed src/audioOutputs/ to src/output/ | Max Kellermann | 2008-10-26 | 1 | -0/+218 |
Again, no CamelCase in the directory name. |