No description
Find a file
kjellander becf9ee48c Roll chromium_revision 6a04368..1728ddf (370362:370595)
Our valgrind script needed to be updated due to
6a04368..1728ddf/tools/valgrind/chrome_tests.py

Change log: 6a04368..1728ddf
Full diff: 6a04368..1728ddf

Changed dependencies:
* src/third_party/ffmpeg: 7deada1..2dc5618
* src/third_party/libsrtp: ebfcc9a..9cc4f2f
* src/third_party/libvpx_new/source/libvpx: b520882..c0307e6
* src/tools/gyp: 54b7dfc..aa0301b
DEPS diff: 6a04368..1728ddf/DEPS

No update to Clang.

TBR=marpan@webrtc.org, stefan@webrtc.org,
NOTRY=True

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

Cr-Commit-Position: refs/heads/master@{#11330}
2016-01-21 09:46:00 +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 Revert of Remove libfuzzer trybot from default trybot set. (patchset #1 id:1 of https://codereview.webrtc.org/1585963002/ ) 2016-01-15 08:28:48 +00:00
resources Reenables several NetEq unittests on android. 2016-01-20 15:26:28 +00:00
talk Delete GetRenderer method, used only by the tests. 2016-01-21 07:26:44 +00:00
third_party Roll chromium_revision 7a4fb8d..f527e86 (370025:370073) 2016-01-19 12:47:24 +00:00
tools Roll chromium_revision 6a04368..1728ddf (370362:370595) 2016-01-21 09:46:00 +00:00
webrtc Reallocate encoded buffer size if needed. Initially set to the input image size. 2016-01-21 09:11:43 +00:00
.clang-format Style-option file for clang-format. 2013-11-25 15:30:37 +00:00
.gitignore setup_links.py fix so that FFmpeg compiles on windows. 2016-01-15 09:38:39 +00:00
.gn H.264: Default flags and pulling in openh264 and ffmpeg. 2016-01-11 18:19:06 +00:00
all.gyp Remove webrtc/examples/android/media_demo. 2015-11-11 12:11:21 +00:00
AUTHORS Fixing integer underflow in FileAudioDevice (webrtc issue 4554) 2016-01-07 20:38:36 +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 6a04368..1728ddf (370362:370595) 2016-01-21 09:46:00 +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 Lint fix for webrtc/modules/video_coding PART 3! 2015-12-21 16:23:29 +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 setup_links.py fix so that FFmpeg compiles on windows. 2016-01-15 09:38:39 +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