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
/
al
Commit message (
Expand
)
Author
Age
Files
Lines
*
Store the per-version EAX effect state in the base class
Chris Robinson
2023-03-09
14
-471
/
+491
*
Support aLaw samples for UHJ
Chris Robinson
2023-03-07
1
-1
/
+4
*
Don't use "hardware" for automatic buffer storage
Chris Robinson
2023-03-07
2
-14
/
+37
*
Avoid duplicate parameter validation
Chris Robinson
2023-03-07
1
-7
/
+6
*
Add queries for the buffer byte/sample/sec length
Chris Robinson
2023-03-07
1
-0
/
+13
*
Don't assume the max property size unchecked for user pointers
Chris Robinson
2023-03-06
1
-56
/
+193
*
Don't get the front element of an empty queue
Chris Robinson
2023-03-05
1
-1
/
+4
*
Report the current buffer ID of a streaming source
Chris Robinson
2023-03-05
1
-2
/
+13
*
Use macros for the likely/unlikely attributes
Chris Robinson
2023-03-01
10
-417
/
+417
*
Remove another gratuitous [[likely]]
Chris Robinson
2023-02-28
1
-1
/
+1
*
Add formats for UHJ with muLaw, and ADPCM for 2-channel UHJ
Chris Robinson
2023-02-26
1
-4
/
+9
*
Don't start with fading for negative offsets
Chris Robinson
2023-02-18
1
-2
/
+4
*
Track the callback buffer base separately
Chris Robinson
2023-02-18
1
-0
/
+1
*
Set the proper block align for callback buffers
Chris Robinson
2023-02-16
1
-1
/
+1
*
Remove unused decoder functions
Chris Robinson
2023-02-14
1
-202
/
+2
*
Don't convert MS ADPCM on load
Chris Robinson
2023-02-14
2
-37
/
+7
*
Support MSADPCM samples in the mixer
Chris Robinson
2023-02-14
1
-1
/
+3
*
Don't convert IMA4 samples on load
Chris Robinson
2023-02-14
2
-100
/
+98
*
Support IMA4 ADPCM as a mixing voice format
Chris Robinson
2023-02-14
3
-20
/
+22
*
Separate decoding and mixing from resampling
Chris Robinson
2023-02-12
1
-3
/
+9
*
Don't set an EAX version by default for sources
Chris Robinson
2023-02-05
2
-34
/
+10
*
Don't force an update if there is no aux slot being replaced
Chris Robinson
2023-01-20
1
-4
/
+7
*
clang-tidy cleanups (#800)
Rosen Penev
2023-01-15
1
-1
/
+1
*
Avoid unnecessary uses of make_optional
Chris Robinson
2023-01-13
7
-57
/
+57
*
Avoid some explicit casts and references
Chris Robinson
2023-01-01
2
-4
/
+4
*
Avoid a manual loop to find a buffer queue entry
Chris Robinson
2022-12-24
1
-6
/
+3
*
Constify some parameters
Chris Robinson
2022-12-24
1
-16
/
+16
*
Avoid using a macro to set a context error and return
Chris Robinson
2022-12-24
6
-84
/
+89
*
Avoid some macros for checking property sizes and values
Chris Robinson
2022-12-24
1
-169
/
+228
*
Use a bitset for the enabled event flags
Chris Robinson
2022-12-16
1
-14
/
+9
*
Avoid inlining certain exception functions
Chris Robinson
2022-12-16
5
-27
/
+24
*
Implement an al::unreachable wrapper/helper
Chris Robinson
2022-12-13
1
-2
/
+2
*
Rename a potentially confusing member function
Chris Robinson
2022-12-08
1
-1
/
+1
*
Avoid using a macro to wrap standard attributes
Chris Robinson
2022-12-06
10
-415
/
+415
*
Avoid LIKELY/UNLIKELY macros
Chris Robinson
2022-12-05
2
-142
/
+142
*
Avoid some uses of the LIKELY/UNLIKELY macros
Chris Robinson
2022-12-05
4
-195
/
+198
*
Use standard likely/unlikely attributes when available
Chris Robinson
2022-12-05
6
-83
/
+83
*
Add functions to start sources at a particular device time
Chris Robinson
2022-11-03
1
-161
/
+234
*
Add the ability to start a voice at a particular time
Chris Robinson
2022-11-03
1
-0
/
+2
*
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
1
-36
/
+66
*
Fixed bug and possible overflow type (#771)
Herman Semenov
2022-09-23
1
-1
/
+1
*
Clear the buffer from X-RAM before updating its size
Chris Robinson
2022-08-05
1
-0
/
+3
*
AllocEffectSlot can't fail
Chris Robinson
2022-07-29
1
-17
/
+3
*
Use an intrusive_ptr to hold on to the EffectState
Chris Robinson
2022-07-29
1
-5
/
+3
*
Mark the EffectSlot in use after getting one
Chris Robinson
2022-07-26
1
-0
/
+1
*
Remove a redundant check
Chris Robinson
2022-07-17
1
-3
/
+0
*
Fix parameter signedness
Chris Robinson
2022-07-17
2
-2
/
+2
*
Fix possible C2084 compiler error (#735)
Edoardo Lolletti
2022-07-17
1
-0
/
+3
*
[EAX_SOURCE] Fix source's occlusion and exclusion contribution
Boris I. Bendovsky
2022-07-17
3
-19
/
+62
[next]