Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a temp pointer when realloc()ing | Chris Robinson | 2008-07-24 | 1 | -16/+26 |
| | | | | So the original data isn't lost on out-of-memory conditions | ||||
* | Specify padding per buffer, and make sure it's large enough for the filter step | Chris Robinson | 2008-07-24 | 1 | -22/+41 |
| | |||||
* | Clarify implicit destruction warnings | Chris Robinson | 2008-07-22 | 1 | -1/+1 |
| | |||||
* | Don't check the number of objects being deleted with the number currently ↵ | Chris Robinson | 2008-07-11 | 1 | -40/+36 |
| | | | | | | allocated Since apps can validly delete buffer 0, and delete the same source/buffer multiple times in a single call | ||||
* | More overflow protection | Chris Robinson | 2008-01-20 | 1 | -2/+9 |
| | |||||
* | Prevent float samples from overflowing when converting to 16-bit | Chris Robinson | 2008-01-20 | 1 | -1/+7 |
| | |||||
* | Add missing config.h includes | Chris Robinson | 2008-01-16 | 1 | -0/+2 |
| | |||||
* | Fix source and buffer out-of-memory conditions | Chris Robinson | 2008-01-15 | 1 | -11/+11 |
| | |||||
* | Add support for AL_LOKI_quadriphonic | Chris Robinson | 2008-01-14 | 1 | -0/+2 |
| | |||||
* | Add missing header include | Chris Robinson | 2008-01-06 | 1 | -0/+1 |
| | |||||
* | Handle AL_FORMAT_REAR* formats | Chris Robinson | 2007-12-31 | 1 | -0/+104 |
| | |||||
* | Allow loading of 4, 5.1, 6.1, and 7.1 sample data | Chris Robinson | 2007-12-31 | 1 | -0/+24 |
| | |||||
* | Fix includes so alMain.h doesn't include so much by itself | Chris Robinson | 2007-12-31 | 1 | -0/+1 |
| | |||||
* | Remove some duplication | Chris Robinson | 2007-12-28 | 1 | -12/+0 |
| | |||||
* | Implement AL_EXT_FLOAT32 | Chris Robinson | 2007-12-28 | 1 | -0/+28 |
| | |||||
* | Consolidate buffer loading/conversion a bit | Chris Robinson | 2007-12-28 | 1 | -77/+78 |
| | |||||
* | Avoid a couple explicit format checks for buffers | Chris Robinson | 2007-12-28 | 1 | -2/+2 |
| | |||||
* | Remove some unused variables | Chris Robinson | 2007-12-06 | 1 | -33/+0 |
| | |||||
* | Use an AL_PRINT macro for printing lib messages/errors to the console | Chris Robinson | 2007-11-30 | 1 | -7/+1 |
| | |||||
* | Initial import | Chris Robinson | 2007-11-13 | 1 | -0/+989 |