]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
spandsp DSP tweaks to avoid problems with the LPC10 code compiled with the latest...
authorSteve Underwood <steveu@x240.coppice.org>
Thu, 13 Jul 2017 23:29:20 +0000 (00:29 +0100)
committerSteve Underwood <steveu@x240.coppice.org>
Thu, 13 Jul 2017 23:29:20 +0000 (00:29 +0100)
commit9732d325033813efaa30d6f965ae802f64b853db
treeb35a9e56c35b55b40742be29dad5a6038413f9f2
parent62fe767e65ba8a024d0439059992779dd3859858
spandsp DSP tweaks to avoid problems with the LPC10 code compiled with the latest GCC 6.2 series compilers. Various other additional tweaks to spandsp.
33 files changed:
libs/spandsp/configure.ac
libs/spandsp/m4/ac_func_memmove.m4 [moved from libs/spandsp/m4/memmove.m4 with 100% similarity]
libs/spandsp/src/at_interpreter.c
libs/spandsp/src/awgn.c
libs/spandsp/src/data_modems.c
libs/spandsp/src/hdlc.c
libs/spandsp/src/image_translate.c
libs/spandsp/src/lpc10_analyse.c
libs/spandsp/src/lpc10_decode.c
libs/spandsp/src/lpc10_encdecs.h
libs/spandsp/src/lpc10_voicing.c
libs/spandsp/src/make_at_dictionary.c
libs/spandsp/src/make_cielab_luts.c
libs/spandsp/src/make_math_fixed_tables.c
libs/spandsp/src/make_modem_filter.c
libs/spandsp/src/make_t43_gray_code_tables.c
libs/spandsp/src/spandsp/at_interpreter.h
libs/spandsp/src/spandsp/data_modems.h
libs/spandsp/src/spandsp/g711.h
libs/spandsp/src/spandsp/private/awgn.h
libs/spandsp/src/spandsp/private/data_modems.h
libs/spandsp/src/spandsp/private/v18.h
libs/spandsp/src/spandsp/stdbool.h
libs/spandsp/src/spandsp/telephony.h
libs/spandsp/src/spandsp/v18.h
libs/spandsp/src/t30_logging.c
libs/spandsp/src/v17rx.c
libs/spandsp/src/v18.c
libs/spandsp/src/v8.c
libs/spandsp/tests/data_modems_tests.c
libs/spandsp/tests/dummy_modems_tests.c
libs/spandsp/tests/socket_harness.c
libs/spandsp/tests/socket_harness.h