Skip to content

Commit f5422b2

Browse files
authored
Merge pull request #64 from OpenNetLab/dev
Release v0.2
2 parents 656590d + 7edbe87 commit f5422b2

File tree

3,869 files changed

+205134
-137117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,869 files changed

+205134
-137117
lines changed

.gclient

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
solutions = [
2+
{
3+
"name": ".",
4+
"url": "https://github.com/OpenNetLab/AlphaRTC.git",
5+
"managed": False,
6+
"deps_file": "DEPS",
7+
"custom_deps": {},
8+
},
9+
]
10+

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@
2020
b6760f9e4442410f2bcb6090b3b89bf709e2fce2
2121
# Format all C++ in WebRTC.
2222
665174fdbb4e0540eccb27cf7412348f1b65534c
23+
# Format almost all C++ in WebRTC. Again. Mostly #include reordering.
24+
a4d873786f10eedd72de25ad0d94ad7c53c1f68a

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
*~
2828
.*.sw?
2929
.cipd
30+
.clangd
3031
.classpath
3132
.cproject
3233
.gdb_history
@@ -64,7 +65,15 @@
6465
/rtc_tools/testing/*.gz
6566
/rtc_tools/testing/golang/*/*.gz
6667
/rtc_tools/testing/golang/*/*.zip
68+
/rtc_tools/testing/webrtc_apprtc_browsertest/*
69+
/rtc_tools/testing/browsertest/*
6770
/x86-generic_out/
6871
/xcodebuild
6972
/.vscode
7073
!webrtc/*
74+
.vs/
75+
76+
!Makefile
77+
target/
78+
src/
79+
.gclient_entries

.gn

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,11 @@ default_args = {
6868
android32_ndk_api_level = 16
6969
android64_ndk_api_level = 21
7070

71-
# WebRTC does not want to switch to C++14 yet.
72-
use_cxx11 = true
73-
74-
# WebRTC relies on Chromium's Android test infrastructure.
75-
use_cxx11_on_android = false
76-
7771
# WebRTC does not provide the gflags dependency. Because libyuv uses it only
7872
# for unittests, it can be disabled (see third_party/libyuv/BUILD.gn)
7973
libyuv_use_gflags = false
8074

75+
enable_libaom = true
76+
8177
gtest_enable_absl_printers = true
8278
}

.vpython

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ wheel: <
3131
version: "version:5.2.2"
3232
>
3333

34+
# Used by tools_webrtc/perf/webrtc_dashboard_upload.py.
35+
wheel: <
36+
name: "infra/python/wheels/httplib2-py2_py3"
37+
version: "version:0.10.3"
38+
>
39+
3440
# Used by:
3541
# build/toolchain/win
3642
wheel: <

AUTHORS

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33

44
Adam Fedor <[email protected]>
55
Akshay Shah <[email protected]>
6+
Alex Henrie <[email protected]>
67
Alexander Brauckmann <[email protected]>
78
Alexandre Gouaillard <[email protected]>
89
Andrew MacDonald <[email protected]>
10+
Andrey Efremov <[email protected]>
911
Anil Kumar <[email protected]>
1012
Ben Strong <[email protected]>
1113
Bob Withers <[email protected]>
@@ -14,6 +16,7 @@ Chris Tserng <[email protected]>
1416
Christophe Dumez <[email protected]>
1517
Cody Barnes <[email protected]>
1618
Colin Plumb
19+
Cyril Lashkevich <[email protected]>
1720
David Porter <[email protected]>
1821
Dax Booysen <[email protected]>
1922
Danail Kirov <[email protected]>
@@ -32,6 +35,7 @@ Jens Nielsen <[email protected]>
3235
Jiawei Ou <[email protected]>
3336
3437
Jose Antonio Olivera Ortega <[email protected]>
38+
Kiran Thind <[email protected]>
3539
Luke Weber <[email protected]>
3640
Maksim Khobat <[email protected]>
3741
Mallikarjuna Rao V <[email protected]>
@@ -59,6 +63,7 @@ Silviu Caragea <[email protected]>
5963
Stefan Gula <[email protected]>
6064
Steve Reid <[email protected]>
6165
Tarun Chawla <[email protected]>
66+
Trevor Hayes <[email protected]>
6267
Uladzislau Susha <[email protected]>
6368
Vladimir Beloborodov <[email protected]>
6469
Vicken Simonian <[email protected]>
@@ -76,9 +81,15 @@ Yusuke Suzuki <[email protected]>
7681
7782
Tomas Popela <[email protected]>
7883
Jan Grulich <[email protected]>
84+
Jiwon Kim <[email protected]>
7985
Eike Rathke <[email protected]>
8086
Michel Promonet <[email protected]>
8187
88+
Ramprakash Jelari <[email protected]>
89+
90+
Miguel Paris <[email protected]>
91+
Raman Budny <[email protected]>
92+
Stephan Hartmann <[email protected]>
8293

8394
&yet LLC <*@andyet.com>
8495
Agora IO <*@agora.io>
@@ -95,19 +106,22 @@ Mozilla Foundation <*@mozilla.com>
95106
NVIDIA Corporation <*@nvidia.com>
96107
Opera Software ASA <*@opera.com>
97108
Optical Tone Ltd <*@opticaltone.com>
109+
Pengutronix e.K. <*@pengutronix.de>
110+
RingCentral, Inc. <*@ringcentral.com>
98111
Sinch AB <*@sinch.com>
99112
struktur AG <*@struktur.de>
100113
Telenor Digital AS <*@telenor.com>
101114
Temasys Communications <*@temasys.io>
102115
The Chromium Authors <*@chromium.org>
103116
The WebRTC Authors <*@webrtc.org>
117+
Twilio, Inc. <*@twilio.com>
104118
Videxio AS <*@videxio.com>
105119
Vidyo, Inc. <*@vidyo.com>
106120
Vonage Holdings Corp. <*@vonage.com>
107121
Wire Swiss GmbH <*@wire.com>
108-
Miguel Paris <[email protected]>
109122
Vewd Software AS <*@vewd.com>
110123
Highfive, Inc. <*@highfive.com>
111124
CoSMo Software Consulting, Pte Ltd <*@cosmosoftware.io>
112125
Tuple, LLC <*@tuple.app>
113126
Videona Socialmedia <*@videona.com>
127+
Threema GmbH <*@threema.ch>

0 commit comments

Comments
 (0)