Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Store the decomposed source format in the buffer | Chris Robinson | 2010-11-29 | 1 | -24/+40 |
| | |||||
* | Add IMA4 as a source data type | Chris Robinson | 2010-11-29 | 1 | -0/+11 |
| | |||||
* | Add support for (unsigned) int input formats | Chris Robinson | 2010-11-29 | 1 | -0/+122 |
| | |||||
* | Reorder and rename parameters for the format decomposition functions | Chris Robinson | 2010-11-29 | 1 | -58/+58 |
| | |||||
* | Uninline a couple more functions | Chris Robinson | 2010-11-29 | 1 | -0/+52 |
| | |||||
* | Store double formats as float | Chris Robinson | 2010-11-28 | 1 | -13/+12 |
| | | | | | The mixer will cut it down to float anyway, so it's unnecessary and needlessly creates more mixer functions | ||||
* | Rename some stuff for consistency | Chris Robinson | 2010-11-28 | 1 | -26/+25 |
| | |||||
* | Don't store the internal format in the buffer | Chris Robinson | 2010-11-28 | 1 | -8/+7 |
| | | | | The type and channel config are good enough | ||||
* | Support rear formats directly in the mixer | Chris Robinson | 2010-11-27 | 1 | -176/+40 |
| | |||||
* | Support muLaw with LoadData | Chris Robinson | 2010-11-27 | 1 | -86/+83 |
| | |||||
* | Remove an unnecessary assert | Chris Robinson | 2010-11-27 | 1 | -1/+0 |
| | |||||
* | Be much more flexible with loading and converting buffer data | Chris Robinson | 2010-11-27 | 1 | -100/+286 |
| | |||||
* | Don't inline the decompose function | Chris Robinson | 2010-11-27 | 1 | -0/+94 |
| | |||||
* | Decompose input buffer formats and use it when converting uncompressed data | Chris Robinson | 2010-11-27 | 1 | -13/+127 |
| | |||||
* | Rename a function | Chris Robinson | 2010-11-27 | 1 | -5/+5 |
| | |||||
* | Support 64-bit double buffers directly | Chris Robinson | 2010-11-27 | 1 | -17/+4 |
| | |||||
* | muLaw converts to 16-bit, not float | Chris Robinson | 2010-11-27 | 1 | -1/+1 |
| | |||||
* | Use enums when selecting the mixer | Chris Robinson | 2010-11-26 | 1 | -0/+10 |
| | |||||
* | Don't allocate padding with the buffer itself | Chris Robinson | 2010-11-26 | 1 | -35/+35 |
| | |||||
* | Fix a bunch of comments | Chris Robinson | 2010-11-25 | 1 | -34/+34 |
| | |||||
* | Don't "convert" LOKI quad to MCFORMATS quad | Chris Robinson | 2010-11-25 | 1 | -11/+2 |
| | |||||
* | Support 8-bit sample data in the mixer | Chris Robinson | 2010-11-24 | 1 | -76/+39 |
| | |||||
* | Store and mix signed 16-bit samples | Chris Robinson | 2010-09-22 | 1 | -77/+108 |
| | |||||
* | Allow accessing the buffer data as multiple data types in the mixer | Chris Robinson | 2010-09-22 | 1 | -365/+351 |
| | | | | Also reduces a bunch of indentation | ||||
* | Reduce some more indentation | Chris Robinson | 2010-09-21 | 1 | -34/+34 |
| | |||||
* | Reduce some indentation | Chris Robinson | 2010-09-21 | 1 | -28/+21 |
| | |||||
* | Implement AL_SOFT_buffer_sub_data using the current AL_EXT_buffer_sub_data spec | Chris Robinson | 2010-09-21 | 1 | -2/+7 |
| | | | | | | This extension can be useful for some applications, but a full EXT version may not be ready for some time. Using the SOFT moniker will help differentiate it in case changes need to be done for the EXT version. | ||||
* | Improve range checking for BufferSubData | Chris Robinson | 2010-09-19 | 1 | -2/+2 |
| | |||||
* | Add missing else | Chris Robinson | 2010-09-07 | 1 | -0/+1 |
| | |||||
* | Watch for a few more negative sizes | Chris Robinson | 2010-09-07 | 1 | -6/+8 |
| | |||||
* | Add a function to get the frame size from a format | Chris Robinson | 2010-05-24 | 1 | -2/+1 |
| | |||||
* | Better watch for invalid values in alBufferSubDataEXT | Chris Robinson | 2010-05-24 | 1 | -3/+3 |
| | |||||
* | Make error checking consistent in alBuffer.c | Chris Robinson | 2010-05-24 | 1 | -170/+108 |
| | |||||
* | Fix alBufferiv error handling | Chris Robinson | 2010-05-24 | 1 | -7/+5 |
| | |||||
* | Increment pointer when read | Chris Robinson | 2010-05-24 | 1 | -6/+4 |
| | |||||
* | Pass the number of blocks to ConvertDataIMA4 | Chris Robinson | 2010-05-24 | 1 | -9/+9 |
| | |||||
* | Be careful of integer overflows when allocating buffer storage | Chris Robinson | 2010-05-24 | 1 | -15/+43 |
| | |||||
* | Cleanup some variables and names | Chris Robinson | 2010-05-24 | 1 | -12/+11 |
| | |||||
* | Reorder some error checks and watch for negative buffer sizes | Chris Robinson | 2010-05-24 | 1 | -12/+8 |
| | |||||
* | Be big endian safe with the IMA4 decoder | Chris Robinson | 2010-05-22 | 1 | -5/+14 |
| | |||||
* | Loop points should be specified in sample offsets | Chris Robinson | 2010-05-21 | 1 | -22/+25 |
| | |||||
* | Consistency fix | Chris Robinson | 2010-05-19 | 1 | -5/+4 |
| | |||||
* | Improve compatbility with latest AL_EXT_buffer_sub_data spec | Chris Robinson | 2010-05-18 | 1 | -81/+76 |
| | |||||
* | Add initial structural support for AL_EXT_loop_points | Chris Robinson | 2010-05-13 | 1 | -2/+41 |
| | |||||
* | Store the buffer's original data size and block alignment | Chris Robinson | 2010-05-12 | 1 | -18/+38 |
| | |||||
* | Use a map to store sources and buffers | Chris Robinson | 2010-05-01 | 1 | -58/+45 |
| | | | | And do a lookup using a binary search instead of linear | ||||
* | Mark extension functions with AL_API/ALC_API | Chris Robinson | 2010-03-23 | 1 | -1/+1 |
| | |||||
* | Cleanup and fixup Release* functions | Chris Robinson | 2010-03-20 | 1 | -11/+8 |
| | |||||
* | Avoid calling alDelete* from alGen* | Chris Robinson | 2010-03-20 | 1 | -1/+11 |
| | |||||
* | Don't use deprecated macros | Chris Robinson | 2010-03-19 | 1 | -17/+17 |
| |