aboutsummaryrefslogtreecommitdiff
path: root/src/output/shout_plugin.c
Commit message (Collapse)AuthorAge
* conf: const pointers in block get functionsMax Kellermann2009-01-25
| | | | | All config_get_block_*() functions should accept constant config_param pointers.
* conf: added config_get_block_unsigned()Max Kellermann2009-01-18
| | | | Eliminate some more getBlockParam() invocations.
* conf: added config_get_block_string()Max Kellermann2009-01-18
| | | | This replaces lots of getBlockParam() invocations.
* conf: replaced getBoolBlockParam() with config_get_block_bool()Max Kellermann2009-01-17
| | | | No "force" parameter, pass a default value instead.
* conf: no CamelCase, part IMax Kellermann2009-01-17
| | | | Renamed functions, types, variables.
* added missing explicit config.h includesMax Kellermann2009-01-08
|
* shout: fixed bad error message printoutViliam Mateicka2008-12-23
|
* shout: use GLib instead of utils.h/log.hMax Kellermann2008-11-25
|
* shout: don't check HAVE_SHOUTMax Kellermann2008-11-25
| | | | | If the shout plugin is disabled, shout_plugin.c isn't compiled at all, no need to check the macro definition.
* removed unneed check for protocol in shout plugin, will assume icecast2 ↵Alam Arias2008-10-31
| | | | protocol if not exist in config
* output: close device on play errorMax Kellermann2008-10-29
| | | | | 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-29
| | | | | Don't return 0/-1 on success/error, but true/false. Instead of int, use bool for storing flags.
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-26
Again, no CamelCase in the directory name.