Skip to content

Releases: vtisweden/openal-soft

[2026-01-19] utils-r10362@c41d64c

21 Jan 08:20

Choose a tag to compare

Pre-release

Commits

  • be7b4e5: Fix reverb panning for non-upsampled output (Chris Robinson)
  • 027fa1b: Force static VC runtimes for the debug CI builds (Chris Robinson)
  • 44cbacd: Make sure static debug runtimes are used in CI (Chris Robinson)
  • 5643c17: Set MSVC_RUNTIME_LIBRARY as needed for less-ancient CMake (Chris Robinson)
  • 05b665d: Ignore some return values we can't do anything about (Chris Robinson)
  • c5bc100: Handle some more return values (Chris Robinson)
  • e210ae3: Set some alsoft-config properties in the main cmake script (Chris Robinson)
  • 4fdc479: Avoid shadowing some local variables (Chris Robinson)
  • 4473533: Fix some implicit conversions (Chris Robinson)
  • 198e30c: Explicitly ignore an unused return value (Chris Robinson)
  • 007107f: Fix another implicit conversion (Chris Robinson)
  • e2143a5: Clean up a couple variable names (Chris Robinson)
  • bb2c413: Properly calculate the remaining length of the current loop (Chris Robinson)
  • 23d20b1: Rename Default STL hardening to Performance (Chris Robinson)
  • 75c0059: Release 1.25.0 (Chris Robinson)
  • d5f84aa: Fix missing cstdint header (kcat#1214) (Rudi Heitbaum) #1214
  • 2f73da1: Adding support for visionOS (kcat#1216) (Colin Cornaby) #1216
  • 476b980: Cleanup some types (Chris Robinson)
  • 1cdd3ca: Fix some includes (Chris Robinson)
  • 278d1dc: Fix conversion from string_view to string (Chris Robinson)
  • a54dff7: Replace a for_each with a fill (Chris Robinson)
  • b93a15c: Fix another string_view to string conversion (Chris Robinson)
  • 5f0bf63: Really fix compiling with OSS v4 (Chris Robinson)
  • 78a2ddb: Use FileHandle more in the OSS backend (Chris Robinson)
  • fb9cbe2: Simplify a loop to match two strings' common end (Chris Robinson)
  • c48c1be: Fix a crash with debug iterators accessing the end of a subrange (Chris Robinson)
  • 85c195b: Return the correct size for the rinbuffer read/write spans (Chris Robinson)
  • 8c3422d: Early out when the filter doesn't contribute to an output sample (Chris Robinson)
  • 213e1f6: Separate the encoder base and IIR allpass into different headers (Chris Robinson)
  • 4da7eb6: Rename UhjEncoderBase to be more general (Chris Robinson)
  • 94259df: Add a tetraphonic surround matrix encoder (Chris Robinson)
  • e085cce: Fix load MS/IMA ADPCM data crash (kcat#1221) (halx99) #1221
  • e2f4b6d: Fix unused variable warnings (Chris Robinson)
  • 1b53a12: Simplify some bit packing (Chris Robinson)
  • 07f2a11: Fix some math comments (Chris Robinson)
  • 2bab001: Fix a comment (Chris Robinson)
  • 3330139: Fix bundle ID not set (kcat#1223) (halx99) #1223
  • dbf1ba7: Move the convolution allpass to its own header (Chris Robinson)
  • 45d9a6c: Add FIR filter options for the TSME's allpass filter (Chris Robinson)
  • d8fecf8: Update the stereo encoding tooltip (Chris Robinson)
  • 7b968e1: Update some math comments to be clearer (Chris Robinson)
  • c556c59: Remove "UHJ scaling" (Chris Robinson)
  • 23be095: Remove uint from makemhr (Chris Robinson)
  • 44dce3b: Remove uint from utils (Chris Robinson)
  • 8b334ee: Remove uint from al/ (Chris Robinson)
  • ea8b563: Remove uint from alc/ (Chris Robinson)
  • 2ceb43e: Remove uint from core/ (Chris Robinson)
  • 45af59e: Remove uint from common/ (Chris Robinson)
  • fd6bf69: Remove some stray uints (Chris Robinson)
  • 7ee28ec: clang-tidy-check directories (kcat#1226) (Engin Manap) #1226
  • 32f75fc: Changed the group of param in command alcGetIntegerv from ContextFloat to ContextInteger (kcat#1230) (ちーず(・8・)けーき) #1230
  • 620eb10: Use the correct type names for the dev format type traits (Chris Robinson)
  • 0cbce6a: Add a strong number type and use it for i8 (Chris Robinson)
  • 9bc8323: Disallow some unsafe strong number comparisons (Chris Robinson)
  • 18cc6a6: Remove the get() accessor from strong numbers (Chris Robinson)
  • d962591: Let the compiler worry more about invalid operand types (Chris Robinson)
  • c41d64c: Release 1.25.1 (Chris Robinson)

OpenAL Soft v1.22.2-c41d64c6

21 Jan 08:20

Choose a tag to compare

Pre-release

Commits

  • be7b4e5: Fix reverb panning for non-upsampled output (Chris Robinson)
  • 027fa1b: Force static VC runtimes for the debug CI builds (Chris Robinson)
  • 44cbacd: Make sure static debug runtimes are used in CI (Chris Robinson)
  • 5643c17: Set MSVC_RUNTIME_LIBRARY as needed for less-ancient CMake (Chris Robinson)
  • 05b665d: Ignore some return values we can't do anything about (Chris Robinson)
  • c5bc100: Handle some more return values (Chris Robinson)
  • e210ae3: Set some alsoft-config properties in the main cmake script (Chris Robinson)
  • 4fdc479: Avoid shadowing some local variables (Chris Robinson)
  • 4473533: Fix some implicit conversions (Chris Robinson)
  • 198e30c: Explicitly ignore an unused return value (Chris Robinson)
  • 007107f: Fix another implicit conversion (Chris Robinson)
  • e2143a5: Clean up a couple variable names (Chris Robinson)
  • bb2c413: Properly calculate the remaining length of the current loop (Chris Robinson)
  • 23d20b1: Rename Default STL hardening to Performance (Chris Robinson)
  • 75c0059: Release 1.25.0 (Chris Robinson)
  • d5f84aa: Fix missing cstdint header (kcat#1214) (Rudi Heitbaum) #1214
  • 2f73da1: Adding support for visionOS (kcat#1216) (Colin Cornaby) #1216
  • 476b980: Cleanup some types (Chris Robinson)
  • 1cdd3ca: Fix some includes (Chris Robinson)
  • 278d1dc: Fix conversion from string_view to string (Chris Robinson)
  • a54dff7: Replace a for_each with a fill (Chris Robinson)
  • b93a15c: Fix another string_view to string conversion (Chris Robinson)
  • 5f0bf63: Really fix compiling with OSS v4 (Chris Robinson)
  • 78a2ddb: Use FileHandle more in the OSS backend (Chris Robinson)
  • fb9cbe2: Simplify a loop to match two strings' common end (Chris Robinson)
  • c48c1be: Fix a crash with debug iterators accessing the end of a subrange (Chris Robinson)
  • 85c195b: Return the correct size for the rinbuffer read/write spans (Chris Robinson)
  • 8c3422d: Early out when the filter doesn't contribute to an output sample (Chris Robinson)
  • 213e1f6: Separate the encoder base and IIR allpass into different headers (Chris Robinson)
  • 4da7eb6: Rename UhjEncoderBase to be more general (Chris Robinson)
  • 94259df: Add a tetraphonic surround matrix encoder (Chris Robinson)
  • e085cce: Fix load MS/IMA ADPCM data crash (kcat#1221) (halx99) #1221
  • e2f4b6d: Fix unused variable warnings (Chris Robinson)
  • 1b53a12: Simplify some bit packing (Chris Robinson)
  • 07f2a11: Fix some math comments (Chris Robinson)
  • 2bab001: Fix a comment (Chris Robinson)
  • 3330139: Fix bundle ID not set (kcat#1223) (halx99) #1223
  • dbf1ba7: Move the convolution allpass to its own header (Chris Robinson)
  • 45d9a6c: Add FIR filter options for the TSME's allpass filter (Chris Robinson)
  • d8fecf8: Update the stereo encoding tooltip (Chris Robinson)
  • 7b968e1: Update some math comments to be clearer (Chris Robinson)
  • c556c59: Remove "UHJ scaling" (Chris Robinson)
  • 23be095: Remove uint from makemhr (Chris Robinson)
  • 44dce3b: Remove uint from utils (Chris Robinson)
  • 8b334ee: Remove uint from al/ (Chris Robinson)
  • ea8b563: Remove uint from alc/ (Chris Robinson)
  • 2ceb43e: Remove uint from core/ (Chris Robinson)
  • 45af59e: Remove uint from common/ (Chris Robinson)
  • fd6bf69: Remove some stray uints (Chris Robinson)
  • 7ee28ec: clang-tidy-check directories (kcat#1226) (Engin Manap) #1226
  • 32f75fc: Changed the group of param in command alcGetIntegerv from ContextFloat to ContextInteger (kcat#1230) (ちーず(・8・)けーき) #1230
  • 620eb10: Use the correct type names for the dev format type traits (Chris Robinson)
  • 0cbce6a: Add a strong number type and use it for i8 (Chris Robinson)
  • 9bc8323: Disallow some unsafe strong number comparisons (Chris Robinson)
  • 18cc6a6: Remove the get() accessor from strong numbers (Chris Robinson)
  • d962591: Let the compiler worry more about invalid operand types (Chris Robinson)
  • c41d64c: Release 1.25.1 (Chris Robinson)