No description
Find a file
Sergey Silkin 3f2634eadc Reland "Keep spatial_idx=kNoSpatialIdx(255) if there is no layer indices."
This is a reland of 47836b4ebb

Internal tests are synced with the fix.

Original change's description:
> Keep spatial_idx=kNoSpatialIdx(255) if there is no layer indices.
> 
> spatial_idx is not present in RTP header if there is no temporal or
> spatial layering. But the parser sets spatial_idx to 0 in this case.
> When reflector repacketizes such packets it writes layering indices
> into outgoing packets. When packets arrive to receiver it thinks that
> it deals with multi layer stream and passes it through special path
> in Vp9 reference frame finder which never outputs inter frames.
> 
> I modified the parser such that it keeps spatial_idx=kNoSpatialIdx(255)
> when there is no layer indices in RTP header. Related unit tests have
> been modified as well.
> 
> Bug: none
> Change-Id: I14498cafb4e57797577dc873298c35b243479f88
> Reviewed-on: https://webrtc-review.googlesource.com/17980
> Commit-Queue: Sergey Silkin <ssilkin@webrtc.org>
> Reviewed-by: Erik Språng <sprang@webrtc.org>
> Reviewed-by: Åsa Persson <asapersson@webrtc.org>
> Reviewed-by: Rasmus Brandt <brandtr@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#20560}

TBR=brandtr@webrtc.org,asapersson@webrtc.org,sprang@webrtc.org

Bug: none
Change-Id: I6087a8b20a926296b30432d69251670120b2a20c
Reviewed-on: https://webrtc-review.googlesource.com/20940
Reviewed-by: Sergey Silkin <ssilkin@webrtc.org>
Commit-Queue: Sergey Silkin <ssilkin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20591}
2017-11-07 16:34:20 +00:00
api Remove deprecated CreatePeerConnectionFactory() overloads 2017-11-03 10:16:22 +00:00
audio Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API (II) 2017-11-01 11:04:26 +00:00
build_overrides Add phoglund@ to various OWNERS and remove kjellander@ 2017-10-19 09:21:12 +00:00
call Delete deprecated constructor of SendSideCongestionController. 2017-11-06 15:02:36 +00:00
common_audio Replace left shift with equivalent multiplication. 2017-11-07 14:47:05 +00:00
common_video Remove pbos@webrtc.org from all OWNERS. 2017-11-01 08:03:46 +00:00
data WebRTC: Replace ProjectRootPath by ResourcePath 2016-11-22 18:43:05 +00:00
examples Reland: "Make javac warnings errors for WebRTC targets." 2017-11-07 15:36:46 +00:00
infra Link win_rel with LUCI win_rel. 2017-10-31 21:08:43 +00:00
logging Allow printing full packets in rtc_eventlog2text. 2017-11-07 16:33:15 +00:00
media Handle any InitDecode() failure in VideoDecoderSoftwareFallbackWrapper 2017-11-02 18:06:59 +00:00
modules Reland "Keep spatial_idx=kNoSpatialIdx(255) if there is no layer indices." 2017-11-07 16:34:20 +00:00
ortc Disable flaky test OrtcFactoryIntegrationTest.BasicTwoWayAudioVideoRtpSendersAndReceivers. 2017-09-27 09:14:28 +00:00
p2p Enable the clang style plugin in primary p2p/ target 2017-11-01 00:19:05 +00:00
pc Disable several flaky PeerConnectionIntegration tests. 2017-11-07 13:29:55 +00:00
resources Fix of integer overflow in WebRtcAecm_ProcessBlock / ApmTest.Process 2017-10-23 14:25:37 +00:00
rtc_base Reland: "Make javac warnings errors for WebRTC targets." 2017-11-07 15:36:46 +00:00
rtc_tools Delete deprecated constructor of SendSideCongestionController. 2017-11-06 15:02:36 +00:00
sdk Reland: "Make javac warnings errors for WebRTC targets." 2017-11-07 15:36:46 +00:00
stats Added RTCMediaStreamTrackStats.jitterBufferDelay for audio 2017-10-02 10:47:00 +00:00
system_wrappers Remove references to and implementation of GetHistogramName(). 2017-10-30 19:20:49 +00:00
test Reland: "Make javac warnings errors for WebRTC targets." 2017-11-07 15:36:46 +00:00
tools_webrtc Fix typo in iOS64 Perf configuration. 2017-11-06 21:29:20 +00:00
video Reland "Keep spatial_idx=kNoSpatialIdx(255) if there is no layer indices." 2017-11-07 16:34:20 +00:00
voice_engine Add new UMA metric for the audio receiver delay 2017-11-06 08:39:56 +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 MB: Add support for isolating scripts + isolate low_bandwidth_audio_test.py. 2017-10-02 16:57:09 +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 Move rendering code in SurfaceViewRenderer to a separate class. 2017-11-06 13:52:26 +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 Adding //third_party/auto to WebRTC DEPS file. 2017-11-06 00:40:16 +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
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 Enable cpplint in media/ 2017-10-31 17:46:42 +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 Update README.md and codereview.settings for new source location 2017-09-13 19:54:59 +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.

More info