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
/
core
/
converter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Constify some pointers to indicate they won't change
Chris Robinson
2023-09-25
1
-1
/
+1
*
Add a SampleConverter method to convert planar buffer lines
Chris Robinson
2023-09-21
1
-0
/
+92
*
Use std::byte instead of a custom al::byte
Chris Robinson
2023-05-04
1
-5
/
+5
*
Use macros for the likely/unlikely attributes
Chris Robinson
2023-03-01
1
-1
/
+1
*
The decoders don't need space for resampling
Chris Robinson
2023-02-12
1
-2
/
+0
*
Always write samples to the destination when resampling
Chris Robinson
2023-02-11
1
-5
/
+5
*
Avoid using a macro to wrap standard attributes
Chris Robinson
2022-12-06
1
-1
/
+1
*
Avoid some uses of the LIKELY/UNLIKELY macros
Chris Robinson
2022-12-05
1
-1
/
+1
*
Change a function to a static method
Chris Robinson
2022-11-13
1
-1
/
+1
*
Avoid duplicate checks and calculations
Chris Robinson
2022-11-13
1
-12
/
+8
*
Fix SampleConverter source read count
Chris Robinson
2022-11-12
1
-46
/
+22
*
Add a method for the input sample delay for the SampleConverter
Chris Robinson
2022-11-12
1
-1
/
+6
*
Move some more sources to core
Chris Robinson
2021-04-24
1
-0
/
+371