2008-01-21 |
Chris Robinson | Small formatting updates
|
commit | commitdiff | tree |
2008-01-21 |
Chris Robinson | Remove duplicate function
|
commit | commitdiff | tree |
2008-01-21 |
Chris Robinson | Don't access ALSource for every sample mix
|
commit | commitdiff | tree |
2008-01-20 |
Chris Robinson | More overflow protection
|
commit | commitdiff | tree |
2008-01-20 |
Chris Robinson | Prevent float samples from overflowing when converting...
|
commit | commitdiff | tree |
2008-01-20 |
Chris Robinson | Clean a couple debug messages
|
commit | commitdiff | tree |
2008-01-20 |
Chris Robinson | Close ALC first when exiting since devices might've...
|
commit | commitdiff | tree |
2008-01-20 |
Chris Robinson | Don't use a multiple lists for extensions
|
commit | commitdiff | tree |
2008-01-20 |
Chris Robinson | Add an option for setting the max number of sources
|
commit | commitdiff | tree |
2008-01-20 |
Chris Robinson | Remove duplication of setting the max source count
|
commit | commitdiff | tree |
2008-01-20 |
Chris Robinson | Use less ambiguous config file names
|
commit | commitdiff | tree |
2008-01-19 |
Chris Robinson | Remove some unnecessary duplicate math, which was making...
|
commit | commitdiff | tree |
2008-01-19 |
Chris Robinson | Remove some branches
|
commit | commitdiff | tree |
2008-01-19 |
Chris Robinson | Implement AL_EFFECT_REVERB
|
commit | commitdiff | tree |
2008-01-18 |
Chris Robinson | Remove duplicated source freeing code
|
commit | commitdiff | tree |
2008-01-18 |
Chris Robinson | Buffer size fixes. Partially reverts the ALSA buffer...
|
commit | commitdiff | tree |
2008-01-18 |
Chris Robinson | Release effect slots when deleting sources
|
commit | commitdiff | tree |
2008-01-17 |
Chris Robinson | Don't dereference ALContext if there's no context yet
|
commit | commitdiff | tree |
2008-01-16 |
Chris Robinson | Add missing config.h includes
|
commit | commitdiff | tree |
2008-01-16 |
Chris Robinson | Don't include alAuxEffectSlot.h in alSource.h
|
commit | commitdiff | tree |
2008-01-16 |
Chris Robinson | Fix debug comments
|
commit | commitdiff | tree |
2008-01-16 |
Chris Robinson | Make sure sources are deleted with the context
|
commit | commitdiff | tree |
2008-01-16 |
Chris Robinson | Keep track of references to effect slots, so they aren...
|
commit | commitdiff | tree |
2008-01-16 |
Chris Robinson | Don't clamp wet gain if there's no send slot, and move...
|
commit | commitdiff | tree |
2008-01-16 |
Chris Robinson | Store a reference to the effect slot in a source's...
|
commit | commitdiff | tree |
2008-01-16 |
Chris Robinson | Allow getting and setting reverb parameters, as well...
|
commit | commitdiff | tree |
2008-01-16 |
Chris Robinson | Remove unneeded variables
|
commit | commitdiff | tree |
2008-01-16 |
Chris Robinson | Use acosf when available
|
commit | commitdiff | tree |
2008-01-16 |
Chris Robinson | Add reverb parameters
|
commit | commitdiff | tree |
2008-01-16 |
Chris Robinson | Set default room rolloff factor
|
commit | commitdiff | tree |
2008-01-16 |
Chris Robinson | Use the previous low-pass filter again, as it seems...
|
commit | commitdiff | tree |
2008-01-16 |
Chris Robinson | Set the default outer cone gainhf
|
commit | commitdiff | tree |
2008-01-16 |
Chris Robinson | Fix source and buffer out-of-memory conditions
|
commit | commitdiff | tree |
2008-01-16 |
Chris Robinson | Fix allocation of multiple effect slots, effects, and...
|
commit | commitdiff | tree |
2008-01-16 |
Chris Robinson | Store effect slots in the context
|
commit | commitdiff | tree |
2008-01-16 |
Chris Robinson | Don't append _struct to the effect slot struct name
|
commit | commitdiff | tree |
2008-01-15 |
Chris Robinson | Remove errant line
|
commit | commitdiff | tree |
2008-01-15 |
Chris Robinson | Make sure a valid context is set for effect slots
|
commit | commitdiff | tree |
2008-01-15 |
Chris Robinson | Fix some copy/paste errors
|
commit | commitdiff | tree |
2008-01-15 |
Chris Robinson | Move include so win32 gets it too, and remove unnecessary...
|
commit | commitdiff | tree |
2008-01-15 |
Chris Robinson | Use a string for the detected backends, instead of...
|
commit | commitdiff | tree |
2008-01-15 |
Chris Robinson | Reword the backend options' text
|
commit | commitdiff | tree |
2008-01-15 |
Chris Robinson | Fix use of variables in checks
|
commit | commitdiff | tree |
2008-01-15 |
Chris Robinson | Use CMAKE_BUILD_TYPE instead of custom options for...
|
commit | commitdiff | tree |
2008-01-15 |
Chris Robinson | Check for strncasecmp or _strnicmp
|
commit | commitdiff | tree |
2008-01-15 |
Chris Robinson | Let alIsExtensionPresent work with mixed-case extension...
|
commit | commitdiff | tree |
2008-01-15 |
Chris Robinson | Add support for AL_LOKI_quadriphonic
|
commit | commitdiff | tree |
2008-01-14 |
Chris Robinson | Reduce indentation
|
commit | commitdiff | tree |
2008-01-14 |
Chris Robinson | Add an option for disabling ALSA mmap
|
commit | commitdiff | tree |
2008-01-14 |
Chris Robinson | Avoid busy waiting when waiting for suspend to clear
|
commit | commitdiff | tree |
2008-01-14 |
Chris Robinson | Let the mmap thread start the pcm stream when it's...
|
commit | commitdiff | tree |
2008-01-14 |
Chris Robinson | Make sure the stream is playing when it's full
|
commit | commitdiff | tree |
2008-01-14 |
Chris Robinson | Don't restart the stream right after preparing it
|
commit | commitdiff | tree |
2008-01-14 |
Chris Robinson | Don't attempt to recover the ALSA stream when filling...
|
commit | commitdiff | tree |
2008-01-14 |
Chris Robinson | Add missing stdio include
|
commit | commitdiff | tree |
2008-01-14 |
Chris Robinson | Close dangling devices when exiting
|
commit | commitdiff | tree |
2008-01-14 |
Chris Robinson | Destroy context if closing a device with one
|
commit | commitdiff | tree |
2008-01-14 |
Chris Robinson | Keep track of open devices
|
commit | commitdiff | tree |
2008-01-12 |
Chris Robinson | Reorder setting of some variables
|
commit | commitdiff | tree |
2008-01-12 |
Chris Robinson | Merge branch 'master' into efx-experiment
|
commit | commitdiff | tree |
2008-01-11 |
Chris Robinson | Don't limit output wave filename size
|
commit | commitdiff | tree |
2008-01-11 |
Chris Robinson | Fix the Wave Writer's reliance on ftell
|
commit | commitdiff | tree |
2008-01-11 |
Chris Robinson | Use Sleep instead of usleep
|
commit | commitdiff | tree |
2008-01-11 |
Chris Robinson | Don't double-close a handle on error
|
commit | commitdiff | tree |
2008-01-11 |
Chris Robinson | Don't attempt to open ALSA playback/capture if it didn...
|
commit | commitdiff | tree |
2008-01-11 |
Chris Robinson | Add a wave file writing backend
|
commit | commitdiff | tree |
2008-01-11 |
Chris Robinson | Use nanosleep instead of usleep
|
commit | commitdiff | tree |
2008-01-11 |
Chris Robinson | Add Sleep wrapper
|
commit | commitdiff | tree |
2008-01-11 |
Chris Robinson | Add a timing wrapper, using gettimeofday
|
commit | commitdiff | tree |
2008-01-10 |
Chris Robinson | Allow querying of ALC_MONO_SOURCES and ALC_STEREO_SOURCES
|
commit | commitdiff | tree |
2008-01-08 |
Chris Robinson | Use a more reliable thread loop for DSound, instead...
|
commit | commitdiff | tree |
2008-01-07 |
Chris Robinson | Remove unneeded silence field
|
commit | commitdiff | tree |
2008-01-06 |
Chris Robinson | Release 1.1.93
|
commit | commitdiff | tree |
2008-01-06 |
Chris Robinson | Fix lone ALC_REFRESH query case
|
commit | commitdiff | tree |
2008-01-06 |
Chris Robinson | Don't allow 0 periods
|
commit | commitdiff | tree |
2008-01-06 |
Chris Robinson | Add missing header include
|
commit | commitdiff | tree |
2008-01-06 |
Chris Robinson | ALC_REFRESH is the number of updates per second
|
commit | commitdiff | tree |
2008-01-06 |
Chris Robinson | Make OSS's update size dynamic
|
commit | commitdiff | tree |
2008-01-06 |
Chris Robinson | Fix the buffer size so ALSA doesn't multiply by the...
|
commit | commitdiff | tree |
2008-01-05 |
Chris Robinson | Some non-mmap ALSA fixes
|
commit | commitdiff | tree |
2008-01-05 |
Chris Robinson | Disable fast float-to-int hack.
|
commit | commitdiff | tree |
2008-01-05 |
Chris Robinson | Try a different low-pass filter
|
commit | commitdiff | tree |
2008-01-04 |
Chris Robinson | Merge branch 'master' into efx-experiment
|
commit | commitdiff | tree |
2008-01-04 |
Chris Robinson | Use 6 point spatialization for 6.1 and 7.1 output
|
commit | commitdiff | tree |
2008-01-03 |
Chris Robinson | Implement a crossfeed config option
|
commit | commitdiff | tree |
2008-01-03 |
Chris Robinson | Add the Bauer stereophonic-to-binaural DSP (bs2b) code...
|
commit | commitdiff | tree |
2008-01-01 |
Chris Robinson | Merge branch 'master' into efx-experiment
|
commit | commitdiff | tree |
2008-01-01 |
Chris Robinson | Fail if OSS can't set the requested bit depth and channel...
|
commit | commitdiff | tree |
2008-01-01 |
Chris Robinson | Fix channel ordering for multichannel buffers
|
commit | commitdiff | tree |
2008-01-01 |
Chris Robinson | Fix wet volumes for multichannel path
|
commit | commitdiff | tree |
2008-01-01 |
Chris Robinson | Merge branch 'master' into efx-experiment
|
commit | commitdiff | tree |
2008-01-01 |
Chris Robinson | Zero out wet send params when calculating source params
|
commit | commitdiff | tree |
2007-12-31 |
Chris Robinson | Remove obsolete comment
|
commit | commitdiff | tree |
2007-12-31 |
Chris Robinson | Advertise the AL_EXT_MCFORMATS extension
|
commit | commitdiff | tree |
2007-12-31 |
Chris Robinson | Handle AL_FORMAT_REAR* formats
|
commit | commitdiff | tree |
2007-12-31 |
Chris Robinson | Allow loading of 4, 5.1, 6.1, and 7.1 sample data
|
commit | commitdiff | tree |
2007-12-31 |
Chris Robinson | Add paths for 4 to 7.1 channel buffer mixing
|
commit | commitdiff | tree |
2007-12-31 |
Chris Robinson | Disable unnecessary calculations
|
commit | commitdiff | tree |
2007-12-31 |
Chris Robinson | Allow psuedo 6.1 and 7.1 output
|
commit | commitdiff | tree |
2007-12-31 |
Chris Robinson | Check specific formats before general properties
|
commit | commitdiff | tree |