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
*
Don't try to access null pointers
Chris Robinson
2023-04-28
5
-0
/
+15
*
Unset sLocalContext when releasing it
Chris Robinson
2023-04-28
1
-1
/
+1
*
Use a static_cast for older versions of MSVC
Chris Robinson
2023-04-27
1
-2
/
+3
*
Use std::transform to cast doubles to floats
Chris Robinson
2023-04-27
1
-2
/
+4
*
Cast a value to the expected type for MSVC
Chris Robinson
2023-04-26
1
-2
/
+2
*
Handle signed int values holding FourCC codes
Chris Robinson
2023-04-26
1
-0
/
+1
*
Print CoreAudio errors as FourCC codes when possible
Chris Robinson
2023-04-26
1
-43
/
+58
*
Check the correct device property to detect headphones
Chris Robinson
2023-04-25
1
-3
/
+3
*
Try to detect headphones with CoreAudio
Chris Robinson
2023-04-24
1
-0
/
+18
*
Make sure extension functions are properly aligned on 32-bit
Chris Robinson
2023-04-12
2
-4
/
+5
*
Release 1.23.1
Chris Robinson
2023-04-11
3
-2
/
+33
*
Add a version script for non-Windows/macOS systems
Chris Robinson
2023-04-10
2
-4
/
+204
*
Reorder some struct fields for consistency
Chris Robinson
2023-04-08
2
-19
/
+16
*
Remove an unused variable
Chris Robinson
2023-04-07
1
-5
/
+0
*
Scale B-Format panning coefficients only when needed
Chris Robinson
2023-04-06
1
-7
/
+7
*
Simplify effect state buffer handling some
Chris Robinson
2023-04-04
17
-71
/
+52
*
Remove a duplicate function
Chris Robinson
2023-04-03
1
-19
/
+3
*
Support the AL_EXT_STATIC_BUFFER extension
Chris Robinson
2023-04-03
4
-20
/
+149
*
Hold the buffer sample pointer separate from the vector
Chris Robinson
2023-04-03
3
-7
/
+12
*
Finalize AL_SOFT_source_start_delay
Chris Robinson
2023-03-31
3
-11
/
+11
*
Don't check for backend packages that aren't wanted
Chris Robinson
2023-03-30
1
-202
/
+192
*
Make sure delayed-start voices are properly stopped
Chris Robinson
2023-03-29
1
-1
/
+10
*
Allow using a negative offset with callback buffers
Chris Robinson
2023-03-28
1
-1
/
+4
*
Log the buffer format when queueing mismatched buffers
Chris Robinson
2023-03-22
3
-2
/
+46
*
Remove the separate UserFmt types
Chris Robinson
2023-03-19
3
-273
/
+131
*
Simplify some samples-to-bytes conversions
Chris Robinson
2023-03-19
1
-40
/
+8
*
Add a compat option to restore AL_SOFT_buffer_sub_data
Chris Robinson
2023-03-17
7
-28
/
+188
*
Rename some member functions and variables for consistency
Chris Robinson
2023-03-16
5
-240
/
+237
*
Commit deferred EAX properties in alcProcessContext
Chris Robinson
2023-03-16
5
-45
/
+17
*
Recognize I24 and I32 formats from Oboe
Chris Robinson
2023-03-15
1
-1
/
+15
*
Allow Oboe to resample when requesting a sample rate
Chris Robinson
2023-03-15
1
-0
/
+3
*
Fix the format check for queueing buffers
Chris Robinson
2023-03-15
1
-1
/
+1
*
Set a default version for EAX source properties
Chris Robinson
2023-03-14
2
-15
/
+15
*
Don't allow queueing a buffer with no format
Chris Robinson
2023-03-12
1
-10
/
+18
*
Don't change the context's EAX version on every set/get call
Chris Robinson
2023-03-11
2
-44
/
+9
*
Rename some class members for styling consistency
Chris Robinson
2023-03-11
2
-101
/
+84
*
Check the correct ID value for clearing the deferred flag
Chris Robinson
2023-03-11
1
-1
/
+1
*
Don't set a default EAX version for fx slots
Chris Robinson
2023-03-11
1
-1
/
+0
*
Update the EAX version after setting fx slot properties
Chris Robinson
2023-03-11
1
-7
/
+10
*
Avoid copying to a temporary
Chris Robinson
2023-03-11
11
-120
/
+116
*
Remove some more unnecessary clamps
Chris Robinson
2023-03-11
1
-46
/
+20
*
Remove an unused function
Chris Robinson
2023-03-11
1
-8
/
+0
*
Rename some struct members for clarity
Chris Robinson
2023-03-11
13
-151
/
+153
*
Convert the remaining EAX effects
Chris Robinson
2023-03-11
5
-649
/
+410
*
Simplify committing EAX effect properties
Chris Robinson
2023-03-11
5
-242
/
+78
*
Convert the EAX Frequency Shifter effect
Chris Robinson
2023-03-11
2
-152
/
+107
*
Don't commit EAX updates in applyAllUpdates
Chris Robinson
2023-03-11
3
-44
/
+17
*
Convert the EAX Echo and Equalizer effects
Chris Robinson
2023-03-11
4
-521
/
+389
*
Convert the EAX Autowah and Compressor effects
Chris Robinson
2023-03-11
4
-356
/
+278
*
Convert the EAX Compressor effect
Chris Robinson
2023-03-10
4
-130
/
+93
[next]