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
*
Fix handling paused devices with the wave writer backend
Chris Robinson
2021-01-21
1
-10
/
+14
*
Simplify a division
Chris Robinson
2021-01-21
1
-1
/
+1
*
Avoid declaring some variables multiple times
Chris Robinson
2021-01-21
1
-6
/
+7
*
Avoid global constexpr arrays
Chris Robinson
2021-01-21
10
-154
/
+172
*
Update ChangeLog
Chris Robinson
2021-01-20
1
-0
/
+2
*
Revert "Print the build results after CI"
Chris Robinson
2021-01-20
1
-6
/
+0
*
Print the build results after CI
Chris Robinson
2021-01-20
1
-0
/
+6
*
Avoid extra copies/work when reading HRTF data
Chris Robinson
2021-01-20
1
-8
/
+12
*
Avoid explicitly searching for the WindowsSDK
Chris Robinson
2021-01-19
3
-700
/
+23
*
Remove constexpr from a function
Chris Robinson
2021-01-17
1
-6
/
+1
*
First try at using GitHub Actions
Chris Robinson
2021-01-17
1
-0
/
+63
*
Avoid calling readAdvance in a loop
Chris Robinson
2021-01-17
1
-3
/
+5
*
Don't assume the ring buffer's read vector is the next writable space
Chris Robinson
2021-01-15
1
-30
/
+36
*
Use a span instead of passing a vector by reference
Chris Robinson
2021-01-11
1
-5
/
+5
*
Make sure proper names are used for querying PulseAudio info
Chris Robinson
2021-01-10
1
-5
/
+5
*
Merge pull request #515 from ilya-fedin/pulse-nullptr-default
kcat
2021-01-10
1
-42
/
+13
|
\
|
*
Pass nullptr to pulse for default device
Ilya Fedin
2021-01-10
1
-42
/
+13
|
/
*
Remove the invalid noexcept specification
Chris Robinson
2021-01-08
1
-1
/
+1
*
Quickly fade out samples of a stopping voice
Chris Robinson
2021-01-08
1
-0
/
+20
*
Avoid dereferencing the end iterator
Chris Robinson
2021-01-08
1
-4
/
+4
*
Ensure the endian test is constexpr
Chris Robinson
2021-01-06
1
-5
/
+6
*
Avoid duplicating an inline template function
Chris Robinson
2021-01-06
1
-21
/
+4
*
Properly trace the new HRTF delay for the B-Format decoder
Chris Robinson
2021-01-06
1
-2
/
+2
*
Use a template to read integers with endian awareness
Chris Robinson
2021-01-06
1
-70
/
+83
*
Return non-const from the resampler function
Chris Robinson
2021-01-02
7
-51
/
+40
*
Make optional trivially destructible if the stored type is
Chris Robinson
2021-01-02
1
-43
/
+70
*
Fix comment typo
Chris Robinson
2021-01-01
1
-1
/
+1
*
Don't use templates unnecessarily
Chris Robinson
2021-01-01
1
-19
/
+0
*
Make FPUCtl methods noexcept
Chris Robinson
2020-12-31
2
-12
/
+10
*
Move cpu_caps and fpu_ctrl to core
Chris Robinson
2020-12-31
10
-17
/
+17
*
Remove an unnecessary include
Chris Robinson
2020-12-31
1
-2
/
+0
*
Add NEON-enhanced FIR loops for convolution and UHJ
Chris Robinson
2020-12-31
2
-0
/
+83
*
Assume run-time NEON support if detected by cmake
Chris Robinson
2020-12-31
1
-45
/
+2
*
Check for SSE and NEON earlier
Chris Robinson
2020-12-31
1
-71
/
+84
*
Avoid ugly reinterpret_casts with offsetof
Chris Robinson
2020-12-29
1
-6
/
+12
*
Combine multiple functions into one
Chris Robinson
2020-12-28
3
-42
/
+25
*
Return an intrusive_ptr from EffectStateFactory::create
Chris Robinson
2020-12-28
16
-21
/
+35
*
Workaround a GCC 5 constexpr function bug
Chris Robinson
2020-12-28
1
-0
/
+5
*
Remove extraneous semicolor
Chris Robinson
2020-12-28
1
-1
/
+1
*
Avoid including voice.h in alcontext.h
Chris Robinson
2020-12-27
7
-1
/
+10
*
Reduce a few lines
Chris Robinson
2020-12-27
1
-4
/
+1
*
Reorder some device fields
Chris Robinson
2020-12-27
1
-25
/
+26
*
Use a unique_ptr to hold DistanceComp data
Chris Robinson
2020-12-27
4
-48
/
+49
*
Use smaller types for enums
Chris Robinson
2020-12-27
4
-5
/
+5
*
Remove some unnecessary constructors
Chris Robinson
2020-12-27
2
-25
/
+12
*
Make FlexArray trivially destructible when possible
Chris Robinson
2020-12-27
1
-42
/
+89
*
Reorder some context properties
Chris Robinson
2020-12-27
1
-39
/
+42
*
Use a uint for a bitfield
Chris Robinson
2020-12-27
3
-7
/
+7
*
Move the WetBuffer reference to EffectSlot
Chris Robinson
2020-12-27
7
-17
/
+24
*
Combine EffectState::deviceUpdate with setBuffer
Chris Robinson
2020-12-26
17
-45
/
+33
[next]