Граф коммитов

2134 Коммитов

Автор SHA1 Сообщение Дата
Michael Froman a7b3b8a6bb Bug 1325536 - ice telemetry. r=bsmedberg,chutten,drno
MozReview-Commit-ID: 8pZBXA8Pjea

--HG--
extra : rebase_source : 7ffca52f5eaccc0fad4b8cbc2104bbb57302190a
2017-01-11 19:57:03 -06:00
Nils Ohlmeier [:drno] b17841ab7c Bug 1160558: add support to parse and respond to sctp-sdp-21. r=bwc
MozReview-Commit-ID: 5MYanM1GBNG

--HG--
extra : rebase_source : 9f0e6c7b49a13128dc47fa044a00551140a571a7
2017-01-19 16:52:47 -08:00
Randell Jesup 81e923971d Bug 1334840: handle ReconfigureSendCodec before StartTransmitting r=ng
MozReview-Commit-ID: Aj9EH0sHkOS
2017-01-30 17:14:58 -05:00
Randell Jesup e8948cb4f3 Bug 1219468: Remove the rest of the non-LazyLogModules in webrtc, except for cppunit tests r=erahm,ng
Also captures LOG(...) << .... uses in webrtc.org code when 'nspr' is the target

MozReview-Commit-ID: znvsArbS85
2017-01-27 23:35:17 -05:00
Raulie 4badadb786 Bug 1219468 - Replace PRLogModuleInfo usage with LazyLogModule in webrtc r=jesup
MozReview-Commit-ID: xWgNJ6u8aX
2017-01-27 23:35:10 -05:00
Randell Jesup db244f7210 Bug 1332664: Cherry-pick upstream webrtc.org patch to not depend on 'experimental' includes for libvpx r=rillian 2017-01-27 21:10:58 -05:00
Masatoshi Kimura 96cc4073b0 Bug 1325299 - Don't explicitly set PSAPI_VERSION. r=glandium
WINVER=0x0601 implies PSAPI_VERSION=2. We should not mix PSAPI_VERSION.

MozReview-Commit-ID: Ckxel4JNW2x

--HG--
extra : rebase_source : 3dc221ca67642ea810cb353869f76b82c40c7bf3
2016-12-30 01:29:52 +09:00
Byron Campen [:bwc] b2a946a1d0 Bug 1322358: Don't disable m-sections in answer just because they're inactive. r=drno
MozReview-Commit-ID: 6YPwEk7bwIG

--HG--
extra : rebase_source : 30f843a0f73f0871b92e47de63f9c8a38588dd3c
2017-01-25 16:42:08 -06:00
Munro Mengjue Chiang a50658a789 Bug 1331648 - detect device connection for the case /dev/v4l hasn't existed; r=jesup
MozReview-Commit-ID: 1erqrFScjr

--HG--
extra : rebase_source : ad4a4adde64f479a84a3f7fa093f71eef319436b
2017-01-25 14:52:19 +08:00
Phil Ringnalda 4711cdb9fd Backed out 4 changesets (bug 1333686) for ASan/static warnings-as-errors
CLOSED TREE

Backed out changeset 154ee971feb7 (bug 1333686)
Backed out changeset 514fdfd43d63 (bug 1333686)
Backed out changeset 313a9604211f (bug 1333686)
Backed out changeset 5c610ccf76de (bug 1333686)
2017-01-25 19:53:20 -08:00
Chris Peterson 0ffed7e59b Bug 1333686 - Part 4: Enable warnings-as-errors in webrtc/signaling. r=bwc
We must suppress the following -Winconsistent-missing-override clang warnings from an upstream webrtc header file to be able to compile webrtc/signaling as warnings-as-errors:

