Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert helpers.c to C++ | Chris Robinson | 2018-11-11 | 1 | -1/+1 |
| | |||||
* | Define the examples' common library earlier | Chris Robinson | 2018-11-11 | 1 | -5/+5 |
| | |||||
* | Move altimespec_get and al_nssleep to examples' common code | Chris Robinson | 2018-11-10 | 1 | -1/+1 |
| | |||||
* | Convert alconfig to C++ | Chris Robinson | 2018-11-10 | 1 | -1/+1 |
| | |||||
* | Convert hrtf.c to C++ | Chris Robinson | 2018-11-09 | 1 | -1/+1 |
| | |||||
* | Convert the null backend to C++ | Chris Robinson | 2018-11-09 | 1 | -1/+1 |
| | |||||
* | Convert the loopback backend to C++ | Chris Robinson | 2018-11-09 | 1 | -1/+1 |
| | |||||
* | Convert the wave backend to C++ | Chris Robinson | 2018-11-09 | 1 | -1/+1 |
| | |||||
* | Convert the WinMM backend to C++ | Chris Robinson | 2018-11-08 | 1 | -1/+1 |
| | |||||
* | Fix a macro typo | Chris Robinson | 2018-11-08 | 1 | -1/+1 |
| | |||||
* | Prevent MSVC's dumb min/max macros | Chris Robinson | 2018-11-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #246 from john-preston/fix_macro | kcat | 2018-11-08 | 1 | -1/+1 |
|\ | | | | | Fix Resample_bsinc_SSE pointer casts. | ||||
| * | Fix Resample_bsinc_SSE pointer casts. | John Preston | 2018-11-08 | 1 | -1/+1 |
| | | | | | | | | Regression was introduced in 5ec11a017c. | ||||
* | | Disable MSVC warning C4200 | Chris Robinson | 2018-11-06 | 1 | -1/+1 |
| | | | | | | | | "nonstandard extension used: zero-sized array in struct/union" | ||||
* | | Handle CMake policy CMP0075 | Chris Robinson | 2018-11-06 | 1 | -0/+3 |
| | | |||||
* | | Don't set _FILE_OFFSET_BITS on Android | Chris Robinson | 2018-11-06 | 1 | -8/+11 |
| | | |||||
* | | Convert the DSound backend to C++ | Chris Robinson | 2018-11-06 | 1 | -1/+1 |
| | | |||||
* | | Convert ambdec.c to C++ | Chris Robinson | 2018-11-03 | 1 | -1/+1 |
| | | |||||
* | | Convert panning.c to C++ | Chris Robinson | 2018-11-03 | 1 | -1/+1 |
| | | |||||
* | | Convert the BFormat decoder to C++ | Chris Robinson | 2018-11-03 | 1 | -1/+1 |
| | | |||||
* | | Convert the band-split filter to C++ | Chris Robinson | 2018-11-03 | 1 | -1/+1 |
| | | |||||
* | | Convert the UHJ encoder to C++ | Chris Robinson | 2018-11-03 | 1 | -1/+1 |
| | | |||||
* | | Preliminary conversion of the WASAPI backend to C++ | Chris Robinson | 2018-11-01 | 1 | -1/+1 |
| | | | | | | | | A very sparse conversion. Will clean up more later after seeing what MSVC does. | ||||
* | | Remove unused CXX_FLAGS variable | Chris Robinson | 2018-11-01 | 1 | -4/+3 |
| | | | | | | | | | | The Visual Studio generators apparently don't like the $<COMPILE_LANGUAGE:...> expression. Since it's not actually used for anything at the moment, remove it. | ||||
* | | Convert the PulseAudio backend to C++ | Chris Robinson | 2018-10-31 | 1 | -1/+1 |
| | | |||||
* | | Convert alBuffer.c to C++ | Chris Robinson | 2018-10-31 | 1 | -1/+1 |
| | | | | | | | | A test to ensure everything works. | ||||
* | | Add a cmake option to static-link winpthread | Chris Robinson | 2018-10-30 | 1 | -10/+37 |
| | | |||||
* | | Convert the router to C++ | Chris Robinson | 2018-10-30 | 1 | -1/+1 |
| | | |||||
* | | Add a cmake option to static-link libstdc++ | Chris Robinson | 2018-10-29 | 1 | -1/+21 |
| | | |||||
* | | Add a RESTRICT macro to help with C++ compatibility | Chris Robinson | 2018-10-29 | 1 | -9/+9 |
| | | |||||
* | | Handle C++-only compile flags in cmake | Chris Robinson | 2018-10-29 | 1 | -3/+4 |
|/ | |||||
* | Release 1.19.1openal-soft-1.19.1 | Chris Robinson | 2018-10-11 | 1 | -1/+1 |
| | |||||
* | Use the common init/close functions for alffplay | Chris Robinson | 2018-10-10 | 1 | -1/+2 |
| | |||||
* | Release 1.19.0openal-soft-1.19.0 | Chris Robinson | 2018-09-06 | 1 | -2/+2 |
| | |||||
* | Pass the appropriate /arch switch for x86 MSVC | Chris Robinson | 2018-08-31 | 1 | -12/+30 |
| | |||||
* | Enable HRTF data set embedding by default | Chris Robinson | 2018-08-29 | 1 | -1/+1 |
| | |||||
* | Check for and use copysignf | Chris Robinson | 2018-08-29 | 1 | -0/+1 |
| | |||||
* | EFX: Autowah implementation | Raulshc | 2018-07-25 | 1 | -0/+1 |
| | | | Add autowah effect using biquad peaking filter and envelope follower | ||||
* | On 32-bit targets with SSE, enable SSE/SSE2 codegen by default | Chris Robinson | 2018-07-16 | 1 | -0/+28 |
| | | | | | | Two new CMake options are available for 32-bit targets that accept -msse: ALSOFT_ENABLE_SSE_CODEGEN and ALSOFT_ENABLE_SSE2_CODEGEN, which default to TRUE. This should not affect MSVC, which already defaults to SSE2 codegen. | ||||
* | CMake: fix SSE3 typo | Jan Chren (rindeal) | 2018-05-29 | 1 | -1/+1 |
| | | | | Closes: https://github.com/kcat/openal-soft/issues/195 | ||||
* | EFX: Frequency Shifter implementation | Raulshc | 2018-05-20 | 1 | -0/+1 |
| | | | Add frequency shifter effect using discrete Hilbert transform. Only mono signal processing by now (LEFT_DIRECTION). | ||||
* | Move the ALcomplex and FFT functions to a separate file | Chris Robinson | 2018-05-15 | 1 | -0/+2 |
| | |||||
* | Include header files in CMake's source lists | Chris Robinson | 2018-04-21 | 1 | -50/+95 |
| | |||||
* | Move the bnad-splitter filters to a separate source | Chris Robinson | 2018-04-21 | 1 | -0/+1 |
| | |||||
* | Specify Libs.private for the pkg-config file | Chris Robinson | 2018-03-29 | 1 | -1/+12 |
| | | | | | Only used when building the static lib for its dependencies, since the shared lib automatically handles its own dependencies. | ||||
* | Don't specify macros as arguments to CHECK_INCLUDE_FILE(S) | Chris Robinson | 2018-03-28 | 1 | -2/+13 |
| | |||||
* | Also add SDL2's include path | Jan Niklas Hasse | 2018-03-24 | 1 | -0/+1 |
| | |||||
* | Use proc_pidpath to get the process path on macOS when available | Chris Robinson | 2018-03-24 | 1 | -0/+1 |
| | |||||
* | Move NFC filters to the filter directory | Chris Robinson | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | Move the filter implementation to a separate directory | Chris Robinson | 2018-03-22 | 1 | -0/+1 |
| |