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 using a macro to wrap standard attributes
Chris Robinson
2022-12-06
34
-502
/
+494
*
Don't warn for attributes being in a later standard
Chris Robinson
2022-12-05
1
-0
/
+5
*
Avoid LIKELY/UNLIKELY macros
Chris Robinson
2022-12-05
8
-171
/
+169
*
Avoid some uses of the LIKELY/UNLIKELY macros
Chris Robinson
2022-12-05
15
-214
/
+217
*
Use standard likely/unlikely attributes when available
Chris Robinson
2022-12-05
19
-155
/
+141
*
Use the correct variable for reading the WASAPI playback rate
Chris Robinson
2022-12-05
1
-2
/
+2
*
Fix building with PipeWire 0.3.49 and earlier
Chris Robinson
2022-12-02
1
-0
/
+19
*
Add more formats for displaying in examples
Chris Robinson
2022-11-29
1
-0
/
+35
*
Add missing device_clock/source_latency enums for querying
Chris Robinson
2022-11-29
1
-0
/
+9
*
Use the existing common FFT functions in makemhr
Chris Robinson
2022-11-27
2
-84
/
+16
*
Use complex floats for convolution reverb FFTs
Chris Robinson
2022-11-24
5
-37
/
+49
*
Avoid returning an array for constexpr tables
Chris Robinson
2022-11-24
1
-38
/
+35
*
Avoid overriding main with SDL
Chris Robinson
2022-11-23
3
-2
/
+12
*
Don't prematurely change ALCdevice::BufferSize
Chris Robinson
2022-11-22
1
-7
/
+11
*
Fix WASAPI capture handling the background COM thread
Chris Robinson
2022-11-19
1
-18
/
+30
*
Update alsoft-config for new options
Chris Robinson
2022-11-17
2
-51
/
+89
*
Remove unnecessary use of SDL2_INCLUDE_DIR
Chris Robinson
2022-11-16
1
-2
/
+0
*
Add GitHub actions workflow to build utils/makemhr on update (#783)
3DJ
2022-11-16
1
-0
/
+76
*
Fix router not loading on Creative's hardware OpenAL (#773)
Felipe
2022-11-16
1
-12
/
+22
*
Avoid a use-after-free in the ALSA backend
Chris Robinson
2022-11-16
1
-12
/
+12
*
Use SDL2's sdl2-config.cmake
Chris Robinson
2022-11-16
2
-199
/
+11
*
Avoid unnecessary duplicate CMake variables
Chris Robinson
2022-11-16
2
-11
/
+2
*
Use the correct frame size for WASAPI resampling
Chris Robinson
2022-11-13
1
-2
/
+2
*
Avoid a potential unsigned underflow
Chris Robinson
2022-11-13
1
-1
/
+1
*
Change a function to a static method
Chris Robinson
2022-11-13
4
-9
/
+9
*
Avoid duplicate checks and calculations
Chris Robinson
2022-11-13
1
-12
/
+8
*
Add a config option to prevent WASAPI from using a resampler
Chris Robinson
2022-11-12
2
-1
/
+13
*
Add a resampler to WASAPI output
Chris Robinson
2022-11-12
1
-10
/
+75
*
Fix SampleConverter source read count
Chris Robinson
2022-11-12
2
-47
/
+23
*
Add a method for the input sample delay for the SampleConverter
Chris Robinson
2022-11-12
2
-1
/
+14
*
Dynamically start/stop the WASAPI message thread
Chris Robinson
2022-11-12
1
-86
/
+117
*
Try to detect the update and buffer size from PipeWire
Chris Robinson
2022-11-08
1
-4
/
+45
*
Make sure sio_write and sio_read return valid values
Chris Robinson
2022-11-07
1
-5
/
+12
*
Support different input channel orders in uhjencoder
Chris Robinson
2022-11-04
1
-12
/
+39
*
Add preliminary support for 7.1.4 output modes
Chris Robinson
2022-11-03
19
-6
/
+201
*
Add functions to start sources at a particular device time
Chris Robinson
2022-11-03
4
-161
/
+247
*
Add the ability to start a voice at a particular time
Chris Robinson
2022-11-03
4
-9
/
+49
*
int64_t max can't fit into a double without narrowing
Chris Robinson
2022-11-02
1
-6
/
+0
*
Handle negative voice positions
Chris Robinson
2022-11-02
3
-64
/
+116
*
Use the IIR filter for UHJ by default
Chris Robinson
2022-10-30
2
-3
/
+3
*
Rename some variables to more clearly indicate their meaning
Chris Robinson
2022-10-28
5
-40
/
+40
*
Rework the UHJ IIR filters to avoid applying an IIR in reverse
Chris Robinson
2022-10-27
3
-155
/
+130
*
Switch back to the FIR256 filter by default
Chris Robinson
2022-10-26
2
-5
/
+5
*
Use the correct input for the IIR UHJ encoder
Chris Robinson
2022-10-26
2
-9
/
+31
*
Use the IIR all-pass filter by default
Chris Robinson
2022-10-26
2
-6
/
+7
*
Fix up a comment
Chris Robinson
2022-10-26
1
-2
/
+2
*
Add a comment about the filter delay
Chris Robinson
2022-10-25
1
-0
/
+3
*
Fix some value ordering
Chris Robinson
2022-10-25
1
-2
/
+2
*
Avoid nesting lambdas
Chris Robinson
2022-10-24
1
-42
/
+27
*
Update upload-artifact to remove warning (#778)
3DJ
2022-10-23
1
-1
/
+1
[next]