index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Alc
/
ALc.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove the GetLatency method from the old BackendFuncs
Chris Robinson
2014-09-08
1
-6
/
+1
*
Convert the winmm backend to the new backend API
Chris Robinson
2014-09-08
1
-1
/
+1
*
Use al_calloc/al_free to allocate contexts and voices
Chris Robinson
2014-08-30
1
-6
/
+6
*
Setup the HRTF format before tracing the pre-reset format
Chris Robinson
2014-08-29
1
-17
/
+17
*
Return the correct default capture device name
Chris Robinson
2014-08-26
1
-1
/
+1
*
Convert the wave writer backend to the new API
Chris Robinson
2014-08-24
1
-1
/
+1
*
Rename activesource to voice
Chris Robinson
2014-08-21
1
-17
/
+16
*
Use an array of objects for active sources instead of pointers
Chris Robinson
2014-08-21
1
-10
/
+3
*
Use a NULL source for inactive activesources
Chris Robinson
2014-08-21
1
-2
/
+6
*
Update COPYING to the latest https://www.gnu.org/licenses/old-licenses/lgpl-2...
François Cami
2014-08-18
1
-2
/
+2
*
ALC_SOFT_pause_device is finished
Chris Robinson
2014-08-12
1
-1
/
+1
*
Disable the autowah effect
Chris Robinson
2014-08-06
1
-0
/
+4
*
Use an ATOMIC_INIT macro instead of ATOMIC_LOAD_UNSAFE
Chris Robinson
2014-08-03
1
-9
/
+9
*
Use atomics for the device and context list heads
Chris Robinson
2014-08-01
1
-59
/
+96
*
Rename ATOMIC_COMPARE_EXCHANGE to ATOMIC_COMPARE_EXCHANGE_STRONG
Chris Robinson
2014-07-31
1
-1
/
+1
*
Explicitly pass the address of atomics and parameters that can be modified
Chris Robinson
2014-07-26
1
-18
/
+18
*
Support C11 atomics
Chris Robinson
2014-07-23
1
-1
/
+3
*
Use generic atomics in more places
Chris Robinson
2014-07-22
1
-23
/
+18
*
Add macros for generic atomic functionality
Chris Robinson
2014-07-22
1
-4
/
+4
*
AL_SOFT_source_length is complete
Chris Robinson
2014-07-05
1
-1
/
+1
*
AL_SOFT_MSADPCM is functionally complete
Chris Robinson
2014-07-03
1
-1
/
+1
*
Load soundfont samples into an ALbuffer
Chris Robinson
2014-06-29
1
-4
/
+0
*
Avoid negating 'negative' variable names
Chris Robinson
2014-06-20
1
-2
/
+2
*
Don't pass the device to HRTF methods
Chris Robinson
2014-06-20
1
-4
/
+4
*
Don't overwrite the loopback device format with the HRTF format
Chris Robinson
2014-06-20
1
-8
/
+18
*
Add SSE2 and SSE4.1 linear resamplers
Timothy Arceri
2014-06-06
1
-1
/
+7
*
Add an extension string for the in-progress source length extension
Chris Robinson
2014-05-26
1
-1
/
+2
*
Don't resume the backend if there's no contexts
Chris Robinson
2014-05-24
1
-10
/
+11
*
Mark a few more functions as const
Chris Robinson
2014-05-23
1
-4
/
+4
*
AL_SOFT_block_alignment is now considered done
Chris Robinson
2014-05-22
1
-1
/
+1
*
Support the band-pass filter
Chris Robinson
2014-05-17
1
-2
/
+4
*
Implementing handling high-pass filter properties
Chris Robinson
2014-05-17
1
-1
/
+4
*
Make RefCount a non-integer type
Chris Robinson
2014-05-14
1
-8
/
+8
*
Convert the mmdevapi backend to the new backend API
Chris Robinson
2014-04-25
1
-1
/
+1
*
Convert the DSound backend to the new API
Chris Robinson
2014-04-19
1
-1
/
+1
*
Rename AL_ONCE_INIT to AL_ONCE_FLAG_INIT
Chris Robinson
2014-04-18
1
-1
/
+1
*
Rename althread_once to be more C11-like
Chris Robinson
2014-04-17
1
-2
/
+2
*
Keep TlsDestructors within threads.c
Chris Robinson
2014-04-17
1
-4
/
+0
*
Don't use DllMain to call altss destructors
Chris Robinson
2014-04-17
1
-17
/
+5
*
Rename althread_key_ wrappers to altss_ and move it to threads.h/c
Chris Robinson
2014-04-17
1
-14
/
+17
*
Use a C11-like mutex wrapper instead of CRITICAL_SECTIONs
Chris Robinson
2014-04-16
1
-8
/
+13
*
Recognize NULL as an empty vector/string
Chris Robinson
2014-04-03
1
-1
/
+1
*
Use an al_string for the device name
Chris Robinson
2014-03-28
1
-10
/
+9
*
Add an al_string type and use it for the device lists
Chris Robinson
2014-03-28
1
-49
/
+28
*
Wrap fopen calls under Windows
Chris Robinson
2014-03-28
1
-1
/
+1
*
Add gain stepping to the send mixers
Chris Robinson
2014-03-23
1
-0
/
+7
*
Remove the now-unneeded click removal buffers for the device
Chris Robinson
2014-03-23
1
-7
/
+0
*
Add a generic vector interface and use it for the active effect slots
Chris Robinson
2014-03-21
1
-7
/
+14
*
Use flexible array members to pad the device and context structs
Chris Robinson
2014-03-20
1
-4
/
+4
*
Store some source mixing parameters in the active source struct
Chris Robinson
2014-03-19
1
-2
/
+10
[prev]
[next]