Commit Graph

24 Commits

Author SHA1 Message Date
bossiel c5ff66d362 Begin adding support for Android x86 2014-02-26 01:43:32 +00:00
bossiel 19922e10d5 Fix issue at https://groups.google.com/forum/#!topic/doubango/r7CPQ8h2ihE 2014-02-19 16:28:07 +00:00
bossiel 28691dda52 Update Doubango version 2013-10-10 00:21:04 +00:00
bossiel dbe571afdf Add new API functions: tnet_get_fd_max_allowed(), tnet_set_fd_max_allowed() and tnet_get_fd_opened_count() 2013-10-07 05:04:07 +00:00
bossiel b0ff29b39e Fix issue 311 2013-08-18 21:19:41 +00:00
bossiel 2b7fb7540f Fix issue 310 2013-08-16 15:09:20 +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 d24b79868d Fix <dns.h> detection issue 2013-07-18 10:35:28 +00:00
bossiel ce0b8a8554 Update Doubango pkgconfig version from 898 to 904 2013-06-12 13:04:10 +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 5d8056257b Fix typo in configure.ac 2013-05-07 05:52:34 +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 181bc7b13d - Adds support for ZeroArtifacts (Perfect video quality)
- Better interop with WebRTC endpoints (better video quality)
- Lock-free on MediaSessionMgr for better performances on both audio and video
- Re-design the video jitter buffer for better CPU prefs and video quality. Request lost frames (RTC-NACK) as many times as required to deal with RTCP-losses. The FPS guesser is smarter.
- Fix issues on RTP timestamps on video pkts
- Update libsrtp binaries on Android and Windows (Use latest CVS)
- Better interop with other h264-rtp implementations (e.g. gstreamer, bria, cisco, polycom, lync...)
- Fix issue 233 (tinyNET does not compile on MAC + fix/patch)
- Fix issue 234 (tinyDAV does not compile on MAC)
- Fix issue 238 (iOS: Bad audio quality when audio/video call uses cpu intensive audio codec (e.g. g729 or speex))
- Fix issue 239 (Adds support for thread priority setting). Timers and audio/video threads now use high priority.
- Fix issue 242 (Hold/Resume fails when audio driver is opensl-es (Android))
- Fix issue 243 (PictureID in VP8 is not correct (only happens when there is overflow on the first 4 bytes))
- Fix issue 244 (Adds callbacks from codecs to session to signal IDR frames decoding)
- Fix issue 245 (Fail to decode h264 buffer)
- FIx issue 246 (Gnu Autotools: Detect support for monotonic timers in configure.ac)
2013-04-09 22:22:16 +00:00
bossiel 017ac31766 Add support for DTLS-SRTP (rfc5764 and rfc5763) 2013-01-07 15:37:02 +00:00
bossiel d60e3f2f55 add right paths for libyuv 2012-12-10 01:29:17 +00:00
bossiel 5c973c94a5 update gnu autotools 2012-12-05 06:00:23 +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 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 c35b4e9255 Add support for Linux (webrtc2sip 2.0) 2012-12-03 03:11:21 +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