aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Stop using __DATE__/__TIME__ on all buildsAnuj Joshi2020-03-2712-11/+12
|/ /
| * Remove outdated apply_normalization parameter from legacy DRC module.Fraunhofer IIS FDK2020-02-144-24/+3
| * Avoid decoder internal clipping by converting the whole audio sample data pat...Fraunhofer IIS FDK2020-02-1441-442/+488
| * Create new applyDrcLevelNormalization() function for subsequent usage.Fraunhofer IIS FDK2020-02-143-2/+222
| * Revise memory overlay usage and remove deprecated buffers and overlay tags.Fraunhofer IIS FDK2020-02-145-30/+9
| * Restructure QMF implementation and provide 16/32 bit implementation in parallel.Fraunhofer IIS FDK2020-02-145-373/+318
| * Enhance encoder audio quality for vbr (FDKenc v4.0.1).Fraunhofer IIS FDK2020-02-136-48/+36
| * Improve encoder audio quality for low bitreservoir configuration.Fraunhofer IIS FDK2020-02-131-4/+7
| * Fix SBR encoder element mapping for channel configurations with more than one...Fraunhofer IIS FDK2020-02-131-1/+27
| * Ensure that QC_OUT_CHANNEL struct in encoder always uses aligned memoryFraunhofer IIS FDK2020-02-132-4/+4
| * Revise and straighten out pointless description from encoder documentationFraunhofer IIS FDK2020-02-132-32/+9
| * Revise and straighten out useless references from decoder documentation.Fraunhofer IIS FDK2020-02-132-72/+44
| * Extend decoder API with audio output loudness info (FDKdec v3.1.3).Fraunhofer IIS FDK2020-02-118-19/+71
| * Merge "Request for Expert and Anchor loudness by default."Jean-Michel Trivi2020-01-271-2/+2
| |\
| | * Request for Expert and Anchor loudness by default.Fraunhofer IIS FDK2020-01-271-2/+2
| * | Fix AACDEC_INTR handling for USAC configuration with multiple pre-roll AUsFraunhofer IIS FDK2020-01-271-3/+3
| |/
| * Do not allow channel configuration change within PCE for ADTS. Fixes assert.Fraunhofer IIS FDK2020-01-232-2/+41
| * Avoid negative valid bits in adtsRead_DecodeHeader()Fraunhofer IIS FDK2020-01-231-2/+8
| * Merge "Reject HE-AAC SBR with a ratio greater than 2:1 and reject USAC stream...TreeHugger Robot2020-01-221-7/+32
| |\
| | * Reject HE-AAC SBR with a ratio greater than 2:1 and reject USAC streams conta...Fraunhofer IIS FDK2020-01-221-7/+32
| * | Merge "Perform sanity check on DRC sets and improve the selection process"Jean-Michel Trivi2020-01-225-22/+88
| |\ \ | | |/ | |/|
| | * Perform sanity check on DRC sets and improve the selection processFraunhofer IIS FDK2020-01-225-22/+88
| * | Reject undefined fPow() input data in _compressorIO_sigmoid_common().Fraunhofer IIS FDK2020-01-221-1/+4
| * | Avoid undefined shift exponent in f2Pow().Fraunhofer IIS FDK2020-01-222-2/+8
| |/
| * Fix too large shift exponent in CConcealment_InterpolateBuffer().Fraunhofer IIS FDK2020-01-161-8/+3
| * Prevent too large shift exponents in SpatialDecReshapeBBEnv().Fraunhofer IIS FDK2020-01-161-9/+14
| * Avoid too large shift exponent in apply_inter_tes() by using fIsLessThan.Fraunhofer IIS FDK2020-01-161-11/+2
| * Fix IsLessThan() function for certain edge cases.Fraunhofer IIS FDK2020-01-161-0/+26
| * Avoid unsigned integer overflows in FDK_Feed().Fraunhofer IIS FDK2020-01-161-3/+6
| * Prevent undefined syncLayerFrameBits in synchronization().Fraunhofer IIS FDK2020-01-141-2/+6
| * Avoid unsigned integer overflow in transportDec_InBandConfig() and transportD...Fraunhofer IIS FDK2020-01-141-2/+3
| * Prevent negation of INT_MIN in CConcealment_ApplyRandomSign().Fraunhofer IIS FDK2020-01-141-2/+2
| * Revise scaling in extractBBEnv() to avoid potential signed integer overflows.Fraunhofer IIS FDK2020-01-141-106/+68
| * Avoid signed integer overflow in combineSignalCplx*().Fraunhofer IIS FDK2020-01-141-31/+10
| * Prevent signed integer overflow in TsdApply().Fraunhofer IIS FDK2020-01-141-11/+17
| * Revise scaling for USAC combined with phase coding in SpatialDecApplyM2() to ...Fraunhofer IIS FDK2020-01-142-66/+84
| * Avoid signed integer overflows in SpatialDecApplyParameterSets() when adding ...Fraunhofer IIS FDK2020-01-141-7/+9
| * Introduce scaling in FDKhybridSynthesisApply() to avoid potential signed inte...Fraunhofer IIS FDK2020-01-141-16/+18
| * Prevent signed integer overflow in fMultIceil() for case m_e=-31.Fraunhofer IIS FDK2020-01-141-5/+10
| * Merge "Revert "Add TEST_MAPPING for aac project""Jean-Michel Trivi2020-01-031-22/+0
| |\
| | * Revert "Add TEST_MAPPING for aac project"Jean-Michel Trivi2020-01-031-22/+0
| * | Merge "Add TEST_MAPPING for aac project"Jean-Michel Trivi2019-12-301-0/+22
| |\|
| | * Add TEST_MAPPING for aac projectJean-Michel Trivi2019-12-271-0/+22
| * | Fix for OPD smoothing in USAC decoder.Fraunhofer IIS FDK2019-12-271-0/+4
| * | Move array definition out of for loop in MPEG-D DRC _skipEqInstructions().Fraunhofer IIS FDK2019-12-271-1/+1
| * | Use saturate shift to prevent signed integer overflow in multiple qmfInverseM...Fraunhofer IIS FDK2019-12-271-22/+23
| * | For all scaleValuesSaturate() variants make source pointer const.Fraunhofer IIS FDK2019-12-272-18/+16
| * | Avoid negation of INT_MIN in dst_IV().Fraunhofer IIS FDK2019-12-271-9/+9
| * | Add sanity check for huffman escape sequences in HCR tool.Fraunhofer IIS FDK2019-12-271-1/+5
| * | Prevent negation of INT_MIN in pcmLimiter_Apply().Fraunhofer IIS FDK2019-12-271-3/+3