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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass some DirectParams as function parameters
Chris Robinson
2014-05-18
6
-27
/
+37
*
Use _mm_setr_ps instead of _mm_set_ps
Chris Robinson
2014-05-18
1
-4
/
+4
*
Add a ALfilterState method to process multiple samples at once
Chris Robinson
2014-05-18
2
-9
/
+19
*
Support the band-pass filter
Chris Robinson
2014-05-17
1
-2
/
+4
*
Apply high-pass source filters as needed
Chris Robinson
2014-05-17
2
-10
/
+68
*
Implementing handling high-pass filter properties
Chris Robinson
2014-05-17
1
-1
/
+4
*
Add a flag to specify when the low-pass filter needs to apply
Chris Robinson
2014-05-17
2
-16
/
+33
*
Use logarithmic adjustment for the gain in the autowah effect
Chris Robinson
2014-05-17
1
-7
/
+7
*
Ensure that LoopEnd > LoopStart
Chris Robinson
2014-05-15
1
-0
/
+1
*
Initialize a pointer to NULL instead of a string
Chris Robinson
2014-05-15
1
-2
/
+1
*
Don't bother stripping whitespace from comments
Chris Robinson
2014-05-15
1
-5
/
+1
*
Initialize some variables when declaring them
Chris Robinson
2014-05-15
1
-4
/
+2
*
Use an enum for the chorus and flanger waveforms
Chris Robinson
2014-05-14
2
-16
/
+54
*
Don't try to read the internal capture buffer into itself
Chris Robinson
2014-05-14
1
-6
/
+9
*
Remove a dead assignment
Chris Robinson
2014-05-14
1
-1
/
+0
*
Avoid freeing an in-use capture buffer
Chris Robinson
2014-05-14
1
-5
/
+3
*
Make RefCount a non-integer type
Chris Robinson
2014-05-14
2
-12
/
+12
*
Make LOWPASSFREQREF a float value
Chris Robinson
2014-05-11
2
-2
/
+2
*
Store the filter reference frequency in the source
Chris Robinson
2014-05-11
1
-12
/
+20
*
Update the source send target gains properly
Chris Robinson
2014-05-11
1
-4
/
+4
*
Use a struct to store the source's direct gain/gainhf properties
Chris Robinson
2014-05-11
1
-6
/
+6
*
Update the output buffer pointer in the Write_* methods
Chris Robinson
2014-05-10
1
-15
/
+11
*
Add a couple consts
Chris Robinson
2014-05-10
1
-2
/
+2
*
Store the current buffer queue item, rather than played buffer count
Chris Robinson
2014-05-10
2
-23
/
+12
*
Avoid checking the previous buffer multiple times
Chris Robinson
2014-05-10
1
-9
/
+9
*
Move RWLock and UIntMap implementations to common
Chris Robinson
2014-05-07
3
-244
/
+0
*
Use standard types for the RWLock
Chris Robinson
2014-05-07
2
-12
/
+12
*
Move atomic method definitions to a separate common source
Chris Robinson
2014-05-06
1
-7
/
+0
*
Move threads.c to a separate source dir
Chris Robinson
2014-05-06
1
-531
/
+0
*
Move some headers to include/
Chris Robinson
2014-05-06
2
-162
/
+0
*
Use gettimeofday if clock_gettime isn't available
Chris Robinson
2014-05-06
1
-5
/
+11
*
Add a cast to silence an MSVC warning
Chris Robinson
2014-05-04
1
-2
/
+3
*
Trace skipped info sub-chunks
Chris Robinson
2014-05-04
1
-0
/
+2
*
Use ALuint for the amount to skip
Chris Robinson
2014-05-04
1
-1
/
+1
*
Don't use the next power of two when duplicating config values
Chris Robinson
2014-05-04
1
-1
/
+1
*
Remove unnecessary ifdefs
Chris Robinson
2014-05-04
2
-4
/
+0
*
Always use the current gains when mixing
Chris Robinson
2014-05-04
3
-17
/
+22
*
Better pack HRTF mixing properties
Chris Robinson
2014-05-03
2
-56
/
+51
*
Clamp the current and target gain lower bound to epsilon
Chris Robinson
2014-05-03
1
-10
/
+10
*
Make sure all gain steps are applied with the SSE and Neon mixers
Chris Robinson
2014-05-03
2
-44
/
+22
*
Revert e9aee578a797c694655538cd0a00ad6c0bf6d5dc
Chris Robinson
2014-05-02
1
-2
/
+2
*
Iniitialize some mmdevapi backend fields in the constructor
Chris Robinson
2014-05-02
1
-0
/
+23
*
Use a backup in case pthread_mutex_timedlock isn't available
Chris Robinson
2014-05-01
1
-1
/
+23
*
Use ALboolean for al_string_empty's return type
Chris Robinson
2014-04-30
2
-2
/
+2
*
Add a helper VECTOR_FOR_EACH macro
Chris Robinson
2014-04-30
6
-55
/
+49
*
Use _mm_set_ps() to set an __m128 instead of {}
Chris Robinson
2014-04-26
1
-2
/
+2
*
Convert the mmdevapi backend to the new backend API
Chris Robinson
2014-04-25
3
-394
/
+511
*
Use a vector for mmdevapi device lists
Chris Robinson
2014-04-24
1
-93
/
+77
*
More device list cleanup cleanup
Chris Robinson
2014-04-24
2
-40
/
+25
*
Use a helper function to clear PulseAudio device lists
Chris Robinson
2014-04-24
1
-36
/
+20
[next]