Commit Graph

1383 Commits

Author SHA1 Message Date
bossiel 9df3c2f7e0 Add iOS x86_64 binaries\nDisable G729 VAD until support for suc feature is added in the jitter buffer\nFix crash on G729@iOS@ARM64 2015-01-14 23:33:21 +00:00
bossiel 071c2cd0dc Fix 'E_CONNRESET' issue on WES8 2015-01-06 07:09:01 +00:00
bossiel 52a5a609bd Adds support mirroring video produced by Hovis camera 2014-12-29 02:14:53 +00:00
bossiel b07f2a9541 Update DirectShow support for Windows Embedded Compact 7 (WEC7) 2014-12-24 17:21:31 +00:00
bossiel a036460abc Detect when H264 MF implementation supports setting MaxSliceSize and defined the packetization mode based on this value 2014-12-24 02:35:33 +00:00
bossiel dae51b7af5 ICodecAPI->IsSupported returns HRESULT instead of BOOL 2014-12-24 02:10:14 +00:00
bossiel 5b4d2fa2df Adds support for setting MaxSliceSize when Microsoft Media Foundation H.264 encoder is used 2014-12-24 01:58:25 +00:00
bossiel 6426327a1f Update "libopus64.a" for Windows 2014-12-22 18:23:22 +00:00
bossiel aa00108e6d Change "tmedia_codec_plugin_registered_get_all" signature 2014-12-20 22:57:24 +00:00
bossiel 5698d456b2 Add guards around INT16 definition for VS2010 and earlier 2014-12-19 17:31:28 +00:00
bossiel 6dabf5ca17 Adds support for Win64 (Media libraries used in Gotham project) build. 2014-12-19 17:09:09 +00:00
bossiel 9d964daa3f Edited wiki page Building_Source_v2_0 through web user interface. 2014-12-19 17:06:49 +00:00
bossiel a6ede9531f Fix issue 418 2014-12-15 05:30:21 +00:00
bossiel 2ead057cc7 Disable FFmpeg and iLBC for Android when building commercial binaries 2014-12-08 15:12:07 +00:00
bossiel 2f8b90d7b8 OpenH264: Decode frames based on the Unit delimiters instead of RTP makers 2014-12-08 14:52:47 +00:00
bossiel 937fd8109b Convert "uiIntraPeriod" value from "second"s to "number of frames" 2014-12-08 13:06:44 +00:00
bossiel 59943edf8c Add Android-Neon binaries for OpenH264 2014-12-08 11:31:09 +00:00
bossiel 4d775e7261 Add OpenH264 binaries for Android 2014-12-08 11:15:40 +00:00
bossiel 583d9babc2 Fix segmentation fault on telepresence 2014-12-08 11:12:26 +00:00
bossiel 818f03c753 Reset audio jitter buffer when the call is held/resumed or when there is too much delay/missing pkts 2014-12-05 06:31:50 +00:00
bossiel 19b8d91fb3 Fix crash on TURN refresh 2014-12-04 07:29:10 +00:00
bossiel 38eb01798d Use "bps" instead of "kbps" unit in openh264 2014-12-02 07:15:29 +00:00
bossiel aa365f6135 Remove hard-coded rate in openh264 encoder (preview code used for testing) 2014-12-02 07:13:01 +00:00
bossiel a6a2236786 [SINCITY] [WINDOWS] Do not clamp screencast framerate 2014-12-02 07:11:39 +00:00
bossiel 7a6f3e0cbf Add openh264 binaries for iOS 2014-12-02 06:54:17 +00:00
bossiel a37f2ac7da Update license agreement to v3.1 (FFmpeg GIT 1.2, OpenH264)
Update doubango.org
2014-12-02 03:30:14 +00:00
bossiel d409f073a7 Edited wiki page Building_Source_v2_0 through web user interface. 2014-12-02 03:10:54 +00:00
bossiel c896e8963e Adds support for OpenH264 for Linux 2014-12-02 03:05:41 +00:00
bossiel 5aa110e910 Rename openh264 installation header for "openh264" to "wels" 2014-12-02 01:44:09 +00:00
bossiel e89d3ad591 Edited wiki page Building_Source_v2_0 through web user interface. 2014-12-02 01:41:10 +00:00
bossiel 8740ccd9e0 Remove useless DirectSound lib in OpenH264 implementation 2014-12-02 01:36:55 +00:00
bossiel 11314bc4a5 Adds support for OpenH264 for Windows 2014-12-01 23:42:34 +00:00
bossiel b6b90253f3 Gather relay candidates even if gathering reflexive candidates is disabled 2014-11-28 23:55:49 +00:00
bossiel 3a2a42022e Change version number to 11200 2014-11-27 06:17:29 +00:00
bossiel c1273cf3dd Fix list sorting issue (butterfly effect: sincity fails to talk to FireFox) 2014-11-27 04:24:14 +00:00
bossiel c80dc7c79d Fix Android build issue when libyuv is enabled 2014-11-26 15:24:50 +00:00
bossiel ec8016159b Typo in comments ...nothing else :) 2014-11-25 19:58:28 +00:00
bossiel 001a6e87bb Fix issue 416 2014-11-25 19:10:44 +00:00
bossiel 3a9d014845 Fix libyuv detection issue for Android when using configure script 2014-11-25 19:00:11 +00:00
bossiel a9c579d44b Fix issue 415 2014-11-25 01:25:43 +00:00
bossiel 3815525093 Edited wiki page Building_Source_v2_0 through web user interface. 2014-11-25 01:23:07 +00:00
bossiel 12b693b8e5 Fix "488 Not acceptable" issue when "video" line comes before "audio" 2014-11-25 00:22:14 +00:00
bossiel b5010d7f40 - Rebuild some win32 libraries to remove /GL flag
- Do not map screencast GDI producer to video media type
- Update configure.ac to use compatibility version 1191
2014-11-24 17:25:18 +00:00
bossiel 273d57b860 Fix TURN deadlock issue on WES8 2014-11-24 00:39:14 +00:00
bossiel 751471cce2 Fix build issue form Android on Ubuntu. You should run ./configure again. 2014-11-21 04:15:44 +00:00
bossiel 6ad1ca9c83 Remove debug code used to force TURN candidates only 2014-11-19 19:04:15 +00:00
bossiel b4c7287210 Include <limits.h> to define "INT_MIN" and "INT_MAX" 2014-11-19 18:31:48 +00:00
bossiel c3841f0268 Add more logs in TURN module
Speedup ICE connection check
Make ICE nomination smarter
Fix issue on ICE pairs sorting
2014-11-19 17:33:09 +00:00
bossiel 90d63a83b0 Increase ICE connection check timeout (16 seconds)
Use same WebRTC AudioProc version (WP8, Win32, Android, Linux...): https://code.google.com/p/webrtc-audioproc/
Update Android WebRTC AudioProc binaries
Update SWIG wrappers using SWIG v2.0.9 to fix issue reported at https://groups.google.com/forum/#!topic/doubango/zSkUesoFnZw
2014-11-18 21:05:40 +00:00
bossiel 392aa5505c Fix issue reported at https://groups.google.com/forum/#!topic/doubango/y3m4kCUrxCk 2014-11-18 19:43:40 +00:00