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
/
backends
/
sdl2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert the SDL2 backend to C++
Chris Robinson
2018-11-12
1
-288
/
+0
*
Pass the device name list to the backend probe method
Chris Robinson
2018-09-07
1
-4
/
+5
*
Prefix SDL2 device names on Windows
Chris Robinson
2018-03-09
1
-6
/
+31
*
Request the device's sample type for SDL2
Chris Robinson
2018-03-09
1
-1
/
+13
*
Store the frame size for the SDL2 backend
Chris Robinson
2018-03-08
1
-6
/
+6
*
Print the unsupported values from SDL2
Chris Robinson
2018-03-08
1
-5
/
+2
*
Init and quit the SDL2 audio subsystem with the factory
Chris Robinson
2018-03-08
1
-26
/
+10
*
Also save the update size with SDL2
Chris Robinson
2018-03-08
1
-8
/
+12
*
Use the audio device lock for the SDL2 backend
Chris Robinson
2018-03-08
1
-4
/
+13
*
Properly close the SDL2 audio device
Chris Robinson
2018-03-08
1
-4
/
+15
*
Avoid calling SDL_GetNumAudioDevices multiple times
Chris Robinson
2018-03-08
1
-3
/
+10
*
SDL2 backend: Reset device parameters
Jan Niklas Hasse
2018-03-08
1
-7
/
+20
*
SDL2 backend: Allow changes to channels and format
Jan Niklas Hasse
2018-03-08
1
-1
/
+22
*
SDL2 backend: Allow frequency changes
Jan Niklas Hasse
2018-03-08
1
-2
/
+7
*
Handle passing NULL to SDL_OpenAudioDevice as a special device
Jan Niklas Hasse
2018-03-08
1
-2
/
+8
*
SDL2 backend: Use callback instead of a timing loop
Jan Niklas Hasse
2018-03-08
1
-83
/
+11
*
Add SDL2 backend for playback, fix #173
Jan Niklas Hasse
2018-03-07
1
-0
/
+265