Commit History

Author SHA1 Message Date
  Brick 9f7a22fa45 Removed 64-bit handling from AudioConvertByteswap 2 years ago
  Brick 1f5327a9fb Removed future_buffer, left_padding, and right_padding from SDL_AudioStream 2 years ago
  Brick 71ad52d6db Lowered SDL_GetAudioStreamData to 32 KB 2 years ago
  Sam Lantinga 69aec8c915 Fixed the report format for the Razer Wolverine V2 Pro 2 years ago
  Sam Lantinga 7c2669c9d9 Accept key events from any source 2 years ago
  Sam Lantinga 1e9d314482 Updated to Android minSdkVersion 19 and targetSdkVersion 34 2 years ago
  Sam Lantinga 8924d0d927 Added missing function prototype for SDL_WriteS64BE() 2 years ago
  Sam Lantinga 845f3c7450 Fixed mismatch between stdlib calloc() and SDL free() 2 years ago
  Ryan C. Gordon fb79211732 emscriptenaudio: Fire the capture silence_callback at an interval. 2 years ago
  Ryan C. Gordon 5191b20541 emscriptenaudio: Don't bother undefining things about to be unreachable. 2 years ago
  Ryan C. Gordon fd75a4ca05 emscriptenaudio: Deal with blocked audio devices better. 2 years ago
  Ryan C. Gordon 981b8a337a emscriptenaudio: Remove unnecessary functions. 2 years ago
  Sam Huang c7588e4261 Transparent window for Win32 + OpenGL (#8143) 2 years ago
  Ryan C. Gordon f9581178de cmake: fixed a typo. 2 years ago
  Brick e6c878824c Fixed ResampleAudio interpolation factor calculation 2 years ago
  Brick 4983638630 Misc audio tweaks/cleanup 2 years ago
  Brick 72d9d53def Invert the inner ResampleAudio loops to avoid doing unnecessary work 2 years ago
  Brick 88123a5109 The history buffer should always have the maximum possible padding frames 2 years ago
  Brick 96e47f1657 Clamp results of GetResampler(AvailableOutput|NeededInput)Frames 2 years ago
  Brick d2b9c8b80d Fixed maths in testaudiostreamdynamicresample (and just show the actual scale) 2 years ago
  Brick 14e38b17d6 Removed assertions from inner ResampleAudio loop 2 years ago
  Brick 9d413dfdc2 The history buffer doesn't need to be so large 2 years ago
  Brick 2788e848f8 Allow resampling less than 1 frame of input 2 years ago
  Brick 383084e0ad Pre-calculate resampling rate, and use it instead of .freq in most places 2 years ago
  Brick 40a6a445ce Update resample_offset inside ResampleAudio 2 years ago
  Brick 47fea7f06b Used fixed-point arithmetic in ResampleAudio 2 years ago
  Brick 7bb4e806ea Clear resample_offset in SDL_ClearAudioStream, not SetAudioStreamFormat 2 years ago
  Brick b9541b9eab Improved ResampleAudio 2 years ago
  Brick cdaa19869d Track offset within the current sample when resampling 2 years ago
  Frank Praznik d60ebb06d1 mouse: Ensure that the dummy default cursor is removed from the cursor list 2 years ago