| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-25 | Set copyright year to when a file was created | Tillmann Karras | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-05-24 | SoundStream: Internally construct the mixer | Lioncash | |
| Instead of creating the mixer externally and then passing it in, it can just be made within the class. | |||
| 2015-01-19 | Audio: Drop the LFE/subwoofer channel from the decoded surround | Adam D. Moss | |
| DPL2Decode still doesn't decode 5.1 properly, leaving bass in all channels, but its 5.0 is pretty good, so leave it at that. | |||
| 2015-01-08 | PulseAudio: Support 5.1 surround, optional in UI | Adam Moss | |
| 2014-09-10 | Merge pull request #1027 from rohit-n/change-include | Ryan Houdek | |
| Include CommonTypes.h instead of Common.h. | |||
| 2014-09-08 | Include CommonTypes.h instead of Common.h. | Rohit Nirmal | |
| 2014-09-08 | AudioCommon: Remove unnecessary usages of mem_fn | Lioncash | |
| 2014-08-30 | AudioCommon: Clean up brace placements | Lioncash | |
| 2014-04-01 | Replace use of the deprecated mem_fun function with mem_fn. | lioncash | |
| 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-07 | Atomic Stores / Loads | degasus | |
| 2014-02-07 | Pulseaudio: rewrite the pa backend with the async api | degasus | |
| The default async api allow us to set some latency options. The old one (simple API) was the lazy way to go for usual audio where latency doesn't matter. This also streams audio, so it should be a bit faster then the old one. | |||
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
