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
/
Include
/
alMain.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Don't log the function or prefix
Chris Robinson
2019-06-04
1
-1
/
+0
*
Use std::array for most mixing buffer arrays
Chris Robinson
2019-05-28
1
-3
/
+5
*
Get rid of the COUNTOF macro
Chris Robinson
2019-05-26
1
-6
/
+0
*
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
*
Change RealMixParams::ChannelName to better reflect its use
Chris Robinson
2019-04-02
1
-10
/
+4
*
Use a temporary buffer for HRTF filter accumulation
Chris Robinson
2019-03-29
1
-0
/
+1
*
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
*
Fix a comment typo
Chris Robinson
2019-03-22
1
-1
/
+1
*
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
*
Use SSE intrinsics in a few more places
Chris Robinson
2019-03-18
1
-6
/
+12
*
Use more specific names for temp buffer storage
Chris Robinson
2019-03-02
1
-1
/
+3
*
Reduce BUFFERSIZE to match the default period size
Chris Robinson
2019-02-24
1
-2
/
+9
*
Remove the FOAOut mixing buffer and associated post-processes
Chris Robinson
2019-02-22
1
-8
/
+2
*
Avoid using internal AL[u]int64 types
Chris Robinson
2019-02-11
1
-9
/
+6
*
Get rid of the FAM_SIZE macro
Chris Robinson
2019-02-11
1
-6
/
+0
*
Move some number-related stuff to a separate header
Chris Robinson
2019-02-11
1
-31
/
+7
*
Constify some parameters
Chris Robinson
2019-01-12
1
-1
/
+1
*
Add prefixes for ALCdevice and ALCcontext
Chris Robinson
2019-01-09
1
-0
/
+1
*
Remove an unused macro
Chris Robinson
2019-01-08
1
-4
/
+0
*
Replace a couple more C-style casts
Chris Robinson
2019-01-08
1
-1
/
+1
*
Use user-defined literals for 64-bit literals
Chris Robinson
2019-01-07
1
-24
/
+7
*
Move some macros to a common header
Chris Robinson
2019-01-07
1
-35
/
+1
*
Simplify MixParams and AmbiUpsampler
Chris Robinson
2019-01-05
1
-20
/
+7
*
Rename ALCdevice_struct and ALCcontext_struct
Chris Robinson
2019-01-01
1
-5
/
+5
*
Use an atomic bool on things that only take true or false
Chris Robinson
2018-12-30
1
-1
/
+1
*
Rename BackendLock to StateLock
Chris Robinson
2018-12-30
1
-1
/
+5
*
Return a unique_ptr for the backend
Chris Robinson
2018-12-29
1
-1
/
+1
*
Convert the backends to use proper inheritence
Chris Robinson
2018-12-28
1
-2
/
+2
*
Constify and reorder a couple device fields
Chris Robinson
2018-12-27
1
-4
/
+4
*
Cleanup some includes
Chris Robinson
2018-12-25
1
-13
/
+1
*
Remove extraneous typedef, struct, and enum keywords
Chris Robinson
2018-12-24
1
-17
/
+17
*
Provide effect target parameters through a common struct
Chris Robinson
2018-12-24
1
-2
/
+2
*
Apply the limiter before distance compensation
Chris Robinson
2018-12-24
1
-2
/
+2
*
Rename a couple HRTF structs
Chris Robinson
2018-12-22
1
-3
/
+3
*
Pass RealMixParams by reference instead of pointer
Chris Robinson
2018-12-20
1
-2
/
+2
*
Use inline methods for the device format sizes
Chris Robinson
2018-12-19
1
-2
/
+1
*
Don't hardcode the channel count from the device ambisonic order
Chris Robinson
2018-12-19
1
-8
/
+11
*
Combine handling of attribute processing
Chris Robinson
2018-12-18
1
-0
/
+2
*
Move some ambisonic-related macros to a separate header
Chris Robinson
2018-12-15
1
-37
/
+1
*
Add macros for the ambisonic order masks
Chris Robinson
2018-12-14
1
-3
/
+11
*
Add POPCNT32 and CTZ32 macros
Chris Robinson
2018-12-13
1
-13
/
+41
*
Fix some MSVC conversion warnings
Chris Robinson
2018-12-12
1
-6
/
+6
*
Clean up a few more loops
Chris Robinson
2018-12-10
1
-2
/
+13
*
Use member functions for BFormatDec and AmbiUpsampler
Chris Robinson
2018-12-08
1
-2
/
+2
[next]