aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | 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-160-0/+0
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Increase scale factor to avoid overflows in function factorCLD().Fraunhofer IIS FDK2019-05-151-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | Fix out of sync function declaration of scaleValues(). am: 1b5457fe93Fraunhofer IIS FDK2019-05-160-0/+0
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix out of sync function declaration of scaleValues().Fraunhofer IIS FDK2019-05-151-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ 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.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.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.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().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.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().Fraunhofer IIS FDK2019-05-151-2/+2
|\| | | | | | |
| * | | | | | | Increase scale factor to avoid overflows in function factorCLD().Fraunhofer IIS FDK2019-05-141-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
| |\ \ \ \ \ \
* | \ \ \ \ \ \ 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.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.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 -24Fraunhofer IIS FDK2019-04-265-54/+70
|\| | | | |
| * | | | | MPEG-4/D DRC unification, loudness norm default at -24Fraunhofer IIS FDK2019-04-255-54/+70
* | | | | | Add support for Album Mode (FDKdec v3.1.0).Fraunhofer IIS FDK2019-04-247-7/+31
|\| | | | |
| * | | | | Add support for Album Mode (FDKdec v3.1.0).Fraunhofer IIS FDK2019-04-247-7/+31
* | | | | | Add sanity check in huff_decode() am: b81f869de3Fraunhofer IIS FDK2019-04-100-0/+0
|\| | | | |
| * | | | | Add sanity check in huff_decode()Fraunhofer IIS FDK2019-04-100-0/+0
|/| | | | | | | |_|_|/ | |/| | |
| * | | | Add sanity check in huff_decode()Fraunhofer IIS FDK2019-04-091-0/+8
| | |_|/ | |/| |
* | | | Reset parameter smoothing tool while concealment.Fraunhofer IIS FDK2019-03-151-1/+2
* | | | Discard SBR data in case of unsuccessful SBR header update.Fraunhofer IIS FDK2019-03-151-5/+4
* | | | Merge "Trigger config change after a change in SBR activity has been recogniz...Jean-Michel Trivi2019-03-151-1/+4
|\ \ \ \
| * | | | Trigger config change after a change in SBR activity has been recognized.Fraunhofer IIS FDK2019-03-151-1/+4
* | | | | Merge "Clear config in case of parsing error in drcDec_readUniDrc()"TreeHugger Robot2019-03-150-0/+0
|\| | | |
| * | | | Clear config in case of parsing error in drcDec_readUniDrc()Fraunhofer IIS FDK2019-03-141-2/+10