commit | 52033d6ea119223179cc0813f95ff31a21c3ac72 | [log] [tgz] |
---|---|---|
author | sprang <sprang@webrtc.org> | Thu Jun 02 02:43:32 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jun 02 09:43:38 2016 +0000 |
tree | 145593e1cd53ac7c706c9f4a88eb63a69449c6d9 | |
parent | 5724b7317ee9ceaae2b131fda645c72ed29e282d [diff] |
Add H264 bitstream rewriting to limit frame reordering marker in header The VUI part an SPS may specify max_num_reorder_frames and max_dec_frame_buffering. These may cause a decoder to buffer a number of frame prior allowing decode, leading to delays, even if no frames using such references (ie B-frames) are sent. Because of this we update any SPS block emitted by the encoder. Also, a bunch of refactoring of H264-related code to reduce code duplication. BUG= Review-Url: https://codereview.webrtc.org/1979443004 Cr-Commit-Position: refs/heads/master@{#13010}
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.