| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a different method for storing and looking up buffers | Chris Robinson | 2018-01-27 | 1 | -3/+0 |
* | Don't rely on alMain.h in alBuffer.h | Chris Robinson | 2018-01-26 | 1 | -9/+7 |
* | Make some functions static that are only used in one source | Chris Robinson | 2018-01-26 | 1 | -9/+3 |
* | Track the buffer's mapped section | Chris Robinson | 2018-01-23 | 1 | -0/+2 |
* | More cleanup for buffer loading | Chris Robinson | 2018-01-21 | 1 | -8/+6 |
* | Handle double-precision buffers in the mixer | Chris Robinson | 2018-01-21 | 1 | -5/+6 |
* | Remove support for (signed) byte and ushort sample storage | Chris Robinson | 2018-01-21 | 1 | -2/+0 |
* | Remove (u)int32 sample storage conversion | Chris Robinson | 2018-01-21 | 1 | -2/+0 |
* | Remove the old buffer_samples functions | Chris Robinson | 2018-01-21 | 1 | -17/+17 |
* | Add methods to "map" a buffer's storage | Chris Robinson | 2018-01-20 | 1 | -0/+3 |
* | Store 8-bit sample types directly as unsigned byte | Chris Robinson | 2018-01-19 | 1 | -1/+1 |
* | Remove unnecessary private AL_SOFT_buffer_samples2 definitions | Chris Robinson | 2018-01-19 | 1 | -4/+4 |
* | Make a function static that's only used in one source file | Chris Robinson | 2018-01-17 | 1 | -2/+0 |
* | Store mulaw and alaw samples directly in the buffer | Chris Robinson | 2018-01-17 | 1 | -0/+2 |
* | Remove the (u)byte3 sample formats | Chris Robinson | 2017-03-31 | 1 | -2/+0 |
* | Use ALsizei in more places | Chris Robinson | 2017-01-18 | 1 | -8/+8 |
* | Remove use of DECL_CONST | Chris Robinson | 2016-09-06 | 1 | -4/+4 |
* | Avoid using realloc in a number of places | Chris Robinson | 2016-05-21 | 1 | -0/+1 |
* | Hold the buffer map lock while handling the buffer | Chris Robinson | 2016-05-10 | 1 | -2/+11 |
* | Start AL_SOFT_buffer_samples2 as a replacement for AL_SOFT_buffer_samples | Chris Robinson | 2016-04-25 | 1 | -11/+11 |
* | Add preliminary AL_EXT_BFORMAT support | Chris Robinson | 2014-10-31 | 1 | -0/+4 |
* | Make the buffer's pack and unpack properties atomic | Chris Robinson | 2014-09-03 | 1 | -2/+2 |
* | Standardize some New/Delete methods | Chris Robinson | 2014-06-30 | 1 | -1/+1 |
* | Load soundfont samples into an ALbuffer | Chris Robinson | 2014-06-29 | 1 | -0/+5 |
* | Mark a few more functions as const | Chris Robinson | 2014-05-23 | 1 | -4/+4 |
* | Add an extension to support MSADPCM buffer formats | Chris Robinson | 2014-03-04 | 1 | -0/+1 |
* | Add an extension to alter the block alignment for buffer unpack/pack ops | Chris Robinson | 2014-03-04 | 1 | -0/+3 |
* | Store the original frame size alignment in the buffer | Chris Robinson | 2014-03-03 | 1 | -0/+1 |
* | Move some inline methods to their appropriate headers | Chris Robinson | 2013-11-04 | 1 | -0/+5 |
* | Use C99 inline semantics | Chris Robinson | 2013-11-04 | 1 | -3/+2 |
* | Fix effect slot struct declarations so KDevelop doesn't barf on them | Chris Robinson | 2013-10-07 | 1 | -2/+1 |
* | Use a separate value for the maximum buffer channels | Chris Robinson | 2013-07-23 | 1 | -0/+1 |
* | Use C99's inline instead of __inline | Chris Robinson | 2013-05-28 | 1 | -3/+3 |
* | Fix up some more header includes | Chris Robinson | 2012-09-14 | 1 | -1/+1 |
* | Fix comment and rename the buffer's self-id | Chris Robinson | 2012-04-19 | 1 | -3/+4 |
* | Remove the unnecessary AL_MULAW_SOFT, AL_ALAW_SOFT, and AL_IMA4_SOFT defines | Chris Robinson | 2012-01-10 | 1 | -3/+3 |
* | Append _SOFT to the AL_SOFT_buffer_samples enums | Chris Robinson | 2012-01-10 | 1 | -20/+20 |
* | Use sample frames when handling the buffer length | Chris Robinson | 2011-10-04 | 1 | -3/+4 |
* | Remove the OriginalAlign buffer field, and calculate it as needed | Chris Robinson | 2011-10-01 | 1 | -2/+1 |
* | Add buffer properties to get the internal format, and the length in bytes, sa... | Chris Robinson | 2011-10-01 | 1 | -0/+1 |
* | Add support for AL_EXT_ALAW | Chris Robinson | 2011-10-01 | 1 | -0/+1 |
* | Use arrays instead of large switches to decompose formats | Chris Robinson | 2011-09-18 | 1 | -3/+0 |
* | Use a RWLock to protect access to a buffer instead of the device lock | Chris Robinson | 2011-09-11 | 1 | -0/+2 |
* | Use the reference counting functions for the buffer and auxiliary slot refs | Chris Robinson | 2011-08-29 | 1 | -1/+1 |
* | Fix a comment | Chris Robinson | 2011-05-05 | 1 | -1/+1 |
* | Use signed samples for 8-bit storage | Chris Robinson | 2011-05-05 | 1 | -1/+1 |
* | Add support for packed 24-bit samples | Chris Robinson | 2011-04-26 | 1 | -1/+3 |
* | Use the defines for the UserFmt* and Fmt* types | Chris Robinson | 2011-03-16 | 1 | -23/+23 |
* | Rename SrcFmt -> UserFmt | Chris Robinson | 2010-12-03 | 1 | -38/+38 |
* | Let the storable format enum values share the input format enum values where ... | Chris Robinson | 2010-11-29 | 1 | -10/+10 |