2008-06-18 |
Chris Robinson | Store thread return value in the struct to avoid void...
|
commit | commitdiff | tree |
2008-06-07 |
Chris Robinson | Allow for overriding the default lib destination with...
|
commit | commitdiff | tree |
2008-06-07 |
Chris Robinson | Make the project explicitly C
|
commit | commitdiff | tree |
2008-06-05 |
Chris Robinson | Release 1.4.272
|
commit | commitdiff | tree |
2008-06-05 |
Chris Robinson | Fix config value check
|
commit | commitdiff | tree |
2008-06-05 |
Chris Robinson | Release 1.4.270
|
commit | commitdiff | tree |
2008-06-05 |
Chris Robinson | Install openal-info if it is built
|
commit | commitdiff | tree |
2008-06-05 |
Chris Robinson | Don't override the format config option in DSound
|
commit | commitdiff | tree |
2008-06-05 |
Chris Robinson | Use %AppData%\alsoft.ini for the config file in Windows
|
commit | commitdiff | tree |
2008-06-05 |
Chris Robinson | Protect RingBufferSize calculation with the mutex
|
commit | commitdiff | tree |
2008-05-19 |
Chris Robinson | Make sure the lib is initialized when shutting down
|
commit | commitdiff | tree |
2008-05-19 |
Chris Robinson | Add addiitonal copyright line
|
commit | commitdiff | tree |
2008-05-19 |
Chris Robinson | Add a simple example that prints out some OpenAL info
|
commit | commitdiff | tree |
2008-05-19 |
Chris Robinson | Remove -fno-strict-aliasing as the code should be safe...
|
commit | commitdiff | tree |
2008-05-18 |
Chris Robinson | Fix source calculations for AL_SOURCE_RELATIVE mode
|
commit | commitdiff | tree |
2008-05-16 |
Chris Robinson | Use pthread_mutexattr_setkind_np as a fallback to set...
|
commit | commitdiff | tree |
2008-05-06 |
Chris Robinson | Prepare the ALSA PCM handle before starting capture
|
commit | commitdiff | tree |
2008-04-12 |
Chris Robinson | Check the right struct member for the filter type
|
commit | commitdiff | tree |
2008-04-06 |
Chris Robinson | Fill the correct capture device list
|
commit | commitdiff | tree |
2008-03-23 |
Chris Robinson | constify the pointer that holds the filename
|
commit | commitdiff | tree |
2008-03-01 |
Chris Robinson | Define _WIN32_WINNT to 0x0500 when including windows.h
|
commit | commitdiff | tree |
2008-03-01 |
Chris Robinson | Don't start the DSound playback thread is startup failed
|
commit | commitdiff | tree |
2008-02-21 |
Chris Robinson | Release 1.3.253
|
commit | commitdiff | tree |
2008-02-19 |
Chris Robinson | Preserve data and position when reallocating the reverb...
|
commit | commitdiff | tree |
2008-02-16 |
Chris Robinson | Add the first card after making sure there's a useable...
|
commit | commitdiff | tree |
2008-02-16 |
Chris Robinson | Avoid a static variable for enumerating
|
commit | commitdiff | tree |
2008-02-15 |
Chris Robinson | Remove FrameSize struct member
|
commit | commitdiff | tree |
2008-02-14 |
Chris Robinson | Remove unneeded headers
|
commit | commitdiff | tree |
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 |