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
*
Avoid AL types in the mixer
Chris Robinson
2020-11-20
8
-100
/
+98
*
Disassociate internal voice enums from AL enums
Chris Robinson
2020-11-20
4
-46
/
+95
*
Disassociate internal format enums from ALC enums
Chris Robinson
2020-11-20
2
-98
/
+136
*
Don't try to override the CoreAudio maximum capture slice
Chris Robinson
2020-11-19
1
-20
/
+28
*
Use BufferStorage for the buffer queue
Chris Robinson
2020-11-19
6
-125
/
+145
*
Put the loop start/end in BufferStorage
Chris Robinson
2020-11-19
4
-29
/
+29
*
Recognize ARM64 as a VS platform
Chris Robinson
2020-11-18
1
-1
/
+3
*
Add a close method to the win32 ifstream
Chris Robinson
2020-11-16
2
-5
/
+12
*
Avoid direct initialization of float32x4_t
Chris Robinson
2020-11-16
1
-2
/
+12
*
Use WinAPI functions to check for NEON support
Chris Robinson
2020-11-16
1
-0
/
+11
*
Add some missing custom device config descriptions
Chris Robinson
2020-11-15
1
-0
/
+22
*
Use doubles to calculate the listener matrix translation
Chris Robinson
2020-11-13
2
-81
/
+87
*
Avoid a deprecated function
Chris Robinson
2020-11-13
1
-10
/
+10
*
Avoid testing a bool against AL_FALSE
Chris Robinson
2020-11-12
1
-1
/
+1
*
Avoid an unnecessary multiplier
Chris Robinson
2020-11-09
1
-15
/
+12
*
Fix pitch shifter bin count
Chris Robinson
2020-11-09
1
-1
/
+1
*
Simplify some pitch shifter scaling calculations
Chris Robinson
2020-11-08
1
-8
/
+7
*
Avoid bitshifts for loop counting
Chris Robinson
2020-11-08
1
-11
/
+21
*
Use an array of auxslot pointers instead of IDs to lookup
Chris Robinson
2020-11-07
1
-41
/
+59
*
Use a separate structure for the active effect slot properties
Chris Robinson
2020-11-07
26
-226
/
+309
*
Use a range-for loop instead of for_each
Chris Robinson
2020-11-06
1
-8
/
+8
*
Use more efficient sorting for effect slots
Chris Robinson
2020-11-05
1
-37
/
+47
*
Add missing include for the CoreAudio backend
Chris Robinson
2020-11-05
1
-0
/
+1
*
Avoid declaring standard types
Chris Robinson
2020-11-05
1
-7
/
+11
*
Simplify the [u]int64_t typedef header check
Chris Robinson
2020-11-05
1
-6
/
+3
*
Release 1.21.0
Chris Robinson
2020-11-04
2
-3
/
+3
*
Update changelog
Chris Robinson
2020-11-02
1
-0
/
+3
*
Avoid a full wipe and reallocation of wet buffers
Chris Robinson
2020-11-02
2
-33
/
+40
*
Store the wet buffers in the context
Chris Robinson
2020-11-02
8
-15
/
+73
*
Fix a typo in the changelog
Chris Robinson
2020-10-27
1
-1
/
+1
*
Check for the right extension string in alffplay
Chris Robinson
2020-10-26
1
-1
/
+1
*
Update Changelog
Chris Robinson
2020-10-26
1
-0
/
+2
*
Finalize AL_SOFT_events
Chris Robinson
2020-10-26
4
-39
/
+23
*
Fix copy-paste error
Chris Robinson
2020-10-26
1
-3
/
+3
*
Clear /W3 on MSVC since we use /W4
Chris Robinson
2020-10-25
1
-0
/
+7
*
Add a comment about building for static linking
Chris Robinson
2020-10-25
1
-0
/
+2
*
Silence a couple more MSVC warnings
Chris Robinson
2020-10-23
1
-3
/
+8
*
Remove a constexpr that needs C++17
Chris Robinson
2020-10-23
1
-1
/
+1
*
Don't use a template parameter as a variable
Chris Robinson
2020-10-23
1
-6
/
+17
*
Some cleanup in alspan.h
Chris Robinson
2020-10-23
1
-21
/
+31
*
Add some constexpr
Chris Robinson
2020-10-23
1
-4
/
+3
*
Replace the mixer fraction macros with constexpr variables
Chris Robinson
2020-10-21
14
-87
/
+88
*
Replace some more macros with constexpr variables
Chris Robinson
2020-10-21
14
-39
/
+39
*
Change some more macros into constexpr variables
Chris Robinson
2020-10-21
5
-38
/
+35
*
Add some missing constexpr attributes
Chris Robinson
2020-10-20
2
-4
/
+4
*
Merge pull request #483 from jhasse/silence-nodiscard
kcat
2020-10-20
2
-3
/
+3
|
\
|
*
Silence warning about unused return values
Jan Niklas Hasse
2020-10-20
2
-3
/
+3
|
/
*
Try again to work around a GCC 5 issue
Chris Robinson
2020-10-19
1
-7
/
+15
*
Revert "Workaround a GCC 5 issue"
Chris Robinson
2020-10-19
1
-9
/
+0
*
Workaround a GCC 5 issue
Chris Robinson
2020-10-19
1
-0
/
+9
[next]