Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused variables | Chris Robinson | 2012-02-17 | 2 | -4/+0 |
| | |||||
* | Make sure the source write position is at least 15ms ahead of the read | Chris Robinson | 2012-02-16 | 1 | -0/+3 |
| | |||||
* | Move the endian test macro to alMain.h | Chris Robinson | 2012-02-15 | 2 | -5/+7 |
| | |||||
* | Add a device parameter to alcLoopbackOpenDeviceSOFT | Chris Robinson | 2012-02-15 | 1 | -2/+2 |
| | |||||
* | Add a device request flag for the sample type | Chris Robinson | 2012-02-15 | 1 | -0/+2 |
| | |||||
* | Remove parameter names from typedefs | Chris Robinson | 2012-02-15 | 1 | -2/+2 |
| | |||||
* | Define a minimum output sample rate and warn if the config option goes below it | Chris Robinson | 2012-02-15 | 1 | -0/+1 |
| | |||||
* | Support signed and unsigned 32-bit int output | Chris Robinson | 2012-02-14 | 1 | -0/+2 |
| | |||||
* | Use more proper enum names for the resampler | Chris Robinson | 2012-02-12 | 3 | -11/+9 |
| | |||||
* | Use a proper enum value for setting the default distance model | Chris Robinson | 2012-02-12 | 2 | -2/+4 |
| | |||||
* | Rename non_virtual_channels to direct_channels | Chris Robinson | 2012-02-09 | 4 | -12/+12 |
| | |||||
* | Ensure ALbyte3 and ALubyte3 are the proper size | Chris Robinson | 2012-02-07 | 1 | -0/+2 |
| | |||||
* | Check for a 32-bit x86 processor before using MSVC's asm intrinsics | Chris Robinson | 2012-02-03 | 1 | -1/+1 |
| | |||||
* | Only use fast float-to-int GCC assembly for x86 and x86_64 targets | Chris Robinson | 2012-02-03 | 1 | -1/+1 |
| | |||||
* | Fix typo in the "CarpetedHallway" reverb preset | Chris Robinson | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | Reorder a couple effect presets | Chris Robinson | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | Add some more reverb presets | Chris Robinson | 2012-01-27 | 1 | -0/+100 |
| | |||||
* | Pass the uncompressed sample count to LoadData and ConvertData for IMA4 | Chris Robinson | 2012-01-26 | 1 | -41/+56 |
| | |||||
* | Avoid a bit of code duplication | Chris Robinson | 2012-01-25 | 1 | -70/+29 |
| | |||||
* | Some cleanups for the reverb list | Chris Robinson | 2012-01-24 | 1 | -3/+4 |
| | |||||
* | Avoid duplicating some initialization code | Chris Robinson | 2012-01-20 | 4 | -19/+37 |
| | |||||
* | Honor the disabled effects for the default reverb | Chris Robinson | 2012-01-20 | 1 | -1/+6 |
| | |||||
* | Add the ability to specify a preset for forced reverb | Chris Robinson | 2012-01-19 | 2 | -2/+80 |
| | |||||
* | Add a global option to apply a reverb effect on source send 0 | Chris Robinson | 2012-01-19 | 5 | -2/+12 |
| | | | | | | A special slot on the device is created and processed, so it can be shared across all contexts on the device. Sources that don't have a slot set on send 0 will use this special slot instead. | ||||
* | Finalize AL_SOFT_buffer_samples | Chris Robinson | 2012-01-10 | 1 | -70/+0 |
| | |||||
* | Remove the unnecessary AL_MULAW_SOFT, AL_ALAW_SOFT, and AL_IMA4_SOFT defines | Chris Robinson | 2012-01-10 | 4 | -12/+3 |
| | |||||
* | Append _SOFT to the AL_SOFT_buffer_samples enums | Chris Robinson | 2012-01-10 | 4 | -159/+159 |
| | |||||
* | Make LockDevice, LockContext, etc, inline | Chris Robinson | 2012-01-09 | 1 | -4/+10 |
| | |||||
* | Use a proper typedef for handling atomic pointer swaps | Chris Robinson | 2012-01-01 | 3 | -12/+14 |
| | |||||
* | Append _SOFT to the ALC loopback format enums | Chris Robinson | 2011-11-01 | 1 | -25/+25 |
| | |||||
* | Calculate the listener matrix when a new orientation is specified | Chris Robinson | 2011-10-30 | 3 | -1/+60 |
| | | | | | This is so the matrix isn't derived each time a source is updated, and it will make supporting user-defined matrices easier. | ||||
* | Add a work-around for cross-compiling with MinGW | Chris Robinson | 2011-10-27 | 1 | -0/+26 |
| | |||||
* | Set AL_STOPPED after setting AL_PLAYING when a source has nothing to play | Chris Robinson | 2011-10-15 | 1 | -8/+8 |
| | |||||
* | Return the key's value from the map when it's removed | Chris Robinson | 2011-10-06 | 1 | -7/+6 |
| | |||||
* | Check for the HRTF object instead of a flag | Chris Robinson | 2011-10-06 | 1 | -4/+2 |
| | |||||
* | Add min/max/clamp methods for 64-bit int | Chris Robinson | 2011-10-04 | 1 | -0/+7 |
| | |||||
* | Remove some unneeded templates and parameters | Chris Robinson | 2011-10-04 | 1 | -2/+2 |
| | |||||
* | Convert samples to float when copying to the stack | Chris Robinson | 2011-10-04 | 1 | -4/+4 |
| | |||||
* | Use sample frames when handling the buffer length | Chris Robinson | 2011-10-04 | 3 | -98/+73 |
| | |||||
* | Don't use inline asm with MSVC on 64-bit | Chris Robinson | 2011-10-02 | 1 | -1/+1 |
| | |||||
* | Get rid of some unnecessary casting | Chris Robinson | 2011-10-02 | 1 | -4/+4 |
| | |||||
* | Rename some parameters | Chris Robinson | 2011-10-02 | 2 | -21/+21 |
| | |||||
* | Remove the OriginalAlign buffer field, and calculate it as needed | Chris Robinson | 2011-10-01 | 2 | -8/+12 |
| | |||||
* | Fix potential divide-by-0 | Chris Robinson | 2011-10-01 | 1 | -5/+11 |
| | |||||
* | Add buffer properties to get the internal format, and the length in bytes, ↵ | Chris Robinson | 2011-10-01 | 4 | -1/+47 |
| | | | | | | | | | | | samples, and seconds The provided buffer lengths correspond to the source offsets, in that the byte length specifies the end of the byte offset (ie, when the buffer is used for a static source, the offset will range between 0 (inclusive) and the byte length (exclusive)). Although an application could use the AL_SIZE, AL_CHANNELS, AL_BITS, and AL_FREQUENCY properties to find the length in samples and seconds, the byte length cannot be reliably calculated this way. | ||||
* | Use tokens matching the string | Chris Robinson | 2011-10-01 | 1 | -2/+2 |
| | |||||
* | Add support for AL_EXT_ALAW | Chris Robinson | 2011-10-01 | 4 | -3/+165 |
| | |||||
* | Rename LOWPASSFREQCUTOFF to LOWPASSFREQREF | Chris Robinson | 2011-09-30 | 1 | -1/+1 |
| | |||||
* | Define the values for F_PI and F_PI_2 directly instead of using M_PI | Chris Robinson | 2011-09-30 | 1 | -6/+2 |
| | |||||
* | Use raise(SIGTRAP) instead of kill(getpid(),SIGTRAP) | Chris Robinson | 2011-09-30 | 1 | -1/+1 |
| |