Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
1 年之前 |
Zack Middleton
|
fb43dc3097
Set error for NULL SDL_IOStream in SDL_LoadWAV_IO()
|
1 年之前 |
Sam Lantinga
|
95c3ee77c1
Removed testing code
|
1 年之前 |
Sam Lantinga
|
d658ef6627
Don't guess about the size of an int, assert it!
|
1 年之前 |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
1 年之前 |
Sam Lantinga
|
00c409cff8
Additional cleanup exposed by building with a C++ compiler
|
1 年之前 |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 年之前 |
Sam Lantinga
|
8f546bb3c9
Use C99 bool internally in SDL
|
1 年之前 |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
1 年之前 |
Sam Lantinga
|
037541a0e0
Check standard error code return values as < 0 instead of == -1
|
1 年之前 |
Sam Lantinga
|
e1ee0e748d
Added SDL_HINT_WAVE_CHUNK_LIMIT
|
1 年之前 |
Sam Lantinga
|
29f0fd33dc
SDL_getenv() should return const
|
1 年之前 |
Sam Lantinga
|
e559b271b5
Clear the wave format so the channel map is cleared before returning from SDL_LoadWAV_IO()
|
1 年之前 |
Anonymous Maarten
|
32907a9606
Rename SDL_Swap(16|32|64)(LE|BE) to SDL_Swap(LE|BE)(16|32|64)
|
1 年之前 |
Ryan C. Gordon
|
6776b6108a
iostream: "free*" params should be "closeio".
|
2 年之前 |
Ryan C. Gordon
|
fc7afa9cbf
rwops: Renamed SDL_RWops to SDL_IOStream, and other related symbols.
|
2 年之前 |
Ryan C. Gordon
|
7d4d8ccde0
rwops: Rename everything from SDL_RWxxx to SDL_XxxRW.
|
2 年之前 |
Ryan C. Gordon
|
655ceb3b31
rwops: Renamed SDL_CreateRW and SDL_DestroyRW to SDL_OpenRW and SDL_CloseRW.
|
2 年之前 |
Ryan C. Gordon
|
525919b315
rwops: Reworked RWops for SDL3.
|
2 年之前 |
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 年之前 |