media/webrtc/trunk/webrtc/voice_engine/voe_external_media_impl.h:29:15 [-Winconsistent-missing-override] 'SetExternalRecordingStatus' overrides a member function but is not marked 'override'
media/webrtc/trunk/webrtc/voice_engine/voe_external_media_impl.h:31:15 [-Winconsistent-missing-override] 'SetExternalPlayoutStatus' overrides a member function but is not marked 'override'
media/webrtc/trunk/webrtc/voice_engine/voe_external_media_impl.h:33:15 [-Winconsistent-missing-override] 'ExternalRecordingInsertData' overrides a member function but is not marked 'override'
media/webrtc/trunk/webrtc/voice_engine/voe_external_media_impl.h:40:15 [-Winconsistent-missing-override] 'ExternalPlayoutData' overrides a member function but is not marked 'override'
media/webrtc/trunk/webrtc/voice_engine/voe_external_media_impl.h:47:15 [-Winconsistent-missing-override] 'ExternalPlayoutGetData' overrides a member function but is not marked 'override'

MozReview-Commit-ID: 1k5rdAWNfhk

--HG--
extra : rebase_source : cb95ceefe219c88679b3ab254bcb9447842de93c
2017-01-22 00:52:38 -08:00
Chris Peterson 7851892f9e Bug 1333686 - Part 2: Fix "unary minus operator applied to unsigned type" MSVC warnings in webrtc/signaling. r=bwc
Replace -1UL with ULONG_MAX.

media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c(584): warning C4146: unary minus operator applied to unsigned type, result still unsigned
media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c(585): warning C4146: unary minus operator applied to unsigned type, result still unsigned
media/webrtc/signaling/src/sdp/sipcc/sdp_attr.c(586): warning C4146: unary minus operator applied to unsigned type, result still unsigned

MozReview-Commit-ID: EepB2xf4MZr

--HG--
extra : rebase_source : 3a86d6b58f1ed1a852de1038dbb7c6e0694b2714
2017-01-15 23:06:40 -08:00
Chris Peterson 37d44f94e8 Bug 1333686 - Part 1: Fix -Wswitch warning in webrtc/signaling. r=bwc
media/webrtc/signaling/src/jsep/JsepSessionImpl.cpp:314:15 [-Wswitch] enumeration values 'kText', 'kApplication', and 'kMessage' not handled in switch

MozReview-Commit-ID: Jq8tPu0Qny8

--HG--
extra : rebase_source : 16c94c8bfe29c7b5d434d27d60979c4cfcb7b2dd
2017-01-15 14:06:50 -08:00
Randell Jesup 19cb0f9bd3 Bug 1333752: Fix memset sizes in rtt_filter.cc r=dminor
MozReview-Commit-ID: 3pnTseY4k2M
2017-01-25 13:28:13 -05:00
Sylvestre Ledru 6a796d5276 Bug 1333002 - Fix a misleading indentation in PeerConnectionCtx.cpp r=drno
MozReview-Commit-ID: 1iSHCgsfW0a

--HG--
extra : rebase_source : 825e33bb860f8c8a6eb63f3733fa50272c186475
2017-01-23 10:04:58 +01:00
Phil Ringnalda ef758dcbf4 Backed out changeset 95d09880ddf6 (bug 1325536) for nsVariant::Release crashes 2017-01-20 22:05:26 -08:00
Michael Froman 007f4afe98 Bug 1325536 - ice telemetry. r=bsmedberg,chutten,drno
MozReview-Commit-ID: 8pZBXA8Pjea

