aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/OpenALOutputPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-04util/Error: new error passing libraryMax Kellermann1-23/+17
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-4/+5
2013-08-04OutputPlugin: pass config_param referenceMax Kellermann1-4/+3
2013-08-03audio_format: convert to C++Max Kellermann1-10/+10
2013-07-30output_api: convert to C++Max Kellermann1-1/+1
2013-04-17output/openal: convert to C++Max Kellermann1-35/+50
2011-12-13output/openal: improve synchronizationMax Kellermann1-13/+16
2011-12-13output/openal: move code to inline functionsMax Kellermann1-9/+25
2011-12-13output/openal: use alGetSourcei(AL_BUFFER) to force-unqueue buffersMax Kellermann1-14/+4
2011-12-13output/openal: make attribute "filled" unsignedMax Kellermann1-1/+1
2011-12-13output/openal: remove bogus format check from _open()Max Kellermann1-8/+0
2011-09-19output_plugin: the plugin allocates the audio_output objectMax Kellermann1-15/+21
2011-09-17output: per-plugin headerMax Kellermann1-0/+1
2011-09-17output: rename plugin source filesMax Kellermann1-0/+0
2011-08-27rename 'Timer' to 'struct timer'Jonathan Neuschäfer1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-8/+12
2009-11-15output/openal: use audio_format_to_string()Max Kellermann1-3/+3
2009-11-12include config.h in all sourcesMax Kellermann1-2/+2
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