Skip to content

20260115 cleanup

Accept the following switches (as agreed 2026-01-13):

BE switches

  • FIX_1466_EXTREND - FhG: issue 1466: enable rendering of mono/stereo to other formats in the external renderer -> accept
  • FIX_CLANG18_MSAN_IN_DEC_INIT_BY_MOVING_COMMON_INITS_TOGETHER - FhG: fix CLANG18 MSAN error in decoder init -> accept
  • FIX_1481_CLANG18_MSAN_INIT_LAST_ELEM_BRATE - FhG: initialize last_element_brate to avoid CLANG18 MSAN complaint -> accept
  • FIX_1484_CLANG18_MSAN_INIT_ST_ELEM_BRATE - FhG: initialize st->element_brate per default -> accept
  • FIX_1464_UBSAN_RC_CONTEXT_MAP - FhG: BE UBSAN fix for float issue 1464 in the TCX range coder -> accept
  • FIX_2272_OOB_INDEXING_IN_LTP_PIT_SEARCH - FhG: fix OOB index USAN error in TCX LTP pitch search -> accept
  • FIX_2274_OOB_INDEXING_IN_CORRMATRIX - FhG: fix OOB indexing complaint -> accept
  • FIX_2278_OOB_INDEXING_IN_CLOSED_LOOP_PIT_SEARCH - FhG: fix oob indexing USAN complaint -> accept
  • FIX_2287_MCT_MDCT_STEREO_DATA_MALLOC_SIZE - FhG: correct allocation size for STEREO_MDCT_DEC_DATA struct -> accept
  • FIX_1474_USAN_TRANS_INV - Eri: Fix USAN out-of-bounds warning. No OOB occurs, but the pointer is set to point to uninitialized memory. -> accept
  • FIX_2268_OOB_INDEXING_IN_IFFT - VA: Fix for issue 2268, to silence clang18 -> accept
  • FIX_2271_OOB_INDEXING_IN_PIT_OL2 - VA: Fix for issue 2271, to silence clang18 -> accept
  • FIX_2273_OOB_INDEXING_IN_PIT_FR4 - VA: Fix to silence clang on ptr init -> accept
  • FIX_2249_MEMORY_LEAK_IN_SBA - OR : issue 2249 : Memory leak in SBA to BINAURAL_ROOM_REVERB with memory instrumentation -> accept
  • FIX_1483_PEAQ_VQ_ENC_MSAN_ERROR - Eri: When no PVQ bands are selected in peaq_vq_enc, the number of bands is not initialized. -> accept
  • FIX_1480_CLANG18_MSAN_UNINIT_VARIABLE - Eri: Initializes a variable in HQ decoder. It is not used, but is passed uninitialized to a function which is caught by clang-1*/ -> accept
  • FIX_1478_UNINIT_ON_BFI - VA: Fix issue 1478 where a vector is partly un-initialized during bfi -> accept
  • FIX_1487_ACCESS_OF_UNINIT_VAL_FROM_ARR_ISM_DTX - FhG/VA: init nb_bits_metadata to zero -> accept
  • FIX_1477_OOB_INDEX_IN_D_ACELP_INDEXING - FhG: fix oob indexing -> accept

Non-BE switches

  • FIX_1435_MOVE_STEREO_PANNING - VA: issue 1435: do the EVS stereo panning in the renderer -> accept
  • FIX_1454_FIX_STEREO_TO_FOA_JBM - VA: issue 1454: fix buggy stereo to FOA in JBM -> accept
  • FIX_1461_CNG_BW_SWITCHING - Eri: issue 1461: Stereo parameters are not updated when SID/NODATA forces BW to stay the same -> accept
  • FIX_2252_LP_CNG_STARTS_SID - VA: issues 2251 and 2252: fix LP CNG uninitialized value in bitstream that starts with an SID -> accept
  • FIX_1381_BWD - VA: issue 1381: apply no hysteresis in BWD at higher bitrates also in mono MASA and OMASA -> accept
  • FIX_2285_CODE_DECODER_INIT_BW - VA: basop issue 2285: fix core-decoder initialization bandwidth -> accept

Merge request reports

Loading