aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/fifo_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* conf: added config_get_block_string()Max Kellermann2009-01-181-7/+6
| | | | This replaces lots of getBlockParam() invocations.
* conf: no CamelCase, part IMax Kellermann2009-01-171-2/+2
| | | | Renamed functions, types, variables.
* null, fifo: use GLib instead of utils.hMax Kellermann2009-01-031-5/+7
|
* output plugins: don't include gcc.hMax Kellermann2009-01-011-2/+4
| | | | Use GLib's G_GNUC_UNUSED instead of gcc.h's mpd_unused.
* fifo: use GLib loggingMax Kellermann2008-12-291-21/+24
|
* output: close device on play errorMax Kellermann2008-10-291-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 flagsMax Kellermann2008-10-291-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 disabledMax Kellermann2008-10-261-9/+0
| | | | Don't compile the sources of disabled output plugins at all.
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-261-0/+290
Again, no CamelCase in the directory name.