aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Return transport decoder error in case of invalid ELD configuration"Jean-Michel Trivi2019-01-021-0/+8
|\
| * Merge "Return transport decoder error in case of invalid ELD configuration"Jean-Michel Trivi2019-01-021-0/+8
| |\
| | * Return transport decoder error in case of invalid ELD configurationFraunhofer IIS FDK2019-01-021-0/+8
* | | Merge "Add sanity check in huff_decode()"Jean-Michel Trivi2019-01-021-0/+8
|\| |
| * | Merge "Add sanity check in huff_decode()"Jean-Michel Trivi2019-01-021-0/+8
| |\|
| | * Add sanity check in huff_decode()Fraunhofer IIS FDK2019-01-021-0/+8
* | | Merge changes I7add6dff,I0249f758Fraunhofer IIS FDK2019-01-021-6/+18
|\| |
| * | Merge changes I7add6dff,I0249f758Treehugger Robot2019-01-021-6/+18
| |\|
| | * Return SpatialDecDecodeFrame() parse error in case extended frame does not ma...Fraunhofer IIS FDK2019-01-021-0/+10
| | * Add sanity check in SpatialDecParseSpecificConfig()Fraunhofer IIS FDK2019-01-021-6/+8
| |/
* | Merge "Clear spatial specific config struct at the beginning of parse routines"Fraunhofer IIS FDK2018-12-291-0/+4
|\|
| * Merge "Clear spatial specific config struct at the beginning of parse routines"Treehugger Robot2018-12-291-0/+4
| |\
| | * Clear spatial specific config struct at the beginning of parse routinesFraunhofer IIS FDK2018-12-281-0/+4
* | | Merge "Free whole QMF domain in case of an error in FDK_QmfDomain_Configure()"Fraunhofer IIS FDK2018-12-291-3/+2
|\| |
| * | Merge "Free whole QMF domain in case of an error in FDK_QmfDomain_Configure()"Treehugger Robot2018-12-291-3/+2
| |\|
| | * Free whole QMF domain in case of an error in FDK_QmfDomain_Configure()Fraunhofer IIS FDK2018-12-281-3/+2
* | | Merge "QMF configuration flag QMF_FLAG_MPSLDFB has always priority over QMF_F...Fraunhofer IIS FDK2018-12-292-4/+5
|\| |
| * | Merge "QMF configuration flag QMF_FLAG_MPSLDFB has always priority over QMF_F...Treehugger Robot2018-12-292-4/+5
| |\|
| | * QMF configuration flag QMF_FLAG_MPSLDFB has always priority over QMF_FLAG_CLDFBFraunhofer IIS FDK2018-12-282-4/+5
* | | Merge "Add missing parameter initialization in FDK_QmfDomain_Clear*() functions"Fraunhofer IIS FDK2018-12-291-0/+2
|\| |
| * | Merge "Add missing parameter initialization in FDK_QmfDomain_Clear*() functions"Treehugger Robot2018-12-291-0/+2
| |\|
| | * Add missing parameter initialization in FDK_QmfDomain_Clear*() functionsFraunhofer IIS FDK2018-12-281-0/+2
* | | Merge "Prevent energy overflow in acelp calc_period_factor()"Fraunhofer IIS FDK2018-12-291-1/+1
|\| |
| * | Merge "Prevent energy overflow in acelp calc_period_factor()"Treehugger Robot2018-12-291-1/+1
| |\|
| | * Prevent energy overflow in acelp calc_period_factor()Fraunhofer IIS FDK2018-12-281-1/+1
| |/
* | Merge "Add valid bits check to adts header parser"Jean-Michel Trivi2018-12-281-1/+21
|\|
| * Merge "Add valid bits check to adts header parser"Jean-Michel Trivi2018-12-281-1/+21
| |\
| | * Add valid bits check to adts header parserFraunhofer IIS FDK2018-12-271-1/+21
* | | Merge "Skip CRC check when flushing or concealment is applied"Jean-Michel Trivi2018-12-281-3/+5
|\| |
| * | Merge "Skip CRC check when flushing or concealment is applied"Jean-Michel Trivi2018-12-281-3/+5
| |\|
| | * Skip CRC check when flushing or concealment is appliedFraunhofer IIS FDK2018-12-271-3/+5
* | | Merge "Fix element list in channel_configuration_14 description"Jean-Michel Trivi2018-12-281-1/+1
|\| |
| * | Merge "Fix element list in channel_configuration_14 description"Jean-Michel Trivi2018-12-281-1/+1
| |\|
| | * Fix element list in channel_configuration_14 descriptionFraunhofer IIS FDK2018-12-271-1/+1
* | | Merge "Setup lowdelay SBR LFE element via SBR callback"Jean-Michel Trivi2018-12-281-1/+5
|\| |
| * | Merge "Setup lowdelay SBR LFE element via SBR callback"Jean-Michel Trivi2018-12-281-1/+5
| |\|
| | * Setup lowdelay SBR LFE element via SBR callbackFraunhofer IIS FDK2018-12-271-1/+5
* | | Merge "Extend PS concealment/error treatment"Jean-Michel Trivi2018-12-282-1/+13
|\| |
| * | Merge "Extend PS concealment/error treatment"Jean-Michel Trivi2018-12-282-1/+13
| |\|
| | * Extend PS concealment/error treatmentFraunhofer IIS FDK2018-12-272-1/+13
* | | Merge "Fix potential invalid memory access for concealment in decodeEnvelope()"Jean-Michel Trivi2018-12-281-4/+9
|\| |
| * | Merge "Fix potential invalid memory access for concealment in decodeEnvelope()"Jean-Michel Trivi2018-12-281-4/+9
| |\|
| | * Fix potential invalid memory access for concealment in decodeEnvelope()Fraunhofer IIS FDK2018-12-271-4/+9
* | | Merge "Reset all noisefloor levels in leanSbrConcealment()"Jean-Michel Trivi2018-12-281-2/+2
|\| |
| * | Merge "Reset all noisefloor levels in leanSbrConcealment()"Jean-Michel Trivi2018-12-281-2/+2
| |\|
| | * Reset all noisefloor levels in leanSbrConcealment()Fraunhofer IIS FDK2018-12-271-2/+2
| |/
* | Merge changes I97471c4d,I8a8626a8,I1f176740,I10da23ee,I9f9064fbJean-Michel Trivi2018-12-2716-20/+80
|\|
| * Merge changes I97471c4d,I8a8626a8,I1f176740,I10da23ee,I9f9064fbJean-Michel Trivi2018-12-2716-20/+80
| |\
| | * Apply sbrDecoder_Parse() function for all explict SBR elementsFraunhofer IIS FDK2018-12-272-8/+17
| | * Call QMF transposer initialization only with successful SBR processingFraunhofer IIS FDK2018-12-273-2/+11