Sam Lantinga
|
0b71898cb1
Make it clear that the string comparison isn't a boolean check
|
1 year ago |
Sam Lantinga
|
6c8ad975c7
Like mutexes, operations on NULL rwlocks are no-ops
|
1 year ago |
Sam Lantinga
|
c552cc6847
We don't require the audio system to be initialized for audio format conversion
|
1 year ago |
Frank Praznik
|
9a5f7b17c6
Use SDL wrapped getenv function
|
1 year ago |
Ryan C. Gordon
|
044046bc50
audio: Fixed assertions when capture devices have wrong audio formats.
|
1 year ago |
Ryan C. Gordon
|
bb2f767f5d
testaudio: Make program usable without a 3-button mouse.
|
1 year ago |
Ryan C. Gordon
|
321fc18417
README-migration.md: Added note about SDL_HasRDTSC removal.
|
1 year ago |
Ryan C. Gordon
|
82f54af617
x11: Properly check for XInput2 support before using it.
|
1 year ago |
Sam Lantinga
|
b654427537
Added support for the PowerA Nintendo Switch Nano Wired Controller
|
1 year ago |
Sam Lantinga
|
dc2a5f6ab2
Fixed error C2054: expected '(' to follow 'inline'
|
1 year ago |
Sam Lantinga
|
a7ae1de9a6
Fixed warning C4028: formal parameter different from declaration
|
1 year ago |
Sam Lantinga
|
3a47fb7208
The sensor and joystick instance ID generator isn't guarded by a lock.
|
1 year ago |
Anonymous Maarten
|
aee4862958
ci: stop FreeBSD job after 30 minutes
|
1 year ago |
Sam Lantinga
|
99fa0d6cae
Disable low latency audio by default when using AAudio on Android
|
1 year ago |
Anonymous Maarten
|
ebfbd7327b
testffmpeg: use SDL_test to parse arguments and track memory
|
1 year ago |
Anonymous Maarten
|
ee53e4d319
cmake: check ffmpeg capability instead of version
|
1 year ago |
Sam Lantinga
|
2d62c65a75
Fixed build warning
|
1 year ago |
Simon McVittie
|
bf72704bfd
audio: Disable NEON sample conversion until test failures are fixed
|
1 year ago |
Ryan C. Gordon
|
0fe95cfba3
Sync wiki -> header
|
1 year ago |
Sam Lantinga
|
adcace6f95
Added a "--software" option to testffmpeg
|
1 year ago |
Ozkan Sezer
|
86ada8a9f0
fix testffmpeg.c build.
|
1 year ago |
Sam Lantinga
|
303f4e965c
testffmpeg works with ffmpeg 5.1.3 and newer
|
1 year ago |
Sam Lantinga
|
2bd478ae65
Added SDL_GetTextureDXGIResource() to get the DXGI resource associated with a render texture.
|
1 year ago |
Sam Lantinga
|
a842446f62
Added support for 0-copy decode and display using D3D11
|
1 year ago |
Sam Lantinga
|
d830cd140b
Added support for 0-copy decode and display using Apple VideoToolbox
|
1 year ago |
Sam Lantinga
|
1bf913b29a
Added support for 0-copy decode and display using VAAPI and EGL
|
1 year ago |
Sam Lantinga
|
ce8161e0cf
Make sure we're building with ffmpeg 6.0 or newer
|
1 year ago |
Sam Lantinga
|
ed6381b68d
Allow setting any number of sprites over the video
|
1 year ago |
Anonymous Maarten
|
ebf5e08fa1
cmake: use *_STATIC_* variables when linking to a static ffmpeg
|
1 year ago |
Sam Lantinga
|
88f2fb9dcf
Added an example of video decoding with ffmpeg
|
1 year ago |