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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove an unused method
Chris Robinson
2014-03-23
2
-10
/
+0
*
Remove an unnecessary conditional
Chris Robinson
2014-03-23
1
-7
/
+1
*
Remove the last bits of the predictive sample processing
Chris Robinson
2014-03-23
3
-8
/
+6
*
Remove the click removal buffers for auxiliary effect slots
Chris Robinson
2014-03-23
9
-55
/
+8
*
Identity gain step is 1, not 0
Chris Robinson
2014-03-23
1
-1
/
+1
*
Fix Neon gain step loops
Chris Robinson
2014-03-23
1
-2
/
+2
*
Add gain stepping to the send mixers
Chris Robinson
2014-03-23
7
-66
/
+185
*
Add some integer casts, and a range check
Chris Robinson
2014-03-23
2
-3
/
+8
*
Remove the now-unneeded click removal buffers for the device
Chris Robinson
2014-03-23
10
-73
/
+20
*
Don't feed the HRTF mix to the click removal and pending click buffers
Chris Robinson
2014-03-23
1
-40
/
+3
*
Step mixing gains per-sample for non-HRTF mixing
Chris Robinson
2014-03-23
7
-60
/
+212
*
Move the step counter and moving flag to DirectParams
Chris Robinson
2014-03-23
5
-14
/
+25
*
Store the HrtfState directly in the DirectParams
Chris Robinson
2014-03-23
10
-63
/
+49
*
Don't try to use __restrict as a replacement for restrict
Chris Robinson
2014-03-23
1
-13
/
+2
*
Add a stub 'soft' MIDI synth handler
Chris Robinson
2014-03-22
4
-1
/
+147
*
Move some HRTF and mixer structs to alu.h
Chris Robinson
2014-03-22
2
-63
/
+60
*
Use a void* for the MidiSynth Delete method param
Chris Robinson
2014-03-22
3
-18
/
+9
*
Use a void* for the backend Delete method param
Chris Robinson
2014-03-22
7
-73
/
+32
*
Use a void* for the effect state Delete method param
Chris Robinson
2014-03-21
13
-56
/
+40
*
Avoid a size_t-to-ALuint conversion warning
Chris Robinson
2014-03-21
1
-1
/
+1
*
Increase the vector reserve as needed when pushing in new items
Chris Robinson
2014-03-21
4
-25
/
+21
*
Rename the vector's Max field to Capacity
Chris Robinson
2014-03-21
3
-15
/
+15
*
Use vectors for the GenModList
Chris Robinson
2014-03-21
2
-167
/
+103
*
Add a generic vector interface and use it for the active effect slots
Chris Robinson
2014-03-21
7
-36
/
+95
*
Use flexible array members to pad the device and context structs
Chris Robinson
2014-03-20
2
-4
/
+10
*
Keep track of the mix count
Chris Robinson
2014-03-19
2
-0
/
+10
*
Use a union to combine HRTF and non-HRTF mixer params
Chris Robinson
2014-03-19
6
-50
/
+52
*
Select the mixer when setting the mixer-specific parameters
Chris Robinson
2014-03-19
1
-39
/
+42
*
Store some source mixing parameters in the active source struct
Chris Robinson
2014-03-19
7
-127
/
+139
*
Use a separate struct for tracking active sources
Chris Robinson
2014-03-18
6
-34
/
+65
*
Add another directory to .gitignore
Chris Robinson
2014-03-17
1
-0
/
+1
*
Remove some unneeded code and unnecessary macros in the OpenSL backend
Chris Robinson
2014-03-17
1
-73
/
+20
*
Store the old-style backend funcs in the wrapper
Chris Robinson
2014-03-17
4
-30
/
+33
*
Don't define HAVE_DYNLOAD with the IDE parser
Chris Robinson
2014-03-17
1
-1
/
+1
*
Don't assume the default mmdevapi device is in the collection
Chris Robinson
2014-03-17
1
-2
/
+2
*
Avoid GCC's macro arg concat extension with IDE parsing
Chris Robinson
2014-03-17
1
-1
/
+1
*
Return the original value from CompExchange*
Chris Robinson
2014-03-09
3
-30
/
+27
*
Remove the Apple-specific atomic function implementations.
Chris Robinson
2014-03-09
1
-36
/
+0
*
Update config file comments
Chris Robinson
2014-03-09
1
-17
/
+29
*
Use the correct array size
Chris Robinson
2014-03-08
1
-2
/
+2
*
Improve int-to-float and uint-to-float conversions
Chris Robinson
2014-03-08
1
-2
/
+2
*
Only require MSADPCM block alignment to be a multiple of 2
Chris Robinson
2014-03-06
1
-2
/
+2
*
Only sign-expand the nibble when needed
Chris Robinson
2014-03-06
1
-4
/
+3
*
Move the sample conversion routines to a separate file
Chris Robinson
2014-03-05
4
-1261
/
+1279
*
Implement a simplistic MSADPCM encoder
Chris Robinson
2014-03-05
1
-19
/
+47
*
Allocate enough temp space for the ADPCM decoders and encoders
Chris Robinson
2014-03-05
1
-4
/
+4
*
Use specialized methods for converting ALshort to IMA4 and MSADPCM
Chris Robinson
2014-03-05
1
-2
/
+32
*
Use specialized methods for converting IMA4 and MSADPCM to ALshort
Chris Robinson
2014-03-05
1
-8
/
+39
*
Use maxi to clamp an int to a lower-bound
Chris Robinson
2014-03-05
1
-1
/
+1
*
Expand the sign bit on the initial MSADPCM delta value
Chris Robinson
2014-03-05
1
-0
/
+1
[next]