aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Update changelogChris Robinson2020-01-121-2/+4
|
* Update changelogChris Robinson2020-01-081-0/+3
|
* Update changelog wordingChris Robinson2020-01-051-2/+2
|
* Update the changelogChris Robinson2020-01-051-0/+22
|
* Update ChangeLogChris Robinson2019-11-221-2/+2
|
* Update some wording in the changelogChris Robinson2019-10-071-5/+5
|
* Update the changelogChris Robinson2019-09-301-3/+13
|
* Update changelogChris Robinson2019-09-221-1/+1
|
* Restructure the changelog updatesChris Robinson2019-09-211-25/+26
|
* Initial update for the changelogChris Robinson2019-09-211-0/+51
|
* Update changelogChris Robinson2018-09-261-0/+3
|
* Update changelogChris Robinson2018-09-221-0/+13
|
* Update changelog about 32-bit using SSE2 by defaultChris Robinson2018-09-031-0/+3
|
* Fix a typo in the changelogChris Robinson2018-08-311-1/+1
|
* Update ChangeLogChris Robinson2018-07-281-1/+1
|
* Update ChangeLogChris Robinson2018-05-231-1/+1
|
* Update ChangeLogChris Robinson2018-04-241-27/+25
|
* Preliminary ChangeLog updateChris Robinson2018-04-151-0/+50
|
* Update ChangeLog with JACK fixChris Robinson2017-09-231-0/+2
|
* Update ChangeLogChris Robinson2017-09-221-0/+2
|
* Update ChangeLogChris Robinson2017-09-191-0/+11
|
* Update ChangeLog with OSS enumeration fixChris Robinson2017-07-231-0/+2
|
* Update ChangeLogChris Robinson2017-07-191-0/+4
|
* Update ChangeLog for mmdevapi fixChris Robinson2017-06-261-0/+2
|
* Update ChangeLog for the dither-depth config optionChris Robinson2017-06-181-0/+2
|
* Update ChangeLog with the PulseAudio fixChris Robinson2017-06-151-0/+3
|
* Update ChangeLog with recent fixesChris Robinson2017-06-111-0/+6
|
* Update ChangeLog about OpenSL capture supportChris Robinson2017-06-041-0/+2
|
* Update ChangeLog about ALC_SOFT_output_limiterChris Robinson2017-05-251-2/+2
|
* Update ChangeLog for the limiter and ditheringChris Robinson2017-05-241-3/+5
|
* Update ChangeLog for AL_SOFT_source_spatializeChris Robinson2017-05-131-2/+4
|
* Update changelogChris Robinson2017-05-031-3/+2
|
* Update ChangeLogChris Robinson2017-03-221-2/+7
|
* Update ChangeLogChris Robinson2017-02-221-0/+8
|
* Initial ChangeLog update for 1.18 changesChris Robinson2016-10-301-0/+65
|
* Update ChangeLogChris Robinson2016-01-171-0/+14
|
* Update changelogChris Robinson2015-12-101-2/+2
|
* Update changelogChris Robinson2015-12-061-0/+2
|
* Update changelogChris Robinson2015-12-041-0/+14
|
* Correct a comment about the new bsinc resamplerChris Robinson2015-11-071-2/+1
| | | | It always performs anti-aliasing, even when up-sampling.
* Implement a band-limited sinc resamplerChris Robinson2015-11-051-0/+4
| | | | | | | | This is essentially a 12-point sinc resampler, unless it's resampling to a rate higher than the output, at which point it will vary between 12 and 24 points and do anti-aliasing to avoid/reduce frequencies going over nyquist. Code provided by Christopher Fitzgerald.
* Replace the Lanczos window with Kaiser for the sinc resamplerChris Robinson2015-11-041-1/+1
|
* Add an HRTF exampleChris Robinson2015-10-281-0/+2
| | | | Doubles as a psuedo-test to play a sound with HRTF.
* Update changelogChris Robinson2015-10-161-0/+2
|
* Update changelogChris Robinson2015-10-111-3/+1
|
* Update changelogChris Robinson2015-10-081-2/+2
|
* Implement a 6-point sinc-lanczos filterChris Robinson2015-09-291-1/+3
|
* Auto-replace the "cubic" resampler with "sinc4"Chris Robinson2015-09-281-1/+1
|
* Update changelogChris Robinson2015-09-271-1/+1
|
* Disable mmdevapi capture and update changelogChris Robinson2015-09-181-2/+2
| | | | | | | Unfortunately mmdevapi does not do channel remixing or resampling, even for capture, so the device can only be opened in the mode it's configured for. For now, fallback to dsound or winmm to get the conversion until we can do it ourselves.