Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | conf: const pointers in block get functions | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
| | | | | | All config_get_block_*() functions should accept constant config_param pointers. | ||||
* | conf: added config_get_block_string() | Max Kellermann | 2009-01-18 | 1 | -7/+6 |
| | | | | This replaces lots of getBlockParam() invocations. | ||||
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -2/+2 |
| | | | | Renamed functions, types, variables. | ||||
* | null, fifo: use GLib instead of utils.h | Max Kellermann | 2009-01-03 | 1 | -5/+7 |
| | |||||
* | output plugins: don't include gcc.h | Max Kellermann | 2009-01-01 | 1 | -2/+4 |
| | | | | Use GLib's G_GNUC_UNUSED instead of gcc.h's mpd_unused. | ||||
* | fifo: use GLib logging | Max Kellermann | 2008-12-29 | 1 | -21/+24 |
| | |||||
* | output: close device on play error | Max Kellermann | 2008-10-29 | 1 | -1/+0 |
| | | | | | When an output plugin fails to play a chunk, close it. This replaces various manual close() calls in nearly all plugins. | ||||
* | output: use bool for return values and flags | Max Kellermann | 2008-10-29 | 1 | -12/+12 |
| | | | | | Don't return 0/-1 on success/error, but true/false. Instead of int, use bool for storing flags. | ||||
* | output: don't compile plugins which are disabled | Max Kellermann | 2008-10-26 | 1 | -9/+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/+290 |
Again, no CamelCase in the directory name. |