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
path:
root
/
alc
/
alc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid redundant definitions
Chris Robinson
2024-01-03
1
-2
/
+3
*
Avoid using bit_cast for pointer types
Chris Robinson
2024-01-03
1
-1
/
+1
*
Allocate effect slot property updates in clusters
Chris Robinson
2024-01-03
1
-6
/
+17
*
Use an atomic unique_ptr for the device's context array
Chris Robinson
2024-01-01
1
-9
/
+4
*
Replace some macros
Chris Robinson
2023-12-29
1
-2
/
+2
*
Handle pointer ownership a bit better
Chris Robinson
2023-12-29
1
-14
/
+32
*
Try to start being a bit more pointer-owner conscious
Chris Robinson
2023-12-26
1
-1
/
+1
*
Use standard methods for rounding
Chris Robinson
2023-12-25
1
-3
/
+3
*
Avoid assignments in if conditions
Chris Robinson
2023-12-23
1
-17
/
+20
*
Use string_views for querying config parameters
Chris Robinson
2023-12-21
1
-32
/
+30
*
Fix some implicit conversions
Chris Robinson
2023-12-17
1
-1
/
+2
*
Fix searching the channel type list
Chris Robinson
2023-12-15
1
-1
/
+1
*
Don't fail alcDevicePauseSOFT for disconnected devices
Chris Robinson
2023-12-13
1
-6
/
+0
*
Properly check that the device was playing before restarting it
Chris Robinson
2023-12-12
1
-7
/
+4
*
Track the device state for being properly configured
Chris Robinson
2023-12-12
1
-31
/
+61
*
Remove void from empty parameter lists
Chris Robinson
2023-12-12
1
-2
/
+2
*
Refactor FlexArray
Chris Robinson
2023-12-10
1
-0
/
+1
*
More clang-tidy cleanup
Chris Robinson
2023-12-10
1
-89
/
+94
*
Use a fixed array for fixed-size clusters
Chris Robinson
2023-12-08
1
-7
/
+9
*
Clean up some more clang-tidy warnings
Chris Robinson
2023-12-08
1
-21
/
+21
*
Fix some clang-tidy warnings
Chris Robinson
2023-12-08
1
-5
/
+5
*
Use RAII to handle writing under the mixer seqlock
Chris Robinson
2023-12-04
1
-6
/
+2
*
Remove some unnecessary atomic wrappers
Chris Robinson
2023-12-03
1
-1
/
+2
*
Make the device clock members atomic
Chris Robinson
2023-12-03
1
-6
/
+14
*
Fix some unused parameter and unhandled enum warnings
Chris Robinson
2023-11-25
1
-20
/
+15
*
Add query fonction in ALC_SOFT_system_events unreleased extension (#938)
MathiusD
2023-11-26
1
-0
/
+40
*
Start a 32-bit sample format extension
Chris Robinson
2023-11-18
1
-19
/
+29
*
Update the downmix tables
Chris Robinson
2023-10-21
1
-66
/
+53
*
Add a alcGetProcAddress2 function
Chris Robinson
2023-09-12
1
-0
/
+3
*
Allow querying AL_EFFECTSLOT_EFFECT
Chris Robinson
2023-08-25
1
-1
/
+1
*
Use a string instead of a c_str for a string_view
Chris Robinson
2023-08-18
1
-1
/
+1
*
Make ALC_SOFT_system_events public
Chris Robinson
2023-08-18
1
-2
/
+2
*
Make AL(C)_EXT_debug public
Chris Robinson
2023-08-11
1
-1
/
+1
*
Use a string_view for the backend open method
Chris Robinson
2023-08-06
1
-6
/
+35
*
Catch exceptions from constructing ALCcontexts
Chris Robinson
2023-07-24
1
-1
/
+15
*
Add a function to set a callback for log messages
Chris Robinson
2023-07-02
1
-0
/
+5
*
Don't pass the file handle to al_print
Chris Robinson
2023-07-01
1
-7
/
+0
*
Don't initialize in alcGetProcAddress or alcGetEnumValue
Chris Robinson
2023-06-02
1
-2
/
+0
*
Rename threads.cpp/h to alsem.cpp/h
Chris Robinson
2023-06-01
1
-1
/
+0
*
Define FORCE_ALIGN in config.h
Chris Robinson
2023-06-01
1
-3
/
+9
*
Move the function and enum list to a separate file
Chris Robinson
2023-05-30
1
-864
/
+1
*
Add a callback to report system device changes
Chris Robinson
2023-05-30
1
-24
/
+30
*
Use a string_view for handling debug messages
Chris Robinson
2023-05-23
1
-2
/
+2
*
Make the API functions noexcept
Chris Robinson
2023-05-22
1
-93
/
+31
*
Add extension strings for the in-progress direct API
Chris Robinson
2023-05-14
1
-0
/
+2
*
Implement direct functions for EFX
Chris Robinson
2023-05-14
1
-0
/
+34
*
Implement direct functions for the debug API
Chris Robinson
2023-05-14
1
-0
/
+7
*
Implement direct functions for the listener and events
Chris Robinson
2023-05-14
1
-0
/
+15
*
Add more direct functions to the function table
Chris Robinson
2023-05-14
1
-0
/
+66
*
Implement direct functions for extension queries and EAX
Chris Robinson
2023-05-14
1
-0
/
+10
[next]