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
...
*
Fix int-to-double conversion
Chris Robinson
2010-11-30
1
-1
/
+1
*
Make muLaw decoding work similar to encoding
Chris Robinson
2010-11-30
1
-8
/
+11
*
Implement a muLaw encoder
Chris Robinson
2010-11-30
1
-2
/
+70
*
Rename the IMA4 block decoder function
Chris Robinson
2010-11-30
1
-2
/
+2
*
Handle all channel configurations for double
Chris Robinson
2010-11-30
1
-6
/
+14
*
Allow LoadData to handle IMA4 data
Chris Robinson
2010-11-30
1
-82
/
+62
*
Clean up muLaw format loading a bit
Chris Robinson
2010-11-29
1
-13
/
+12
*
Allow converting IMA4 to types other than short
Chris Robinson
2010-11-29
1
-69
/
+115
*
Check for a couple missing input formats and remove an unneeded default case
Chris Robinson
2010-11-29
1
-4
/
+2
*
Let DecomposeInputType verify the format passed to alBufferSubDataSOFT
Chris Robinson
2010-11-29
1
-64
/
+26
*
Pass the input channel config and sample type to LoadData
Chris Robinson
2010-11-29
1
-71
/
+40
*
Make the decompose functions return false when given an unhandled format
Chris Robinson
2010-11-29
1
-64
/
+58
*
Combine two switch blocks
Chris Robinson
2010-11-29
1
-27
/
+18
*
Reorder some parameters for consistency
Chris Robinson
2010-11-29
1
-1
/
+1
*
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
*
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
*
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
*
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
*
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
[prev]
[next]