Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shout: clear buffer before calling the encoder | Max Kellermann | 2009-02-09 | 1 | -13/+4 |
| | | | | | | | Always assume the buffer is empty before calling the encoder. Always flush the buffer immediately after there has been added something. This reduces the risk of buffer overruns, because there will never be a "rest" in the current buffer. | ||||
* | output plugins: don't include gcc.h | Max Kellermann | 2009-01-01 | 1 | -2/+2 |
| | | | | Use GLib's G_GNUC_UNUSED instead of gcc.h's mpd_unused. | ||||
* | shout: use GLib instead of utils.h/log.h | Max Kellermann | 2008-11-25 | 1 | -9/+7 |
| | |||||
* | output: don't compile plugins which are disabled | Max Kellermann | 2008-10-26 | 1 | -5/+1 |
| | | | | Don't compile the sources of disabled output plugins at all. | ||||
* | renamed src/audioOutputs/ to src/output/ | Max Kellermann | 2008-10-26 | 1 | -0/+306 |
Again, no CamelCase in the directory name. |