| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-02-25 | Formatting/Whitespace Cleanup | Stevoisiak | |
| Various fixes to formatting and whitespace | |||
| 2015-02-16 | Cleanup DotProduct function to make it more readable. | Scott Mansell | |
| 2015-02-16 | Remove 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 change | Adam Moss | |
| 2015-01-07 | Audio: Fuller subwoofer processing for software 5.1 decode | Adam 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-07 | Audio: Fix subwoofer output in software 5.1 decoding | Adam Moss | |
| The FIR filter was only using the first sample of each input packet. | |||
| 2014-08-30 | AudioCommon: Declare iterator variable in loop body in DPL2Decoder | Lioncash | |
| 2014-07-14 | Correct the function casing for DPL2Decoder | Lioncash | |
| Brings it more in-line with the rest of the codebase. | |||
| 2014-07-11 | mark all local variables as static | degasus | |
| 2014-07-11 | mark all local functions as static | degasus | |
| 2014-03-11 | Fixes 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-09 | clang-modernize -use-nullptr | Tillmann Karras | |
| and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine | |||
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-05 | Change the modified parameter in the Clamp function to be a pointer. | Lioncash | |
| Makes it easier to identify the one being modified. | |||
| 2014-02-04 | Introduce a generic clamp function to clean up some similarly duplicated code. | Lioncash | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
