Commit Graph

99 Commits

Author SHA1 Message Date
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 4ac9b38614 Update code for OpenTelePresence features 2011-08-26 01:27:53 +00:00
bossiel 079030a700 Add support for G.722 HD voice 2011-08-25 23:12:19 +00:00
bossiel 6027de054e Remove fancy enum values (for Java binding) 2011-08-25 01:15:44 +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 193472d709 Partial fix for iDoubs issue 55 2011-08-19 22:29:46 +00:00
bossiel a409c8601a Move variables declaration to be conform to ANSI-C 2011-08-18 04:24:32 +00:00
bossiel 0bf24efe9a Fix stretching issue 2011-08-17 21:28:45 +00:00
bossiel 91300cdaa7 Change vp8 default encoder parameters to improve framerate 2011-08-13 05:13:19 +00:00
bossiel 4a8146f26d Fix iDoubs issue 67 2011-08-12 03:11:15 +00:00
bossiel b755e28610 Update VP8 binaries for Android 2011-08-11 03:52:11 +00:00
bossiel 6cd6792e48 Add vp8 binaries for iOS 2011-08-11 01:17:27 +00:00
bossiel 83ebc719b1 Begin adding support for VP8 video codec 2011-08-10 23:49:13 +00:00
bossiel ce9c768614 Fix iDoubs issue 62 2011-08-08 21:46:38 +00:00
bossiel 95eee66ab2 Update bindings 2011-08-08 16:15:28 +00:00
bossiel 3ee89c75a0 optimize video converter (also fix crash on iOS caused by misalignment) 2011-08-06 18:23:44 +00:00
bossiel 52a5e4b0af Fix iDoubs issue 55 2011-08-06 14:54:25 +00:00
bossiel 79804d0e4d Avoid streching video when rotating 2011-08-05 19:05:51 +00:00
bossiel 344effee5e Allows build without theora codec 2011-08-05 15:28:08 +00:00
bossiel f652615383 Allow setting codec priority\n Fix issue on RSeq=0 in 1xx reliable responses 2011-08-05 12:48:22 +00:00
bossiel 03d18d33f6 Disable webrtc noise supp (use speex-dsp) on Android to avoid robotic voice 2011-08-04 20:59:04 +00:00
bossiel a0feeac2de - Do not close the socket on Android when ioctl returns len=0
- Only send 183 if "precondition" is supported.
2011-08-04 09:56:02 +00:00
bossiel 049f6025ff - Begin adding support for Google WebRTC
- This revision adds support for WebRTC's AEC and Noise Suppression
2011-08-01 05:14:45 +00:00
bossiel 063e7ca105 Suppress noise on incoming voice 2011-07-31 02:29:03 +00:00
bossiel 6844b1047a Add support for Wideband codecs: Speex-WB and Speex-UWB 2011-07-29 20:57:28 +00:00
bossiel 06d37d01d2 Set H.263 BP30 with higher priority 2011-07-29 11:50:11 +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 1a38bbf37f Check sdp version before parsing 2011-07-23 12:35:28 +00:00
bossiel c157fe74fa Fix issue on codec neg. 2011-07-21 14:22:32 +00:00
bossiel 75fd48b323 Update VS solution for java binding 2011-07-21 12:37:11 +00:00
bossiel 2f8a5d8e46 Save last SIP error message when registration fail 2011-07-18 17:49:21 +00:00
bossiel 996ee2d27a Fix issues
Add support for Media update
Enable Echo suppression (Thanks to Philippe Verney)
2011-07-11 19:50:05 +00:00
bossiel 411ff1b9ed Fix issues 2011-07-11 11:03:44 +00:00
bossiel 9579c27304 Fix issues 2011-07-06 10:49:31 +00:00
bossiel 7b0a964ec1 Ignore reINVITE with loopback IP address 2011-07-04 16:47:54 +00:00
bossiel e193574504 Fix issues 2011-07-04 14:03:21 +00:00
bossiel fea9dc584c - Update bindings
- Send SDP in 200 for response to bodiless INVITE
2011-06-30 20:05:30 +00:00
bossiel 33b9545d7b Begin adding support for forking 2011-06-27 23:42:37 +00:00
bossiel 1458720aea Handle UPDATE or reINVITE requests when in early state 2011-06-27 18:27:23 +00:00
bossiel d09d8f260b Change from "#import" to "#include" 2011-06-26 18:54:17 +00:00
bossiel 23ed807ada Allow the application to enabel/disable 100rel\nAllow forking/out-of-order NOTIFY requets 2011-06-23 17:13:16 +00:00
bossiel c110ed05b4 update cpim parser 2011-06-22 10:37:13 +00:00
bossiel 195d79b0b7 Update FFmpeg binaries 2011-06-13 19:27:16 +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 0cb94cef18 Update coreaudio implementation to support audiomixing 2011-06-05 23:06:45 +00:00
bossiel 9c339908de Enable floating point for speex on iOS4 with ARMv7 2011-06-04 18:57:29 +00:00