Commit Graph

226 Commits

Author SHA1 Message Date
bossiel d292f878a4 Fix "redefinition of typedef ‘tcomp_states_L_t’" issue 2012-12-25 22:21:54 +00:00
bossiel 62ec6a2219 Remove useless warning 2012-12-25 02:49:26 +00:00
bossiel 80288eeef0 Fix issues on SigComp 2012-12-24 06:51:07 +00:00
bossiel 46d7c1c69f Allow disabling VP8 rtp extension(X) 2012-12-21 00:05:52 +00:00
bossiel e36cf37f0a Add more debug info 2012-12-19 02:44:36 +00:00
bossiel 9acf24eaf6 Do not enable ICE when MSRP is used 2012-12-13 22:15:40 +00:00
bossiel 31e4dd63e7 Fix issue 157 2012-12-13 21:03:19 +00:00
bossiel 1f3f9d4338 Do not show warning when runloop is not initialized (expected) 2012-12-13 20:53:12 +00:00
bossiel 6670c8090c Fix iDoubs bug 135 2012-12-11 23:12:36 +00:00
bossiel 3a15b87603 Fix crash on keep-alive OPTIONS 2012-12-11 17:15:50 +00:00
bossiel 4c962672ce Fix IMSDroid bug #420 2012-12-11 12:19:22 +00:00
bossiel 8c63b1825d Fix typo 2012-12-10 16:33:58 +00:00
bossiel d60e3f2f55 add right paths for libyuv 2012-12-10 01:29:17 +00:00
bossiel abe5385624 Fix issue 156 2012-12-06 05:09:04 +00:00
bossiel 00a7b4b69a Always check that the network interface is Up before using it 2012-12-06 00:36:48 +00:00
bossiel 466cba8637 - Use VBR instead of CBR for h264
- Lower bandwidth usage for vp8
- Fix issue on fmtp comparison
2012-12-05 10:38:54 +00:00
bossiel 88b4d6f272 Fix segmentation fault issue 2012-12-05 07:55:26 +00:00
bossiel 691054d035 Fix webrtc2sip bug 27\nSuppress some warnings 2012-12-05 06:35:45 +00:00
bossiel 5c973c94a5 update gnu autotools 2012-12-05 06:00:23 +00:00
bossiel 8aabc25ed6 Change ragel scripts to suppress warnings for "unused variables" 2012-12-05 03:27:31 +00:00
bossiel caffaf4e00 Fix webrtc2sip bug 29 2012-12-04 00:31:40 +00:00
bossiel de8639b050 Fix compilation issues (OS X) 2012-12-03 23:50:39 +00:00
bossiel 3c5cfac6cd Fix webrtc2sip bug 29 2012-12-03 21:59:43 +00:00
bossiel 6f314e40d8 Update configure.ac 2012-12-03 07:06:13 +00:00
bossiel 5046e21859 Fix typo: "HAVE_SPEEXDSP" instead of "HAVE_LIB_SPEEXDSP" 2012-12-03 06:50:44 +00:00
bossiel 7d2e8e8142 DO not trust via header when forwarding WS messages 2012-12-03 06:28:13 +00:00
bossiel cb112782f0 Add missing includes in OS X audio system implementation 2012-12-03 04:02:35 +00:00
bossiel 9f6fb292fa Use "tnet_getsockname()" instead of "tnet_get_sockaddr" 2012-12-03 04:00:15 +00:00
bossiel c35b4e9255 Add support for Linux (webrtc2sip 2.0) 2012-12-03 03:11:21 +00:00
bossiel bb2a188e50 Add GNU autotools scripts for iLBC 2012-12-02 18:30:50 +00:00
bossiel 56a66ad5a2 fix typo in 'HAVE_NET_ROUTE_H' 2012-11-23 17:25:36 +00:00
bossiel 6f60d27a82 Do not include <net/if_types.h> on iOS 2012-11-23 16:51:31 +00:00
bossiel bc329c5649 Begin adding support for GNU autotools 2012-11-22 00:09:46 +00:00
bossiel 986fe7b32c - Update test program to use the latest API functions
- Fix crash issue when the UDVM receive invalid byte code: RFC 4465 Torture tests (A.2.3 and A.2.4).
2012-11-20 21:05:21 +00:00
bossiel 2e090e1851 Fix memory leak issue when a constructor returns 'null'. 2012-11-20 21:00:57 +00:00
bossiel b40099edbc Use swig 2.0.9 (https://swig.svn.sourceforge.net/svnroot/swig/trunk -r 13877) to fix crashed on Android as reported at http://permalink.gmane.org/gmane.comp.programming.swig.devel/22063 2012-11-13 08:17:24 +00:00
bossiel 907ae3c03d Use lower case transports in ICE candidates to ease interop with chrome 2012-11-12 12:06:30 +00:00
bossiel 4dca974cc1 - Always update rtcp-mux attribute when remote sdp is received
- make sure to stop ICE engine even if RTP manager is not started
2012-11-12 10:56:50 +00:00
bossiel e18af84cd2 - Update RTCWeb profile to all interoperability with chrome stable "23.0.1271.64 m" and later
- Begin adding support for multiple transports
- Begin adding support for p2p, mcu and mediaproxy modes
- Fix issue gathering issue on Windows 7 and later (tied to webrtc4all issue #1)
2012-11-12 08:13:42 +00:00
bossiel 0236c22d0a Add a workaround for endpoint not supporting "rfc 4639 section 8.2.1" preference ordering 2012-11-06 20:47:16 +00:00
bossiel 4962638959 Enable RFC 5939 even if SRTP is disabled 2012-11-06 17:05:23 +00:00
bossiel 8ba06270ed Make xcode happy 2012-11-02 16:48:56 +00:00
bossiel 348a1c7ee4 - Fix issue 59: Adds support for T.140 (rfc4103, rfc2198, rfc5194) - Thanks to IVèS (www.ives.fr/) for their contribution
- Make SWIG v2.0.8 the minimum version to generate bindings
2012-11-02 16:24:29 +00:00
bossiel b4398c3cd6 Fix idoubs issue 128
Fix imsdroid issue 375
2012-10-25 19:40:25 +00:00
bossiel fbddda0ad5 Increment RTPEvent pkts even if E bit is set 2012-10-09 00:40:20 +00:00
bossiel b37686b857 Fix Android build issue reported at https://groups.google.com/group/doubango/browse_thread/thread/c23e28d4408eaa76 2012-10-03 09:27:15 +00:00
bossiel c65f242781 Complete support for iPhone5 2012-09-28 07:08:32 +00:00
bossiel 3ba61782b4 Allow enabling/disabling logs at runtime 2012-09-11 14:40:34 +00:00
bossiel 8e7f8e9dcd cleanup VS2008 projects for Release target 2012-09-06 16:44:07 +00:00
bossiel c97deeb448 Update iOS libvpx binaries to v1.1.0 // save/restore rotation scaling info 2012-09-06 15:43:30 +00:00