aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/bformatdec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid an intermediate mixing bufferChris Robinson2018-12-241-13/+6
* Repack some AmbiUpsampler fields for better access patternsChris Robinson2018-12-231-12/+13
* Properly rebalance the HF scale with ambisonic upsamplingChris Robinson2018-12-231-5/+32
* Add index maps from 2D and 3DChris Robinson2018-12-201-8/+6
* Use std::array in place of some C-style arraysChris Robinson2018-12-201-2/+2
* Rename some conversion arraysChris Robinson2018-12-201-3/+3
* Avoid hard-coded scale factors in BFormatDec's upsamplerChris Robinson2018-12-171-23/+36
* Mix each frequency band individually for ambisonic upsamplingChris Robinson2018-12-161-7/+6
* Always use the transcode method with the AmbiUpsamplerChris Robinson2018-12-161-48/+20
* Put the ACN index map in a headerChris Robinson2018-12-151-5/+0
* Make the AmbDec speaker and matrix arrays dynamicChris Robinson2018-12-151-3/+3
* Add macros for the ambisonic order masksChris Robinson2018-12-141-8/+12
* Cleanup bformatdec.cpp a bitChris Robinson2018-12-131-81/+30
* Use helpers to get the Ambisonic scales and layout mapsChris Robinson2018-12-101-4/+8
* A bit more cleanupChris Robinson2018-12-101-83/+34
* Avoid several uses of memsetChris Robinson2018-12-081-3/+3
* A bit more cleanupChris Robinson2018-12-081-21/+15
* Use member functions for BFormatDec and AmbiUpsamplerChris Robinson2018-12-081-84/+75
* Clean up some more loopsChris Robinson2018-12-081-48/+50
* Use class methods for BandSplitter and SplitterAllpass filtersChris Robinson2018-12-051-11/+8
* Use unique_ptr for BFormatDec and AmbiUpsamplerChris Robinson2018-11-221-66/+4
* Move the alignment-aware allocator and vector to headersChris Robinson2018-11-181-32/+1
* Use new/delete for ALCcontext objectsChris Robinson2018-11-181-4/+2
* Remove unused headers and checksChris Robinson2018-11-171-1/+0
* Allocate the appropriate amount in the aligned allocatorChris Robinson2018-11-041-1/+1
* Properly mark arrays constexpr and/or staticChris Robinson2018-11-041-4/+4
* Convert ambdec.c to C++Chris Robinson2018-11-031-2/+2
* Be more C++-friendly with the B-Format decoderChris Robinson2018-11-031-52/+88
* Convert the BFormat decoder to C++Chris Robinson2018-11-031-0/+492