No description
Find a file
Fredrik Solenberg b3d7cac235 Reland "Reland "Implement RTC_DLOG macro and use in a few places to test.""
This is a reland of d6fc82f173
Original change's description:
> Reland "Implement RTC_DLOG macro and use in a few places to test."
>
> This is a reland of b18e868aa4
> Original change's description:
> > Implement RTC_DLOG macro and use in a few places to test.
> >
> > Bug: webrtc:8529
> > Change-Id: I31a5a4ec873088b1831dfa31a496467efff89cc1
> > Reviewed-on: https://webrtc-review.googlesource.com/23041
> > Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
> > Reviewed-by: Tommi <tommi@webrtc.org>
> > Commit-Queue: Fredrik Solenberg <solenberg@webrtc.org>
> > Cr-Commit-Position: refs/heads/master@{#20690}
>
> Bug: webrtc:8529
> Change-Id: I68073870945f3085966e7a61fe6efa083eedd100
> Reviewed-on: https://webrtc-review.googlesource.com/23361
> Commit-Queue: Fredrik Solenberg <solenberg@webrtc.org>
> Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org>
> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#20725}

TBR=kwiberg@webrtc.org

Bug: webrtc:8529
Change-Id: I7a12591253a549cfbd91218e5563c3805e8c647b
Reviewed-on: https://webrtc-review.googlesource.com/24080
Commit-Queue: Fredrik Solenberg <solenberg@webrtc.org>
Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20735}
2017-11-17 17:56:37 +00:00
api Add stats googHasEnteredLowResolution. 2017-11-17 13:02:07 +00:00
audio Optional: Use nullopt and implicit construction in /audio 2017-11-17 15:56:17 +00:00
build_overrides Add phoglund@ to various OWNERS and remove kjellander@ 2017-10-19 09:21:12 +00:00
call Add stats googHasEnteredLowResolution. 2017-11-17 13:02:07 +00:00
common_audio Fix circular deps in common_audio. 2017-11-17 11:20:17 +00:00
common_video In generic encoder ensure capture timestamp is preserved. 2017-11-17 16:06:17 +00:00
data WebRTC: Replace ProjectRootPath by ResourcePath 2016-11-22 18:43:05 +00:00
examples Android: Fix warnings 2017-11-16 18:25:33 +00:00
infra Remove linux_memcheck from commit queue 2017-11-17 17:52:47 +00:00
logging Fix some missed stdlib includes 2017-11-16 08:50:44 +00:00
media Add stats googHasEnteredLowResolution. 2017-11-17 13:02:07 +00:00
modules AEC3 delay estimator refactoring and introducing ability to customize 2017-11-17 17:51:37 +00:00
ortc Fix ortc_api circular deps. 2017-11-15 13:31:51 +00:00
p2p Remove the CA_UPDATE and related code. 2017-11-16 01:46:02 +00:00
pc Add stats googHasEnteredLowResolution. 2017-11-17 13:02:07 +00:00
resources Fix of integer overflow in WebRtcAecm_ProcessBlock / ApmTest.Process 2017-10-23 14:25:37 +00:00
rtc_base Reland "Reland "Implement RTC_DLOG macro and use in a few places to test."" 2017-11-17 17:56:37 +00:00
rtc_tools Fix some missed stdlib includes 2017-11-16 08:50:44 +00:00
sdk Revert "Update internal encoder factory to new interface" 2017-11-16 18:46:35 +00:00
stats Added RTCMediaStreamTrackStats.jitterBufferDelay for audio 2017-10-02 10:47:00 +00:00
system_wrappers Reland of "Use moving median filters in RemoteNtpTimeEstimator, RtpToNtpEstimator"" 2017-11-16 12:10:04 +00:00
test Optional: Use nullopt and implicit construction in /test/fuzzers 2017-11-16 18:01:03 +00:00
tools_webrtc [webrtc] Add mb configs for new bots in 2 internal masters 2017-11-17 09:08:11 +00:00
video Add stats googHasEnteredLowResolution. 2017-11-17 13:02:07 +00:00
voice_engine Reland "Reland "Implement RTC_DLOG macro and use in a few places to test."" 2017-11-17 17:56:37 +00:00
.clang-format Tune ObjC clang-format configuration 2017-05-11 09:14:18 +00:00
.git-blame-ignore-revs Create .git-blame-ignore-revs and add Java format CL to it. 2016-10-20 09:20:39 +00:00
.gitignore Roll chromium_revision f93b8b19f2..adf969a7cb (513366:514871) and more. 2017-11-08 21:42:48 +00:00
.gn Remove remaining mentions of gflags 2017-09-25 15:34:41 +00:00
.vpython Add psutil to vpython dependencies (used on builder bots) 2017-09-04 08:04:16 +00:00
AUTHORS Delete wrapper API ConvertToI420 for YUV conversion to I420 2017-11-15 11:10:20 +00:00
BUILD.gn Revert "Reland of Add full stack tests for MediaCodec encoder (moved from Rietveld)." 2017-09-29 13:48:29 +00:00
CODE_OF_CONDUCT.md Add code of conduct to WebRTC repo 2017-05-16 12:09:13 +00:00
codereview.settings Make Gerrit the default for WebRTC changes 2017-09-29 01:38:07 +00:00
common_types.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
common_types.h Set RTPVideoHeader picture id in PayloadRouter if forced fallback for VP8 is enabled. 2017-10-06 13:41:14 +00:00
DEPS Add findbugs to DEPS 2017-11-15 11:51:10 +00:00
LICENSE Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
license_template.txt Update template to follow chromium copyright style 2013-04-24 01:01:28 +00:00
LICENSE_THIRD_PARTY Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
native-api.md Tell users where they can find the native API headers 2017-11-14 10:36:46 +00:00
OWNERS Add phoglund@ to various OWNERS and remove kjellander@ 2017-10-19 09:21:12 +00:00
PATENTS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
PRESUBMIT.py Tell users where they can find the native API headers 2017-11-14 10:36:46 +00:00
presubmit_test.py Using Change.BugsFromDescription to read CL bugs in PRESUBMIT checks. 2017-10-13 03:48:26 +00:00
presubmit_test_mocks.py Using Change.BugsFromDescription to read CL bugs in PRESUBMIT checks. 2017-10-13 03:48:26 +00:00
pylintrc Removing invalid-name from disabled pylint checks. 2017-10-11 08:06:49 +00:00
README.chromium Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
README.md Tell users where they can find the native API headers 2017-11-14 10:36:46 +00:00
style-guide.md Style guide: Attempt to make the L2 and L3 headings more visually distinct 2017-09-09 03:52:23 +00:00
typedefs.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
WATCHLISTS Add myself to the watchlist for webrtc/api/ and webrtc/base/ 2017-05-04 13:22:46 +00:00
webrtc.gni Reland: "Make javac warnings errors for WebRTC targets." 2017-11-07 15:36:46 +00:00
whitespace.txt Moving src/webrtc into src/. 2017-09-15 04:25:06 +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.

Development

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

Authoritative list of directories that contain the native API header files.

More info