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
/
OpenAL32
/
sample_cvt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert sample_cvt.c to C++
Chris Robinson
2018-11-16
1
-276
/
+0
*
Fix some 'may be used initialized' warnings
Chris Robinson
2018-01-23
1
-53
/
+54
*
More cleanup for buffer loading
Chris Robinson
2018-01-21
1
-627
/
+6
*
Remove support for (signed) byte and ushort sample storage
Chris Robinson
2018-01-21
1
-81
/
+22
*
Remove (u)int32 sample storage conversion
Chris Robinson
2018-01-21
1
-63
/
+7
*
Store mulaw and alaw samples directly in the buffer
Chris Robinson
2018-01-17
1
-2
/
+2
*
Define DECL_VLA where it's used
Chris Robinson
2018-01-16
1
-0
/
+7
*
Use ALsizei for some count/length variables
Chris Robinson
2018-01-15
1
-37
/
+37
*
Convert float samples to integer using a power-of-2 multiple
Chris Robinson
2017-03-31
1
-6
/
+8
*
Remove the (u)byte3 sample formats
Chris Robinson
2017-03-31
1
-111
/
+1
*
Convert integer samples to float using a power-of-2 divisor
Chris Robinson
2017-03-31
1
-7
/
+7
*
Reorganize sample type conversion functions
Chris Robinson
2016-08-31
1
-286
/
+129
*
Add some asserts to verify block alignment for conversion
Chris Robinson
2014-05-20
1
-0
/
+8
*
Use C11's static_assert when available
Chris Robinson
2014-04-07
1
-2
/
+2
*
Use C99 VLA instead of alloca when available
Chris Robinson
2014-03-25
1
-8
/
+4
*
Use the correct array size
Chris Robinson
2014-03-08
1
-2
/
+2
*
Improve int-to-float and uint-to-float conversions
Chris Robinson
2014-03-08
1
-2
/
+2
*
Only sign-expand the nibble when needed
Chris Robinson
2014-03-06
1
-4
/
+3
*
Move the sample conversion routines to a separate file
Chris Robinson
2014-03-05
1
-0
/
+1266