aboutsummaryrefslogtreecommitdiff
path: root/src/output/openal_plugin.c
Commit message (Collapse)AuthorAge
* output: rename plugin source filesMax Kellermann2011-09-17
|
* rename 'Timer' to 'struct timer'Jonathan Neuschäfer2011-08-27
|
* copyright year 2011Max Kellermann2011-01-29
|
* Update copyright notices.Avuton Olrich2009-12-31
|
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-02
| | | | | | 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-15
|
* include config.h in all sourcesMax Kellermann2009-11-12
| | | | | | 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-07
|
* output/openal: fix default device nameSerge Ziryukin2009-09-06
|
* openal output pluginSerge Ziryukin2009-09-06