[BREAKGLASS] Append-only mirror of github.com/signalapp/webrtc
Go to file
Zhi Huang 365381fdf1 Replace BundleFilter with RtpDemuxer in RtpTransport.
BundleFilter is replaced by RtpDemuxer in RtpTransport for payload
type-based demuxing. RtpTransport will support MID-based demuxing later.

Each BaseChannel has its own RTP demuxing criteria and when connecting
to the RtpTransport, BaseChannel will register itself as a demuxer sink.

The inheritance model is changed. New inheritance chain:
DtlsSrtpTransport->SrtpTransport->RtpTranpsort

The JsepTransport2 is renamed to JsepTransport.

NOTE:
When RTCP packets are received, Call::DeliverRtcp will be called for
multiple times (webrtc:9035) which is an existing issue. With this CL,
it will become more of a problem and should be fixed.

Bug: webrtc:8587
Change-Id: Ibd880e7b744bd912336a691309950bc18e42cf62
Reviewed-on: https://webrtc-review.googlesource.com/65786
Commit-Queue: Zhi Huang <zhihuang@webrtc.org>
Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org>
Reviewed-by: Benjamin Wright <benwright@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22867}
2018-04-14 00:57:11 +00:00
api Remove SdpSemantics::kDefault 2018-04-13 17:03:08 +00:00
audio Remove dependencies on modules:module_api from AudioProcessing. 2018-04-12 22:05:27 +00:00
build_overrides Add phoglund@ to various OWNERS and remove kjellander@ 2017-10-19 09:21:12 +00:00
call Log SendSideCongestionController experiment 2018-04-13 12:33:48 +00:00
common_audio Prepare for |is_posix| switch in the Fuchsia build 2018-04-05 17:25:39 +00:00
common_video Enable and fix chromium clang warnings in sdk/android targets. 2018-04-05 11:22:03 +00:00
data WebRTC: Replace ProjectRootPath by ResourcePath 2016-11-22 18:43:05 +00:00
examples Remove duplicate line in AppRTC PeerConnectionClient 2018-04-13 11:50:38 +00:00
infra Revert "Disable internal lite bot." 2018-04-11 06:45:07 +00:00
logging Add missing includes checks.h/array_view.h 2018-04-10 10:33:34 +00:00
media Replace BundleFilter with RtpDemuxer in RtpTransport. 2018-04-14 00:57:11 +00:00
modules [desktopCapture] add some logs into trace event 2018-04-13 21:15:59 +00:00
ortc Replace BundleFilter with RtpDemuxer in RtpTransport. 2018-04-14 00:57:11 +00:00
p2p Remove PORTALLOCATOR_ENABLE_SHARED_UFRAG 2018-04-13 19:16:48 +00:00
pc Replace BundleFilter with RtpDemuxer in RtpTransport. 2018-04-14 00:57:11 +00:00
resources Adding FourPeople_1280x720_30.yuv. 2018-02-12 15:55:00 +00:00
rtc_base [desktopCaptuer Win] exclude windows not on current virtual desktop 2018-04-12 19:22:15 +00:00
rtc_tools Remove dependencies on modules:module_api from AudioProcessing. 2018-04-12 22:05:27 +00:00
sdk Remove SdpSemantics::kDefault 2018-04-13 17:03:08 +00:00
stats PeerConnectionInterface::GetStats() with selector argument added. 2018-03-26 12:08:20 +00:00
style-guide Add style guide rule about paired .h and .cc files 2018-03-14 13:02:35 +00:00
system_wrappers Remove myself from some owners files. Fix order in those files. Replace myself in comment references. 2018-04-03 14:07:31 +00:00
test Reland "Floating-point exception observer for unit tests" 2018-04-13 08:08:28 +00:00
tools_webrtc Remove obsolete valgrind suppression. 2018-04-11 14:04:16 +00:00
video Use VP8EncoderSimulcastProxy in VideoQualityTest. 2018-04-13 12:55:29 +00:00
.clang-format Tune ObjC clang-format configuration 2017-05-11 09:14:18 +00:00
.git-blame-ignore-revs
.gitignore Reland "Make it possible to run video_quality_loopback_test in swarming." 2018-01-23 13:03:17 +00:00
.gn Opt out of "Migrate the Android Support Lib to android_deps". 2018-04-05 13:40:53 +00:00
.vpython vpython: Specify dependency on pywin32 2018-02-14 13:56:39 +00:00
AUTHORS ObjC: Add missing _lastDrawnFrame assignments 2018-04-11 12:51:06 +00:00
BUILD.gn Remove dependencies on modules:module_api from AudioProcessing. 2018-04-12 22:05:27 +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 Delete obsolete tl_factory member and all mention thereof. 2018-04-09 11:02:38 +00:00
common_types.h Remove obsolete types from common_types.h 2018-04-12 12:23:37 +00:00
DEPS Roll chromium_revision 3324b05ba6..795195df20 (550462:550567) 2018-04-13 10:33:08 +00:00
LICENSE Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
license_template.txt
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_test_mocks.py Using Change.BugsFromDescription to read CL bugs in PRESUBMIT checks. 2017-10-13 03:48:26 +00:00
presubmit_test.py Using Change.BugsFromDescription to read CL bugs in PRESUBMIT checks. 2017-10-13 03:48:26 +00:00
PRESUBMIT.py Add ToString() methods to classes with << operators, preparing for deprecations. 2018-04-03 11:21:30 +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 guidance about forward declarations. 2018-03-28 20:58:27 +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 Annotate rest of WebRTC with @Nullable. 2018-03-28 08:30:06 +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