--HG--
extra : rebase_source : 37efe5b463098ff1489d317b1f78206cac4963b3
2017-01-11 19:57:03 -06:00
Randell Jesup 4d6ebaaa07 Bug 1332139: make system changes to fix libvpx include paths (prefer media/libvpx) r=ted 2017-01-20 10:42:32 -05:00
Randell Jesup 33fe82dde6 Bug 1332139: Remove LIBVPX_SVC hack for vp9 needed to work with libvpx 1.4 from webrtc r=ng 2017-01-20 10:42:30 -05:00
Randell Jesup b1bdc1c66d Bug 1326442: Use reconfigure whenever possible on video renegotiation r=ng 2016-12-30 10:09:00 -08:00
John Paul Adrian Glaubitz 85ae466ed9 Bug 1329194 - media:webrtc: Add platform defines for SH. r=jesup 2017-01-20 09:12:03 +09:00
Wes Kocher 95949a3432 Merge m-c to inbound, a=merge
MozReview-Commit-ID: EMipuOLERUq
2017-01-18 15:39:49 -08:00
Wes Kocher 54c460dbd6 Merge inbound to m-c a=merge
MozReview-Commit-ID: 3cGydlfeaPN
2017-01-18 14:17:10 -08:00
Randell Jesup c2ddab6158 Bug 1330318: Fix droppedFrames statistic in webrtc, and improve debugs r=pehrsons 2017-01-18 08:47:39 -05:00
Paul Kerr [:pkerr] ca7b17b7b1 Bug 1328142 - fix bug in VideoConduit::SetRemoteSSRC handling r=jesup 2017-01-05 18:15:07 -08:00
Paul Kerr [:pkerr] c63cea9af7 Bug 1328142 - enable switching between simulcast receive streams r=jesup 2017-01-05 18:15:56 -08:00
Ryan VanderMeulen 187beffa39 Merge m-c to autoland. a=merge
--HG--
extra : rebase_source : 0de29cc9f544d8882d3e8c13572d3c4b98ba3c26
2017-01-18 09:59:53 -05:00
Dan Minor ca0bc14941 Bug 1329922 - Change kMinTelephoneEventDuration to match minimum duration in WebRTC spec; r=jesup
The spec says 40 is the minimum, but here it is set to 100.

MozReview-Commit-ID: AUy7AviiYVh

--HG--
extra : rebase_source : bbebb4fba9a5f853e4d041029ad02820a4d564ce
2017-01-17 09:59:11 -05:00
Wes Kocher 602c930ba0 Merge m-c to inbound, a=merge
MozReview-Commit-ID: 10MpA6zwIWr
2017-01-17 17:59:26 -08:00
Randell Jesup 5262f0e0a9 Bug 1331158: Install new receive codec config for WebRTC if it changed r=ng
Adds a missing API parameter to upstream webrtc.org code in the Call API
2017-01-17 15:50:14 -05:00
Byron Campen [:bwc] 357ff5d106 Bug 1056934 - Part 4: Handle turns URLs when configuring nICEr. r=drno
MozReview-Commit-ID: 6izdoAUgwcn

--HG--
extra : rebase_source : 8a45e9cd5b7962b0d674aff8a72283d99655c556
2017-01-03 12:31:30 -06:00
Andreas Pehrson e1e039b0d8 Bug 1320101 - Support renegotiations with changes to TIAS and simulcast params r=pehrsons
Reland of bug 1320101 patch 5 due to partial backout via mismerge in bug 1250326

MozReview-Commit-ID: GNWRNnwX9pk
2016-12-08 10:11:18 -10:00
Andreas Pehrson 263ba3eb7b Bug 1320101 - Differentiate between b=TIAS and simulcast stream max-br. r=pehrsons
Reland of bug 1320101 patch 4 due to partial backout via mismerge in bug 1250326

MozReview-Commit-ID: HPnOvwtawwV
2016-12-07 08:38:13 -10:00
Andreas Pehrson 215483e0bc Bug 1328142 - Unify macros in MediaPipeline. r=pkerr
MozReview-Commit-ID: 6ePBKzxZndB
2017-01-03 17:10:41 +01:00
Andreas Pehrson 6de998b2c8 Bug 1328142 - Remove comment that wants to be removed. r=pkerr
MozReview-Commit-ID: Bnc5wRDRRRg
2017-01-03 16:35:25 +01:00
Andreas Pehrson db9a767780 Bug 1328142 - Pass in a cap when selecting bitrates on reconfigure. r=pkerr
MozReview-Commit-ID: LnJ0vubYQWF
2017-01-03 12:14:35 +01:00
Andreas Pehrson e920bedcfb Bug 1328142 - Fix VideoConduit warning: Unexpected format type. r=pkerr
MozReview-Commit-ID: 3vGxYr7RjjZ
2017-01-03 12:13:23 +01:00
Andreas Pehrson 2c74e3ce47 Bug 1328142 - Fix VideoConduit warning: Comparison between signed and unsigned ints. r=pkerr
MozReview-Commit-ID: IecwaSYvg4z
2017-01-03 11:54:31 +01:00
Wes Kocher d4ced30f67 Backed out 4 changesets (bug 1306329) for 3000+ hazards a=backout
Backed out changeset 1c2f51ce3faf (bug 1306329)
Backed out changeset 6bb17b9a62d8 (bug 1306329)
Backed out changeset 377ca1419f1a (bug 1306329)
Backed out changeset ad4e531c7070 (bug 1306329)

