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
*
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
*
Convert EAX chorus and flanger effects
Chris Robinson
2023-03-10
4
-195
/
+207
*
Use a macro for when __has_cpp_attribute is unsupported
Chris Robinson
2023-03-10
1
-4
/
+10
*
Rework EAX effect handling
Chris Robinson
2023-03-10
7
-1406
/
+1078
*
Update the effect EAX version only after setting a property
Chris Robinson
2023-03-09
1
-5
/
+4
*
Have the null effect inherit from EaxEffect4
Chris Robinson
2023-03-09
1
-14
/
+35
*
Add a type indicator to EaxEffectProps
Chris Robinson
2023-03-09
12
-55
/
+84
*
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
*
Make the resampler enum a byte
Chris Robinson
2023-03-07
1
-1
/
+1
*
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
3
-0
/
+21
*
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
*
Fix compiling examples with an older libsndfile
Chris Robinson
2023-03-05
3
-9
/
+18
*
Make sure the fmt chunk is large enough
Chris Robinson
2023-03-05
3
-4
/
+4
*
Remove a couple unused variables
Chris Robinson
2023-03-04
1
-2
/
+2
*
Use macros for the likely/unlikely attributes
Chris Robinson
2023-03-01
33
-546
/
+558
*
Remove another gratuitous [[likely]]
Chris Robinson
2023-02-28
1
-1
/
+1
*
Remove a [[likely]] that confuses some versions of GCC
Chris Robinson
2023-02-28
1
-1
/
+1
*
Add aLaw formats to AL_SOFT_UHJ_ex
Chris Robinson
2023-02-27
2
-4
/
+10
*
Add AL_SOFT_UHJ_ex to the extension list
Chris Robinson
2023-02-26
4
-10
/
+17
*
Add formats for UHJ with muLaw, and ADPCM for 2-channel UHJ
Chris Robinson
2023-02-26
2
-5
/
+20
*
Set the C/C++ standard version properties manually
Chris Robinson
2023-02-25
2
-13
/
+34
*
Clamp the MS ADPCM block predictor to the correct size
Chris Robinson
2023-02-24
1
-4
/
+4
*
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
3
-8
/
+7
*
Support float and ADPCM formats in alstream
Chris Robinson
2023-02-17
1
-19
/
+210
*
Cleanup the examples' loading functions slightly
Chris Robinson
2023-02-17
2
-59
/
+59
*
Handle Int16 and ADPCM formats in alstreamcb
Chris Robinson
2023-02-16
1
-25
/
+181
*
Set the proper block align for callback buffers
Chris Robinson
2023-02-16
1
-1
/
+1
*
Support loading as float or ADPCM in alplay
Chris Robinson
2023-02-16
1
-12
/
+164
*
Decode IMA4 blocks with fewer loops
Chris Robinson
2023-02-16
1
-35
/
+30
*
Combine and simplify some loops
Chris Robinson
2023-02-15
1
-24
/
+14
*
Skip ADPCM samples in a separate loop before writing
Chris Robinson
2023-02-15
1
-59
/
+83
*
Rename some variables for clarity
Chris Robinson
2023-02-15
1
-19
/
+19
*
Remove unused decoder functions
Chris Robinson
2023-02-14
1
-202
/
+2
*
Add comments describing the MSADPCM decode
Chris Robinson
2023-02-14
1
-0
/
+13
*
Fix write offset for loading FmtIMA4 samples
Chris Robinson
2023-02-14
1
-2
/
+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
5
-1
/
+113
*
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
12
-65
/
+215
[next]