2009-11-29 |
Chris Robinson | Remove unnecessary returns
|
commit | commitdiff | tree |
2009-11-28 |
Chris Robinson | Update AL_EXTX_source_distance_model to require explicit...
|
commit | commitdiff | tree |
2009-11-26 |
Chris Robinson | Send multi-channel sources to auxiliary effect slots
|
commit | commitdiff | tree |
2009-11-26 |
Chris Robinson | Mark sources for updating when a new context is made...
|
commit | commitdiff | tree |
2009-11-26 |
Chris Robinson | Update source parameters only when they need changing
|
commit | commitdiff | tree |
2009-11-25 |
Chris Robinson | Base air absorption on distance attenuation, try 2
|
commit | commitdiff | tree |
2009-11-24 |
Chris Robinson | Revert "Base air absorption on the distance attenuation"
|
commit | commitdiff | tree |
2009-11-24 |
Chris Robinson | Base air absorption on the distance attenuation
|
commit | commitdiff | tree |
2009-11-23 |
Chris Robinson | Make modulation index 0 map to offset 0
|
commit | commitdiff | tree |
2009-11-23 |
Chris Robinson | Use a 4x4 matrix to transform coordinates
|
commit | commitdiff | tree |
2009-11-23 |
Chris Robinson | Transform all relevant vectors for converting world...
|
commit | commitdiff | tree |
2009-11-23 |
Chris Robinson | Add a function for 1-pole filtering
|
commit | commitdiff | tree |
2009-11-23 |
Chris Robinson | ALCAPIENTRY is deprecated in favor of ALC_APIENTRY
|
commit | commitdiff | tree |
2009-11-23 |
Chris Robinson | Fix alBufferDataStatic extension name in alext.h
|
commit | commitdiff | tree |
2009-11-22 |
Chris Robinson | Update the drivers config file comment
|
commit | commitdiff | tree |
2009-11-22 |
Chris Robinson | The echo should not take energy-attenuated input
|
commit | commitdiff | tree |
2009-11-22 |
Chris Robinson | Allow unlisted backends to stay available when the...
|
commit | commitdiff | tree |
2009-11-20 |
Chris Robinson | Print available devices before trying to open one
|
commit | commitdiff | tree |
2009-11-20 |
Chris Robinson | Watch for NULL and empty device lists
|
commit | commitdiff | tree |
2009-11-20 |
Chris Robinson | Display supported filters using a comma-separated listing
|
commit | commitdiff | tree |
2009-11-20 |
Chris Robinson | Be clearer if device opening or context setup fails
|
commit | commitdiff | tree |
2009-11-19 |
Chris Robinson | Reorganize and improve the reverb effect
|
commit | commitdiff | tree |
2009-11-19 |
Chris Robinson | Better approximate the wet attenuation model for reverb
|
commit | commitdiff | tree |
2009-11-19 |
Chris Robinson | Make sure there's at least a one-sample delay for the...
|
commit | commitdiff | tree |
2009-11-19 |
Chris Robinson | Apply the reverb room rolloff factor for EAX reverb too
|
commit | commitdiff | tree |
2009-11-19 |
Chris Robinson | Move NextPowerOf2 to alMain.h
|
commit | commitdiff | tree |
2009-11-19 |
Chris Robinson | Move aluCart2LUTpos to alu.h
|
commit | commitdiff | tree |
2009-11-19 |
Chris Robinson | Make sure to set the new echo sample buffer and remove...
|
commit | commitdiff | tree |
2009-11-09 |
Chris Robinson | Release 1.10.622
|
commit | commitdiff | tree |
2009-11-06 |
Chris Robinson | Handle NULL effect objects as AL_EFFECT_NULL effects
|
commit | commitdiff | tree |
2009-11-06 |
Chris Robinson | Handle setting AL_EFFECT_NULL effect types on a slot
|
commit | commitdiff | tree |
2009-11-02 |
Chris Robinson | Use the DXSDK_DIR variable when set
|
commit | commitdiff | tree |
2009-11-01 |
Chris Robinson | Use a realtime clock for measuring time
|
commit | commitdiff | tree |
2009-11-01 |
Chris Robinson | Properly lock the device when setting it disconnected
|
commit | commitdiff | tree |
2009-11-01 |
Chris Robinson | Watch for stream and context failures from pulse, and...
|
commit | commitdiff | tree |
2009-11-01 |
Chris Robinson | Fix length calculation for pulse
|
commit | commitdiff | tree |
2009-11-01 |
Chris Robinson | Set a proper channel map for PulseAudio
|
commit | commitdiff | tree |
2009-11-01 |
Chris Robinson | Mix all updates PulseAudio requests
|
commit | commitdiff | tree |
2009-11-01 |
Chris Robinson | Watch for buffer attribute changes from PulseAudio
|
commit | commitdiff | tree |
2009-11-01 |
Chris Robinson | Use signals to watch for state changes
|
commit | commitdiff | tree |
2009-10-31 |
Chris Robinson | Properly free the device name
|
commit | commitdiff | tree |
2009-10-25 |
Chris Robinson | Remove some unneeded buffer fields, make padding a...
|
commit | commitdiff | tree |
2009-10-25 |
Chris Robinson | Remove the format and frequency from the source, get...
|
commit | commitdiff | tree |
2009-10-25 |
Chris Robinson | Small fixups
|
commit | commitdiff | tree |
2009-10-25 |
Chris Robinson | Calculate more store only once per loop
|
commit | commitdiff | tree |
2009-10-25 |
Chris Robinson | Store the buffer format and frequency in the source...
|
commit | commitdiff | tree |
2009-10-25 |
Chris Robinson | Retreive and store source params once per mix update
|
commit | commitdiff | tree |
2009-10-25 |
Chris Robinson | Remove unneeded bufferlistitem properties
|
commit | commitdiff | tree |
2009-10-24 |
Chris Robinson | Dereference left over buffers and slots when sources...
|
commit | commitdiff | tree |
2009-10-24 |
Chris Robinson | Try 32-bit float before 16-bit, and stereo before mono
|
commit | commitdiff | tree |
2009-10-23 |
Chris Robinson | Check for the -pthread switch instead of using _REENTRANT
|
commit | commitdiff | tree |
2009-10-22 |
Chris Robinson | Store the buffer handle directly in the source and...
|
commit | commitdiff | tree |
2009-10-22 |
Chris Robinson | Store the bufferID in the buffer struct
|
commit | commitdiff | tree |
2009-10-21 |
Chris Robinson | Remove unused source fields
|
commit | commitdiff | tree |
2009-10-21 |
Chris Robinson | Set the calculated source parameters directly
|
commit | commitdiff | tree |
2009-10-21 |
Chris Robinson | Store the calculated source parameters in the source...
|
commit | commitdiff | tree |
2009-10-21 |
Chris Robinson | Don't assume 16-bit samples
|
commit | commitdiff | tree |
2009-10-21 |
Chris Robinson | Calculate source filter coefficients with the source...
|
commit | commitdiff | tree |
2009-10-21 |
Chris Robinson | Remove unnecessary variable
|
commit | commitdiff | tree |
2009-10-21 |
Chris Robinson | Make sure the ALSA device list is reset if no cards...
|
commit | commitdiff | tree |
2009-10-21 |
Chris Robinson | Clear the echo and delay lines even if the buffer doesn...
|
commit | commitdiff | tree |
2009-10-20 |
Chris Robinson | Remove the Frequency field from the context
|
commit | commitdiff | tree |
2009-10-20 |
Chris Robinson | Explicitly suspend the context being processed for...
|
commit | commitdiff | tree |
2009-10-20 |
Chris Robinson | Make sure the context is properly locked while updating...
|
commit | commitdiff | tree |
2009-10-20 |
Chris Robinson | Allow creating multiple contexts on a device
|
commit | commitdiff | tree |
2009-10-20 |
Chris Robinson | Make sure the effect slots and source sends are properly...
|
commit | commitdiff | tree |
2009-10-20 |
Chris Robinson | Be more tolerant with resetting the fragment size
|
commit | commitdiff | tree |
2009-10-20 |
Chris Robinson | Store a device's contexts in a dynamic array
|
commit | commitdiff | tree |
2009-10-20 |
Chris Robinson | Don't try to clamp the listener-to-source velocity...
|
commit | commitdiff | tree |
2009-10-20 |
Chris Robinson | Avoid handling NaN when scaling float samples for output
|
commit | commitdiff | tree |
2009-10-20 |
Chris Robinson | Add a method to update device-dependant effect parameters.
|
commit | commitdiff | tree |
2009-10-19 |
Chris Robinson | Reduce indentation for CalcSourceParams
|
commit | commitdiff | tree |
2009-10-19 |
Chris Robinson | Be context-agnostic in the effect Create functions
|
commit | commitdiff | tree |
2009-10-19 |
Chris Robinson | EINTR is not a fatal write error
|
commit | commitdiff | tree |
2009-10-18 |
Chris Robinson | Fix OSS and Solaris playback loop check
|
commit | commitdiff | tree |
2009-10-16 |
Chris Robinson | Remove duplicate check in ALSA mmap playback
|
commit | commitdiff | tree |
2009-10-09 |
Chris Robinson | Make the dry buffer part of the device
|
commit | commitdiff | tree |
2009-10-07 |
Chris Robinson | Rename SetALCError for consistency
|
commit | commitdiff | tree |
2009-10-02 |
Chris Robinson | Add missing ) in pulseaudio backend
|
commit | commitdiff | tree |
2009-09-30 |
Chris Robinson | Fix type casts for 7.1 output
|
commit | commitdiff | tree |
2009-09-27 |
Chris Robinson | Fallback to 16-bit or 8-bit, or mono, if ALSA doesn...
|
commit | commitdiff | tree |
2009-09-27 |
Chris Robinson | Report disconnect if the device fails to reset
|
commit | commitdiff | tree |
2009-09-27 |
Chris Robinson | Don't store the ALSA format
|
commit | commitdiff | tree |
2009-09-27 |
Chris Robinson | Fix capture, too
|
commit | commitdiff | tree |
2009-09-27 |
Chris Robinson | Make sure ALSA properly loads, and fix the thread stop...
|
commit | commitdiff | tree |
2009-09-27 |
Chris Robinson | Avoid duplicate error handling
|
commit | commitdiff | tree |
2009-09-27 |
Chris Robinson | Load backend libs on-demand
|
commit | commitdiff | tree |
2009-09-26 |
Chris Robinson | Release 1.9.563
|
commit | commitdiff | tree |
2009-09-24 |
Chris Robinson | Condense some local variables
|
commit | commitdiff | tree |
2009-09-24 |
Chris Robinson | Check the source start position in alSourcePlayv instead...
|
commit | commitdiff | tree |
2009-09-24 |
Chris Robinson | Parse the attribute list and reset the device before...
|
commit | commitdiff | tree |
2009-09-24 |
Chris Robinson | Slightly improve the multi-channel mixing loops
|
commit | commitdiff | tree |
2009-09-24 |
Chris Robinson | Remove the state callbacks and watch for changes synchronously
|
commit | commitdiff | tree |
2009-09-23 |
Chris Robinson | Get rid of unnecessary messages from pulseaudio
|
commit | commitdiff | tree |
2009-09-23 |
Chris Robinson | Properly clean up the pulse device
|
commit | commitdiff | tree |
2009-09-23 |
Chris Robinson | Silence unused parameter warning
|
commit | commitdiff | tree |
2009-09-23 |
Chris Robinson | Attempt to reload backend libs when probing, if they...
|
commit | commitdiff | tree |
2009-09-23 |
Chris Robinson | Update in properly-sized chunks for PulseAudio
|
commit | commitdiff | tree |
2009-09-22 |
Chris Robinson | Properly flip the backend entries when sorting the...
|
commit | commitdiff | tree |
2009-09-22 |
Chris Robinson | Fix reset condition check
|
commit | commitdiff | tree |