File: ChangeLog

package info (click to toggle)
openal-soft 1%3A1.19.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,580 kB
  • sloc: ansic: 49,037; cpp: 2,781; makefile: 51; sh: 36
file content (372 lines) | stat: -rw-r--r-- 11,957 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
openal-soft-1.19.1:

    Implemented capture support for the SoundIO backend.

    Fixed source buffer queues potentially not playing properly when a queue
    entry completes.

    Fixed possible unexpected failures when generating auxiliary effect slots.

    Fixed a crash with certain reverb or device settings.

    Fixed OpenSL capture.

    Improved output limiter response, better ensuring the sample amplitude is
    clamped for output.

openal-soft-1.19.0:

    Implemented the ALC_SOFT_device_clock extension.

    Implemented the Pitch Shifter, Frequency Shifter, and Autowah effects.

    Fixed compiling on FreeBSD systems that use freebsd-lib 9.1.

    Fixed compiling on NetBSD.

    Fixed the reverb effect's density scale and panning parameters.

    Fixed use of the WASAPI backend with certain games, which caused odd COM
    initialization errors.

    Increased the number of virtual channels for decoding Ambisonics to HRTF
    output.

    Changed 32-bit x86 builds to use SSE2 math by default for performance.
    Build-time options are available to use just SSE1 or x87 instead.

    Replaced the 4-point Sinc resampler with a more efficient cubic resampler.

    Renamed the MMDevAPI backend to WASAPI.

    Added support for 24-bit, dual-ear HRTF data sets. The built-in data set
    has been updated to 24-bit.

    Added a 24- to 48-point band-limited Sinc resampler.

    Added an SDL2 playback backend. Disabled by default to avoid a dependency
    on SDL2.

    Improved the performance and quality of the Chorus and Flanger effects.

    Improved the efficiency of the band-limited Sinc resampler.

    Improved the Sinc resampler's transition band to avoid over-attenuating
    higher frequencies.

    Improved the performance of some filter operations.

    Improved the efficiency of object ID lookups.

    Improved the efficienty of internal voice/source synchronization.

    Improved AL call error logging with contextualized messages.

    Removed the reverb effect's modulation stage. Due to the lack of reference
    for its intended behavior and strength.

openal-soft-1.18.2:

    Fixed resetting the FPU rounding mode after certain function calls on
    Windows.

    Fixed use of SSE intrinsics when building with Clang on Windows.

    Fixed a crash with the JACK backend when using JACK1.

    Fixed use of pthread_setnane_np on NetBSD.

    Fixed building on FreeBSD with an older freebsd-lib.

    OSS now links with libossaudio if found at build time (for NetBSD).

openal-soft-1.18.1:

    Fixed an issue where resuming a source might not restart playing it.

    Fixed PulseAudio playback when the configured stream length is much less
    than the requested length.

    Fixed MMDevAPI capture with sample rates not matching the backing device.

    Fixed int32 output for the Wave Writer.

    Fixed enumeration of OSS devices that are missing device files.

    Added correct retrieval of the executable's path on FreeBSD.

    Added a config option to specify the dithering depth.

    Added a 5.1 decoder preset that excludes front-center output.

openal-soft-1.18.0:

    Implemented the AL_EXT_STEREO_ANGLES and AL_EXT_SOURCE_RADIUS extensions.

    Implemented the AL_SOFT_gain_clamp_ex, AL_SOFT_source_resampler,
    AL_SOFT_source_spatialize, and ALC_SOFT_output_limiter extensions.

    Implemented 3D processing for some effects. Currently implemented for
    Reverb, Compressor, Equalizer, and Ring Modulator.

    Implemented 2-channel UHJ output encoding. This needs to be enabled with a
    config option to be used.

    Implemented dual-band processing for high-quality ambisonic decoding.

    Implemented distance-compensation for surround sound output.

    Implemented near-field emulation and compensation with ambisonic rendering.
    Currently only applies when using the high-quality ambisonic decoder or
    ambisonic output, with appropriate config options.

    Implemented an output limiter to reduce the amount of distortion from
    clipping.

    Implemented dithering for 8-bit and 16-bit output.

    Implemented a config option to select a preferred HRTF.

    Implemented a run-time check for NEON extensions using /proc/cpuinfo.

    Implemented experimental capture support for the OpenSL backend.

    Fixed building on compilers with NEON support but don't default to having
    NEON enabled.

    Fixed support for JACK on Windows.

    Fixed starting a source while alcSuspendContext is in effect.

    Fixed detection of headsets as headphones, with MMDevAPI.

    Added support for AmbDec config files, for custom ambisonic decoder
    configurations. Version 3 files only.

    Added backend-specific options to alsoft-config.

    Added first-, second-, and third-order ambisonic output formats. Currently
    only works with backends that don't rely on channel labels, like JACK,
    ALSA, and OSS.

    Added a build option to embed the default HRTFs into the lib.

    Added AmbDec presets to enable high-quality ambisonic decoding.

    Added an AmbDec preset for 3D7.1 speaker setups.

    Added documentation regarding Ambisonics, 3D7.1, AmbDec config files, and
    the provided ambdec presets.

    Added the ability for MMDevAPI to open devices given a Device ID or GUID
    string.

    Added an option to the example apps to open a specific device.

    Increased the maximum auxiliary send limit to 16 (up from 4). Requires
    requesting them with the ALC_MAX_AUXILIARY_SENDS context creation
    attribute.

    Increased the default auxiliary effect slot count to 64 (up from 4).

    Reduced the default period count to 3 (down from 4).

    Slightly improved automatic naming for enumerated HRTFs.

    Improved B-Format decoding with HRTF output.

    Improved internal property handling for better batching behavior.

    Improved performance of certain filter uses.

    Removed support for the AL_SOFT_buffer_samples and AL_SOFT_buffer_sub_data
    extensions. Due to conflicts with AL_EXT_SOURCE_RADIUS.

