]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
More movement towards colour FAXing
authorSteve Underwood <steveu@x100e.coppice.org>
Wed, 29 May 2013 06:47:48 +0000 (14:47 +0800)
committerSteve Underwood <steveu@x100e.coppice.org>
Wed, 29 May 2013 06:47:48 +0000 (14:47 +0800)
commit3ea625c6ae99ea115dbed865c0a7ddb92df0acba
tree0812881a76892589efbdfc08271ecae436039ea0
parent3519e0f4c3222365204f3bf03e7aa9123d723e7d
More movement towards colour FAXing
19 files changed:
libs/spandsp/src/Makefile.am
libs/spandsp/src/at_interpreter.c
libs/spandsp/src/image_translate.c
libs/spandsp/src/make_math_fixed_tables.c
libs/spandsp/src/make_t43_gray_code_tables.c [new file with mode: 0644]
libs/spandsp/src/spandsp/expose.h
libs/spandsp/src/spandsp/t42.h
libs/spandsp/src/spandsp/t43.h
libs/spandsp/src/spandsp/t4_rx.h
libs/spandsp/src/spandsp/t4_t6_encode.h
libs/spandsp/src/t30.c
libs/spandsp/src/t42.c
libs/spandsp/src/t42_t43_local.h
libs/spandsp/src/t43.c
libs/spandsp/src/t4_rx.c
libs/spandsp/src/t4_t6_encode.c
libs/spandsp/src/t4_tx.c
libs/spandsp/tests/fax_tests.c
libs/spandsp/tests/t4_t6_tests.c