index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
AudioCommon
/
DPL2Decoder.cpp
Age
Commit message (
Expand
)
Author
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2015-02-16
Cleanup DotProduct function to make it more readable.
Scott Mansell
2015-02-16
Remove unneeded spaces from code.
Scott Mansell
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
2015-01-07
Audio: Fix subwoofer output in software 5.1 decoding
Adam Moss
2014-08-30
AudioCommon: Declare iterator variable in loop body in DPL2Decoder
Lioncash
2014-07-14
Correct the function casing for DPL2Decoder
Lioncash
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
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
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
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