commit | eafee5e3d68a7356dd415d2b3eee53017140d38b | [log] [tgz] |
---|---|---|
author | k-wasniowski <kacp.was@gmail.com> | Wed Jan 22 17:45:34 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 24 10:47:35 2025 |
tree | d6b260ee9c26e6876978245e9b9585a373b2509e | |
parent | 63d3cf0d46d570d0580dfdfb2e3e48c9646dd177 [diff] |
fix: h26x packet buffer video artifacts This change resolves an issue that arises when there is a gap in the sequence numbers of packets associated with a single frame. Before this change, the H26x packet buffer could potentially assemble a frame using only a subset of the packets in the buffer if a packet was missing in the middle and a packet with a marker bit arrived. To address this, the change introduces a check before assembling a frame. This ensures that all packets belonging to a single frame are correctly collected by iterating backward until the first packet in the frame is identified. Bug: webrtc:384391181 Change-Id: I4d09a3d6d569624ece204264cb32e5076ed090a2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/374183 Reviewed-by: Henrik Boström <hbos@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Jianlin Qiu <jianlin.qiu@intel.com> Commit-Queue: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43793}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.