2008-02-14 |
Chris Robinson | Wait for a PCM handle to be ready for more data instead...
|
commit | commitdiff | tree |
2008-02-13 |
Chris Robinson | Read in chunks of the fragment size, not expected buffer...
|
commit | commitdiff | tree |
2008-02-13 |
Chris Robinson | UpdateSize is not used for capture devices
|
commit | commitdiff | tree |
2008-02-13 |
Chris Robinson | Rename UpdateFreq device field to UpdateSize
|
commit | commitdiff | tree |
2008-02-13 |
Chris Robinson | Pretend DSound buffer fragment size is 1/4th the total...
|
commit | commitdiff | tree |
2008-02-12 |
Chris Robinson | Make the backend list static
|
commit | commitdiff | tree |
2008-02-12 |
Chris Robinson | Call InitAL at the start of some more ALC functions
|
commit | commitdiff | tree |
2008-02-09 |
Chris Robinson | Fast float-to-int function is no longer needed
|
commit | commitdiff | tree |
2008-02-09 |
Chris Robinson | Remove unnecessary casting
|
commit | commitdiff | tree |
2008-02-09 |
Chris Robinson | Remove explicit dependancy on ole32 and unused dxguid
|
commit | commitdiff | tree |
2008-02-09 |
Chris Robinson | Enumerate DirectSound devices
|
commit | commitdiff | tree |
2008-02-09 |
Chris Robinson | Include alext.h instead of redefining some enums
|
commit | commitdiff | tree |
2008-02-09 |
Chris Robinson | Remove unneeded device struct member
|
commit | commitdiff | tree |
2008-02-08 |
Chris Robinson | Prevent overflow of the device lists
|
commit | commitdiff | tree |
2008-02-08 |
Chris Robinson | Use all capture devices listed by ALSA, not just the...
|
commit | commitdiff | tree |
2008-02-08 |
Chris Robinson | Don't remove the devices from the device list on unexpected...
|
commit | commitdiff | tree |
2008-02-07 |
Chris Robinson | Set the done flag immediately when entering the initialization
|
commit | commitdiff | tree |
2008-02-07 |
Chris Robinson | Add an option for duplicating stereo sources on the...
|
commit | commitdiff | tree |
2008-02-07 |
Chris Robinson | Add an alext.h header
|
commit | commitdiff | tree |
2008-02-03 |
Chris Robinson | Fix race condition when starting winmm message poll...
|
commit | commitdiff | tree |
2008-02-01 |
Chris Robinson | Use WAVEFORMATEXTENSIBLE for multichannel dsound output...
|
commit | commitdiff | tree |
2008-01-27 |
Chris Robinson | Use the correct channel ordering for Windows
|
commit | commitdiff | tree |
2008-01-27 |
Chris Robinson | Fix output channel order for 6.1 and 7.1
|
commit | commitdiff | tree |
2008-01-27 |
Chris Robinson | Fix availibility amount calculation
|
commit | commitdiff | tree |
2008-01-27 |
Chris Robinson | aluBytesFromFormat returns bytes, not bits
|
commit | commitdiff | tree |
2008-01-26 |
Chris Robinson | Update frame size after detecting the directsound output...
|
commit | commitdiff | tree |
2008-01-26 |
Chris Robinson | Remove unnecessary Channels field
|
commit | commitdiff | tree |
2008-01-25 |
Chris Robinson | Set the output format according to the speaker setup...
|
commit | commitdiff | tree |
2008-01-25 |
Chris Robinson | Use both write pointers from the directsound buffer...
|
commit | commitdiff | tree |
2008-01-22 |
Chris Robinson | Release 1.2.218
|
commit | commitdiff | tree |
2008-01-21 |
Chris Robinson | Remove effect slot thunk entry when deallocated forcefully
|
commit | commitdiff | tree |
2008-01-21 |
Chris Robinson | Remove an unneceesary pointer check and decrease indentation
|
commit | commitdiff | tree |
2008-01-21 |
Chris Robinson | Remove unnecessary duplicate thunk lookups
|
commit | commitdiff | tree |
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 |