226 Commits

Author SHA1 Message Date
Jeff Lenk
55409dcbb6 windows fix for libtiff on last commit 2012-09-11 14:31:33 -04:00
Steve Underwood
db994a48bc This should have moved us from tiff-3.8.2 to tiff-4.0.2 . The windows builds
will need rechecking.
2012-09-11 14:31:32 -04:00
Steve Underwood
4a1ddf0e4c More cleanups of the FAX modems 2012-09-11 14:31:29 -04:00
Steve Underwood
d2d7175908 Bring fax_modem handling in the fax_tester code into line with the upstream code 2012-09-11 14:31:29 -04:00
Steve Underwood
fb7ee3a7ab This update brings the fax modem handling into line with the upstream code 2012-09-11 14:31:29 -04:00
Steve Underwood
7a2f2aeeb1 More cleanups of fax modem stuff 2012-09-11 14:31:29 -04:00
Jeff Lenk
648297aa27 spandsp windows build fix 2012-09-11 14:31:28 -04:00
Steve Underwood
d986926d0e More tweaks to spandsp 2012-09-11 14:31:28 -04:00
Steve Underwood
abbdb16173 Tweaks 2012-09-11 14:31:28 -04:00
Steve Underwood
0d9e200144 Tweaks 2012-09-11 14:31:28 -04:00
Steve Underwood
64541c08d2 More tweaks 2012-09-11 14:31:28 -04:00
Steve Underwood
823d59f573 Tweaks 2012-09-11 14:31:28 -04:00
Steve Underwood
48330d913d Tweaks 2012-09-11 14:31:28 -04:00
Steve Underwood
c560fe7fbe More tweaks 2012-09-11 14:31:28 -04:00
Steve Underwood
116186a5e5 More tweaks 2012-09-11 14:31:28 -04:00
Steve Underwood
dfd4f70e98 More tweaks 2012-09-11 14:31:28 -04:00
Steve Underwood
2a040e1d2c More tweaks 2012-09-11 14:31:28 -04:00
Steve Underwood
8c6e2d20d5 More tweaks 2012-09-11 14:31:28 -04:00
Steve Underwood
308371c8e1 More fax modem tweaks 2012-09-11 14:31:27 -04:00
Steve Underwood
410a83bde1 Tweaks 2012-09-11 14:31:27 -04:00
Steve Underwood
f26a4990d7 Various fax_modems.c related improvements 2012-09-11 14:31:27 -04:00
Steve Underwood
ddf85356e3 A line got deleted somewhere along the line. I didn't do it, honest.
Its them damn gremlins.
2012-09-11 14:30:50 -04:00
Steve Underwood
a82b28c37f Fixed a typo in the fixed point image translate code 2012-09-11 14:29:58 -04:00
Stefan Knoblich
400e6b6447 spandsp: Fix libjpeg checks for --enable-builtin-tiff builds.
The --enable-builtin-tiff option appends libs/tiff-3.8.2/libtiff/libtiff.la
to LIBS, causing the AC_CHECK_LIB([jpeg]...) check to fail, because
libtiff.la does not exist at configure time.

Temporarily store tiff and jpeg libs in TIFF_-/JPEG_LIBS variables and
append them to LIBS after all library checks have run.

