Mark a global variable declaration as extern
[openal-soft.git] / ChangeLog
blob189872cf79bb33787e3b1ef6ab38ab5584d36439
1 openal-soft-1.17.2:
3     Implemented device enumeration for OSSv4.
5     Fixed building on OSX.
7     Fixed building on non-Windows systems without POSIX-2008.
9     Fixed Dedicated Dialog and Dedicated LFE effect output.
11     Added a build option to override the share install dir.
13     Added a build option to static-link libgcc for MinGW.
15 openal-soft-1.17.1:
17     Fixed building with JACK and without PulseAudio.
19     Fixed building on FreeBSD.
21     Fixed the ALSA backend's allow-resampler option.
23     Fixed handling of inexact ALSA period counts.
25     Altered device naming scheme on Windows backends to better match other
26     drivers.
28     Updated the CoreAudio backend to use the AudioComponent API. This clears up
29     deprecation warnings for OSX 10.11, although requires OSX 10.6 or newer.
31 openal-soft-1.17.0:
33     Implemented a JACK playback backend.
35     Implemented the AL_EXT_BFORMAT and AL_EXT_MULAW_BFORMAT extensions.
37     Implemented the ALC_SOFT_HRTF extension.
39     Implemented C, SSE3, and SSE4.1 based 4- and 8-point Sinc resamplers.
41     Implemented a C and SSE based band-limited Sinc resampler. This does 12- to
42     24-point Sinc resampling, and performs anti-aliasing.
44     Implemented B-Format output support for the wave file writer. This creates
45     FuMa-style first-order Ambisonics wave files (AMB format).
47     Implemented a stereo-mode config option for treating stereo modes as either
48     speakers or headphones.
50     Implemented per-device configuration options.
52     Fixed handling of PulseAudio and MMDevAPI devices that have identical
53     descriptions.
55     Fixed a potential lockup when stopping playback of suspended PulseAudio devices.
57     Fixed logging of Unicode characters on Windows.
59     Fixed 5.1 surround sound channels. By default it will now use the side
60     channels for the surround output. A configuration using rear channels is
61     still available.
63     Fixed the QSA backend potentially altering the capture format.
65     Fixed detecting MMDevAPI's default device.
67     Fixed returning the default capture device name.
69     Fixed mixing property calculations when deferring context updates.
71     Altered the behavior of alcSuspendContext and alcProcessContext to better
72     match certain Windows drivers.
74     Altered the panning algorithm, utilizing Ambisonics for better side and
75     back positioning cues with surround sound output.
77     Improved support for certain older Windows apps.
79     Improved the alffplay example to support surround sound streams.
81     Improved support for building as a sub-project.
83     Added an HRTF playback example.
85     Added a tone generator output test.
87     Added a toolchain to help with cross-compiling to Android.
89 openal-soft-1.16.0:
91     Implemented EFX Chorus, Flanger, Distortion, Equalizer, and Compressor
92     effects.
94     Implemented high-pass and band-pass EFX filters.
96     Implemented the high-pass filter for the EAXReverb effect.
98     Implemented SSE2 and SSE4.1 linear resamplers.
100     Implemented Neon-enhanced non-HRTF mixers.
102     Implemented a QSA backend, for QNX.
104     Implemented the ALC_SOFT_pause_device, AL_SOFT_deferred_updates,
105     AL_SOFT_block_alignment, AL_SOFT_MSADPCM, and AL_SOFT_source_length
106     extensions.
108     Fixed resetting mmdevapi backend devices.
110     Fixed clamping when converting 32-bit float samples to integer.
112     Fixed modulation range in the Modulator effect.
114     Several fixes for the OpenSL playback backend.
116     Fixed device specifier names that have Unicode characters on Windows.
118     Added support for filenames and paths with Unicode (UTF-8) characters on
119     Windows.
121     Added support for alsoft.conf config files found in XDG Base Directory
122     Specification locations (XDG_CONFIG_DIRS and XDG_CONFIG_HOME, or their
123     defaults) on non-Windows systems.
125     Added a GUI configuration utility (requires Qt 4.8).
127     Added support for environment variable expansion in config options (not
128     keys or section names).
130     Added an example that uses SDL2 and ffmpeg.
132     Modified examples to use SDL_sound.
134     Modified CMake config option names for better sorting.
136     HRTF data sets specified in the hrtf_tables config option may now be
137     relative or absolute filenames.
139     Made the default HRTF data set an external file, and added a data set for
140     48khz playback in addition to 44.1khz.
142     Added support for C11 atomic methods.
144     Improved support for some non-GNU build systems.
146 openal-soft-1.15.1:
148     Fixed a regression with retrieving the source's AL_GAIN property.
150 openal-soft-1.15:
152     Fixed device enumeration with the OSS backend.
154     Reorganized internal mixing logic, so unneeded steps can potentially be
155     skipped for better performance.
157     Removed the lookup table for calculating the mixing pans. The panning is
158     now calculated directly for better precision.
160     Improved the panning of stereo source channels when using stereo output.
162     Improved source filter quality on send paths.
164     Added a config option to allow PulseAudio to move streams between devices.
166     The PulseAudio backend will now attempt to spawn a server by default.
168     Added a workaround for a DirectSound bug relating to float32 output.
170     Added SSE-based mixers, for HRTF and non-HRTF mixing.
172     Added support for the new AL_SOFT_source_latency extension.
174     Improved ALSA capture by avoiding an extra buffer when using sizes
175     supported by the underlying device.
177     Improved the makehrtf utility to support new options and input formats.
179     Modified the CFLAGS declared in the pkg-config file so the "AL/" portion of
180     the header includes can optionally be omitted.
182     Added a couple example code programs to show how to apply reverb, and
183     retrieve latency.
185     The configuration sample is now installed into the share/openal/ directory
186     instead of /etc/openal.
188     The configuration sample now gets installed by default.