summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/DPL2Decoder.cpp
AgeCommit message (Collapse)Author
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-02-25Formatting/Whitespace CleanupStevoisiak
Various fixes to formatting and whitespace
2015-02-16Cleanup DotProduct function to make it more readable.Scott Mansell
2015-02-16Remove unneeded spaces from code.Scott Mansell
Line now matches the style of the rest of the function.
2015-01-08 Audio: Fix warning in DPL2 subwoofer changeAdam Moss
2015-01-07 Audio: Fuller subwoofer processing for software 5.1 decodeAdam Moss
Code was only using front-left and front-right to calculate bass, but HRTF code - which this was once based on - uses all five channels and this sounds fuller.
2015-01-07Audio: Fix subwoofer output in software 5.1 decodingAdam Moss
The FIR filter was only using the first sample of each input packet.
2014-08-30AudioCommon: Declare iterator variable in loop body in DPL2DecoderLioncash
2014-07-14Correct the function casing for DPL2DecoderLioncash
Brings it more in-line with the rest of the codebase.
2014-07-11mark all local variables as staticdegasus
2014-07-11mark all local functions as staticdegasus
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
Also moved && and || to ends of lines instead of start. Fixed misc vertical alignments and some { needed newlining.
2014-03-09clang-modernize -use-nullptrTillmann Karras
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-05Change the modified parameter in the Clamp function to be a pointer.Lioncash
Makes it easier to identify the one being modified.
2014-02-04Introduce a generic clamp function to clean up some similarly duplicated code.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre