Included SpanDSP functions for T.38 fax, local aim being TIFF over TFTP
authorRick van Rein <vanrein@hwdev.(none)>
Fri, 16 Dec 2011 17:31:59 +0000 (17:31 +0000)
committerRick van Rein <vanrein@hwdev.(none)>
Fri, 16 Dec 2011 17:31:59 +0000 (17:31 +0000)
commit0f046201efd962d9866697ff4fff897271efb06a
treed65aa307365e4ccfbb1a4f985e893030322d1beb
parente185bb3b5eab07e59dc10da28a5b0cb0d842eba6
Included SpanDSP functions for T.38 fax, local aim being TIFF over TFTP
57 files changed:
doc/top2bottom.rst
include/0cpm/snd.h
include/bottom/grandstream.h
src/codec/README
src/codec/l8l16.c [new file with mode: 0644]
src/codec/rtt/Makefile.desktop
src/codec/rtt/README
src/codec/rtt/TODO
src/codec/rtt/desktop.c
src/codec/spandsp/src/async.c [new file with mode: 0644]
src/codec/spandsp/src/bit_operations.c [new file with mode: 0644]
src/codec/spandsp/src/logging.c [new file with mode: 0644]
src/codec/spandsp/src/spandsp/0cpm.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/async.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/private/async.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/private/logging.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/private/t30.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/private/t38_core.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/private/t38_terminal.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/private/t4_rx.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/private/t4_t6_decode.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/private/t4_t6_encode.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/private/t4_tx.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/private/timezone.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/t30.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/t30_api.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/t30_fcf.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/t30_logging.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/t35.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/t38_core.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/t38_terminal.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/t4_rx.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/t4_t6_decode.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/t4_t6_encode.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/t4_tx.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/timezone.h [new file with mode: 0644]
src/codec/spandsp/src/t30.c [new file with mode: 0644]
src/codec/spandsp/src/t30_api.c [new file with mode: 0644]
src/codec/spandsp/src/t30_logging.c [new file with mode: 0644]
src/codec/spandsp/src/t35.c [new file with mode: 0644]
src/codec/spandsp/src/t38_core.c [new file with mode: 0644]
src/codec/spandsp/src/t38_terminal.c [new file with mode: 0644]
src/codec/spandsp/src/t4_rx.c [new file with mode: 0644]
src/codec/spandsp/src/t4_tx.c [new file with mode: 0644]
src/codec/spandsp/src/timezone.c [new file with mode: 0644]
src/codec/wrap.c
src/driver/tic55x/grandstream-bt20x.c
src/driver/tlv320aic2x.c
src/function/Kconfig.devel
src/function/Makefile
src/function/bootloader.c
src/function/develtest/echo.c
src/function/develtest/keys2display.c
src/function/develtest/netconsole.c
src/function/develtest/switch2led.c
src/function/develtest/timer2led.c
src/function/sip6phone/topmain.c