No description
Find a file
Karl Wiberg 29e7bee330 Move aligned memory utilities to rtc_base/memory/
This moves them from an API directory (system_wrappers/include/) to a
non-API directory, which is exactly what we want for utilities like
this.

BUG=webrtc:8445

Change-Id: I6dc34fe662f5d87b3b5288d33055345bc6bf91db
Reviewed-on: https://webrtc-review.googlesource.com/21164
Commit-Queue: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22567}
2018-03-22 14:13:24 +00:00
api Move aligned memory utilities to rtc_base/memory/ 2018-03-22 14:13:24 +00:00
audio Delete obsolete method RtpFeedback::OnInitializeDecoder. 2018-03-22 12:06:54 +00:00
build_overrides Add phoglund@ to various OWNERS and remove kjellander@ 2017-10-19 09:21:12 +00:00
call Reporting feedback availability to congestion controller. 2018-03-22 14:11:54 +00:00
common_audio Move aligned memory utilities to rtc_base/memory/ 2018-03-22 14:13:24 +00:00
common_video Remove the public_deps to fileutils from test_support. 2018-03-16 09:06:27 +00:00
data WebRTC: Replace ProjectRootPath by ResourcePath 2016-11-22 18:43:05 +00:00
examples Android AppRTCMobile: Use new audio device code 2018-03-21 12:40:18 +00:00
infra Revert "Temporarily disable ios_api_framework." 2018-03-14 12:09:52 +00:00
logging Provide the option of injecting rtc::TaskQueue when creating RtcEventLogImpl via factory methods. 2018-03-20 18:06:18 +00:00
media Pass a real audio codec pair ID to encoders that we create 2018-03-21 23:29:53 +00:00
modules Interface for packet feedback availability in SSCC 2018-03-22 13:38:49 +00:00
ortc Delete ortc methods using cricket::VideoCapturer. 2018-03-22 08:55:24 +00:00
p2p Avoid DCHECK in P2PTransportChannel::MorePingable. 2018-03-21 18:16:48 +00:00
pc Delete ortc methods using cricket::VideoCapturer. 2018-03-22 08:55:24 +00:00
resources Adding FourPeople_1280x720_30.yuv. 2018-02-12 15:55:00 +00:00
rtc_base Move aligned memory utilities to rtc_base/memory/ 2018-03-22 14:13:24 +00:00
rtc_tools Fix path to proto in py_event_log_analyzer/pb_parse.py 2018-03-19 07:42:35 +00:00
sdk Move aligned memory utilities to rtc_base/memory/ 2018-03-22 14:13:24 +00:00
stats RTCStatsCollector::GetStatsReport() with optional selector argument. 2018-03-19 15:32:16 +00:00
style-guide Add style guide rule about paired .h and .cc files 2018-03-14 13:02:35 +00:00
system_wrappers Move aligned memory utilities to rtc_base/memory/ 2018-03-22 14:13:24 +00:00
test Revert "Move rtp-specific config out of EncoderSettings." 2018-03-21 13:53:49 +00:00
tools_webrtc Match the device config of iOS Debug and Release bots 2018-03-22 08:25:53 +00:00
video Add payload_name and payload_type to VideoSendStream::Config::Rtp. 2018-03-22 12:34:34 +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 Reland "Make it possible to run video_quality_loopback_test in swarming." 2018-01-23 13:03:17 +00:00
.gn Re-enabling 'gn check' on //examples/*. 2018-02-19 15:07:45 +00:00
.vpython vpython: Specify dependency on pywin32 2018-02-14 13:56:39 +00:00
AUTHORS Expose a link-local network interfaces enumeration option 2018-02-06 19:12:04 +00:00
BUILD.gn Fixing -Wstrict-prototypes warnings. 2018-03-19 16:57:21 +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 Refactor VP8 TemporalLayers 2018-03-19 18:14:21 +00:00
common_types.h Refactor VP8 TemporalLayers 2018-03-19 18:14:21 +00:00
DEPS Roll chromium_revision aa3bb574c4..e76515b1f3 (544920:545023) 2018-03-22 10:15:53 +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 Remove custom MD5 / SHA-1 implementations. 2018-02-19 15:03:35 +00:00
native-api.md Remove legacy VoiceEngine. 2018-01-12 11:31:52 +00:00
OWNERS Add back OWNERS entris that went missing 2018-03-06 10:31:11 +00:00
PATENTS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
PRESUBMIT.py Revert "Relaxing no-streams presubmit check (streams are allowed in tests)." 2018-03-19 10:32:02 +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 Add style guide rules for std::bind and std::function 2018-03-22 08:53:23 +00:00
typedefs.h Move FALLTHROUGH macro to a separate header, and give it an RTC_ prefix 2018-02-05 11:24:59 +00:00
WATCHLISTS Move remaining traces of VoiceEngine 2018-01-17 13:27:47 +00:00
webrtc.gni Introduce Nullable annotation. 2018-03-21 08:41:13 +00:00
whitespace.txt Whitespace change 2018-02-23 10:34:16 +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