index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
OpenAL32
/
alBuffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert alBuffer.c to C++
Chris Robinson
2018-10-31
1
-1305
/
+0
*
Simplify some statements
Filip Gawin
2018-10-29
1
-1
/
+1
*
Remove the unused thunk code
Chris Robinson
2018-02-02
1
-1
/
+0
*
Remove the individual source queue and buffer locks
Chris Robinson
2018-02-02
1
-48
/
+20
*
Fix error reporting for resource generation
Chris Robinson
2018-01-27
1
-0
/
+2
*
Add some casts to pacify MSVC
Chris Robinson
2018-01-27
1
-2
/
+2
*
Use a different method for storing and looking up buffers
Chris Robinson
2018-01-27
1
-81
/
+130
*
Make some functions static that are only used in one source
Chris Robinson
2018-01-26
1
-4
/
+9
*
Allow preserving converted samples
Chris Robinson
2018-01-26
1
-5
/
+5
*
Read the buffer unpack alignment under the buffer lock
Chris Robinson
2018-01-26
1
-69
/
+76
*
Improve error reporting for buffers
Chris Robinson
2018-01-26
1
-262
/
+269
*
Construct error messages using parameterized values
Chris Robinson
2018-01-25
1
-101
/
+107
*
Provide messages for the remaining AL errors
Chris Robinson
2018-01-24
1
-91
/
+105
*
Set the buffer load error in LoadData
Chris Robinson
2018-01-24
1
-42
/
+32
*
Call the event callback when an error is generated
Chris Robinson
2018-01-24
1
-7
/
+8
*
Use a new proper buffer function with a flags parameter
Chris Robinson
2018-01-23
1
-9
/
+10
*
Ensure read or write flags are specified with persistent mappings
Chris Robinson
2018-01-23
1
-4
/
+7
*
Track the buffer's mapped section
Chris Robinson
2018-01-23
1
-3
/
+8
*
Add a flag for persistent mapping
Chris Robinson
2018-01-23
1
-6
/
+43
*
Slightly simplify alBufferSubDataSOFT
Chris Robinson
2018-01-22
1
-36
/
+13
*
Ensure proper alignment when preserving data too
Chris Robinson
2018-01-22
1
-2
/
+3
*
Don't bother allocating cleared memory for buffer storage
Chris Robinson
2018-01-22
1
-1
/
+1
*
Add a flag for alBufferData to non-destructively resize the data
Chris Robinson
2018-01-22
1
-7
/
+23
*
Don't convert/copy samples with a NULL dest buffer
Chris Robinson
2018-01-22
1
-6
/
+4
*
More cleanup for buffer loading
Chris Robinson
2018-01-21
1
-186
/
+90
*
Handle double-precision buffers in the mixer
Chris Robinson
2018-01-21
1
-24
/
+2
*
Remove support for (signed) byte and ushort sample storage
Chris Robinson
2018-01-21
1
-6
/
+2
*
Remove (u)int32 sample storage conversion
Chris Robinson
2018-01-21
1
-4
/
+0
*
Remove the old buffer_samples functions
Chris Robinson
2018-01-21
1
-161
/
+15
*
Avoid repeating some code
Chris Robinson
2018-01-21
1
-12
/
+6
*
Add methods to "map" a buffer's storage
Chris Robinson
2018-01-20
1
-12
/
+109
*
Return the effective alignment from SanitizeAlignment
Chris Robinson
2018-01-19
1
-28
/
+26
*
Store 8-bit sample types directly as unsigned byte
Chris Robinson
2018-01-19
1
-12
/
+12
*
Remove unnecessary private AL_SOFT_buffer_samples2 definitions
Chris Robinson
2018-01-19
1
-3
/
+0
*
Make a function static that's only used in one source file
Chris Robinson
2018-01-17
1
-1
/
+2
*
Reformat the format array
Chris Robinson
2018-01-17
1
-36
/
+36
*
Store mulaw and alaw samples directly in the buffer
Chris Robinson
2018-01-17
1
-24
/
+15
*
Remove a couple more uses of BYTE3
Chris Robinson
2017-03-31
1
-2
/
+0
*
Remove the (u)byte3 sample formats
Chris Robinson
2017-03-31
1
-4
/
+0
*
Use ALsizei in more places
Chris Robinson
2017-01-18
1
-10
/
+10
*
Use separate macros for atomics that don't take a memory order
Chris Robinson
2016-12-20
1
-9
/
+9
*
Remove use of DECL_CONST
Chris Robinson
2016-09-06
1
-4
/
+4
*
Initialize some enums to dummy values
Chris Robinson
2016-08-31
1
-8
/
+9
*
Use separate arrays for UIntMap keys and values
Chris Robinson
2016-07-04
1
-2
/
+2
*
Avoid using realloc in a number of places
Chris Robinson
2016-05-21
1
-12
/
+23
*
Hold the buffer map lock while handling the buffer
Chris Robinson
2016-05-10
1
-1
/
+42
*
Start AL_SOFT_buffer_samples2 as a replacement for AL_SOFT_buffer_samples
Chris Robinson
2016-04-25
1
-6
/
+9
*
Support AL_EXT_MULAW_BFORMAT
Chris Robinson
2014-10-31
1
-0
/
+2
*
Add preliminary AL_EXT_BFORMAT support
Chris Robinson
2014-10-31
1
-0
/
+28
*
Make the buffer's pack and unpack properties atomic
Chris Robinson
2014-09-03
1
-9
/
+9
[next]