Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't unload libs when they're not needed | Chris Robinson | 2010-05-28 | 4 | -96/+28 |
| | | | | | Some libs don't really like being unloaded and reloaded all the time, and the benefits aren't that great | ||||
* | Watch for changes to the PulseAudio sink device | Chris Robinson | 2010-05-28 | 1 | -0/+17 |
| | |||||
* | Add a Null Output device | Chris Robinson | 2010-05-28 | 5 | -2/+183 |
| | | | | This device will mix and fully process contexts as normal | ||||
* | Avoid constantly loading and unloading PortAudio | Chris Robinson | 2010-05-28 | 1 | -14/+11 |
| | | | | | It seems this triggers a bug in the lib, causing a crash. It may not be a bad idea to remove dynamic unloading/reloading all through-out. | ||||
* | Connect a pulse stream on device open, to make sure the device isn't suspended | Chris Robinson | 2010-05-27 | 1 | -71/+98 |
| | | | | | Also use the opportunity to get the stream's device's name, so later reset calls will use the same device | ||||
* | Update head dampening after a device reset | Chris Robinson | 2010-05-26 | 1 | -8/+10 |
| | |||||
* | Add a function to get the frame size from a format | Chris Robinson | 2010-05-24 | 11 | -27/+18 |
| | |||||
* | Better watch for invalid values in alBufferSubDataEXT | Chris Robinson | 2010-05-24 | 1 | -3/+3 |
| | |||||
* | Reduce the mixing buffer size | Chris Robinson | 2010-05-24 | 1 | -2/+2 |
| | |||||
* | Make error checking consistent in alBuffer.c | Chris Robinson | 2010-05-24 | 1 | -170/+108 |
| | |||||
* | Fix alBufferiv error handling | Chris Robinson | 2010-05-24 | 1 | -7/+5 |
| | |||||
* | Increment pointer when read | Chris Robinson | 2010-05-24 | 1 | -6/+4 |
| | |||||
* | Pass the number of blocks to ConvertDataIMA4 | Chris Robinson | 2010-05-24 | 1 | -9/+9 |
| | |||||
* | Be careful of integer overflows when allocating buffer storage | Chris Robinson | 2010-05-24 | 1 | -15/+43 |
| | |||||
* | Cleanup some variables and names | Chris Robinson | 2010-05-24 | 1 | -12/+11 |
| | |||||
* | Reorder some error checks and watch for negative buffer sizes | Chris Robinson | 2010-05-24 | 1 | -12/+8 |
| | |||||
* | Don't bother storing the loop points in the source | Chris Robinson | 2010-05-24 | 3 | -10/+4 |
| | |||||
* | Be big endian safe with the IMA4 decoder | Chris Robinson | 2010-05-22 | 1 | -5/+14 |
| | |||||
* | Use the ALSOFT_LOGFILE env var to specify the output for AL_PRINT | Chris Robinson | 2010-05-21 | 1 | -1/+19 |
| | |||||
* | Loop points should be specified in sample offsets | Chris Robinson | 2010-05-21 | 2 | -31/+27 |
| | |||||
* | Add mono and stereo channel masks for DSound output | Chris Robinson | 2010-05-21 | 1 | -0/+3 |
| | |||||
* | Add an empty efx-creative.h header | Chris Robinson | 2010-05-21 | 2 | -0/+4 |
| | | | | | This is for compatibility with projects that include it in Windows. Everything from it is already defined in efx.h. | ||||
* | Consistency fix | Chris Robinson | 2010-05-19 | 1 | -5/+4 |
| | |||||
* | Use unsigned types when finding the source offsets | Chris Robinson | 2010-05-19 | 1 | -9/+5 |
| | |||||
* | A couple formatting fixes | Chris Robinson | 2010-05-19 | 1 | -3/+2 |
| | |||||
* | Use a map for the filter list | Chris Robinson | 2010-05-18 | 5 | -63/+47 |
| | |||||
* | Use a map for the effects list | Chris Robinson | 2010-05-18 | 5 | -62/+46 |
| | |||||
* | Improve compatbility with latest AL_EXT_buffer_sub_data spec | Chris Robinson | 2010-05-18 | 1 | -81/+76 |
| | |||||
* | Define ARGSTACK and CALLSTACK only when needed for testing shared libs | Chris Robinson | 2010-05-16 | 1 | -2/+5 |
| | |||||
* | Always look for winmm under Windows | Chris Robinson | 2010-05-16 | 1 | -0/+8 |
| | | | | It's needed for timeGetTime, even if the WinMM backend is disabled | ||||
* | Change inline -> __inline for MSVC | Chris Robinson | 2010-05-16 | 2 | -9/+9 |
| | |||||
* | Use the loop start when filling in padding data for looping sources | Chris Robinson | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | Pay attention to the source loop points | Chris Robinson | 2010-05-13 | 1 | -3/+19 |
| | |||||
* | Only use a modulo to loop when the source is static | Chris Robinson | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | Store loop points as uncompressed frame offsets in the source when a buffer ↵ | Chris Robinson | 2010-05-13 | 2 | -0/+14 |
| | | | | is attached | ||||
* | Add initial structural support for AL_EXT_loop_points | Chris Robinson | 2010-05-13 | 3 | -4/+46 |
| | |||||
* | Reduce some indentation | Chris Robinson | 2010-05-12 | 1 | -14/+14 |
| | |||||
* | Don't needlessly expose a variable for the backends | Chris Robinson | 2010-05-12 | 6 | -15/+13 |
| | |||||
* | Move incomplete extension declarations to alMain.h | Chris Robinson | 2010-05-12 | 2 | -66/+71 |
| | |||||
* | Scale output of effects to compensate for device down-mixing | Chris Robinson | 2010-05-12 | 3 | -6/+28 |
| | |||||
* | Use a UIntMap for the effect slot list | Chris Robinson | 2010-05-12 | 5 | -71/+56 |
| | |||||
* | Store the buffer's original data size and block alignment | Chris Robinson | 2010-05-12 | 2 | -18/+41 |
| | |||||
* | Store looping locally when mixing a source | Chris Robinson | 2010-05-12 | 1 | -2/+4 |
| | |||||
* | Simplify and fix applying a source offset | Chris Robinson | 2010-05-11 | 1 | -19/+8 |
| | |||||
* | Use a separate function to convert compressed bytes to frames | Chris Robinson | 2010-05-11 | 1 | -50/+52 |
| | |||||
* | Only a streaming source can have a processed buffer | Chris Robinson | 2010-05-11 | 1 | -3/+4 |
| | |||||
* | Rename a variable | Chris Robinson | 2010-05-11 | 1 | -5/+5 |
| | |||||
* | Look for the map insertion point using a binary search | Chris Robinson | 2010-05-10 | 1 | -4/+15 |
| | |||||
* | Use a simple loop to set multi-channel dry gains | Chris Robinson | 2010-05-09 | 1 | -9/+2 |
| | |||||
* | Use a map to store sources and buffers | Chris Robinson | 2010-05-01 | 10 | -183/+273 |
| | | | | And do a lookup using a binary search instead of linear |