aboutsummaryrefslogtreecommitdiffstats
path: root/utils/uhjencoder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix implicit widening after multiplicationChris Robinson2023-12-231-5/+5
* Remove DEF_NEWDELChris Robinson2023-12-161-3/+0
* Much more clang-tidy cleanupChris Robinson2023-12-101-45/+50
* Fix WFX channel matching in uhjencoderChris Robinson2023-10-161-1/+1
* Use cinttypes instead of inttypes.h in C++Chris Robinson2023-06-011-1/+1
* Use some more standard functionsChris Robinson2023-05-051-4/+2
* clang-tidy cleanups (#800)Rosen Penev2023-01-151-2/+2
* Support different input channel orders in uhjencoderChris Robinson2022-11-041-12/+39
* Use the correct input for the IIR UHJ encoderChris Robinson2022-10-261-2/+2
* Avoid a duplicate all-pass function that accumulatesChris Robinson2022-10-221-33/+30
* Add options to encode 3- and 4-channel UHJ to uhjencoderChris Robinson2022-02-041-19/+71
* Remove math_defs.hChris Robinson2022-01-271-47/+48
* Slight update to the UHJ coefficientsChris Robinson2021-11-281-1/+1
* Use a higher quality all-pass for the UHJ utilsChris Robinson2021-07-301-1/+1
* Add a utility to encode audio files to UHJChris Robinson2021-07-091-0/+454