Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert float samples to integer using a power-of-2 multiple | Chris Robinson | 2017-03-31 | 1 | -6/+8 |
* | Remove the (u)byte3 sample formats | Chris Robinson | 2017-03-31 | 1 | -111/+1 |
* | Convert integer samples to float using a power-of-2 divisor | Chris Robinson | 2017-03-31 | 1 | -7/+7 |
* | Reorganize sample type conversion functions | Chris Robinson | 2016-08-31 | 1 | -286/+129 |
* | Add some asserts to verify block alignment for conversion | Chris Robinson | 2014-05-20 | 1 | -0/+8 |
* | Use C11's static_assert when available | Chris Robinson | 2014-04-07 | 1 | -2/+2 |
* | Use C99 VLA instead of alloca when available | Chris Robinson | 2014-03-25 | 1 | -8/+4 |
* | Use the correct array size | Chris Robinson | 2014-03-08 | 1 | -2/+2 |
* | Improve int-to-float and uint-to-float conversions | Chris Robinson | 2014-03-08 | 1 | -2/+2 |
* | Only sign-expand the nibble when needed | Chris Robinson | 2014-03-06 | 1 | -4/+3 |
* | Move the sample conversion routines to a separate file | Chris Robinson | 2014-03-05 | 1 | -0/+1266 |