Commit Graph

1403 Commits

Author SHA1 Message Date
bossiel e0fbae9a6a Fix memory leak issue 2015-03-06 06:01:41 +00:00
bossiel 58cdf9595e Query for "MF_SA_D3D11_AWARE" to detect support for GPU acceleration in video converter 2015-03-05 19:43:15 +00:00
bossiel 5a8268d0cb Adds support for native SSL mutual auth for iOS 2015-03-04 09:37:53 +00:00
bossiel a4240ed271 Fix issue 438 (regression) 2015-03-03 22:44:12 +00:00
bossiel b4c9b4bd25 Update pluginDirectShow to build under x64 2015-03-03 00:45:57 +00:00
bossiel 24e1eba626 Begin adding support for per-session video size 2015-02-27 00:57:31 +00:00
bossiel 6f2eafef1f Allow setting video fps, bw_up and bw_dow per session. 2015-02-26 22:31:48 +00:00
bossiel c79abd37d2 Fix issue 435 2015-02-18 16:03:04 +00:00
bossiel 3866a7a9a0 Do not add "packetization-mode=0" parameter in the initial offer even if such mode is required (https://tools.ietf.org/html/rfc6184#section-6.2). Interop issue when calling eyebeam. 2015-02-13 06:31:30 +00:00
bossiel be64e203e7 Disable Microsoft'MF H.264 codec 2015-02-11 19:24:11 +00:00
bossiel 8682aa3670 Fix issue 422, issue 423, issue 425, issue 426, issue 427, issue 428, issue 429 and issue 431 2015-02-11 18:40:22 +00:00
bossiel ca8a252970 Add changes from GE
Fix issue 430
2015-02-11 18:26:48 +00:00
bossiel 46d9e8a989 Issue fix: "KS.H must be included before codecapi.H" 2015-02-11 12:35:27 +00:00
bossiel 777c74162f Adds support for Microsoft Desktop Duplication API (https://msdn.microsoft.com/en-us/library/windows/desktop/hh404487(v=VS.85).aspx) 2015-02-02 19:07:04 +00:00
bossiel 5b6f4cbc44 Minor bug fixes for Gotham phase #2 2015-01-27 17:42:54 +00:00
bossiel e5e9aaf9db Change encoder IO pattern to MFX_IOPATTERN_IN_VIDEO_MEMORY when D3D11 is enabled 2015-01-20 23:05:31 +00:00
bossiel 510fb05b3f [GOTHAM]
Adds support for Intel MSDK H264 implementation
Add utility functions for the custom MF Skink
2015-01-20 22:11:54 +00:00
bossiel c948b20cad Fix issue 423 2015-01-17 23:31:40 +00:00
bossiel 48a7689271 Issue 422: lock stream reading 2015-01-16 23:40:47 +00:00
bossiel ba6d83e0b9 Fix issue 422 2015-01-16 22:32:41 +00:00
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