커밋 기록

작성자 SHA1 메시지 날짜
  Sam Lantinga 68322ac851 Ensure that all functions that follow the SDL_GetStringRule return temporary memory 1 년 전
  Sam Lantinga 8ca6caeda5 SDL_GetAudioPlaybackDevices() and SDL_GetAudioRecordingDevices() follow the SDL_GetStringRule 1 년 전
  Sam Lantinga bb96320cc4 Make sure we always copy the data returned using SDL_GetStringRule 1 년 전
  Ryan C. Gordon 4755055bc3 audio: Separate channel maps out of SDL_AudioSpec. 1 년 전
  Ryan C. Gordon 2a8f1e11ca audio: Add gain support to audio streams and logical audio devices. 1 년 전
  Ryan C. Gordon 16e7fdc4f2 audio: Add channel remapping to SDL_AudioSpec and SDL_AudioStream. 1 년 전
  Ryan C. Gordon b83ab7eb12 audio: Remove const from an SDL_bool parameter in SDL_AddAudioDevice. 1 년 전
  Ryan C. Gordon 38f0214e8a audio: Refer to audio devices to "playback" and "recording". 1 년 전
  Ryan C. Gordon e23257307e Introduce formal policy for APIs that return strings. 1 년 전
  Sam Lantinga b0e93e4e63 Prevent crashes if freed objects are passed to SDL API functions 1 년 전
  Sam Lantinga 534768c7c5 Added SDL_PauseAudioStreamDevice() and SDL_ResumeAudioStreamDevice() 1 년 전
  Ryan C. Gordon 033793faed audio: SDL_OpenAudioDeviceStream() now allows a NULL spec. 1 년 전
  Ryan C. Gordon 0ec716819e thread: Reworked SDL_CreateThread to be consistent across platforms. 1 년 전
  Brick b6b9d5508e Renamed SDL_MixAudioFormat to SDL_MixAudio, and use float volume 2 년 전
  Sam Lantinga 02ff85f2f3 Renamed SDL_SIMDGetAlignment() to SDL_GetSIMDAlignment() 1 년 전
  Ozkan Sezer e909c0360f remove most of SDL_OutOfMemory() calls where SDL is the allocator. 2 년 전
  Ryan C. Gordon 12b371679f audio: Code defensively to placate static analyzers, don't disabling warnings. 2 년 전
  Frank Praznik 60f26182c3 audio: Prefer Pipewire over Pulseaudio if the pipewire-pulse service is running 2 년 전
  Ryan C. Gordon 2fd9447670 coreaudio: Make sure device handles are unique. 2 년 전
  Ryan C. Gordon d00ccc1546 audio: Fix audio stream incorrectly not unlocking during unbind. 2 년 전
  Ryan C. Gordon 4d000ae3bd audio: Change references to `streams[i]` to previously-calculated `stream`. 2 년 전
  Mathieu Eyraud 751917cb6f Fix null pointer dereference in SDL_BindAudioStreams() 2 년 전
  Ryan C. Gordon 8ddddd36cd audio: Deal with race conditions against default device changes. 2 년 전
  Ryan C. Gordon 5e1d9d19a4 audio: Don't use SDL_BindAudioStream inside SDL_OpenAudioDeviceStream(). 2 년 전
  Sam Lantinga a2665f54c8 Updated the atomic API for SDL 3.0 naming conventions 2 년 전
  Sam Lantinga 9408299bad Set the number of audio devices to 0 if audio hasn't been initialized 2 년 전
  Sam Lantinga 5b3ee51c6c Updated copyright for 2024 2 년 전
  Ryan C. Gordon f3d8a2def5 audio: Fixed resource leak in unlikely failure case during device add. 2 년 전
  Sam Lantinga 226f8fde09 Fixed warning C28182: Dereferencing NULL pointer. 'streams[j]' contains the same NULL value as 'stream' did. 2 년 전
  Ryan C. Gordon 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. 2 년 전