commit | 90a1351072a42f0b835f1c759f969ea014ce6b7f | [log] [tgz] |
---|---|---|
author | danilchap <danilchap@webrtc.org> | Mon Apr 11 17:05:02 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Apr 11 17:05:06 2016 |
tree | 32d5188cb0d9fb648d99fa8ea765a4aba7de74cc | |
parent | f7704d197b16ec4df06b6353daeea3da0f3c090b [diff] |
Fixed rtcp rpsi parsing of invalid packets. Added packet type RpsiItem to destinguish parsed rpsi header and Rpsi body preventing handling two half-valid (header-only) rpsi packets as one valid, making test parser calculate rpsi packet once instead of twice. Added check padding bits doesn't exceed native bit string length. Marking rpsi received moved after it is validated. BUG=600977 Review URL: https://codereview.webrtc.org/1880443002 Cr-Commit-Position: refs/heads/master@{#12318}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.