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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an option to get the length of a source's full queue
Chris Robinson
2014-05-25
1
-0
/
+95
*
Move the active source's offset out of the direct params
Chris Robinson
2014-05-24
2
-2
/
+2
*
Mark a few more functions as const
Chris Robinson
2014-05-23
2
-8
/
+8
*
Rename CONST_FUNC and PRINTF_STYLE, and fix non-GNU AL_PRINT
Chris Robinson
2014-05-23
1
-10
/
+10
*
AL_SOFT_block_alignment is now considered done
Chris Robinson
2014-05-22
1
-6
/
+0
*
Use the first non-0-length buffer when starting a source
Chris Robinson
2014-05-22
1
-1
/
+1
*
Use an unsigned type for the win32 size_t formatter
Chris Robinson
2014-05-22
1
-1
/
+1
*
Mark some functions as const
Chris Robinson
2014-05-22
1
-5
/
+7
*
Add some asserts to verify block alignment for conversion
Chris Robinson
2014-05-20
1
-0
/
+8
*
Return a sample pointer from resamplers
Chris Robinson
2014-05-19
2
-5
/
+6
*
Put per-channel filter properties together
Chris Robinson
2014-05-19
1
-8
/
+12
*
Move an HRTF mixer parameter and shorten a couple variable names
Chris Robinson
2014-05-18
1
-3
/
+3
*
Don't pass the SendParams to the wet-path mixer
Chris Robinson
2014-05-18
1
-11
/
+13
*
Don't pass the DirectParams to the dry-path mixer
Chris Robinson
2014-05-18
1
-12
/
+13
*
Use different parameters for HRTF mixers
Chris Robinson
2014-05-18
2
-1
/
+9
*
Pass some DirectParams as function parameters
Chris Robinson
2014-05-18
1
-2
/
+3
*
Add a ALfilterState method to process multiple samples at once
Chris Robinson
2014-05-18
2
-0
/
+7
*
Reset filter properties when setting a null filter type
Chris Robinson
2014-05-17
1
-0
/
+6
*
Support the band-pass filter
Chris Robinson
2014-05-17
1
-1
/
+84
*
Apply high-pass source filters as needed
Chris Robinson
2014-05-17
3
-0
/
+20
*
Implementing handling high-pass filter properties
Chris Robinson
2014-05-17
2
-1
/
+78
*
Add a flag to specify when the low-pass filter needs to apply
Chris Robinson
2014-05-17
1
-13
/
+21
*
Document the different filter types, and combine some split lines
Chris Robinson
2014-05-17
2
-36
/
+20
*
Rename freq_scale parameter to freq_mult
Chris Robinson
2014-05-17
2
-3
/
+3
*
Initialize newformat to AL_NONE instead of a valid format
Chris Robinson
2014-05-15
1
-6
/
+2
*
Add a couple asserts to ensure a proper buffer
Chris Robinson
2014-05-14
1
-0
/
+3
*
Make RefCount a non-integer type
Chris Robinson
2014-05-14
8
-32
/
+32
*
Add HF Reference as a filter property
Chris Robinson
2014-05-14
3
-0
/
+6
*
Make LOWPASSFREQREF a float value
Chris Robinson
2014-05-11
2
-3
/
+3
*
Store the filter reference frequency in the source
Chris Robinson
2014-05-11
2
-0
/
+4
*
Avoid locking the mixer when unqueueing buffers
Chris Robinson
2014-05-11
1
-4
/
+16
*
Avoid accessing the source's buffer queue head multiple times
Chris Robinson
2014-05-11
1
-17
/
+16
*
Use a struct to store the source's direct gain/gainhf properties
Chris Robinson
2014-05-11
2
-9
/
+10
*
Avoid locking the mixer while queueing buffers onto a source.
Chris Robinson
2014-05-10
1
-24
/
+34
*
Mark the buffer queue pointers volatile
Chris Robinson
2014-05-10
1
-2
/
+2
*
Add a missing pointer init
Chris Robinson
2014-05-10
1
-3
/
+3
*
Explicit init the source queue and current_buffer pointers
Chris Robinson
2014-05-10
1
-0
/
+3
*
Use a RWLock to help protect the source's buffer queue
Chris Robinson
2014-05-10
3
-35
/
+61
*
Don't explicitly store the BuffersInQueue
Chris Robinson
2014-05-10
2
-10
/
+14
*
Store the current buffer queue item, rather than played buffer count
Chris Robinson
2014-05-10
2
-78
/
+64
*
Move the static_assert definition to its own header
Chris Robinson
2014-05-07
1
-10
/
+1
*
Move some headers to include/
Chris Robinson
2014-05-06
1
-217
/
+0
*
Better pack HRTF mixing properties
Chris Robinson
2014-05-03
2
-14
/
+14
*
Clamp the current and target gain lower bound to epsilon
Chris Robinson
2014-05-03
1
-1
/
+1
*
Convert the mmdevapi backend to the new backend API
Chris Robinson
2014-04-25
1
-3
/
+0
*
Convert the DSound backend to the new API
Chris Robinson
2014-04-19
1
-3
/
+0
*
Add a SZFMT macro for a size_t string formatter
Chris Robinson
2014-04-19
1
-0
/
+9
*
Add a GCC-specific STATIC_UPCAST macro that checks the object type
Chris Robinson
2014-04-19
2
-2
/
+9
*
Use C11 alignas when available
Chris Robinson
2014-04-19
3
-16
/
+15
*
Simplify some error checking
Chris Robinson
2014-04-18
1
-14
/
+4
[next]