Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Combine some dry and wet path types | Chris Robinson | 2014-06-13 | 8 | -99/+84 |
| | |||||
* | Pre-apply the crossfeed filter gain to the input sample coefficients | Chris Robinson | 2014-06-12 | 2 | -26/+16 |
| | |||||
* | Use floats for the BS2B filter | Chris Robinson | 2014-06-11 | 2 | -44/+44 |
| | |||||
* | Make bs2b_cross_feed inline | Chris Robinson | 2014-06-10 | 2 | -45/+35 |
| | |||||
* | Don't try to set fp precision with __control87_2 or _controlfp | Chris Robinson | 2014-06-08 | 1 | -10/+4 |
| | |||||
* | Print CPU extensions that are unavailable but requested | Chris Robinson | 2014-06-08 | 1 | -6/+6 |
| | |||||
* | Open and close the file in the main thread in alffplay | Chris Robinson | 2014-06-08 | 1 | -26/+28 |
| | | | | | This avoid problems with the file being closed while a video refresh is still scheduled. | ||||
* | Require SSE for SSE2, and SSE2 for SSE4.1 | Chris Robinson | 2014-06-07 | 1 | -2/+2 |
| | |||||
* | Update the disable-cpu-exts config option description | Chris Robinson | 2014-06-07 | 1 | -4/+5 |
| | |||||
* | Update a couple sources with the proper author | Chris Robinson | 2014-06-06 | 2 | -2/+2 |
| | |||||
* | Move InitiatePositionArrays to mixer_defs.h | Chris Robinson | 2014-06-06 | 4 | -45/+21 |
| | |||||
* | Add SSE2 and SSE4.1 linear resamplers | Timothy Arceri | 2014-06-06 | 9 | -16/+294 |
| | | | | | Currently the only way SSE 4.1 is detected is by using __get_cpuid, i.e. with GCC. Windows' IsProcessorFeaturePresent does not report SSE4.1 capabilities. | ||||
* | Avoid a loop when updating the source position variables | Chris Robinson | 2014-06-02 | 3 | -10/+14 |
| | |||||
* | Add an ffmpeg-based example player | Chris Robinson | 2014-06-02 | 3 | -1/+1692 |
| | | | | | | This example shows proper timing and A/V synchronization with an OpenAL stream. Requires the in-progress AL_SOFTX_source_length extension to avoid manually keeping track of the buffer queue length. | ||||
* | Only define struct timespec if _TIMESPEC_DEFINED isn't set | Chris Robinson | 2014-05-31 | 1 | -1/+7 |
| | | | | This matches what the mingw-w64 headers define with the struct. | ||||
* | Add extern "C" to common headers. | Chris Robinson | 2014-05-29 | 4 | -0/+30 |
| | |||||
* | Add methods to exchange and compare-exchange RefCount values | Chris Robinson | 2014-05-27 | 2 | -0/+40 |
| | |||||
* | Avoid unnecessary local variables | Chris Robinson | 2014-05-27 | 1 | -6/+6 |
| | |||||
* | Implement condition variables for Windows | Chris Robinson | 2014-05-27 | 2 | -10/+170 |
| | |||||
* | Add an extension string for the in-progress source length extension | Chris Robinson | 2014-05-26 | 1 | -1/+2 |
| | | | | | This is the extension that allows you to get the full length of the source's buffer queue. | ||||
* | Implement condition variables (POSIX only!) | Chris Robinson | 2014-05-26 | 2 | -4/+55 |
| | | | | | Windows requires Vista or newer to get the CONDITION_VARIABNLE API, but we currently only require XP. | ||||
* | Don't print an ERR if pulse fails to get latency info due to no data | Chris Robinson | 2014-05-26 | 1 | -3/+8 |
| | | | | It just means it was called too quickly after starting. | ||||
* | Add an option to get the length of a source's full queue | Chris Robinson | 2014-05-25 | 1 | -0/+95 |
| | | | | | This simplifies keeping track how much a source has buffered in its queue, which reduces a bunch of unnecessary book keeping the app would have to do. | ||||
* | Don't resume the backend if there's no contexts | Chris Robinson | 2014-05-24 | 1 | -10/+11 |
| | |||||
* | Move the active source's offset out of the direct params | Chris Robinson | 2014-05-24 | 3 | -4/+4 |
| | |||||
* | Update the examples to use SDL2 | Chris Robinson | 2014-05-23 | 4 | -301/+499 |
| | | | | | | This should make it easier to build the examples on 64-bit, where there are no premade dev libs for SDL1 on 64-bit mingw. FindSDL_sound.cmake has been updated to accept SDL or SDL2. | ||||
* | Mark a few more functions as const | Chris Robinson | 2014-05-23 | 3 | -12/+12 |
| | |||||
* | Rename CONST_FUNC and PRINTF_STYLE, and fix non-GNU AL_PRINT | Chris Robinson | 2014-05-23 | 1 | -10/+10 |
| | |||||
* | AL_SOFT_block_alignment is now considered done | Chris Robinson | 2014-05-22 | 3 | -7/+7 |
| | |||||
* | Ensure a proper amount of new elements are being reserved when inserting | Chris Robinson | 2014-05-22 | 1 | -1/+5 |
| | |||||
* | Include strings.h if it exists for strncasecmp | Chris Robinson | 2014-05-22 | 1 | -1/+3 |
| | |||||
* | Add a needed header for the CoreAudio backend | Chris Robinson | 2014-05-22 | 1 | -0/+1 |
| | |||||
* | Use the first non-0-length buffer when starting a source | Chris Robinson | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Don't try to use the non-standard alloca.h | Chris Robinson | 2014-05-22 | 1 | -8/+1 |
| | | | | | Variable-length arrays are C99 standard and are preferred over alloca. The only compiler that needs alloca (MSVC) has it in malloc.h. | ||||
* | Use an unsigned type for the win32 size_t formatter | Chris Robinson | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Mark some functions as const | Chris Robinson | 2014-05-22 | 1 | -5/+7 |
| | |||||
* | The lower value of the gain vector contains the closest target value | Chris Robinson | 2014-05-21 | 1 | -2/+2 |
| | |||||
* | Don't clear the current and step gain values when updating a source | Chris Robinson | 2014-05-21 | 1 | -89/+66 |
| | |||||
* | Use the current buffer item for static sources too | Chris Robinson | 2014-05-21 | 1 | -1/+1 |
| | |||||
* | Copy samples if needed in the 'copy' resampler | Chris Robinson | 2014-05-21 | 1 | -9/+15 |
| | |||||
* | Properly process all samples with a bandpass filter | Chris Robinson | 2014-05-21 | 1 | -2/+2 |
| | |||||
* | Use the correct input for HRTF mixing | Chris Robinson | 2014-05-21 | 1 | -1/+1 |
| | |||||
* | Update the active source's direct and send properties after each mix | Chris Robinson | 2014-05-21 | 1 | -10/+9 |
| | |||||
* | Add some asserts to verify block alignment for conversion | Chris Robinson | 2014-05-20 | 1 | -0/+8 |
| | |||||
* | Return a sample pointer from resamplers | Chris Robinson | 2014-05-19 | 5 | -24/+27 |
| | | | | Both resampling and filtering now avoid copying samples when they no-op. | ||||
* | Put per-channel filter properties together | Chris Robinson | 2014-05-19 | 3 | -39/+46 |
| | |||||
* | Return a sample pointer from DoFilters | Chris Robinson | 2014-05-19 | 1 | -14/+18 |
| | | | | | This allows us to avoid copying samples when no filtering is needed. Doing the same for resampling would require another temporary buffer in the device. | ||||
* | Move an HRTF mixer parameter and shorten a couple variable names | Chris Robinson | 2014-05-18 | 4 | -33/+28 |
| | |||||
* | Don't pass the SendParams to the wet-path mixer | Chris Robinson | 2014-05-18 | 6 | -41/+44 |
| | |||||
* | Don't pass the DirectParams to the dry-path mixer | Chris Robinson | 2014-05-18 | 7 | -96/+119 |
| |