aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/oss_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* output plugins: don't include gcc.hMax Kellermann2009-01-011-2/+3
| | | | Use GLib's G_GNUC_UNUSED instead of gcc.h's mpd_unused.
* Moving mixers to audio outputsViliam Mateicka2008-12-311-0/+19
|
* oss: use GLib instead of utils.h/log.hMax Kellermann2008-11-251-55/+56
|
* 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-16/+17
| | | | | Don't return 0/-1 on success/error, but true/false. Instead of int, use bool for storing flags.
* oss: check and override audio_format properlyMax Kellermann2008-10-291-0/+7
| | | | | Don't accept 24 bit audio. Force MPD to use 16 bit if anything other than 8 or 16 bit is selected.
* output: don't compile plugins which are disabledMax Kellermann2008-10-261-8/+0
| | | | Don't compile the sources of disabled output plugins at all.
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-261-0/+571
Again, no CamelCase in the directory name.