Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shout: fixed bad error message printout | Viliam Mateicka | 2008-12-23 | 1 | -2/+2 |
| | |||||
* | shout: use GLib instead of utils.h/log.h | Max Kellermann | 2008-11-25 | 1 | -59/+59 |
| | |||||
* | shout: don't check HAVE_SHOUT | Max Kellermann | 2008-11-25 | 1 | -7/+0 |
| | | | | | 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 Arias | 2008-10-31 | 1 | -2/+0 |
| | | | | protocol if not exist in config | ||||
* | output: close device on play error | Max Kellermann | 2008-10-29 | 1 | -7/+2 |
| | | | | | 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. | ||||
* | renamed src/audioOutputs/ to src/output/ | Max Kellermann | 2008-10-26 | 1 | -0/+596 |
Again, no CamelCase in the directory name. |