index
:
jogamp/openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
alc
/
backends
/
wasapi.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a wait predicate instead of a while loop
Chris Robinson
2020-08-12
1
-2
/
+1
*
Change a couple functions into member functions
Chris Robinson
2020-08-07
1
-6
/
+6
*
Set channel labels from WFX channel masks
Chris Robinson
2020-06-15
1
-13
/
+11
*
Move a couple related functions to the backend base
Chris Robinson
2020-06-12
1
-1
/
+1
*
Don't return a bool from the backend start method
Chris Robinson
2020-04-28
1
-8
/
+10
*
Use standard attribute declarations
Chris Robinson
2020-04-13
1
-1
/
+2
*
Clean up some more unnecessary uses of AL types
Chris Robinson
2020-04-08
1
-1
/
+1
*
Get rid of a redundant enum
Chris Robinson
2020-03-30
1
-3
/
+3
*
Return the enumerated device names from the backend
Chris Robinson
2020-03-30
1
-3
/
+6
*
Remove the mutex from the backend base
Chris Robinson
2020-03-29
1
-2
/
+4
*
Clear the WASAPI device list when enumerating
Chris Robinson
2020-03-24
1
-15
/
+12
*
Don't send close messages for unopened WASAPI devices
Chris Robinson
2020-03-24
1
-2
/
+10
*
Avoid some pre-C++14 workarounds
Chris Robinson
2020-03-22
1
-10
/
+9
*
Remove unnecessary locks now that the mixer doesn't require one
Chris Robinson
2020-02-26
1
-5
/
+6
*
Make CreateRingBuffer a static RingBuffer method
Chris Robinson
2020-01-10
1
-1
/
+1
*
Make a duration type to handle WASAPI reference times
Chris Robinson
2019-12-22
1
-34
/
+36
*
Print the unhandled subformat
Chris Robinson
2019-12-22
1
-54
/
+54
*
Try harder to find a matching WASAPI configuration
Chris Robinson
2019-12-22
1
-92
/
+110
*
Handle padding between device sample frames
Chris Robinson
2019-12-21
1
-18
/
+25
*
Never return null from CreateRingBuffer
Chris Robinson
2019-10-08
1
-5
/
+0
*
Clean up some exception messages and avoid duplicate log messages
Chris Robinson
2019-10-08
1
-2
/
+0
*
Avoid raw lock/unlock calls
Chris Robinson
2019-10-07
1
-4
/
+3
*
Use exceptions for backend open failures
Chris Robinson
2019-10-07
1
-13
/
+12
*
Use FastBSinc24 for WASAPI and CoreAudio capture
Chris Robinson
2019-09-28
1
-1
/
+1
*
Make the resampler type an enum class
Chris Robinson
2019-09-22
1
-1
/
+1
*
Fix some Windows warnings
Chris Robinson
2019-09-18
1
-9
/
+9
*
Return and pass more appropriate types for backends
Chris Robinson
2019-09-15
1
-11
/
+11
*
Fix a few more GCC warnings
Chris Robinson
2019-09-14
1
-0
/
+2
*
Clean up (most) implicit conversions in the backends
Chris Robinson
2019-09-14
1
-6
/
+6
*
Return unsigned values from the FromDevFmt functions
Chris Robinson
2019-09-13
1
-3
/
+2
*
Fix function declaration
Chris Robinson
2019-09-11
1
-2
/
+3
*
Avoid C-style casts in C++
Chris Robinson
2019-09-11
1
-3
/
+6
*
Avoid dynamically allocating ChannelConverter
Chris Robinson
2019-09-10
1
-16
/
+6
*
Use unsigned for the sample and channel converters
Chris Robinson
2019-08-20
1
-5
/
+5
*
Move the wstr converters to a separate header
Chris Robinson
2019-08-11
1
-0
/
+1
*
Rename Alc to alc
Chris Robinson
2019-07-28
1
-0
/
+1763