aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/openal_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* output: rename plugin source filesMax Kellermann2011-09-171-277/+0
|
* rename 'Timer' to 'struct timer'Jonathan Neuschäfer2011-08-271-1/+1
|
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-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.
* output/openal: use audio_format_to_string()Max Kellermann2009-11-151-3/+3
|
* include config.h in all sourcesMax Kellermann2009-11-121-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.
* output/openal: support OpenAL plugin on Mac OS XSerge Ziryukin2009-09-071-0/+6
|
* output/openal: fix default device nameSerge Ziryukin2009-09-061-3/+3
|
* openal output pluginSerge Ziryukin2009-09-061-0/+267