Brian Smith
064308ec8a
No Issue - Fix building with WebRTC enabled on non-Intel Macs. int3 is Intel only, so don't use it on ARM, use __builtin_trap() instead.
2022-09-01 10:20:16 +08:00
Basilisk-Dev
b4c5ebf00a
Issue #1991 - backport Mozilla bug 1266667
2022-09-01 10:18:39 +08:00
Basilisk-Dev
2dc4713d14
Issue #1991 - Support TURN TLS Support in WebRTC Backport of Mozilla bug 1056934
2022-09-01 10:18:07 +08:00
Brian Smith
45606ffa59
Issue #1905 - Part 2a - Build system fixes to allow use of SDK versioned 11.0 and higher. Also don't include code incompatible with SDK 10.15 and higher, when building with such a SDK.
2022-06-06 08:57:16 +08:00
Moonchild
2564be2d79
Issue #21 - Remove Telemetry from Accessibility, EME and WebRTC.
2022-04-28 10:29:53 +08:00
Moonchild
cfadb0bc6f
[WebRTC] Apply port restrictions to peerconnections.
2021-03-25 09:05:46 +08:00
Moonchild
348c6604be
Issue #1053 - Remove MOZ_WIDGET_ANDROID and IDB_MOBILE
2021-03-12 08:59:50 +08:00
Moonchild
2cb1162b7f
[WebRTC] Improve SDP parser error handling.
2021-01-27 21:02:58 +08:00
Moonchild
24ec8b9031
[webrtc] Only init WebRtcAec callbacks once
2020-11-20 09:31:51 +08:00
Moonchild
d5919942ff
Issue #1656 - Part 8: Devtools and misc.
2020-09-25 22:06:55 +08:00
Moonchild
0cd673d720
Issue #1656 - Part 6: Clean up the build files
2020-09-25 22:04:23 +08:00
Moonchild
538b420319
Issue #1656 - Part 4: Manual cleanup
2020-09-25 22:04:20 +08:00
Moonchild
8c395520d9
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
...
Since these are just interpreted comments, there's 0 impact on actual code.
This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are
a few others scattered around which will be removed manually in a second part.
2020-09-25 22:04:12 +08:00
Matt A. Tobin
c371979637
Add license header to media/webrtc/trunk/build/mac/find_sdk_uxp.py
2020-08-06 10:22:53 +08:00
Matt A. Tobin
91d2c4c05a
Use an alt script to properly determine the OSX SDK version
2020-08-06 10:22:51 +08:00
Fedor
086a028a16
Issue #1558 - Prevent null deref crash in WebrtcVideoConduit DTOR
2020-05-30 07:13:18 +08:00
Jiaxun Yang
cc24eccfce
Bug 1426323 - Media: WebRTC: Fix build config for MIPS64
...
Tag: #1542
2020-05-23 06:55:26 +08:00
Jiaxun Yang
2b6293d816
Issue #1542 - [WebRTC] Set CPU speed to -1 on MIPS
...
CPU is pretty slow due to lack of SIMD optmization.
2020-05-23 06:55:22 +08:00
Jiaxun Yang
8a6ebcdf2f
Issue #1542 - [WebRTC] Don't use post proc on MIPS
2020-05-23 06:55:19 +08:00
Jiaxun Yang
8750eed647
Bug 1384826 - Media: WebRTC: Fix build config for MIPS
...
Tag: #1542
2020-05-23 06:55:16 +08:00
JMadgwick
1640ee7bc6
Issue #1471 - Fix building on sparc64 Linux
...
Correct various pre-processor defines for sparc64 and in mozjemalloc use the JS arm64 allocator on Linux/sparc64.
This corrects build problems opn Linux sparc64 and is in line with bugzilla bug #1275204 .
2020-04-03 09:26:50 +08:00
wolfbeast
fced04faa2
Issue #1342 - Remove support for system libvpx
2020-02-07 07:52:18 +08:00
Christian Holler
39c9c5849b
Check return value of PeerConnectionImpl::GetFingerprint.
2019-12-07 06:55:08 +08:00
wolfbeast
dfb01e0384
Ensure we AddRef prior to early return in MediaType::Assign.
2019-05-31 07:21:30 +08:00
adeshkp
aea50f182f
Telemetry: Remove stubs and related code
2019-02-16 00:24:04 +08:00
wolfbeast
8c8145e620
Remove all C++ Telemetry Accumulation calls.
...
This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables).
Stub resolution/removal should be a follow-up to this.
2019-02-16 00:12:32 +08:00
wolfbeast
749d1d4ae4
Remove errant paste
2019-02-16 00:07:13 +08:00
wolfbeast
4131396b59
WebRTC: Add DeleteStreams to media conduits.
2019-02-16 00:07:08 +08:00
Nils Ohlmeier [:drno]
76e79cecec
Bug 1464063 - Remove sdp_getchoosetok. r=bwc, a=RyanVM
...
WebRTC
2019-02-16 00:06:56 +08:00
wolfbeast
fd9202fef0
Remove moz_widget_toolkit_gonk
...
Tag #288
2019-02-15 23:57:24 +08:00
wolfbeast
74df182488
Remove other gonk widget conditionals and unused files.
...
Tag #288 .
2019-02-15 23:57:15 +08:00
wolfbeast
2531de02eb
Remove MOZ_WIDGET_GONK [2/2]
...
Tag #288
2019-02-15 23:57:10 +08:00
Dan Minor
62821e5092
Bug 1433005 - Simplify codec pruning in NegotiateCodecs. r=bwc, a=lizzard
...
--HG--
extra : source : 90ae99509f1e9cb5bdf19350a5fbb1a02d34ff0a
2019-02-15 23:36:51 +08:00
trav90
ebf0f6c35a
Fix some WebRTC tests to build with GCC 7.0.
2019-02-15 23:35:59 +08:00
NTD
30d5f081aa
Use UTC where appropriate in python files
2019-02-14 14:28:19 +08:00
Roy Tam
dcd9973243
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
2018-01-19 03:59:58 +08:00