aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete commentChris Robinson2007-12-311-2/+0
* Handle AL_FORMAT_REAR* formatsChris Robinson2007-12-312-0/+122
* Allow loading of 4, 5.1, 6.1, and 7.1 sample dataChris Robinson2007-12-311-0/+24
* Check specific formats before general propertiesChris Robinson2007-12-311-19/+19
* Export float32 formatsChris Robinson2007-12-311-0/+2
* Add some more formatsChris Robinson2007-12-312-3/+26
* Make some defines local to ALu.cChris Robinson2007-12-311-6/+0
* Fix includes so alMain.h doesn't include so much by itselfChris Robinson2007-12-313-8/+5
* Don't append _struct to the source struct nameChris Robinson2007-12-311-2/+2
* Remove unused macrosChris Robinson2007-12-311-4/+0
* Remove some duplicationChris Robinson2007-12-281-12/+0
* Implement AL_EXT_FLOAT32Chris Robinson2007-12-283-0/+40
* Consolidate buffer loading/conversion a bitChris Robinson2007-12-281-77/+78
* Avoid a couple explicit format checks for buffersChris Robinson2007-12-281-2/+2
* Don't rely on the exact formats as much for sourcesChris Robinson2007-12-281-10/+18
* Allow 5.1 channel outputChris Robinson2007-12-263-2/+6
* Prevent possible buffer overflow in AL_PRINTChris Robinson2007-12-221-1/+3
* MacOSX doesn't like global szDebug and g_mutex symbol namesChris Robinson2007-12-192-8/+8
* Add generic ring buffer methodsChris Robinson2007-12-161-0/+7
* Store a persistant name string with the device structChris Robinson2007-12-141-1/+1
* Change renderer string to match the real project nameChris Robinson2007-12-141-1/+1
* Move some global declrations into headersChris Robinson2007-12-061-0/+8
* Move function declarations outside of the if-blockChris Robinson2007-12-061-2/+2
* Add some castsChris Robinson2007-12-062-5/+5
* Remove more unused variablesChris Robinson2007-12-061-11/+1
* Make some source-local functions staticChris Robinson2007-12-061-8/+8
* Remove some unused variablesChris Robinson2007-12-061-33/+0
* Fix use of assert() to properly handle NDEBUGChris Robinson2007-11-301-6/+16
* Use an AL_PRINT macro for printing lib messages/errors to the consoleChris Robinson2007-11-302-7/+14
* Only set an error condition if no other error is setChris Robinson2007-11-221-7/+3
* Check for GCC's destructor attribute before using itChris Robinson2007-11-161-0/+2
* Don't use platform-specific methods for initializationChris Robinson2007-11-161-14/+0
* Initial importChris Robinson2007-11-1317-0/+5232