MozReview-Commit-ID: KJAxdyJeJ6J
2017-01-17 17:55:24 -08:00
Benjamin Smedberg d616a7ec44 Bug 1306329 - Stop exporting XPCOM and XUL symbols. r=glandium
--HG--
extra : rebase_source : 8c700498470b42279197f316d553154b1f2ed235
2016-12-02 12:55:34 -05:00
Andreas Pehrson e9c1e9eb94 Bug 1319445 - Switch to Add/RemoveVideoOutput for MediaPipelineTransmit with video. r=jesup
For audio we want to switch between direct/non-direct but video should always be direct.

MozReview-Commit-ID: EX3dcXajvo9

--HG--
extra : rebase_source : 22b109e0adb49118d41e4b71b26782a67580f417
2017-01-10 19:47:35 +01:00
Andreas Pehrson f06aecce71 Bug 1319445 - Don't use direct listener for audio in PeerConnection with full duplex. r=jesup,padenot
MozReview-Commit-ID: 278Rrdzr3lQ

--HG--
extra : rebase_source : 3a1599146b34d8875c5e0cd7fcbfe48b60a251a3
2016-11-22 17:56:16 +01:00
Randell Jesup 687ea32c1b Bug 1330091: Reconfigure video encoders where possible instead of recreating them r=ng
Also fixes that on a renegotiation it didn't install the new config at all
2017-01-11 20:39:15 -05:00
John Paul Adrian Glaubitz 9fd9034ad9 Bug 1275204 - media:webrtc: Use better pre-processor defines for sparc64. r=jesup 2017-01-11 16:09:44 +09:00
Andreas Pehrson f6d9753e75 Bug 1323079 - Send disabled frames no more often than 1 FPS over WebRTC. r=jesup
MozReview-Commit-ID: EoVLutIXkXV

--HG--
extra : rebase_source : a629177bb311151d65f6fe4fe56f3a5494b0cba2
2016-12-28 16:40:47 +01:00
Nils Ohlmeier [:drno] 2ba616e82f Bug 1266667: added user-pref to force ICE TCP. r=bwc,jesup
MozReview-Commit-ID: D0jZcqWkNdV

--HG--
extra : rebase_source : c9c98027df9a3aff752ca56ea7a686c9b66227be
2016-12-21 23:40:45 -08:00
Wes Kocher 5b20fb2bce Merge m-c to autoland, a=merge
MozReview-Commit-ID: 8DYKNuMdzFd
2017-01-09 16:39:02 -08:00
Carsten "Tomcat" Book 64e8aaabee Backed out changeset e4e55af56102 (bug 1325991) on request from mjf
--HG--
extra : rebase_source : aa69eb8d8ca9348d00892e9e2841abc07b91273a
2017-01-09 16:09:44 +01:00
Ryan VanderMeulen da6a7dfab8 Merge inbound to m-c. a=merge 2017-01-07 15:32:04 -05:00
Randell Jesup 2663bd16e0 Bug 1326463 - Fix OpenBSD build broken by webrtc.org 49 update. r=gaston, r=jesup
--HG--
extra : histedit_source : e18f813ace63db9f9ea6b35437e9b87bb84f4e26%2C9da31e71e8591e1ba49000c0261b55404802b32d
2017-01-06 11:36:00 -05:00