Rework HRTF decision logic
[openal-soft.git] / ChangeLog
blob8df50144b41ed356af45893b060d066133e65fce
1 openal-soft-1.16.0:
3     Implemented EFX Chorus, Flanger, Distortion, Equalizer, and Compressor
4     effects.
6     Implemented high-pass and band-pass EFX filters.
8     Implemented the high-pass filter for the EAXReverb effect.
10     Implemented SSE2 and SSE4.1 linear resamplers.
12     Implemented Neon-enhanced non-HRTF mixers.
14     Implemented a QSA backend, for QNX.
16     Implemented the ALC_SOFT_pause_device, AL_SOFT_deferred_updates,
17     AL_SOFT_block_alignment, AL_SOFT_MSADPCM, and AL_SOFT_source_length
18     extensions.
20     Fixed resetting mmdevapi backend devices.
22     Fixed clamping when converting 32-bit float samples to integer.
24     Fixed modulation range in the Modulator effect.
26     Several fixes for the OpenSL playback backend.
28     Fixed device specifier names that have Unicode characters on Windows.
30     Added support for filenames and paths with Unicode (UTF-8) characters on
31     Windows.
33     Added support for alsoft.conf config files found in XDG Base Directory
34     Specification locations (XDG_CONFIG_DIRS and XDG_CONFIG_HOME, or their
35     defaults) on non-Windows systems.
37     Added a GUI configuration utility (requires Qt 4.8).
39     Added support for environment variable expansion in config options (not
40     keys or section names).
42     Added an example that uses SDL2 and ffmpeg.
44     Modified examples to use SDL_sound.
46     Modified CMake config option names for better sorting.
48     HRTF data sets specified in the hrtf_tables config option may now be
49     relative or absolute filenames.
51     Made the default HRTF data set an external file, and added a data set for
52     48khz playback in addition to 44.1khz.
54     Added support for C11 atomic methods.
56     Improved support for some non-GNU build systems.
58 openal-soft-1.15.1:
60     Fixed a regression with retrieving the source's AL_GAIN property.
62 openal-soft-1.15:
64     Fixed device enumeration with the OSS backend.
66     Reorganized internal mixing logic, so unneeded steps can potentially be
67     skipped for better performance.
69     Removed the lookup table for calculating the mixing pans. The panning is
70     now calculated directly for better precision.
72     Improved the panning of stereo source channels when using stereo output.
74     Improved source filter quality on send paths.
76     Added a config option to allow PulseAudio to move streams between devices.
78     The PulseAudio backend will now attempt to spawn a server by default.
80     Added a workaround for a DirectSound bug relating to float32 output.
82     Added SSE-based mixers, for HRTF and non-HRTF mixing.
84     Added support for the new AL_SOFT_source_latency extension.
86     Improved ALSA capture by avoiding an extra buffer when using sizes
87     supported by the underlying device.
89     Improved the makehrtf utility to support new options and input formats.
91     Modified the CFLAGS declared in the pkg-config file so the "AL/" portion of
92     the header includes can optionally be omitted.
94     Added a couple example code programs to show how to apply reverb, and
95     retrieve latency.
97     The configuration sample is now installed into the share/openal/ directory
98     instead of /etc/openal.
100     The configuration sample now gets installed by default.