index
:
jogamp/openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
alc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the filters to core
Chris Robinson
2020-12-04
23
-953
/
+45
*
Move the bsinc tables to core
Chris Robinson
2020-12-04
7
-328
/
+5
*
Move mastering.cpp/h to core
Chris Robinson
2020-12-04
4
-547
/
+2
*
Avoid a global MAX_PITCH macro
Chris Robinson
2020-12-04
5
-18
/
+21
*
Move the resampler declarations to a more appropriate header
Chris Robinson
2020-12-04
2
-38
/
+39
*
Remove some unnecessary includes
Chris Robinson
2020-12-04
4
-13
/
+2
*
Move lerp/cubic to alnumeric.h
Chris Robinson
2020-12-04
4
-13
/
+3
*
Add a gain argument to altonegen (#502)
Eliot Miranda
2020-12-04
1
-1
/
+1
*
Change a couple macros into constexpr variables
Chris Robinson
2020-11-28
19
-69
/
+69
*
Avoid AL types in mastering.cpp/h
Chris Robinson
2020-11-28
2
-40
/
+37
*
Move some declarations to more appropriate headers
Chris Robinson
2020-11-27
4
-17
/
+24
*
Avoid AL types in the converter
Chris Robinson
2020-11-27
2
-52
/
+52
*
Move some sources to a separate directory
Chris Robinson
2020-11-27
12
-189
/
+11
*
Move AL EffectProp handling to separate sources
Chris Robinson
2020-11-25
15
-1959
/
+2
*
Don't limit the available converted sample count to BUFFERSIZE
Chris Robinson
2020-11-25
1
-1
/
+2
*
Fix a UInt32 variable type
Chris Robinson
2020-11-24
1
-1
/
+1
*
Fill all buffers for CoreAudio playback
Chris Robinson
2020-11-24
1
-2
/
+6
*
Disable buffer allocation with CoreAudio capture
Chris Robinson
2020-11-24
1
-0
/
+8
*
Use a type alias instead of decltype
Chris Robinson
2020-11-23
1
-14
/
+13
*
Ceil the scaled buffer size instead of round
Chris Robinson
2020-11-23
1
-1
/
+3
*
Fix buffer offset for the second conversion
Chris Robinson
2020-11-23
1
-1
/
+1
*
Fix capture buffer size scaling in CoreAudio
Chris Robinson
2020-11-23
1
-5
/
+5
*
Use kAudioUnitScope_Global to get the maximum frame size
Chris Robinson
2020-11-23
1
-1
/
+1
*
Avoid AL types in hrtf.cpp/h
Chris Robinson
2020-11-22
2
-94
/
+91
*
Use optionals for some attribute parameters
Chris Robinson
2020-11-22
1
-35
/
+35
*
Make ALbuffer inherit from BufferStorage
Chris Robinson
2020-11-21
1
-2
/
+2
*
Use clearer variable names
Chris Robinson
2020-11-20
2
-39
/
+42
*
Disassociate internal buffer enums from AL enum values
Chris Robinson
2020-11-20
2
-24
/
+25
*
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
3
-34
/
+33
*
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
4
-24
/
+36
*
Put the loop start/end in BufferStorage
Chris Robinson
2020-11-19
2
-18
/
+21
*
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
*
Use doubles to calculate the listener matrix translation
Chris Robinson
2020-11-13
1
-42
/
+17
*
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
*
Use a separate structure for the active effect slot properties
Chris Robinson
2020-11-07
22
-141
/
+265
*
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 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
6
-13
/
+68
*
Finalize AL_SOFT_events
Chris Robinson
2020-10-26
2
-23
/
+1
*
Replace the mixer fraction macros with constexpr variables
Chris Robinson
2020-10-21
13
-78
/
+80
*
Replace some more macros with constexpr variables
Chris Robinson
2020-10-21
12
-33
/
+33
[next]