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
/
Alc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a matrix when rendering to the dry buffer
Chris Robinson
2010-12-09
2
-64
/
+115
*
Make better use of the type range when converting from float
Chris Robinson
2010-12-09
1
-22
/
+14
*
Use simple loops instead of several explicit lines for the mono mixer
Chris Robinson
2010-12-09
1
-24
/
+6
*
Be a bit more generic with the multi-channel mixer loops
Chris Robinson
2010-12-09
1
-77
/
+73
*
Remove some now-unused functions
Chris Robinson
2010-12-08
1
-106
/
+0
*
Set the playing flag to TRUE when the dsound buffer starts playing
Chris Robinson
2010-12-04
1
-0
/
+1
*
Separate device format into 'channel config' and 'sample type' components
Chris Robinson
2010-12-04
12
-386
/
+448
*
Fix wave and null device calculations when the timer wraps
Chris Robinson
2010-12-03
2
-2
/
+2
*
Add functions to write (signed) byte and ushort samples to devices
Chris Robinson
2010-12-02
1
-1
/
+34
*
Remove incomplete EXT_buffer_sub_data, as it's (temporarily) superceded by SO...
Chris Robinson
2010-12-02
1
-6
/
+4
*
Use memcpy to copy a string instead of sprintf
Chris Robinson
2010-12-02
1
-1
/
+1
*
Make a function static
Chris Robinson
2010-12-02
1
-1
/
+3
*
Template-ize the device buffer writing functions
Chris Robinson
2010-12-01
1
-83
/
+144
*
Rename OUTPUTCHANNELS to something more descriptive
Chris Robinson
2010-12-01
7
-52
/
+52
*
Reorder some parameters for consistency
Chris Robinson
2010-11-29
2
-5
/
+5
*
Store double formats as float
Chris Robinson
2010-11-28
1
-46
/
+0
*
Uninline some functions
Chris Robinson
2010-11-28
3
-0
/
+140
*
Avoid making Resampler[Pre]Padding static
Chris Robinson
2010-11-28
1
-3
/
+0
*
Prefer GCC's constructor, even in Windows
Chris Robinson
2010-11-28
1
-4
/
+4
*
Rename some stuff for consistency
Chris Robinson
2010-11-28
2
-5
/
+5
*
Don't store the internal format in the buffer
Chris Robinson
2010-11-28
2
-5
/
+5
*
Support rear formats directly in the mixer
Chris Robinson
2010-11-27
1
-0
/
+23
*
Add a basic WaveOut device
Chris Robinson
2010-11-27
1
-19
/
+343
*
Support 64-bit double buffers directly
Chris Robinson
2010-11-27
1
-0
/
+42
*
Use the enums in a couple more places
Chris Robinson
2010-11-27
1
-4
/
+4
*
Use enums when selecting the mixer
Chris Robinson
2010-11-26
1
-29
/
+34
*
Avoid some more code duplication
Chris Robinson
2010-11-26
1
-36
/
+44
*
Fix step calculations
Chris Robinson
2010-11-26
1
-4
/
+0
*
Fix some comments
Chris Robinson
2010-11-26
1
-4
/
+5
*
Properly clamp high pitch values
Chris Robinson
2010-11-26
2
-41
/
+35
*
Subtract the fractional position separately
Chris Robinson
2010-11-26
1
-1
/
+2
*
Rename some variables to be clearer
Chris Robinson
2010-11-26
1
-61
/
+62
*
Make the buffer padding size dependent on the resampler
Chris Robinson
2010-11-26
1
-15
/
+20
*
Convert a few divisions to multiplications
Chris Robinson
2010-11-26
1
-6
/
+7
*
Make a FRACTIONONE macro, and use it
Chris Robinson
2010-11-26
2
-12
/
+12
*
Share the interpolation functions and use them in the reverb effect
Chris Robinson
2010-11-26
2
-37
/
+23
*
Slightly improve channel gain calculations
Chris Robinson
2010-11-26
2
-9
/
+8
*
Add a missing break statement
Chris Robinson
2010-11-25
1
-0
/
+1
*
Call MixSource directly, instead of through a function pointer
Chris Robinson
2010-11-25
1
-1
/
+1
*
Add a cubic resampler
Chris Robinson
2010-11-25
1
-6
/
+57
*
Force the point resampler when the source plays at normal speed
Chris Robinson
2010-11-25
1
-1
/
+1
*
Pass a pointer to the samplers so they can read just the samples they need
Chris Robinson
2010-11-25
1
-64
/
+51
*
Add "pre-padding" to the temp buffer
Chris Robinson
2010-11-25
1
-10
/
+88
*
Be less wave-in-specific in the winmm backend
Chris Robinson
2010-11-25
1
-77
/
+81
*
Make the first enumerated DirectSound device use the default, and fix the name
Chris Robinson
2010-11-25
1
-2
/
+15
*
Make sure the target buffer size is frame aligned
Chris Robinson
2010-11-25
1
-0
/
+1
*
Minor rework of the template macros
Chris Robinson
2010-11-25
1
-47
/
+54
*
Remove the cosine resampler
Chris Robinson
2010-11-25
1
-44
/
+0
*
Double-up the interpolation functions (and make them use doubles)
Chris Robinson
2010-11-25
1
-65
/
+46
*
Rename some "template" functions
Chris Robinson
2010-11-25
1
-21
/
+21
[next]