Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use deprecated macros | Chris Robinson | 2010-03-19 | 11 | -137/+137 |
| | |||||
* | Remove another unnecessary assert | Chris Robinson | 2010-03-19 | 1 | -2/+0 |
| | |||||
* | Use proper storage type for the new format | Chris Robinson | 2010-03-19 | 1 | -4/+4 |
| | |||||
* | Use a better method to derive the offset from the data pointer | Chris Robinson | 2010-03-18 | 1 | -2/+2 |
| | |||||
* | cast AL_SIZE value to ALint | Alam Arias | 2010-03-18 | 1 | -1/+1 |
| | |||||
* | Mingw64's shlobj.h wants at least 0x501 | Alam Arias | 2010-03-18 | 1 | -2/+5 |
| | |||||
* | DXSDK_DIR is MSVC only | Alam Arias | 2010-03-18 | 1 | -12/+13 |
| | |||||
* | use ALintptrEXT in alcReverb.c | Alam Arias | 2010-03-18 | 1 | -2/+2 |
| | |||||
* | add _CRT_NONSTDC_NO_DEPRECATE define for MSVC | Alam Arias | 2010-03-18 | 1 | -0/+1 |
| | |||||
* | Use ptrdiff types for databuffer offset/length handling | Chris Robinson | 2010-03-18 | 4 | -33/+42 |
| | | | | Should improve addressing for non-32-bit systems | ||||
* | Convert CR/LF -> LF | Chris Robinson | 2010-03-18 | 3 | -1031/+1031 |
| | | | | Spotted by Alam Arias | ||||
* | Use size_t where appropriate | Chris Robinson | 2010-03-18 | 3 | -6/+7 |
| | | | | Spotted by Alam Arias | ||||
* | Define _WIN32_IE to 0x400 only if it's a lesser value by default | Chris Robinson | 2010-03-18 | 1 | -1/+2 |
| | | | | Spotted by Alam Arias | ||||
* | Support capture with PortAudio | Chris Robinson | 2010-03-18 | 2 | -7/+148 |
| | |||||
* | Create WAVEFORMATEXTENSIBLE wave files for multi-channel and float support | Chris Robinson | 2010-03-18 | 1 | -28/+65 |
| | |||||
* | Simplifiy verification loops | Chris Robinson | 2010-03-17 | 1 | -5/+1 |
| | |||||
* | Use a separate list for NULL-device extensions | Chris Robinson | 2010-03-17 | 1 | -2/+8 |
| | |||||
* | Remove old comment | Chris Robinson | 2010-03-17 | 1 | -1/+0 |
| | |||||
* | Don't return unsupported effects from alGetEnumValue | Chris Robinson | 2010-03-17 | 1 | -0/+5 |
| | |||||
* | The enums are the same as with mcforamts, so advertise AL_EXT_MULAW too | Chris Robinson | 2010-03-17 | 2 | -2/+5 |
| | |||||
* | Remove unnecessary assert | Chris Robinson | 2010-03-17 | 1 | -2/+0 |
| | |||||
* | GetSourceOffset can't fail | Chris Robinson | 2010-03-17 | 1 | -27/+12 |
| | |||||
* | Handle source offsets for muLaw formats | Chris Robinson | 2010-03-17 | 1 | -11/+31 |
| | |||||
* | Allow selecting databuffer 0 | Chris Robinson | 2010-03-17 | 1 | -1/+2 |
| | |||||
* | clock_gettime is available only when _POSIX_TIMERS is greater than 0 | Chris Robinson | 2010-03-17 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary stop call | Chris Robinson | 2010-03-16 | 1 | -2/+0 |
| | |||||
* | Remove unused variable | Chris Robinson | 2010-03-16 | 1 | -3/+0 |
| | |||||
* | Remove unneeded checks | Chris Robinson | 2010-03-16 | 2 | -21/+25 |
| | |||||
* | Get rid of more alIs* calls | Chris Robinson | 2010-03-16 | 3 | -137/+151 |
| | |||||
* | Effect and filter ID 0 is valid | Chris Robinson | 2010-03-16 | 2 | -6/+9 |
| | |||||
* | Avoid some alIs* calls while under the context lock | Chris Robinson | 2010-03-16 | 4 | -140/+147 |
| | | | | | Instead, use functions that verify the ID by searching the object list and returning its handle | ||||
* | Pass the context to alSetError | Chris Robinson | 2010-03-16 | 13 | -416/+402 |
| | |||||
* | Use alext.h for extension definitions | Chris Robinson | 2010-03-16 | 2 | -11/+0 |
| | |||||
* | Rename some struct members for consistency | Chris Robinson | 2010-03-16 | 9 | -52/+52 |
| | |||||
* | Avoid dereferencing a NULL buffer when unqueueing buffer 0 | Chris Robinson | 2010-03-15 | 1 | -3/+7 |
| | |||||
* | Print an error when realloc fails | Chris Robinson | 2010-03-15 | 1 | -0/+1 |
| | |||||
* | Set the buffer length for Pulse when opening the device | Chris Robinson | 2010-03-14 | 1 | -4/+10 |
| | | | | So it will properly scale with context frequency requests | ||||
* | Pulse's buffer size is not a good measurement for the update size | Chris Robinson | 2010-03-14 | 1 | -2/+4 |
| | | | | Lie and say 20ms instead, since there is no stable method to get such info | ||||
* | Reduce the mixing buffers to the next power of two | Chris Robinson | 2010-03-14 | 1 | -1/+1 |
| | |||||
* | Remove duplication of setting source angles | Chris Robinson | 2010-03-14 | 1 | -20/+2 |
| | |||||
* | Add support for AL_EXT_DOUBLE | Chris Robinson | 2010-03-13 | 4 | -2/+17 |
| | |||||
* | Add support for AL_EXT_MULAW_MCFORMATS | Chris Robinson | 2010-03-13 | 3 | -3/+172 |
| | |||||
* | Add AL_EXT_MULAW_MCFORMATS tokens to alext.h | Chris Robinson | 2010-03-13 | 1 | -0/+11 |
| | |||||
* | Rewrite openal-info | Chris Robinson | 2010-03-13 | 1 | -191/+223 |
| | | | | | | | | Output is mostly unchanged, however there are differences. Device-specific info (including context-specific info) is separated from NULL-device queries, and there is now a distinction between ALC versions of the NULL device and the opened device. Additionally, an alternate playback device can be queried by specifying its name as the first parameter. | ||||
* | Limit PulseAudio's buffer size to the requested length | Chris Robinson | 2010-03-11 | 1 | -1/+2 |
| | |||||
* | Fix the retrieval of the RW offsets using the correct functions | Chris Robinson | 2010-03-10 | 2 | -31/+31 |
| | |||||
* | Remove a couple incorrect comments | Chris Robinson | 2010-03-10 | 2 | -10/+0 |
| | |||||
* | Remove duplicate copyright notice | Chris Robinson | 2010-03-09 | 1 | -483/+0 |
| | |||||
* | Protect some capture calls with a mutex | Chris Robinson | 2010-03-09 | 1 | -0/+12 |
| | |||||
* | Add EFX types and enums to alext.h | Chris Robinson | 2010-03-09 | 6 | -199/+727 |
| | | | | | The types and enums are in efx.h, which is included by alext.h. It's done this way because EFX has a lot if definitions which would polute alext.h |