History log of /btstack/src/classic/btstack_sbc_decoder_bluedroid.c (Results 1 – 25 of 27)
Revision Date Author Comments
# 515a576f 28-Feb-2023 Matthias Ringwald <[email protected]>

btstack_sbc: mark input buffer as const


# 2fca4dad 02-Nov-2021 Milanka Ringwald <[email protected]>

license: update text


# b5d6d34a 21-Sep-2021 Matthias Ringwald <[email protected]>

btstack_sbc_decoder_bluedroid: extract btstack_sbc_decoder_drop_processed_bytes


# c61814e8 21-Sep-2021 Matthias Ringwald <[email protected]>

btstack_sbc_decoder_bluedroid: correct remove processed bytes


# ff7ad8fb 21-Sep-2021 Matthias Ringwald <[email protected]>

btstack_sbc_decoder_bluedroid: remove stray spaces


# 7c76cd61 29-Mar-2021 Matthias Ringwald <[email protected]>

avoid #include "btstack.h" by core stack


# 97d2cfbc 30-Nov-2020 Matthias Ringwald <[email protected]>

fix warnings for log_info/printf


# bbc383fe 30-Oct-2020 Milanka Ringwald <[email protected]>

src: remove commented code


# 37732e0b 17-Apr-2020 Milanka Ringwald <[email protected]>

sbc_decoder: declare functions as static


# 5c7e2c74 09-Apr-2020 Matthias Ringwald <[email protected]>

btstack_sbc_decoder_bluedroid: extract btstack_sbc_decoder_bluedroid_simulate_error and btstack_sbc_decoder_insert_missing_frames


# 4e5badd2 03-Feb-2020 Matthias Ringwald <[email protected]>

btstack_sbc_decoder_bluedroid: use log_debug for warnings caused by corrupt data


# 6535961a 02-Dec-2019 Matthias Ringwald <[email protected]>

ignore memcpy return value (always returns first parameter)


# c1ab6cc1 19-Nov-2019 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-12.1: add suggested parentheses


# e501bae0 11-May-2019 Matthias Ringwald <[email protected]>

Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)


# ce1fc992 20-Dec-2018 Matthias Ringwald <[email protected]>

btstack_sbc_decoder_bluedroid: insert generated frames in the correct order, correct bad bytes counting


# b3551ec7 20-Dec-2018 Matthias Ringwald <[email protected]>

btstack_sbc_decoder_bluedroid: account for all bad bytes


# 9137e118 19-Dec-2018 Matthias Ringwald <[email protected]>

btstack_sbc: btstack_sbc_decoder_test_set_plc_enabled to enable/disable PLC for testing


# 22183937 19-Dec-2018 Milanka Ringwald <[email protected]>

btstack_sbc_decoder_bluedroid, plc: remove printfs, copy empty pcm data from decoder if plc not enabled


# f6f968dd 17-Dec-2018 Matthias Ringwald <[email protected]>

btstack_sbc_decoder_bluedroid: fix signed warning


# cca2ddcc 17-Dec-2018 Matthias Ringwald <[email protected]>

btstack_sbc_decoder_bluedroid: allow to resync in all cases


# 57f61fbe 14-Dec-2018 Milanka Ringwald <[email protected]>

btstack_sbc_decoder_bluedroid: separate synchronization and PLC, reduce complexity, disable PLC until working


# 6276d22a 17-Jan-2018 Milanka Ringwald <[email protected]>

sbc: fix unused parameter compile error


# d6ec9a32 17-Jan-2018 Milanka Ringwald <[email protected]>

sbc test: add new param to decoder test to introduce partial frame corruption


# 04ec07bf 17-Jan-2018 Milanka Ringwald <[email protected]>

msbc: reset decoder on invalid params status


# a305eb53 17-Jan-2018 Milanka Ringwald <[email protected]>

sbc: handle more errors, assert liveliness


12