No description
Find a file
kjellander@webrtc.org ecdeb4cb94 CQ: Change Android trybots to not run device tests.
BUG=chromium:588063
TBR=phoglund@webrtc.org

Review URL: https://codereview.webrtc.org/1715643002 .

Cr-Commit-Position: refs/heads/master@{#11679}
2016-02-19 09:14:50 +00:00
build_overrides GN: Remove build_overrides/v8.gni 2015-10-22 08:50:43 +00:00
chromium Updated chromium/.gclient and sync_chromium.py to not ignore third_party/ffmpeg. 2016-01-12 14:05:39 +00:00
data Enable AudioProcessing48kHzSupport by default 2015-05-22 18:59:59 +00:00
infra CQ: Change Android trybots to not run device tests. 2016-02-19 09:14:50 +00:00
resources NetEq: Fix a negative shift value 2016-02-10 10:47:56 +00:00
talk Move talk/session/media -> webrtc/pc 2016-02-12 05:48:10 +00:00
third_party Switch third_party/gflags to use updated GitHub repo. 2016-02-09 14:47:47 +00:00
tools Suppress UBSan errors in common_audio 2016-02-18 15:41:21 +00:00
webrtc Drop support for playing output through aplay in intelligibility_proc 2016-02-19 03:16:17 +00:00
.clang-format Style-option file for clang-format. 2013-11-25 15:30:37 +00:00
.gitignore Move talk/media to webrtc/media 2016-02-05 07:52:35 +00:00
.gn Roll chromium_revision 1d144ca..fa5d546 (375480:376142) 2016-02-18 19:30:25 +00:00
all.gyp iOS: Include legacy objc API in all.gyp + fix H264 libyuv dependency 2016-02-17 13:38:35 +00:00
AUTHORS Fix WebRtc ninja x86 build using Visual Studio 2015 (set GYP_MSVS_VERSION=2015). 2016-01-30 22:40:52 +00:00
BUILD.gn Initial GN work for WebRTC 2014-06-17 08:54:03 +00:00
check_root_dir.py Remove root_dir variable from DEPS + enforce rename. 2014-10-09 09:11:27 +00:00
codereview.settings Move to Chromium's Rietveld at codereview.webrtc.org 2015-06-04 07:07:42 +00:00
COPYING Libjingle in webrtc needs updated AUTHORS, COPYING, LICENSE_THIRD_PARTY AND README. 2013-07-16 18:04:56 +00:00
DEPS Roll chromium_revision 1d144ca..fa5d546 (375480:376142) 2016-02-18 19:30:25 +00:00
LICENSE Updated license path in LICENSE and LICENSE_THIRD_PARTY. 2012-11-22 12:06:21 +00:00
license_template.txt Update template to follow chromium copyright style 2013-04-24 01:01:28 +00:00
LICENSE_THIRD_PARTY Libjingle in webrtc needs updated AUTHORS, COPYING, LICENSE_THIRD_PARTY AND README. 2013-07-16 18:04:56 +00:00
OWNERS So long and thanks for all the code reviews! 2015-11-18 11:07:45 +00:00
PATENTS Add references to src/ copies for LICENSE etc. 2011-10-26 01:05:07 +00:00
PRESUBMIT.py Blacklist "build/c++11" cpplint filter. 2016-02-19 08:26:02 +00:00
pylintrc PRESUBMIT: Improve PyLint check and add GN format check. 2015-05-25 10:55:50 +00:00
README.md Add README.md to root directory 2015-09-11 09:04:09 +00:00
setup_links.py Revert of Add tools/mb to setup_links.py (patchset #1 id:1 of https://codereview.webrtc.org/1692543002/ ) 2016-02-11 14:36:45 +00:00
sync_chromium.py Updated chromium/.gclient and sync_chromium.py to not ignore third_party/ffmpeg. 2016-01-12 14:05:39 +00:00
WATCHLISTS Add webrtc/audio and webrtc/call to WATCHLISTS. 2015-12-21 13:30:01 +00:00

WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.

Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.

The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.

Development

See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.

More info