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
/
converter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename Alc to alc
Chris Robinson
2019-07-28
1
-367
/
+0
*
Use al::byte instead of ALbyte for raw bytes
Chris Robinson
2019-06-17
1
-4
/
+4
*
Use al::make_unique for ChannelConverter
Chris Robinson
2019-06-17
1
-2
/
+1
*
Avoid an implied else if check
Chris Robinson
2019-06-16
1
-7
/
+3
*
Fix unsigned short/int sample converters
Chris Robinson
2019-06-11
1
-25
/
+28
*
Scale floats directly to 32-bit integer values
Chris Robinson
2019-03-25
1
-2
/
+2
*
Avoid using internal AL[u]int64 types
Chris Robinson
2019-02-11
1
-2
/
+2
*
Use a template declaration for the resampler functions
Chris Robinson
2019-01-23
1
-1
/
+1
*
Avoid implicit conversions from signed to unsigned
Chris Robinson
2019-01-12
1
-5
/
+5
*
Use a flexible array for HrtfHandle and SampleConverter
Chris Robinson
2019-01-11
1
-10
/
+9
*
Avoid using old style casts
Filip Gawin
2019-01-08
1
-4
/
+4
*
Clean up a member name
Chris Robinson
2018-12-29
1
-8
/
+8
*
Use member functions for the sample and channel converters
Chris Robinson
2018-12-29
1
-51
/
+41
*
Return unique_ptrs instead of raw pointers
Chris Robinson
2018-12-27
1
-25
/
+6
*
Remove extraneous typedef, struct, and enum keywords
Chris Robinson
2018-12-24
1
-6
/
+4
*
Try to pacify MSVC's missing a suitable default constructor
Chris Robinson
2018-12-01
1
-7
/
+2
*
Pass the desired resampler to CreateSampleConverter
Chris Robinson
2018-11-28
1
-4
/
+8
*
Clean up the converter a bit
Chris Robinson
2018-11-28
1
-64
/
+56
*
Use RAII when handling the mixer's FPU state
Chris Robinson
2018-11-21
1
-4
/
+2
*
Use more C++ templates instead of DECL_TEMPLATE tricks
Chris Robinson
2018-11-20
1
-202
/
+145
*
Convert converter.c to C++
Chris Robinson
2018-11-17
1
-0
/
+469