aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix integer overflow in FDKaacEnc_IntensityStereoProcessing(). am: 55002323b3...Fraunhofer IIS FDK2019-05-161-6/+13
|\
| * Fix integer overflow in FDKaacEnc_IntensityStereoProcessing(). am: 55002323b3Fraunhofer IIS FDK2019-05-151-6/+13
| |\
| | * Fix integer overflow in FDKaacEnc_IntensityStereoProcessing().Fraunhofer IIS FDK2019-05-151-6/+13
| | |\
| | | * Fix integer overflow in FDKaacEnc_IntensityStereoProcessing().Fraunhofer IIS FDK2019-05-151-6/+13
| | |/
* | | Improve phase coding accuracy by use of splitAngle lookup table. am: f6a6a071a9Fraunhofer IIS FDK2019-05-160-0/+0
|\| |
| * | Improve phase coding accuracy by use of splitAngle lookup table.Fraunhofer IIS FDK2019-05-153-81/+3760
| |\|
* | | Improve random phase table accuracy. am: 818743f718Fraunhofer IIS FDK2019-05-160-0/+0
|\| |
| * | Improve random phase table accuracy.Fraunhofer IIS FDK2019-05-152-1063/+537
| |\ \
* | | | Increase scale factor gain in TES tool. am: 2ef020c93aFraunhofer IIS FDK2019-05-160-0/+0
|\| | |
| * | | Increase scale factor gain in TES tool.Fraunhofer IIS FDK2019-05-151-1/+1
| |\ \ \
* | | | | Improve accuracy of division in calcSubbandGain(). am: 69a5c189adFraunhofer IIS FDK2019-05-160-0/+0
|\| | | |
| * | | | Improve accuracy of division in calcSubbandGain().Fraunhofer IIS FDK2019-05-151-2/+10
| |\ \ \ \
* | | | | | Avoid -1.0 autocorrelation input data. am: e51063ca54Fraunhofer IIS FDK2019-05-160-0/+0
|\| | | | |
| * | | | | Avoid -1.0 autocorrelation input data.Fraunhofer IIS FDK2019-05-151-3/+21
| |\ \ \ \ \
* | | | | | | Increase scale factor to avoid overflows in function factorCLD(). am: ce00007148Fraunhofer IIS FDK2019-05-150-0/+0
|\| | | | | |
| * | | | | | Increase scale factor to avoid overflows in function factorCLD().Fraunhofer IIS FDK2019-05-151-2/+2
| |\ \ \ \ \ \
* | | | | | | | Fetch multiple samples of input channels from encoder input buffer. am: 89ca4...Fraunhofer IIS FDK2019-05-150-0/+0
|\| | | | | | |
| * | | | | | | Fetch multiple samples of input channels from encoder input buffer. am: 89ca4...Fraunhofer IIS FDK2019-05-150-0/+0
| |\ \ \ \ \ \ \
* | | | | | | | | Fix out of sync function declaration of scaleValues(). am: 1b5457fe93Fraunhofer IIS FDK2019-05-150-0/+0
|\| | | | | | | |
| * | | | | | | | Fix out of sync function declaration of scaleValues().Fraunhofer IIS FDK2019-05-151-2/+2
| |\ \ \ \ \ \ \ \
* | | | | | | | | | Fetch multiple samples of input channels from encoder input buffer. am: 89ca4...Fraunhofer IIS FDK2019-05-150-0/+0
|\| | | | | | | | |
| * | | | | | | | | Fetch multiple samples of input channels from encoder input buffer.Fraunhofer IIS FDK2019-05-151-1/+5
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Improve phase coding accuracy by use of splitAngle lookup table. am: f6a6a071a9Fraunhofer IIS FDK2019-05-153-81/+3760
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Improve phase coding accuracy by use of splitAngle lookup table.Fraunhofer IIS FDK2019-05-153-81/+3760
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | * | | | | | | | | | Improve phase coding accuracy by use of splitAngle lookup table.Fraunhofer IIS FDK2019-05-143-81/+3760
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
* | | | | | | | | | | Improve random phase table accuracy. am: 818743f718Fraunhofer IIS FDK2019-05-152-1063/+537
|\| | | | | | | | | |
| * | | | | | | | | | Improve random phase table accuracy.Fraunhofer IIS FDK2019-05-152-1063/+537
| |\| | | | | | | | |
| | * | | | | | | | | Improve random phase table accuracy.Fraunhofer IIS FDK2019-05-142-1063/+537
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
* | | | | | | | | | Increase scale factor gain in TES tool. am: 2ef020c93aFraunhofer IIS FDK2019-05-151-1/+1
|\| | | | | | | | |
| * | | | | | | | | Increase scale factor gain in TES tool.Fraunhofer IIS FDK2019-05-151-1/+1
| |\| | | | | | | |
| | * | | | | | | | Increase scale factor gain in TES tool.Fraunhofer IIS FDK2019-05-141-1/+1
| | | |_|_|_|_|_|/ | | |/| | | | | |
* | | | | | | | | Improve accuracy of division in calcSubbandGain(). am: 69a5c189adFraunhofer IIS FDK2019-05-151-2/+10
|\| | | | | | | |
| * | | | | | | | Improve accuracy of division in calcSubbandGain().Fraunhofer IIS FDK2019-05-151-2/+10
| |\| | | | | | |
| | * | | | | | | Improve accuracy of division in calcSubbandGain().Fraunhofer IIS FDK2019-05-141-2/+10
| | | |_|_|_|_|/ | | |/| | | | |
* | | | | | | | Avoid -1.0 autocorrelation input data. am: e51063ca54Fraunhofer IIS FDK2019-05-151-3/+21
|\| | | | | | |
| * | | | | | | Avoid -1.0 autocorrelation input data.Fraunhofer IIS FDK2019-05-151-3/+21
| |\| | | | | |
| | * | | | | | Avoid -1.0 autocorrelation input data.Fraunhofer IIS FDK2019-05-141-3/+21
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Increase scale factor to avoid overflows in function factorCLD(). am: ce00007148Fraunhofer IIS FDK2019-05-151-2/+2
|\| | | | | |
| * | | | | | Increase scale factor to avoid overflows in function factorCLD().Fraunhofer IIS FDK2019-05-151-2/+2
| |\| | | | |
| | * | | | | Increase scale factor to avoid overflows in function factorCLD().Fraunhofer IIS FDK2019-05-141-2/+2
| | | |_|/ / | | |/| | |
* | | | | | Fix out of sync function declaration of scaleValues(). am: 1b5457fe93Fraunhofer IIS FDK2019-05-151-2/+2
|\| | | | |
| * | | | | Fix out of sync function declaration of scaleValues().Fraunhofer IIS FDK2019-05-151-2/+2
| |\| | | | | | |_|_|/ | |/| | |
| | * | | Fix out of sync function declaration of scaleValues().Fraunhofer IIS FDK2019-05-141-2/+2
| | | |/ | | |/|
* | | | Fetch multiple samples of input channels from encoder input buffer. am: 89ca4...Fraunhofer IIS FDK2019-05-151-1/+5
|\| | |
| * | | Fetch multiple samples of input channels from encoder input buffer.Fraunhofer IIS FDK2019-05-151-1/+5
| |\| | | | |/ | |/|
| | * Fetch multiple samples of input channels from encoder input buffer.Fraunhofer IIS FDK2019-05-141-1/+5
* | | Fix HE-AAC using MPEG-D DRC with implicit SBR signaling. am: e970ac4c95Fraunhofer IIS FDK2019-05-147-94/+139
|\| |
| * | Fix HE-AAC using MPEG-D DRC with implicit SBR signaling.Fraunhofer IIS FDK2019-05-147-94/+139
| |\|
| | * Fix HE-AAC using MPEG-D DRC with implicit SBR signaling.Fraunhofer IIS FDK2019-05-137-94/+139
* | | MPEG-4/D DRC unification, loudness norm default at -24 am: 14f7e13693Fraunhofer IIS FDK2019-04-265-54/+70
|\| |