commit | 95cb56bd895dc83b8588e2b0090d417ecd9efa97 | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Thu Jan 30 14:03:26 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jan 30 15:04:05 2020 |
tree | 908a910f4d5cf408e7a0a4341be26a4003bd8d6e | |
parent | c31a4ec66af2b0ee28112d5b4df006771e23157f [diff] |
Add extra input validation to RtpFrameReferenceFinder for codec-specific cases wrap ids before unwrapping: should be noop for ids arrived from the network, but avoids DCHECKs for ids arrived from fuzzer. for vp9 double check number of references doesn't exceed maximum. for vp8 drop key frames for non-zero temporal id. for general by seqnum code path do not set last_picture_id_: it is not used there, but may confuse vp8 codepath. as a slight speed up avoid copying RTPVideoTypeHeader for vp8 and vp9. Bug: chromium:1046995, chromium:1047024, chromium:1047095, chromium:1047165, chromium:1047190 Change-Id: I1ab0833d32e2c023cbf5e3cfcc9e74f1c558e44b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168040 Reviewed-by: Philip Eliasson <philipel@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30426}
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.
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.