commit | 8c61924b5671b568a1953820961e4ec24e19e4c6 | [log] [tgz] |
---|---|---|
author | philipel <philipel@webrtc.org> | Thu Feb 02 16:51:29 2017 |
committer | Commit bot <commit-bot@chromium.org> | Thu Feb 02 16:51:29 2017 |
tree | c5b70432ea6be6ed5280d978589493545c27c5bb | |
parent | 1dffc62843286148288f482ef77d98342ba7d3d3 [diff] |
video_coding::PacketBuffer now group all H264 packets with the same timestamp into the same frame. Since we can't know when a H264 frame really starts we instead group all packets together by timestamp when a frame seems to be complete (only in the case of H264). BUG=webrtc:5514 Review-Url: https://codereview.webrtc.org/2675693002 Cr-Commit-Position: refs/heads/master@{#16419}
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.