History log of /btstack/src/classic/btstack_sbc_plc.c (Results 1 – 25 of 27)
Revision Date Author Comments
# 95a50da8 06-Sep-2024 Dirk Helbig <[email protected]>

btstack_sbc_plc: fix warnings


# 3548b7cb 30-Nov-2023 Dirk Helbig <[email protected]>

cmake: fix warnings, code cleanup


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

license: update text


# a2c7346f 15-Apr-2021 Matthias Ringwald <[email protected]>

src/classic/btstack_sbc_plc.c: add padding to zero frame to avoid out-of-bound reads


# ff7d6aea 30-Mar-2021 Matthias Ringwald <[email protected]>

src: replace sprintf with snprintf and zero last byte


# 9b037397 08-Dec-2020 Milanka Ringwald <[email protected]>

plc: avoid cppcheck warnings


# 650b64aa 05-Nov-2020 Milanka Ringwald <[email protected]>

include stdio only if printf used


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

src: remove commented code


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

MISRAC2012-Rule-12.1: add suggested parentheses


# 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)


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

cvsd_plc: add printfs for octave file to analyse history buffer


# 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


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

btstack_sbc_plc: extend history buffer to hold 32ms of audio samples, print to octave consecutive bad frames and following good frame for analysis


# de854f9a 18-Dec-2018 Milanka Ringwald <[email protected]>

plc: add max num consecutive bad frames statistic


# ab2c6ae4 24-Mar-2017 Matthias Ringwald <[email protected]>

tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__


# 4e4f6f26 23-Jan-2017 Matthias Ringwald <[email protected]>

hfp: streamline code in sbc and cvsd plc


# 25234a7e 14-Nov-2016 Milanka Ringwald <[email protected]>

Merge branch 'develop' into a2dp

Conflicts:
example/Makefile.inc
example/sco_demo_util.c
port/pic32-harmony/app.X/nbproject/Makefile-default.mk
port/pic32-harmony/app.X/nbproject/Makefile-genesi

Merge branch 'develop' into a2dp

Conflicts:
example/Makefile.inc
example/sco_demo_util.c
port/pic32-harmony/app.X/nbproject/Makefile-default.mk
port/pic32-harmony/app.X/nbproject/Makefile-genesis.properties
port/pic32-harmony/app.X/nbproject/configurations.xml
port/pic32-harmony/create_examples.py
src/classic/btstack_cvsd_plc.c
src/classic/btstack_sbc_bludroid.c
src/classic/btstack_sbc_plc.c
test/ring_buffer/.gitignore

show more ...


# 40e1e61c 14-Nov-2016 Milanka Ringwald <[email protected]>

maths: aproximation of sqrt


# 9491a7bf 11-Nov-2016 Matthias Ringwald <[email protected]>

streamline compilation for non-posix targets


# 250a1e4a 13-Sep-2016 Milanka Ringwald <[email protected]>

fix sbc plc


# 62f77245 13-Sep-2016 Milanka Ringwald <[email protected]>

fix casting


# c5e169ec 13-Sep-2016 Milanka Ringwald <[email protected]>

add static declaration, move functions


# 7e6b1e83 13-Sep-2016 Milanka Ringwald <[email protected]>

sbc plc: renamed vars


# b3f76298 31-Aug-2016 Milanka Ringwald <[email protected]>

hfp: fix comments, init code


12