• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

api/H12-Nov-2020-49,68631,512

audio/H12-Nov-2020-12,5779,276

build_overrides/H12-Nov-2020-7962

call/H12-Nov-2020-22,10215,951

common_audio/H12-Nov-2020-22,91414,477

common_video/H12-Nov-2020-6,8694,828

data/H12-Nov-2020-42

docs/H12-Nov-2020-1,457995

examples/H12-Nov-2020-28,41221,460

logging/H12-Nov-2020-19,15314,452

media/H12-Nov-2020-42,70731,738

modules/H12-Nov-2020-429,824299,792

p2p/H12-Nov-2020-43,68431,225

pc/H12-Nov-2020-104,38579,024

resources/audio_processing/test/py_quality_assessment/H12-Nov-2020-2622

rtc_base/H03-May-2022-90,64164,305

rtc_tools/H12-Nov-2020-13,82310,426

sdk/H12-Nov-2020-83,31857,686

stats/H12-Nov-2020-2,0571,674

style-guide/H12-Nov-2020-3324

system_wrappers/H03-May-2022-3,4392,259

test/H12-Nov-2020-37,35827,943

tools_webrtc/H03-May-2022-11,0658,284

video/H12-Nov-2020-57,12043,889

.clang-formatH A D07-Nov-2020588 2221

.git-blame-ignore-revsH A D07-Nov-20201.2 KiB2523

.gnH A D07-Nov-20202.6 KiB7966

.vpythonH A D07-Nov-20202.1 KiB6963

AUTHORSH A D07-Nov-20204.3 KiB127124

BUILD.gnH A D03-May-202220 KiB714634

CODE_OF_CONDUCT.mdH A D07-Nov-20203.2 KiB6850

DEPSH A D07-Nov-202088 KiB2,7542,535

ENG_REVIEW_OWNERSH A D07-Nov-2020399 129

LICENSEH A D07-Nov-20201.5 KiB3024

OWNERSH A D07-Nov-2020639 2321

PATENTSH A D07-Nov-20201.4 KiB2522

PRESUBMIT.pyH A D07-Nov-202047.7 KiB1,220977

README.chromiumH A D07-Nov-2020315 1411

README.mdH A D07-Nov-20201.1 KiB2921

WATCHLISTSH A D07-Nov-20206 KiB190186

abseil-in-webrtc.mdH A D07-Nov-20202.2 KiB6447

codereview.settingsH A D07-Nov-2020194 65

common_types.hH A D07-Nov-20203.1 KiB10756

native-api.mdH A D07-Nov-20205 KiB11792

presubmit_test.pyH A D07-Nov-20209.2 KiB274227

presubmit_test_mocks.pyH A D07-Nov-20203.7 KiB13185

pylintrcH A D07-Nov-20206.1 KiB220154

style-guide.mdH A D07-Nov-20208.3 KiB252178

webrtc.gniH A D07-Nov-202033.1 KiB1,059926

webrtc_lib_link_test.ccH A D07-Nov-20204.3 KiB9673

README.chromium

1Name: WebRTC
2URL: http://www.webrtc.org
3Version: 90
4License: BSD
5License File: LICENSE
6
7Description:
8WebRTC provides real time voice and video processing
9functionality to enable the implementation of
10PeerConnection/MediaStream.
11
12Third party code used in this project is described
13in the file LICENSE_THIRD_PARTY.
14

README.md

1**WebRTC is a free, open software project** that provides browsers and mobile
2applications with Real-Time Communications (RTC) capabilities via simple APIs.
3The WebRTC components have been optimized to best serve this purpose.
4
5**Our mission:** To enable rich, high-quality RTC applications to be
6developed for the browser, mobile platforms, and IoT devices, and allow them
7all to communicate via a common set of protocols.
8
9The WebRTC initiative is a project supported by Google, Mozilla and Opera,
10amongst others.
11
12### Development
13
14See http://www.webrtc.org/native-code/development for instructions on how to get
15started developing with the native code.
16
17[Authoritative list](native-api.md) of directories that contain the
18native API header files.
19
20### More info
21
22 * Official web site: http://www.webrtc.org
23 * Master source code repo: https://webrtc.googlesource.com/src
24 * Samples and reference apps: https://github.com/webrtc
25 * Mailing list: http://groups.google.com/group/discuss-webrtc
26 * Continuous build: http://build.chromium.org/p/client.webrtc
27 * [Coding style guide](style-guide.md)
28 * [Code of conduct](CODE_OF_CONDUCT.md)
29