index
:
jogamp/openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Constify the direct and send parameters given to the mixer
Chris Robinson
2012-10-15
6
-21
/
+21
*
Use a separate step to deinterlace reverb samples
Chris Robinson
2012-10-14
1
-14
/
+33
*
Remove the unused Device parameter
Chris Robinson
2012-10-14
6
-17
/
+11
*
Store the output buffers in the DirectParams struct
Chris Robinson
2012-10-14
5
-10
/
+25
*
Remove the now-unused Source parameter from the DryMix methods
Chris Robinson
2012-10-14
6
-16
/
+11
*
Store some more HRTF info in the DirectParams struct
Chris Robinson
2012-10-14
3
-5
/
+14
*
Mark some parameters as const and/or RESTRICT
Chris Robinson
2012-10-14
4
-12
/
+13
*
Move alhelpers and alffmpeg code to a common sub-directory
Chris Robinson
2012-10-14
6
-3
/
+5
*
Use a helper method to convert i64 values to the proper types
Chris Robinson
2012-10-14
1
-74
/
+88
*
Check i64 property ranges before passing them to the int handlers
Chris Robinson
2012-10-14
1
-19
/
+76
*
Don't add the dry gain to the mixing matrix
Chris Robinson
2012-10-13
1
-1
/
+1
*
Silence an implicit int-to-float conversion warning on MSVC
Chris Robinson
2012-10-13
1
-1
/
+1
*
Don't use a loop to determine the next power of 2
Chris Robinson
2012-10-13
1
-9
/
+7
*
List the in-progress AL_SOFT_source_latency extension
Chris Robinson
2012-10-13
1
-1
/
+2
*
Implement the double and int64 source setters
Chris Robinson
2012-10-13
3
-4
/
+267
*
Fix copying the listener Up vector
Chris Robinson
2012-10-12
1
-1
/
+1
*
Use the enum to set the default distance model
Chris Robinson
2012-10-12
1
-1
/
+1
*
Initialize the listener velocity parameter
Chris Robinson
2012-10-12
1
-0
/
+2
*
Apply the listener matrix to the listener velocity once
Chris Robinson
2012-10-12
2
-12
/
+11
*
Avoid needlessly copying the listener matrix
Chris Robinson
2012-10-12
1
-7
/
+3
*
Apply the listener position to the transformation matrix
Chris Robinson
2012-10-12
1
-38
/
+44
*
Check the distance against epsilon to determine if it matches
Chris Robinson
2012-10-12
2
-2
/
+7
*
Properly scale wide-stereo sources
Chris Robinson
2012-10-10
1
-1
/
+1
*
Avoid mixing to a send slot if the gain is too low
Chris Robinson
2012-10-10
1
-0
/
+3
*
The max step is no longer dependent on the channel count
Chris Robinson
2012-10-10
1
-2
/
+2
*
Set Hrtf.Moving after setting the source params instead of after mixing
Chris Robinson
2012-10-09
2
-3
/
+1
*
Build the listener matrix separately
Chris Robinson
2012-10-09
4
-35
/
+42
*
Don't include alListener.h from alMain.h
Chris Robinson
2012-10-09
3
-6
/
+3
*
Store a pointer to the listener in the context
Chris Robinson
2012-10-09
4
-83
/
+84
*
Define RESTRICT in config.h instead of alMain.h
Chris Robinson
2012-10-09
3
-16
/
+14
*
Don't assume x86 or x64 to use IsProcessorFeaturePresent
Chris Robinson
2012-10-08
1
-3
/
+2
*
Fix a type conversion warning
Chris Robinson
2012-10-08
1
-2
/
+3
*
Fix a type mismatch
Chris Robinson
2012-10-07
1
-1
/
+2
*
Add missing include
Chris Robinson
2012-10-07
1
-0
/
+1
*
Use IsProcessorFeaturePresent to detect SSE on Windows
Chris Robinson
2012-10-07
1
-0
/
+10
*
Revert "Use __cpuid from intrin.h in Windows when available"
Chris Robinson
2012-10-07
3
-44
/
+0
*
Use __cpuid from intrin.h in Windows when available
Chris Robinson
2012-10-07
3
-0
/
+44
*
Add trace, warn, and error markers to logged output
Chris Robinson
2012-10-07
2
-9
/
+9
*
Lock the device using the pulseaudio main loop
Chris Robinson
2012-10-07
1
-8
/
+15
*
Avoid unnecessarily locking the list lock
Chris Robinson
2012-10-07
1
-43
/
+31
*
Shorten format trace messages
Chris Robinson
2012-10-06
1
-2
/
+2
*
Define WIN32_LEAN_AND_MEAN when including windows.h in alMain.h
Chris Robinson
2012-10-06
3
-0
/
+7
*
Include windows.h before cpuid.h to avoid __cpuid clashes
Chris Robinson
2012-10-06
2
-23
/
+26
*
Rename a couple functions
Chris Robinson
2012-10-05
1
-15
/
+15
*
Put temporary storage in the device instead of on the stack
Chris Robinson
2012-10-05
2
-4
/
+7
*
Add a special resampler for matching sample rates
Chris Robinson
2012-10-05
4
-2
/
+13
*
Round up the device's default slot alignment
Chris Robinson
2012-10-05
1
-1
/
+1
*
Fix potential buffer overflow with temp sample space
Chris Robinson
2012-10-05
1
-2
/
+3
*
Scale and round NumUpdates when PulseAudio changes the sample rate
Chris Robinson
2012-10-04
1
-7
/
+7
*
Avoid void* arithmetic
Chris Robinson
2012-10-04
1
-1
/
+1
[prev]
[next]