Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the device channel matrix | Chris Robinson | 2011-05-06 | 1 | -71/+1 |
| | |||||
* | Fix LFE channel output | Chris Robinson | 2011-04-14 | 1 | -0/+3 |
| | |||||
* | Only set relevant device matrix entries | Chris Robinson | 2011-04-12 | 1 | -30/+35 |
| | |||||
* | Invert the device matrix row/column | Chris Robinson | 2011-03-13 | 1 | -37/+37 |
| | | | | It is accessed now as mat[target][source] | ||||
* | Re-enable channel-config-specific layout options | Chris Robinson | 2011-01-23 | 1 | -5/+8 |
| | |||||
* | Separate device format into 'channel config' and 'sample type' components | Chris Robinson | 2010-12-04 | 1 | -22/+7 |
| | |||||
* | Rename OUTPUTCHANNELS to something more descriptive | Chris Robinson | 2010-12-01 | 1 | -12/+12 |
| | |||||
* | Uninline some functions | Chris Robinson | 2010-11-28 | 1 | -0/+14 |
| | | | | Also add -Winline to the compiler command line to watch for future inline problems | ||||
* | Duplicate stereo sources by default | Chris Robinson | 2010-09-22 | 1 | -1/+0 |
| | | | | | The mixer is smart enough now to handle proper volume adjustments depending on the number of output speakers | ||||
* | Panning init cleanup | Chris Robinson | 2010-08-07 | 1 | -47/+46 |
| | |||||
* | Separate speaker/panning initialization into another source file | Chris Robinson | 2010-08-03 | 1 | -0/+361 |