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
/
bformatdec.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass the normalized crossover frequency to the reset method
Chris Robinson
2019-01-05
1
-3
/
+1
*
Remove unnecessary structs and buffers
Chris Robinson
2019-01-05
1
-14
/
+15
*
Simplify MixParams and AmbiUpsampler
Chris Robinson
2019-01-05
1
-109
/
+29
*
Use BFormatDec for custom and built-in ambisonic decoding
Chris Robinson
2019-01-05
1
-7
/
+61
*
Enable simplified upsampling for AmbiUpsampler
Chris Robinson
2019-01-05
1
-31
/
+62
*
Simplify the BFormatDec upsampler
Chris Robinson
2019-01-04
1
-72
/
+33
*
Avoid an intermediate mixing buffer
Chris Robinson
2018-12-24
1
-13
/
+6
*
Repack some AmbiUpsampler fields for better access patterns
Chris Robinson
2018-12-23
1
-12
/
+13
*
Properly rebalance the HF scale with ambisonic upsampling
Chris Robinson
2018-12-23
1
-5
/
+32
*
Add index maps from 2D and 3D
Chris Robinson
2018-12-20
1
-8
/
+6
*
Use std::array in place of some C-style arrays
Chris Robinson
2018-12-20
1
-2
/
+2
*
Rename some conversion arrays
Chris Robinson
2018-12-20
1
-3
/
+3
*
Avoid hard-coded scale factors in BFormatDec's upsampler
Chris Robinson
2018-12-17
1
-23
/
+36
*
Mix each frequency band individually for ambisonic upsampling
Chris Robinson
2018-12-16
1
-7
/
+6
*
Always use the transcode method with the AmbiUpsampler
Chris Robinson
2018-12-16
1
-48
/
+20
*
Put the ACN index map in a header
Chris Robinson
2018-12-15
1
-5
/
+0
*
Make the AmbDec speaker and matrix arrays dynamic
Chris Robinson
2018-12-15
1
-3
/
+3
*
Add macros for the ambisonic order masks
Chris Robinson
2018-12-14
1
-8
/
+12
*
Cleanup bformatdec.cpp a bit
Chris Robinson
2018-12-13
1
-81
/
+30
*
Use helpers to get the Ambisonic scales and layout maps
Chris Robinson
2018-12-10
1
-4
/
+8
*
A bit more cleanup
Chris Robinson
2018-12-10
1
-83
/
+34
*
Avoid several uses of memset
Chris Robinson
2018-12-08
1
-3
/
+3
*
A bit more cleanup
Chris Robinson
2018-12-08
1
-21
/
+15
*
Use member functions for BFormatDec and AmbiUpsampler
Chris Robinson
2018-12-08
1
-84
/
+75
*
Clean up some more loops
Chris Robinson
2018-12-08
1
-48
/
+50
*
Use class methods for BandSplitter and SplitterAllpass filters
Chris Robinson
2018-12-05
1
-11
/
+8
*
Use unique_ptr for BFormatDec and AmbiUpsampler
Chris Robinson
2018-11-22
1
-66
/
+4
*
Move the alignment-aware allocator and vector to headers
Chris Robinson
2018-11-18
1
-32
/
+1
*
Use new/delete for ALCcontext objects
Chris Robinson
2018-11-18
1
-4
/
+2
*
Remove unused headers and checks
Chris Robinson
2018-11-17
1
-1
/
+0
*
Allocate the appropriate amount in the aligned allocator
Chris Robinson
2018-11-04
1
-1
/
+1
*
Properly mark arrays constexpr and/or static
Chris Robinson
2018-11-04
1
-4
/
+4
*
Convert ambdec.c to C++
Chris Robinson
2018-11-03
1
-2
/
+2
*
Be more C++-friendly with the B-Format decoder
Chris Robinson
2018-11-03
1
-52
/
+88
*
Convert the BFormat decoder to C++
Chris Robinson
2018-11-03
1
-0
/
+492