Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 жил өмнө |
Sam Lantinga
|
f3b0149756
Fixed warning C26451: Arithmetic overflow: Using operator '*' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '*' to avoid overflow (io.2).
|
2 жил өмнө |
Ryan C. Gordon
|
447b508a77
error: SDL's allocators now call SDL_OutOfMemory on error.
|
2 жил өмнө |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
2 жил өмнө |
Ryan C. Gordon
|
797b70877d
audio: Remove stub header SDL_audio_c.h.
|
2 жил өмнө |
Sam Lantinga
|
233789b0d1
Audio types have the same naming convention as other SDL endian types, e.g. [S|U][BITS][LE|BE]
|
2 жил өмнө |
Sam Lantinga
|
b903ccf945
SDL_rwops read/write functions return size_t again
|
2 жил өмнө |
meyraud705
|
3a752ce650
Reapply "Changed 'freesrc' parameter from int to SDL_bool" to SDL_wave.c
|
2 жил өмнө |
Ryan C. Gordon
|
79cc29ba35
wave: Don't check if format->channels > INT_MAX, it's a Uint16.
|
2 жил өмнө |
Ryan C. Gordon
|
7ee2459927
audio: Check for unlikely failure case in WAV loaded.
|
2 жил өмнө |
Ryan C. Gordon
|
3d65a2cefe
audio: Made SDL_LoadWAV a real function, not just a macro.
|
2 жил өмнө |
Ryan C. Gordon
|
26525f5fd3
audio: Readd SDL_AudioSpec, but just with format/channels/freq fields.
|
2 жил өмнө |
Ryan C. Gordon
|
905c4fff5b
audio: First shot at the SDL3 audio subsystem redesign!
|
3 жил өмнө |
Sam Lantinga
|
bea99d48f2
Changed 'freesrc' parameter from int to SDL_bool
|
2 жил өмнө |
Sam Lantinga
|
ddbdd73258
Updated source to match SDL function prototype style
|
2 жил өмнө |
Ryan C. Gordon
|
2e646c7141
audio: Load .WAV files with format->blockalign==0.
|
2 жил өмнө |
Brick
|
079ae065f1
Added SDL prefix AUDIO_* constants
|
3 жил өмнө |
Sam Lantinga
|
c6443d86c9
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
3 жил өмнө |
Sylvain
|
9b065bf54b
Fix various warnings: static /void / comma
|
3 жил өмнө |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 жил өмнө |
Sam Lantinga
|
36d4395c97
SDL API renaming: internal functions
|
3 жил өмнө |
Sylvain
|
3fb0c8b54a
Remove/Rename SDL_FreeWAV() to SDL_free()
|
3 жил өмнө |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 жил өмнө |
meyraud705
|
126c60cb45
Add "SDL_" prefix to RW_SEEK macros
|
3 жил өмнө |
Ryan C. Gordon
|
c637031294
rwops: Fixed another Windows build failure.
|
3 жил өмнө |
Ryan C. Gordon
|
72c1f73bc5
rwops: Make read and write work like POSIX, not stdio.
|
3 жил өмнө |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
3 жил өмнө |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 жил өмнө |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
3 жил өмнө |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
3 жил өмнө |