Example error output:
    configure:20049: checking for jpeg_start_compress in -ljpeg
    configure:20074: cc -o conftest -O2 -pipe -fno-strict-aliasing    -L/usr/local/lib conftest.c -ljpeg  -lm  /usr/home/ports/net/freeswitch-core-devel/work/freeswitch-1.2.1/libs/tiff-3.8.2/libtiff/libtiff.la >&5
    cc: /usr/home/ports/net/freeswitch-core-devel/work/freeswitch-1.2.1/libs/tiff-3.8.2/libtiff/libtiff.la: No such file or directory

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-09-11 14:29:57 -04:00
Steve Underwood
afbdb08fec Improvements to image translation 2012-09-11 14:29:56 -04:00
Jeff Lenk
ffebc6ac9c FS-4504 vs2010 only - plus mod_sofia fix - anybody want to help with 2008 2012-09-11 14:29:56 -04:00
Steve Underwood
790c4d6eaa Improvements to T.4 end of image handling, and the related tests.
A lot of tiny tidy up edits
2012-08-14 00:25:50 -05:00
Steve Underwood
812dacfb5c Various little tweaks
A bug in end of image handling fixed, which could mean some T.85 images would
screw up.
2012-08-14 00:25:22 -05:00
Jeff Lenk
3a478a61aa FS-4504 vs2008 pro still need express 2012-08-14 00:24:42 -05:00
Steve Underwood
adece695cd Fixed a misplaced #endif that only causes trouble when you hit the right
combination
2012-08-14 00:24:02 -05:00
Steve Underwood
ae321660d9 A couple of typos in spandsp
Improvements to image flattening in spandsp's image translate code
2012-08-14 00:23:56 -05:00
Jeff Lenk
dfad2a14bd FS-4504 vs2010 only - plus mod_sofia fix - anybody want to help with 2008 2012-08-14 00:22:43 -05:00
Steve Underwood
806a994246 Fixed harmless typos in comments 2012-08-14 00:20:12 -05:00
Steve Underwood
1a4f1c97de Image translate moves forward a little, towards colour support 2012-08-14 00:20:03 -05:00
Steve Underwood
ffcf6443f0 Tweaks 2012-08-14 00:19:46 -05:00
Steve Underwood
9732411dc8 Someone's been doing something odd to t30.h :-\
(cherry picked from commit 65ffaa8ca90e5befa4cbac64d723d53a98a4fc8f)
2012-08-10 18:03:22 +02:00
SwK
3818cae3e6 Work around for compiler issues on centos 2012-08-07 14:46:23 -04:00
Steve Underwood
a117fd8fa3 Avoid quirky complaints about using the top bit of an integer as an enum 2012-08-07 23:06:17 +08:00
Steve Underwood
3ae2bdf4aa Improvements to dithering down colour and gray scale images to bi-level
images, for images with different illuminants.
2012-08-07 22:34:32 +08:00
Steve Underwood
04e93f4c0b Fix fixed point builds of spandsp, and improve logging of modem performance during tests 2012-08-05 22:20:39 +08:00
Steve Underwood
72566f6a3f Fixed V.22bis fixed point builds 2012-08-05 18:39:41 +08:00
Steve Underwood
f088d971f3 Sorted out fixed point builds of the V.22bis modem 2012-08-05 18:38:47 +08:00
Jeff Lenk
d1c3f910a6 windows -fix build for recent spandsp changes 2012-08-03 16:46:48 -05:00
Steve Underwood
e523076274 FAX T.6 decompression fixed for images with black in the last pixel of lines.
Colour and grey images can down be dithered down to bi-level images for transmission as faxes.
More movement towards T.42 support
2012-08-04 03:45:09 +08:00
Steve Underwood
e35221b981 Fixed the way T.85/T.85-L0 selection is handled when decoding DCS messages 2012-08-03 20:26:30 +08:00
Jeff Lenk
b2e28d68b5 fix windows build for last spandsp changes - trivial 2012-07-21 10:18:27 -05:00
Steve Underwood
be6739e198 Updates to spands test data 2012-07-21 21:46:07 +08:00
Steve Underwood
fd8c576c66 Some tidying of the V.17 modem. Brought the modem test programs up to date 2012-07-21 21:17:11 +08:00
Steve Underwood
e58b2e7d97 Some modem cleanups, and movement towards efficient fixed point modem
implementations for platforms with slow floating point
2012-07-21 19:47:45 +08:00
Steve Underwood
e9b4a497cc Tweaks 2012-07-21 07:18:27 +08:00