aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mastering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make RealMixParams channel count unsignedChris Robinson2019-06-051-12/+10
* Properly destroy the limiter's extra fieldsChris Robinson2019-06-051-6/+6
* Improve a couple algorithmsChris Robinson2019-05-281-17/+23
* Use std::array for most mixing buffer arraysChris Robinson2019-05-281-10/+10
* Avoid some uses of RESTRICTChris Robinson2019-05-251-5/+1
* Avoid using old style castsFilip Gawin2019-01-081-3/+3
* Add and use a make_unique functionChris Robinson2019-01-011-5/+4
* Make the Compressor more class-likeChris Robinson2018-12-241-115/+123
* Clean up some math stuffChris Robinson2018-12-221-1/+2
* Fix the type used for another subtractionChris Robinson2018-12-201-1/+1
* Silence some MSVC warningsChris Robinson2018-12-201-4/+4
* Fix the type used for subtractionChris Robinson2018-12-201-1/+1
* Clean up most of the compressor loopsChris Robinson2018-12-201-194/+163
* Use a unique_ptr for the CompressorChris Robinson2018-11-211-72/+32
* Remove unused headers and checksChris Robinson2018-11-171-1/+0
* Convert mastering.c to C++Chris Robinson2018-11-171-0/+543