Commit Graph

43 Commits

Author SHA1 Message Date
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 5702098bc8 Adds support for Windows Phone 8 and Surface Pro 2013-02-17 18:56:03 +00:00
bossiel 017ac31766 Add support for DTLS-SRTP (rfc5764 and rfc5763) 2013-01-07 15:37:02 +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 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 691054d035 Fix webrtc2sip bug 27\nSuppress some warnings 2012-12-05 06:35:45 +00:00
bossiel 8aabc25ed6 Change ragel scripts to suppress warnings for "unused variables" 2012-12-05 03:27:31 +00:00
bossiel c35b4e9255 Add support for Linux (webrtc2sip 2.0) 2012-12-03 03:11:21 +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 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 c65f242781 Complete support for iPhone5 2012-09-28 07:08:32 +00:00
bossiel 779de18b22 Update VP8 libraries for Android and Windows (v1.1.0 aka "Eider")
Allow changing video size after the decoding process start
Allow rotating without scaling to keep ratio
Use right values to compute DirectShow display ratio
2012-09-06 14:53:13 +00:00
bossiel 5428e86579 - Add supports for add-ons (plugins loaded from shared libs)
- Add WebRTC audio add-on for Linux systems
- Add OpenSL-ES audio add-on for Android 2.3+
- Fix RTC issue: BYE not sent when the call is ended
- Update Android build scripts to detect all toolchanins (up to 8b), include striping, make NDK r7c as the default toolchain
- Add support for Adaptive echo tail
- Update Speex libraries for Android
- Disable build for speakup-jb code when speex-jb is enabled
- Prevent SIGPIPE signal on iOS when using UDP
2012-09-03 06:41:33 +00:00
bossiel a696df25b5 Adds support for libyuv (http://code.google.com/p/libyuv/) 2012-08-19 00:14:44 +00:00
bossiel dc4a18dbfa Improve video quality and latency 2012-06-28 01:18:22 +00:00
bossiel 06b4b22dbe Update OS X support 2012-05-15 06:57:29 +00:00
bossiel d96205b245 - ICE (Interactive Connectivity Establishment): Full implementation of RFC 5245 for NAT Traversal
- 1080p (Full HD): all platforms supports full HD video negotiation. Off course it depends on your CPU and network bandwidth. The preferred video size could be changed from the QoS/QoS screen.
- Adaptive video jitter buffer: A video jitter buffer with advanced features like error correction, packet loss retransmission, delay recovery...
- RTP/AVPF profile as per RFC 4585
- RTCP: Full support for RTCP (3550) and many extensions such as: PLI (RFC 4585), SLI (RFC 4585), RPSI (RFC 4585), FIR (RFC 5104), NACK (4585), TMMBN (RFC 5104)...
- rtcp-mux as per 5761
- Negotiation of Generic Image Attributes in the SDP as per RFC 6236
- Source-Specific Media Attributes in SDP as per draft-lennox-mmusic-sdp-source-attributes-01
- Explicit Call Transfer as per 3GPP TS 24.629
2012-05-02 10:42:55 +00:00
bossiel c092aaf166 Add support for SRTP and some other cool stuff 2012-03-14 16:11:33 +00:00
bossiel 00a8e48b10 Fix issue on UPDATE with different fmtp 2012-01-06 11:28:50 +00:00
bossiel 522506121d Raise MSRP success report 2011-10-17 12:19:46 +00:00
bossiel ee823cdea2 Add support for MAC OS X \nComplete support for media update \nFix issues 2011-09-20 07:10:32 +00:00
bossiel 6af08c309e - Add support for H.264 Full HD (1080p) using NVIDIA Cuda
- Begin adding support for video jitter buffer (will be used to give feedbacks for packet loss-FEC-)
- Move video flipping code to the converter (refactoring)
- Fix issue 62, issue 41 and issue 66
- Fix issues (workaround) on VP8 (frame corruption)
- Update contribution list
2011-09-07 18:30:46 +00:00
bossiel 079030a700 Add support for G.722 HD voice 2011-08-25 23:12:19 +00:00
bossiel 28413584fe Begin integration with OpenTelePresence 2011-08-25 01:07:28 +00:00
bossiel 23f934ea3d Send SPS/PPS frames every 5 seconds after the call is established 2011-08-23 17:33:05 +00:00
bossiel 91300cdaa7 Change vp8 default encoder parameters to improve framerate 2011-08-13 05:13:19 +00:00
bossiel 83ebc719b1 Begin adding support for VP8 video codec 2011-08-10 23:49:13 +00:00
bossiel 6844b1047a Add support for Wideband codecs: Speex-WB and Speex-UWB 2011-07-29 20:57:28 +00:00
bossiel 3e01f88c29 finish adding support for (real) arbitrary video size decoding 2011-07-29 02:30:45 +00:00
bossiel ab372e958c begin adding support for (real) arbitrary video size decoding (H.264) 2011-07-27 05:19:27 +00:00
bossiel 304768e2ae Increase H.264 SPS and PPS packets 2011-07-23 14:25:22 +00:00
bossiel c157fe74fa Fix issue on codec neg. 2011-07-21 14:22:32 +00:00
bossiel 411ff1b9ed Fix issues 2011-07-11 11:03:44 +00:00
bossiel 411f1f6569 Suppress warnings 2011-06-08 17:11:55 +00:00
bossiel d82806fd45 Add support for G.729AB for iOS 2011-06-06 09:06:15 +00:00
bossiel ae98f407ab Allow flipping the video stream when device mode change from portrait to landscape and vice-versa: iDoubs issue 36 2011-06-04 18:09:08 +00:00
bossiel 9b813c124e Change bandwidth levels in theora codec 2011-06-04 15:43:50 +00:00
bossiel eae9a98a3b Improve video quality on iOS 2011-06-04 15:38:53 +00:00
bossiel fcc5ca7d11 Fix iDoubs issue 35 \n Fix issues \n Enable early media even if the response isn't reliable 2011-06-02 13:51:24 +00:00
bossiel 23535afa7c update v2.x 2011-05-15 19:11:12 +00:00
bossiel c91cf1bf1a Update v2.0 (begin adding support for RTCP) 2011-03-29 12:51:58 +00:00
bossiel 5448386f00 Add doubango v2.0 2011-03-25 09:38:07 +00:00