Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |