]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
update to snapshot spandsp-20090427
authorMichael Jerris <mike@jerris.com>
Tue, 28 Apr 2009 14:42:18 +0000 (14:42 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 28 Apr 2009 14:42:18 +0000 (14:42 +0000)
commita802976818b360f3add430ed2b687effeb3c882e
tree20256ecfab73df329091ddade4aeeb837af3ed97
parent93550130178fb73d67c26e73e43b5c784c4bb053
update to snapshot spandsp-20090427

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13177 d0543943-73ff-0310-b7d9-9358b9ac24b2
60 files changed:
libs/spandsp/src/async.c
libs/spandsp/src/at_interpreter.c
libs/spandsp/src/fax.c
libs/spandsp/src/g722.c
libs/spandsp/src/libspandsp.2008.sln
libs/spandsp/src/make_at_dictionary.c
libs/spandsp/src/spandsp/async.h
libs/spandsp/src/spandsp/fax_modems.h
libs/spandsp/src/spandsp/private/v22bis.h
libs/spandsp/src/spandsp/v22bis.h
libs/spandsp/src/spandsp/version.h
libs/spandsp/src/t30.c
libs/spandsp/src/v17rx.c
libs/spandsp/src/v17tx.c
libs/spandsp/src/v18.c
libs/spandsp/src/v22bis_rx.c
libs/spandsp/src/v22bis_tx.c
libs/spandsp/src/v27ter_rx.c
libs/spandsp/src/v27ter_tx.c
libs/spandsp/src/v29rx.c
libs/spandsp/src/v29tx.c
libs/spandsp/tests/Makefile.am
libs/spandsp/tests/adsi_tests.c
libs/spandsp/tests/at_interpreter_tests.c
libs/spandsp/tests/complex_vector_float_tests.c
libs/spandsp/tests/complex_vector_int_tests.c
libs/spandsp/tests/fax_utils.c
libs/spandsp/tests/g711_tests.c
libs/spandsp/tests/g722_tests.c
libs/spandsp/tests/g726_tests.c
libs/spandsp/tests/gsm0610_tests.c
libs/spandsp/tests/msvc/adsi_tests.vcproj [new file with mode: 0644]
libs/spandsp/tests/msvc/complex_tests.vcproj [new file with mode: 0644]
libs/spandsp/tests/msvc/complex_vector_float_tests.vcproj [new file with mode: 0644]
libs/spandsp/tests/msvc/complex_vector_int_tests.vcproj [new file with mode: 0644]
libs/spandsp/tests/msvc/dtmf_rx_tests.vcproj [new file with mode: 0644]
libs/spandsp/tests/msvc/dtmf_tx_tests.vcproj [new file with mode: 0644]
libs/spandsp/tests/msvc/queue_tests.vcproj [new file with mode: 0644]
libs/spandsp/tests/msvc/t38_core_tests.vcproj [new file with mode: 0644]
libs/spandsp/tests/msvc/t38_non_ecm_buffer_tests.vcproj [new file with mode: 0644]
libs/spandsp/tests/msvc/t38_terminal_tests.vcproj [new file with mode: 0644]
libs/spandsp/tests/msvc/v22bis_tests.vcproj [new file with mode: 0644]
libs/spandsp/tests/msvc/v29_tests.vcproj [new file with mode: 0644]
libs/spandsp/tests/msvc/v80_tests.vcproj [new file with mode: 0644]
libs/spandsp/tests/msvc/v8_tests.vcproj [new file with mode: 0644]
libs/spandsp/tests/msvc/vector_float_tests.vcproj [new file with mode: 0644]
libs/spandsp/tests/msvc/vector_int_tests.vcproj [new file with mode: 0644]
libs/spandsp/tests/t38_core_tests.c
libs/spandsp/tests/t38_gateway_tests.c
libs/spandsp/tests/t38_gateway_to_terminal_tests.c
libs/spandsp/tests/t38_non_ecm_buffer_tests.c
libs/spandsp/tests/t38_terminal_tests.c
libs/spandsp/tests/t38_terminal_to_gateway_tests.c
libs/spandsp/tests/v17_tests.c
libs/spandsp/tests/v22bis_tests.c
libs/spandsp/tests/v27ter_tests.c
libs/spandsp/tests/v29_tests.c
libs/spandsp/tests/v8_tests.c
libs/spandsp/tests/vector_float_tests.c
libs/spandsp/tests/vector_int_tests.c