Max Kellermann
|
4d472c265e
|
conf: no CamelCase, part I
Renamed functions, types, variables.
|
2009-01-17 20:23:27 +01:00 |
|
Max Kellermann
|
5e93d3682f
|
added missing explicit config.h includes
|
2009-01-08 21:37:02 +01:00 |
|
Viliam Mateicka
|
d96cda95a1
|
shout: fixed bad error message printout
|
2008-12-23 18:05:25 +01:00 |
|
Max Kellermann
|
be60ff83f7
|
shout: use GLib instead of utils.h/log.h
|
2008-11-25 17:25:41 +01:00 |
|
Max Kellermann
|
125dad7119
|
shout: don't check HAVE_SHOUT
If the shout plugin is disabled, shout_plugin.c isn't compiled at all,
no need to check the macro definition.
|
2008-11-25 17:19:42 +01:00 |
|
Alam Arias
|
78f60c9c6d
|
removed unneed check for protocol in shout plugin, will assume icecast2 protocol if not exist in config
|
2008-10-31 12:20:49 +01:00 |
|
Max Kellermann
|
2f76db4c78
|
output: close device on play error
When an output plugin fails to play a chunk, close it. This replaces
various manual close() calls in nearly all plugins.
|
2008-10-29 20:40:33 +01:00 |
|
Max Kellermann
|
58c5bee9f0
|
output: use bool for return values and flags
Don't return 0/-1 on success/error, but true/false. Instead of int,
use bool for storing flags.
|
2008-10-29 20:40:27 +01:00 |
|
Max Kellermann
|
ece8c1347c
|
renamed src/audioOutputs/ to src/output/
Again, no CamelCase in the directory name.
|
2008-10-26 11:29:44 +01:00 |
|