aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/openal_plugin.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-8/+12
This patch prepares support for floating point samples (and probably other formats). It changes the meaning of the "bits" attribute from a bit count to a symbolic value.
2009-11-15output/openal: use audio_format_to_string()Max Kellermann1-3/+3
2009-11-12include config.h in all sourcesMax Kellermann1-2/+2
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
2009-09-07output/openal: support OpenAL plugin on Mac OS XSerge Ziryukin1-0/+6
2009-09-06output/openal: fix default device nameSerge Ziryukin1-3/+3
2009-09-06openal output pluginSerge Ziryukin1-0/+267