No description
Find a file
Mirko Bonadei 654320666d Including libyuv headers using fully qualified paths.
Using fully qualified paths to include libyuv headers allows WebRTC to
avoid to rely on the //third_party/libyuv:libyuv_config target to
set the -I compiler flag.

Today some WebRTC targets depend on //third_party/libyuv only to
include //third_party/libyuv:libyuv_config but with fully qualified
paths this should not be needed anymore.

A follow-up CL will remove //third_party/libyuv from some targets that
don't need it because they are not including libyuv headers.

Bug: webrtc:8605
Change-Id: Icec707ca761aaf2ea8088e7f7a05ddde0de2619a
No-Try: True
Reviewed-on: https://webrtc-review.googlesource.com/28220
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Magnus Flodman <mflodman@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21209}
2017-12-11 15:51:26 +00:00
api Including libyuv headers using fully qualified paths. 2017-12-11 15:51:26 +00:00
audio Do not add audio bitrate observer if TWCC sending is not supported 2017-12-07 20:46:38 +00:00
build_overrides Add phoglund@ to various OWNERS and remove kjellander@ 2017-10-19 09:21:12 +00:00
call Explicitly convert size_t to int in Call::DeliverPacket 2017-12-08 13:51:29 +00:00
common_audio Avoid integer-overflow in WebRtcSpl_FilterARFastQ12 2017-12-07 16:56:47 +00:00
common_video Including libyuv headers using fully qualified paths. 2017-12-11 15:51:26 +00:00
data WebRTC: Replace ProjectRootPath by ResourcePath 2016-11-22 18:43:05 +00:00
examples Including libyuv headers using fully qualified paths. 2017-12-11 15:51:26 +00:00
infra Adding win_asan to CQ. 2017-11-22 09:12:18 +00:00
logging Change RtcEventLogOutputFile to use FILE* for i/o. 2017-12-11 15:14:06 +00:00
media Including libyuv headers using fully qualified paths. 2017-12-11 15:51:26 +00:00
modules Including libyuv headers using fully qualified paths. 2017-12-11 15:51:26 +00:00
ortc Stop using public_deps in pc/. 2017-12-07 13:57:57 +00:00
p2p Fix cpplint errors in p2p/ 2017-12-06 21:33:36 +00:00
pc Allow the TransportController to create RTP level transports. 2017-12-11 09:19:25 +00:00
resources Add a new NetEq decoding unit test for Opus with DTX 2017-11-28 10:45:38 +00:00
rtc_base Delete rtc_base/window.h. 2017-12-11 07:59:35 +00:00
rtc_tools Including libyuv headers using fully qualified paths. 2017-12-11 15:51:26 +00:00
sdk Including libyuv headers using fully qualified paths. 2017-12-11 15:51:26 +00:00
stats Stop using public_deps in stats. 2017-12-04 15:42:18 +00:00
system_wrappers Stop using public_deps in system_wrappers. 2017-12-06 08:56:52 +00:00
test Including libyuv headers using fully qualified paths. 2017-12-11 15:51:26 +00:00
tools_webrtc Set XCode to 9 for iOS 11 bots. 2017-12-08 10:22:49 +00:00
video Declare the RTCP packets_lost field as signed in the API. 2017-12-08 11:22:09 +00:00
voice_engine Stop using public_deps in system_wrappers. 2017-12-06 08:56:52 +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 Including libyuv headers using fully qualified paths. 2017-12-11 15:51:26 +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 Make building of examples and rtc_tools optional. 2017-12-10 12:26:48 +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 Add a new function to BitrateAllocation: HasBitrate. 2017-11-23 15:00:08 +00:00
common_types.h Declare the RTCP packets_lost field as signed in the API. 2017-12-08 11:22:09 +00:00
DEPS Roll chromium_revision e8c9fc291f..c9396bf17a (523081:523086) 2017-12-11 14:23:06 +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 Fix cpplint errors in p2p/ 2017-12-06 21:33:36 +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 Make building of examples and rtc_tools optional. 2017-12-10 12:26:48 +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