aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into efx-experimentChris Robinson2008-01-042-0/+111
|\
| * Add the Bauer stereophonic-to-binaural DSP (bs2b) code and hooksChris Robinson2008-01-032-0/+111
* | Merge branch 'master' into efx-experimentChris Robinson2007-12-319-106/+312
|\|
| * 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
* | Release the new stuff on exit for Windows, tooChris Robinson2007-12-221-0/+3
* | Merge branch 'master' into efx-experimentChris Robinson2007-12-202-8/+8
|\|
| * MacOSX doesn't like global szDebug and g_mutex symbol namesChris Robinson2007-12-192-8/+8
* | Allow auxiliary effect slot 0 when (un)setting the source auxiliary sendChris Robinson2007-12-181-1/+2
* | Don't assume only one max send when setting source propertiesChris Robinson2007-12-181-1/+1
* | Use the AuxSendAuto property of the effect slotChris Robinson2007-12-181-1/+0
* | Implement AL_AUXILIARY_SEND_FILTER_GAIN_AUTO propertyChris Robinson2007-12-182-0/+15
* | Implement AL_ROOM_ROLLOFF_FACTOR propertyChris Robinson2007-12-182-0/+15
* | Don't allow properties on effect and filter name 0Chris Robinson2007-12-182-28/+16
* | Implement AL_EFFECT_TYPE propertyChris Robinson2007-12-181-8/+23
* | Report one max auxiliary send per sourceChris Robinson2007-12-181-1/+4
* | Implement AL_AUXILIARY_SEND_FILTER source propertyChris Robinson2007-12-181-0/+31
* | Remove unneeded struct memberChris Robinson2007-12-181-3/+0
* | Add AL_EFFECTSLOT_AUXILIARY_SEND_AUTO property (still unimplemented)Chris Robinson2007-12-182-0/+18
* | Implement AL_AUXILIARY_SEND_FILTER_GAINHF_AUTO propertyChris Robinson2007-12-182-0/+15
* | Implement AL_EFFECTSLOT_GAIN propertyChris Robinson2007-12-182-6/+25
* | Add initial auxiliary send pathsChris Robinson2007-12-181-0/+6
* | Implement AL_EFFECTSLOT_EFFECT propertyChris Robinson2007-12-182-8/+35
* | Only allow one auxiliary effect slotChris Robinson2007-12-181-20/+26
* | Implement AL_AIR_ABSORPTION_FACTOR source propertyChris Robinson2007-12-183-0/+17
* | Add AL_FILTER_LOWPASS supportChris Robinson2007-12-173-0/+76
* | Implement AL_CONE_OUTER_GAINHF source propertyChris Robinson2007-12-172-0/+14
* | Implement AL_DIRECT_FILTER_GAINHF_AUTO source propertyChris Robinson2007-12-172-0/+17
* | Implement basic lowpass filter pathChris Robinson2007-12-171-0/+3
* | Add AL_METERS_PER_UNIT listener propertyChris Robinson2007-12-172-0/+23
* | Don't attempt to free null effects or filtersChris Robinson2007-12-172-2/+2
* | 0 is a valid filter and effect nameChris Robinson2007-12-172-2/+2
* | Add new listener property definitionChris Robinson2007-12-172-0/+3
* | Add effect type enumsChris Robinson2007-12-172-1/+30
* | Add new functions to proc address tableChris Robinson2007-12-171-0/+26