История коммитов

Автор SHA1 Сообщение Дата
  Amir 5db08b86ca Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 1 год назад
  Ryan C. Gordon 16e7fdc4f2 audio: Add channel remapping to SDL_AudioSpec and SDL_AudioStream. 1 год назад
  Sam Lantinga e8dbbf8380 Renamed SDLK_a-z to SDLK_A-Z 1 год назад
  Sam Lantinga d9dc4b320a The keycode in key events is the base, unmodified, keycode for the current keyboard layout 1 год назад
  Sam Lantinga 90034b16dc The keycode in key events is affected by modifiers by default. 1 год назад
  Sam Lantinga 0dd579d40d Removed SDL_Keysym 1 год назад
  Sam Lantinga 4609af618a Updated logging functions for SDL3 naming convention 1 год назад
  Brick edaab8ad9f Refactored audio conversion to reduce copying 1 год назад
  Brick f18cf7cffb Avoid changing dst_spec in testaudiostreamdynamicresample skip_audio 2 лет назад
  Anonymous Maarten 31d133db40 Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2 лет назад
  Sam Lantinga 5b3ee51c6c Updated copyright for 2024 2 лет назад
  Sylvain d8600f717e Pointer as bool (libsdl-org#7214) 2 лет назад
  Sam Lantinga f3261fedcc Code cleanup now that SDL_bool is equivalent to a C boolean expression 2 лет назад
  Anonymous Maarten 2a01f9dcb5 tests: plug leaks when running with --trackmem 2 лет назад
  Brick a62e62f97a Refactored SDL_audiocvt.c 2 лет назад
  Ryan C. Gordon 8b26e95f91 audio: Change SDL_AudioStreamCallback 2 лет назад
  Sam Lantinga cd633b9a88 Renamed SDL_IsAudioDevicePaused() to SDL_AudioDevicePaused() 2 лет назад
  Brick f2ca9a615b Added SDL_AUDIO_FRAMESIZE 2 лет назад
  Brick 53122593f8 Added SDL_AUDIO_BYTESIZE 2 лет назад
  Sam Lantinga 233789b0d1 Audio types have the same naming convention as other SDL endian types, e.g. [S|U][BITS][LE|BE] 2 лет назад
  Brick 0e552761b7 Renamed AudioStreamSpeed to AudioStreamFrequencyRatio 2 лет назад
  Brick 5394a805f4 Improved testaudiostreamdynamicresample 2 лет назад
  Brick d2b9c8b80d Fixed maths in testaudiostreamdynamicresample (and just show the actual scale) 2 лет назад
  Anonymous Maarten ea8757a748 Make testaudiostreamdynamicresample compatible with emscripten 2 лет назад
  Ryan C. Gordon 0eda582160 testaudiostreamdynamicresample: Load sample.wav correctly. 2 лет назад
  Ryan C. Gordon 66bcee2ca9 testaudiostreamdynamicresample.c: Fixed MSVC compiler warning. 2 лет назад
  Ryan C. Gordon 5d4e9e5f80 test: Updated testaudiostreamdynamicresample to SDL3 audio API. 2 лет назад
  Anonymous Maarten b4291412a4 tests: build tests with C90 standard 2 лет назад
  Ryan C. Gordon e5a6c24c82 audio: Redesigned audio conversion code for SDL3. 3 лет назад