openal-soft-1.17.2:

    Implemented device enumeration for OSSv4.

    Fixed building on OSX.

    Fixed building on non-Windows systems without POSIX-2008.

    Fixed Dedicated Dialog and Dedicated LFE effect output.

    Added a build option to override the share install dir.

    Added a build option to static-link libgcc for MinGW.

openal-soft-1.17.1:

    Fixed building with JACK and without PulseAudio.

    Fixed building on FreeBSD.

    Fixed the ALSA backend's allow-resampler option.

    Fixed handling of inexact ALSA period counts.

    Altered device naming scheme on Windows backends to better match other
    drivers.

    Updated the CoreAudio backend to use the AudioComponent API. This clears up
    deprecation warnings for OSX 10.11, although requires OSX 10.6 or newer.

openal-soft-1.17.0:

    Implemented a JACK playback backend.

    Implemented the AL_EXT_BFORMAT and AL_EXT_MULAW_BFORMAT extensions.

    Implemented the ALC_SOFT_HRTF extension.

    Implemented C, SSE3, and SSE4.1 based 4- and 8-point Sinc resamplers.

    Implemented a C and SSE based band-limited Sinc resampler. This does 12- to
    24-point Sinc resampling, and performs anti-aliasing.

    Implemented B-Format output support for the wave file writer. This creates
    FuMa-style first-order Ambisonics wave files (AMB format).

    Implemented a stereo-mode config option for treating stereo modes as either
    speakers or headphones.

    Implemented per-device configuration options.

    Fixed handling of PulseAudio and MMDevAPI devices that have identical
    descriptions.

    Fixed a potential lockup when stopping playback of suspended PulseAudio devices.

    Fixed logging of Unicode characters on Windows.

    Fixed 5.1 surround sound channels. By default it will now use the side
    channels for the surround output. A configuration using rear channels is
    still available.

    Fixed the QSA backend potentially altering the capture format.

    Fixed detecting MMDevAPI's default device.

    Fixed returning the default capture device name.

    Fixed mixing property calculations when deferring context updates.

    Altered the behavior of alcSuspendContext and alcProcessContext to better
    match certain Windows drivers.

    Altered the panning algorithm, utilizing Ambisonics for better side and
    back positioning cues with surround sound output.

    Improved support for certain older Windows apps.

    Improved the alffplay example to support surround sound streams.

    Improved support for building as a sub-project.

    Added an HRTF playback example.

    Added a tone generator output test.

    Added a toolchain to help with cross-compiling to Android.

openal-soft-1.16.0:

    Implemented EFX Chorus, Flanger, Distortion, Equalizer, and Compressor
    effects.

    Implemented high-pass and band-pass EFX filters.

    Implemented the high-pass filter for the EAXReverb effect.

    Implemented SSE2 and SSE4.1 linear resamplers.

    Implemented Neon-enhanced non-HRTF mixers.

    Implemented a QSA backend, for QNX.

    Implemented the ALC_SOFT_pause_device, AL_SOFT_deferred_updates,
    AL_SOFT_block_alignment, AL_SOFT_MSADPCM, and AL_SOFT_source_length
    extensions.

    Fixed resetting mmdevapi backend devices.

    Fixed clamping when converting 32-bit float samples to integer.

    Fixed modulation range in the Modulator effect.

    Several fixes for the OpenSL playback backend.

    Fixed device specifier names that have Unicode characters on Windows.

    Added support for filenames and paths with Unicode (UTF-8) characters on
    Windows.

    Added support for alsoft.conf config files found in XDG Base Directory
    Specification locations (XDG_CONFIG_DIRS and XDG_CONFIG_HOME, or their
    defaults) on non-Windows systems.

    Added a GUI configuration utility (requires Qt 4.8).

    Added support for environment variable expansion in config options (not
    keys or section names).

    Added an example that uses SDL2 and ffmpeg.

    Modified examples to use SDL_sound.

    Modified CMake config option names for better sorting.

    HRTF data sets specified in the hrtf_tables config option may now be
    relative or absolute filenames.

    Made the default HRTF data set an external file, and added a data set for
    48khz playback in addition to 44.1khz.

    Added support for C11 atomic methods.

    Improved support for some non-GNU build systems.

openal-soft-1.15.1:

    Fixed a regression with retrieving the source's AL_GAIN property.

openal-soft-1.15:

    Fixed device enumeration with the OSS backend.

    Reorganized internal mixing logic, so unneeded steps can potentially be
    skipped for better performance.

    Removed the lookup table for calculating the mixing pans. The panning is
    now calculated directly for better precision.

    Improved the panning of stereo source channels when using stereo output.

    Improved source filter quality on send paths.

    Added a config option to allow PulseAudio to move streams between devices.

    The PulseAudio backend will now attempt to spawn a server by default.

    Added a workaround for a DirectSound bug relating to float32 output.

    Added SSE-based mixers, for HRTF and non-HRTF mixing.

    Added support for the new AL_SOFT_source_latency extension.

    Improved ALSA capture by avoiding an extra buffer when using sizes
    supported by the underlying device.

    Improved the makehrtf utility to support new options and input formats.

    Modified the CFLAGS declared in the pkg-config file so the "AL/" portion of
    the header includes can optionally be omitted.

    Added a couple example code programs to show how to apply reverb, and
    retrieve latency.

    The configuration sample is now installed into the share/openal/ directory
    instead of /etc/openal.

    The configuration sample now gets installed by default.