aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mastering.c
Commit message (Expand)AuthorAgeFilesLines
* Workaround lack of roundf with early MSVCChris Robinson2018-11-021-0/+12
* Use HUGE_VALF instead of INFINITYChris Robinson2018-11-021-1/+2
* Specify the correct array size for castingChris Robinson2018-11-021-2/+2
* Replace restrict with RESTRICTChris Robinson2018-10-291-15/+15
* Add back an inadvertently removed staticChris Robinson2018-10-021-1/+1
* Use < instead of != for some loop checksChris Robinson2018-10-011-2/+2
* Ensure BUFFERSIZE is a power of 2Chris Robinson2018-09-301-2/+4
* Make the Compressor struct opaqueChris Robinson2018-09-301-3/+66
* Fix some length rangesChris Robinson2018-09-291-2/+8
* Improve a couple loopsChris Robinson2018-09-291-7/+15
* Don't use a ringbuffer design for the limiter's side chainChris Robinson2018-09-291-31/+21
* Add some assumes for the limiterChris Robinson2018-09-291-0/+17
* Simplify a lower-bound clampChris Robinson2018-09-281-2/+1
* Constify a couple more variablesChris Robinson2018-09-281-2/+2
* Include the limiter's lookAhead delay in the device latencyChris Robinson2018-09-251-3/+3
* Update the output limiter/compressorChris Robinson2018-09-251-132/+345
* Avoid potentially calling log10f(0)Chris Robinson2018-04-291-1/+1
* Move the compressor/limiter declarations to their own headerChris Robinson2018-01-111-27/+4
* Remove the fastf2u conversion functionChris Robinson2017-06-271-1/+1
* Add a new compressor/limiterChris Robinson2017-05-271-0/+255