No description
Find a file
Anders Carlsson 7eb8e9fd7b Add RegisterExternalDecoder in VideoCodingModule.
In preparation for landing https://webrtc-review.googlesource.com/c/src/+/72441
a downstream project that uses the VideoCodingModule needs to be able to
inject a decoder object created from the outside, just like how encoders
are possible to inject.

Bug: webrtc:7925
Change-Id: Ibaeffda55f84410436d79f75730e7352e298b9f0
Reviewed-on: https://webrtc-review.googlesource.com/77160
Commit-Queue: Anders Carlsson <andersc@webrtc.org>
Reviewed-by: Rasmus Brandt <brandtr@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23297}
2018-05-18 09:43:26 +00:00
api Merge DegradationPreference enums. 2018-05-17 11:21:52 +00:00
audio Replacing rtc::TimeDelta with webrtc::TimeDelta. 2018-05-08 13:22:53 +00:00
build_overrides Add phoglund@ to various OWNERS and remove kjellander@ 2017-10-19 09:21:12 +00:00
call Use range-based-for instead of std::for_each and std::mem_fun 2018-05-17 13:51:02 +00:00
common_audio Replacing rtc::TimeDelta with webrtc::TimeDelta. 2018-05-08 13:22:53 +00:00
common_video New file api/video/BUILD.gn 2018-05-14 06:57:38 +00:00
data WebRTC: Replace ProjectRootPath by ResourcePath 2016-11-22 18:43:05 +00:00
examples Update Android native API example to use real camera. 2018-05-17 13:31:31 +00:00
infra Remove all baremetal bots, baremetal tests will be part of *_rel 2018-05-18 07:03:32 +00:00
logging Delete unneeded includes of call/video_config.h. 2018-05-18 09:00:56 +00:00
media Delete unneeded includes of call/video_config.h. 2018-05-18 09:00:56 +00:00
modules Add RegisterExternalDecoder in VideoCodingModule. 2018-05-18 09:43:26 +00:00
ortc Fix build errors when rtc_use_builtin_sw_codecs is set to false. 2018-05-14 13:24:29 +00:00
p2p Replace MessageHandler by AsyncInvoker in P2PTransportChannel. 2018-05-17 01:05:31 +00:00
pc Delete unused include of fakevideocapturer.h. 2018-05-17 07:23:01 +00:00
resources AGC2 RNN VAD: Polishing. 2018-05-15 16:41:02 +00:00
rtc_base Delete some obsolete forward declarations 2018-05-18 07:29:25 +00:00
rtc_tools Make unpack_aecdump optionally unpack render/capture call order 2018-05-14 11:52:12 +00:00
sdk Add Android native API: CreateJavaVideoSource 2018-05-17 07:41:51 +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 Clean up posix-only files. 2018-04-18 00:18:04 +00:00
test Fuzzing for video_coding::FrameBuffer2. 2018-05-17 12:41:41 +00:00
third_party Roll chromium_revision c92ed25217..bcf2616e8e (559015:559838) 2018-05-18 09:37:26 +00:00
tools_webrtc Remove all baremetal bots, baremetal tests will be part of *_rel 2018-05-18 07:03:32 +00:00
video Delete unneeded includes of call/video_config.h. 2018-05-18 09:00:56 +00:00
.clang-format Tune ObjC clang-format configuration 2017-05-11 09:14:18 +00:00
.git-blame-ignore-revs
.gitignore Remove third_party from DEPS file to prepare to check it into webrtc. 2018-05-11 09:30:12 +00:00
.gn Opt out of "Migrate the Android Support Lib to android_deps". 2018-04-05 13:40:53 +00:00
.vpython Add vpython dependencies needed to run presubmit tests on LUCI 2018-05-18 08:10:25 +00:00
AUTHORS Use range-based-for instead of std::for_each and std::mem_fun 2018-05-17 13:51:02 +00:00
BUILD.gn Suppressing /wd4702. 2018-05-16 10:59:13 +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 Don't expose resilience mode in VP8 and VP9 configuration. 2018-04-25 13:54:33 +00:00
common_types.h Reland "Reland "Remove our stream << overloads from non-test build targets."" 2018-05-03 10:41:41 +00:00
DEPS Roll chromium_revision c92ed25217..bcf2616e8e (559015:559838) 2018-05-18 09:37:26 +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 Update documentation for THIRD_PARTY_DEPS; add pymock. 2018-05-14 15:13:29 +00:00
PATENTS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
PRESUBMIT.py Change structure of deps file and tool for adding chromium dep. 2018-05-17 08:52:31 +00:00
presubmit_test.py Roll chromium_revision 95336cb92b..191d55580e (557816:557824) 2018-05-11 11:17:05 +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 guidance about forward declarations. 2018-03-28 20:58:27 +00:00
THIRD_PARTY_CHROMIUM_DEPS.json Change structure of deps file and tool for adding chromium dep. 2018-05-17 08:52:31 +00:00
THIRD_PARTY_WEBRTC_DEPS.json Change structure of deps file and tool for adding chromium dep. 2018-05-17 08:52:31 +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 Fixing root_files WATCHLIST regex. 2018-04-19 06:52:18 +00:00
webrtc.gni Revert "Reland "Adding absl includes and defines to rtc_* templates."" 2018-05-16 16:46:12 +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