aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make sure QtCore and QtGui were found and link with the appropriate libsChris Robinson2013-06-241-2/+2
* Require Qt 4.8 or newer for alsoft-configChris Robinson2013-06-241-1/+2
* Move alsoft-config to a separate project fileChris Robinson2013-06-242-26/+31
* Add a configuration UI applicationChris Robinson2013-06-235-1/+2063
* Check for MinGW in CMakeLists.txt instead of config.hChris Robinson2013-06-202-4/+5
* Fix a potential infinite loop.Chris Robinson2013-06-191-8/+9
* Handle non-native endian formats with SDL_soundChris Robinson2013-06-191-2/+17
* Work around some problems with KDevelop's parserChris Robinson2013-06-182-0/+13
* Look for alsoft.conf in the XDG_CONFIG_DIRS and XDG_CONFIG_HOME directoriesChris Robinson2013-06-161-0/+55
* Trace config file names being loadedChris Robinson2013-06-161-1/+9
* Don't split config sections into separate blocksChris Robinson2013-06-161-73/+42
* Improve parsing of the config filesChris Robinson2013-06-161-69/+59
* Add a loopback extension exampleChris Robinson2013-06-162-1/+250
* Better handle spaces between string list entriesChris Robinson2013-06-161-5/+11
* Fix input and feedback in the echo effectChris Robinson2013-06-101-3/+3
* Don't open the log file with both 'truncate' and 'append' flagsChris Robinson2013-06-071-1/+1
* Use explicit bit offsets when checking for SSE and SSE2Chris Robinson2013-06-061-4/+2
* Use ALfilterState for the distortion effect filtersChris Robinson2013-06-063-70/+41
* Use a static lib for the common example codeChris Robinson2013-06-051-12/+10
* Use SDL_sound for the other examplesChris Robinson2013-06-055-766/+28
* Use SDL_sound for the alstream exampleChris Robinson2013-06-055-48/+239
* Add a custom FindSDL_sound cmake moduleChris Robinson2013-06-051-0/+382
* Silence some clang warningsChris Robinson2013-06-058-38/+22
* Avoid a NULL dereferenceChris Robinson2013-06-041-1/+1
* Allow enabling HRTF through a context creation attributeChris Robinson2013-05-313-2/+68
* Start an extension that can query the status of HRTF renderingChris Robinson2013-05-312-3/+15
* Add ALC_EXT_DEFAULT_FILTER_ORDER to alext.hChris Robinson2013-05-311-0/+5
* Make some example function pointers staticChris Robinson2013-05-303-41/+41
* Avoid an unnecessary loopChris Robinson2013-05-291-36/+19
* Check the right flag for tracing SSE2 supportChris Robinson2013-05-291-1/+1
* Fix up the naming convention of effect methodsChris Robinson2013-05-2916-192/+195
* Use C99's inline instead of __inlineChris Robinson2013-05-2818-252/+264
* Use the high-shelf filter in place of low-passChris Robinson2013-05-285-19/+6
* Simplify and fix some filter gain calculationsChris Robinson2013-05-272-11/+17
* Use ALfilterState for the modulator high pass filterChris Robinson2013-05-271-25/+12
* Use ALfilterState for the master echo and reverb filtersChris Robinson2013-05-274-40/+24
* Remove an unused methodChris Robinson2013-05-271-12/+0
* Use ALfilterState for the source direct and send filtersChris Robinson2013-05-275-31/+37
* Fix filter coefficient pre-calcChris Robinson2013-05-271-4/+4
* Move ALEQFilter to alFilter.c/h and rename it to ALfilterStateChris Robinson2013-05-273-107/+131
* Store pointers to the getFactory funcs in the mapChris Robinson2013-05-271-12/+15
* Cleanup the ALeffectStateFactory_create methodsChris Robinson2013-05-2711-16/+23
* No-op if DELETE_OBJ is given a NULL pointerChris Robinson2013-05-271-4/+7
* Use generic VCALL[_NOARGS] macros instead of type-specific wrappersChris Robinson2013-05-278-38/+31
* Rename a variableChris Robinson2013-05-261-8/+8
* Pre-apply the a[0] EQ filter coefficientChris Robinson2013-05-261-5/+11
* Use SET_ERROR_AND_RETURN in a few more placesChris Robinson2013-05-261-24/+20
* Use the helper macros in more placesChris Robinson2013-05-267-343/+237
* Add helper macros to set an error and return, and use it in a few placesChris Robinson2013-05-264-85/+57
* Define the ALeffect typedef with the structChris Robinson2013-05-251-13/+12