Commit Graph

131 Commits

Author SHA1 Message Date
bossiel 078afc173a - Fix issue 355 (adds support for rfc5168) and issue 358
- Update licensing.html to add information about libxml2
2014-03-21 21:08:31 +00:00
bossiel 93fa77e26b Update versions (win32 rc) 2014-03-10 04:14:21 +00:00
bossiel c5ff66d362 Begin adding support for Android x86 2014-02-26 01:43:32 +00:00
bossiel 2bed170f48 Fix issue 343 2014-01-23 19:34:14 +00:00
bossiel be2187b64d Update IPSec documentation 2013-12-26 18:17:56 +00:00
bossiel 921117452f Adds support for 3GPP IMS-IPSec 2013-12-26 17:43:05 +00:00
bossiel abf59ea61c Fix issue 322 2013-10-08 05:55:32 +00:00
bossiel 6b0905d98a Increase first message timeout 2013-10-08 03:12:37 +00:00
bossiel 5ea23a8836 Make webrtc2sip more robust to DDoS attacks 2013-10-08 03:02:40 +00:00
bossiel 6f1df005e8 Fix typo 2013-10-07 07:23:17 +00:00
bossiel 0cdb2dc63d Make webrtc2sip more robust to DDoS attacks 2013-10-07 05:59:09 +00:00
bossiel fe193545dc Make WebRTC2SIP more robust to ddos attacks 2013-10-06 23:17:30 +00:00
bossiel aa835b98eb Make transport closest match smarter 2013-08-21 15:32:19 +00:00
bossiel 43401ce3d0 Set transport with closest match when possible. 2013-08-21 14:32:53 +00:00
bossiel 600a1f43e3 Fix issue 313 2013-08-21 14:00:55 +00:00
bossiel 6b32ea2677 Do not override local fd in SIP messages unless invalid 2013-08-16 14:47:29 +00:00
bossiel 22de9d1357 Fix request routing issue (MCU mode) 2013-08-16 12:58:58 +00:00
bossiel 93c8b9e14c Fix issue 292
Fix two regressions:
 - DTMF not added in the FMTP
 - Audio session fails to start when DSTLS-SRTP is enabled
2013-08-05 04:42:49 +00:00
bossiel 7dbc692cf0 Add two public API functions: tnet_ice_ctx_set_sync_mode() and tnet_ice_ctx_set_silent_mode() 2013-07-31 23:58:51 +00:00
bossiel 96ae7c949b Add new public API function tnet_ice_ctx_start_2() 2013-07-31 22:58:53 +00:00
bossiel 461adfb0fb Allow setting ICE timeout even if context is not active 2013-07-31 21:44:48 +00:00
bossiel ea4c1f1faa Fix issue 254 2013-07-31 19:25:16 +00:00
bossiel 855117af4d Begin fixing issue 254 2013-07-31 17:52:20 +00:00
bossiel a8b6c9928d Remove "M" suffix from version names 2013-07-29 06:05:35 +00:00
bossiel 56a915b47c Update version information 2013-07-29 06:01:48 +00:00
bossiel f172ae2a5a Update version info 2013-07-29 04:19:53 +00:00
bossiel 539c048866 Add version info in all standalone plugins 2013-07-28 04:32:17 +00:00
bossiel f8db7178db Update vsprojs to use C7 debug format instead of ZI 2013-07-26 06:05:23 +00:00
bossiel 2c7ca7bc03 Fix issue on thread apartment switching 2013-07-16 05:25:18 +00:00
bossiel 7bd14cceb4 Re-open jitter buffer and denoiser when session is updated (reINVITE) 2013-07-11 17:36:17 +00:00
bossiel 77e6d19a43 Change VS project setting (release target to use full optimization -Ox-) 2013-07-10 03:40:30 +00:00
bossiel 45d714e95d [webrtc2sip]Fix issue on destination IP/port matching for TCP. 2013-07-01 08:59:52 +00:00
bossiel f32a455b68 Allow setting video FPS 2013-06-10 15:09:40 +00:00
bossiel 1da4baac3e - GNU make files:
* complete rewrite to add auto detection for thirdparties libraries
 * all features are enabled by default unless --without-xxx is used
 * adds support for pkg-config to ease integration on other projects (tp, webrtc2sip...)
****** FIRT REVISION KNOW TO FULLY WORK WITH TP ******
- Detect support for h264, h263, theora and mp4v-es at runtime instead of using macros at compile-time
- Allows configuring audio ptime and video fps
- Adds support for congestion control
- Complete support for RTCP-REMB (http://tools.ietf.org/html/draft-alvestrand-rmcat-remb-00)
- Change way the bitrate is computed (use width, height, motion-rank and fps)
-
2013-06-10 05:47:01 +00:00
bossiel 35e839e63d - Fix issue 231
- Add binaries for libfreetype and libfaac (win32)
- Update FFmpeg binaries fo TP system (win32)
2013-06-01 00:54:48 +00:00
bossiel 06ad4eb190 - Use FFmpeg 1.2 on Windows
- Fix issue 274
2013-05-24 19:33:16 +00:00
bossiel 78094de99d Fix issue 268 2013-05-15 21:43:14 +00:00
bossiel c6ea8f7fab Fix issue 261 (Adds support for Opus audio codec)
Fix issue 262, issue 263 and issue 264
2013-05-07 04:55:21 +00:00
bossiel b508b23574 Adds support for rport (rfc 3581) for server modes (telepresence or webrtc2sip) 2013-04-06 01:31:20 +00:00
bossiel 0d4e8ba4d9 Use Public IP in Via when STUN is enabled 2013-04-06 01:11:29 +00:00
bossiel 039792c825 Make xcode 4.6.1 (Apple LLVM compiler 4.2 - c++11) 2013-04-05 19:08:20 +00:00
bossiel f05b88cb93 Set default value to 'peer'. See https://groups.google.com/group/doubango/browse_thread/thread/d8769c417d0ef8e2 2013-03-29 19:42:29 +00:00
bossiel 44b9748146 Reset REGISTER dialog internal values when it terminates 2013-03-28 15:03:12 +00:00
bossiel ca608eeb48 Fix typo 2013-03-24 22:36:26 +00:00
bossiel ce8e8ca89e Use kCFStreamEventCanAcceptBytes instead of kCFStreamEventOpenCompleted to signal that the socket is connected (iOS) 2013-03-24 21:59:42 +00:00
bossiel dae4db06c5 Fix iDoubs #148 #150 2013-03-20 21:40:26 +00:00
bossiel 6a60b500f0 Fix tcp outbound issues (webrtc2sip) 2013-03-14 09:57:04 +00:00
bossiel bb4e887341 Ignore master socket 'connected' event on iOS4+ 2013-03-14 01:33:43 +00:00
bossiel 1540bf5dcf Adds support for TCP/TLS outbound (webrtc2sip) 2013-03-13 14:26:06 +00:00
bossiel 093cebf2cc Make SDP change checker more strict 2013-03-13 07:41:41 +00:00