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
/
OpenAL32
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify DistanceComp somewhat
Chris Robinson
2019-06-08
1
-14
/
+6
*
Remove the DEF_ALIGN macro
Chris Robinson
2019-06-06
1
-4
/
+4
*
Remove the per-voice ChannelsPerOrder field
Chris Robinson
2019-06-05
2
-2
/
+1
*
Use a span for the effect state's output target
Chris Robinson
2019-06-05
1
-2
/
+1
*
Make some more channel counts unsigned
Chris Robinson
2019-06-05
1
-1
/
+1
*
Make RealMixParams channel count unsigned
Chris Robinson
2019-06-05
1
-1
/
+1
*
Properly destroy other objects
Chris Robinson
2019-06-05
6
-13
/
+13
*
Don't log the function or prefix
Chris Robinson
2019-06-04
2
-3
/
+2
*
Improve alignment handling for the alignment allocator
Chris Robinson
2019-06-03
1
-1
/
+1
*
Restructure voice data members
Chris Robinson
2019-06-03
2
-41
/
+37
*
Use a span for the voice's buffer references
Chris Robinson
2019-05-29
1
-4
/
+2
*
Use span<FloatBufferLine> for MixSamples
Chris Robinson
2019-05-29
1
-3
/
+3
*
Use FloatBufferLine and span<> for MixRowSamples
Chris Robinson
2019-05-29
1
-2
/
+2
*
Pass a span to MixDirectHrtf instead of a pointer+size
Chris Robinson
2019-05-29
1
-2
/
+4
*
Use FloatBufferLine with the HRTF mixer functions
Chris Robinson
2019-05-28
1
-6
/
+6
*
Use std::array for most mixing buffer arrays
Chris Robinson
2019-05-28
3
-6
/
+8
*
Get rid of the COUNTOF macro
Chris Robinson
2019-05-26
3
-18
/
+17
*
Use al::byte for ADPCM decoders
Chris Robinson
2019-05-24
3
-57
/
+53
*
Move a couple table definitions to where they're used
Chris Robinson
2019-05-24
2
-89
/
+3
*
Remove an unnecessary struct member
Chris Robinson
2019-05-24
2
-12
/
+9
*
Use raw bytes for the buffer data
Chris Robinson
2019-05-24
2
-3
/
+5
*
Use a function to mark a source for updating
Chris Robinson
2019-05-23
1
-39
/
+38
*
Allow initializing splitter filters with constructors
Chris Robinson
2019-05-22
1
-2
/
+1
*
Restructure some voice fields
Chris Robinson
2019-05-17
2
-24
/
+35
*
Change the default period size to 20ms
Chris Robinson
2019-04-26
1
-4
/
+4
*
Specify the buffer size as itself instead of the period count
Chris Robinson
2019-04-26
1
-1
/
+2
*
Add exception protection to the last of the API functions
Chris Robinson
2019-04-10
2
-18
/
+113
*
Add exception protection to effect, filter, and buffer functions
Chris Robinson
2019-04-10
3
-8
/
+98
*
Add exception protection to the listener functions
Chris Robinson
2019-04-10
1
-8
/
+25
*
Add exception protection to context state functions
Chris Robinson
2019-04-10
1
-0
/
+49
*
Add exception protection to some AL functions
Chris Robinson
2019-04-10
3
-0
/
+15
*
Don't use a fixed size buffer for printed messages
Chris Robinson
2019-04-09
1
-17
/
+15
*
Avoid directly using CalcAmbiCoeffs
Chris Robinson
2019-04-02
1
-14
/
+0
*
Change RealMixParams::ChannelName to better reflect its use
Chris Robinson
2019-04-02
1
-10
/
+4
*
Copy the voice's ambisonic upsampler state when reallocating
Chris Robinson
2019-04-01
2
-2
/
+2
*
Remove a couple unused member variables
Chris Robinson
2019-03-30
1
-2
/
+0
*
Use a temporary buffer for HRTF filter accumulation
Chris Robinson
2019-03-29
2
-7
/
+7
*
Avoid using the HRTF history buffer as a ring buffer
Chris Robinson
2019-03-28
1
-1
/
+5
*
Move an enum to a more appropriate header
Chris Robinson
2019-03-26
1
-6
/
+0
*
Rename and move ALeffectProps
Chris Robinson
2019-03-22
4
-114
/
+7
*
Use MixParams for the wet buffers
Chris Robinson
2019-03-22
2
-9
/
+5
*
Fix a comment typo
Chris Robinson
2019-03-22
1
-1
/
+1
*
Pass ALeffectProps directly to the get/setParam* methods
Chris Robinson
2019-03-22
2
-8
/
+27
*
Use the effect state factory to set the default effect props
Chris Robinson
2019-03-22
4
-258
/
+48
*
Implement getDefaultProps for effect state factories
Chris Robinson
2019-03-22
3
-7
/
+3
*
Use a separate EffectStateFactory for standard reverb
Chris Robinson
2019-03-22
2
-1
/
+2
*
Add a new EffectStateFactory method to get the default properties
Chris Robinson
2019-03-22
2
-0
/
+7
*
Use a sorted vector for devices instead of a linked list
Chris Robinson
2019-03-19
1
-2
/
+0
*
Rename DevProbe enum names
Chris Robinson
2019-03-19
1
-3
/
+3
*
Move some inline functions from alMain.h to alnumeric.h
Chris Robinson
2019-03-18
1
-239
/
+0
[next]