Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -1/+1 |
| | | | | Renamed functions, types, variables. | ||||
* | fix G_BYTE_ORDER check | Max Kellermann | 2009-01-05 | 1 | -1/+1 |
| | | | | "#ifdef G_BYTE_ORDER == G_BIG_ENDIAN" cannot work, of course. | ||||
* | use GLib byte order macros | Max Kellermann | 2009-01-05 | 1 | -6/+7 |
| | |||||
* | output plugins: don't include gcc.h | Max Kellermann | 2009-01-01 | 1 | -3/+4 |
| | | | | Use GLib's G_GNUC_UNUSED instead of gcc.h's mpd_unused. | ||||
* | mvp: use GLib instead of utils.h/log.h | Max Kellermann | 2008-11-25 | 1 | -16/+27 |
| | |||||
* | 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 | -13/+15 |
| | | | | | 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 | -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/+280 |
Again, no CamelCase in the directory name. |