summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/DPL2Decoder.cpp
AgeCommit message (Expand)Author
2019-02-13Removed FFDShow DPL2 decoderLAGonauta
2017-04-23DPL2Decoder: Prefer static_cast to C-style castsMerryMage
2017-04-23DPL2Decoder: Simplify DotProductMerryMage
2017-04-23DPL2Decoder: Prefer std::vector to calloc-ed arrayMerryMage
2017-04-23DPL2Decoder: Make constant variables const in DesignFIRMerryMage
2017-04-23DPL2Decoder: Simplify cut-off frequency logic in DesignFIRMerryMage
2017-04-23DPL2Decoder: Reduce scope of variable in DesignFIRMerryMage
2017-04-23DPL2Decoder: Remove unnecessary pointer arguments of DesignFIRMerryMage
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-09-12MathUtil: Convert Clamp into a constexpr functionLioncash
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-02-25Formatting/Whitespace CleanupStevoisiak
2015-02-16Cleanup DotProduct function to make it more readable.Scott Mansell
2015-02-16Remove unneeded spaces from code.Scott Mansell
2015-01-08 Audio: Fix warning in DPL2 subwoofer changeAdam Moss
2015-01-07 Audio: Fuller subwoofer processing for software 5.1 decodeAdam Moss
2015-01-07Audio: Fix subwoofer output in software 5.1 decodingAdam Moss
2014-08-30AudioCommon: Declare iterator variable in loop body in DPL2DecoderLioncash
2014-07-14Correct the function casing for DPL2DecoderLioncash
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
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-05Change the modified parameter in the Clamp function to be a pointer.Lioncash
2014-02-04Introduce a generic clamp function to clean up some similarly duplicated code.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre