webrtc/modules
philipel 342c511007 Save unwrapped tl0_pic_idx for inserted VP8 frames.
As stashed frames are retried their `tl0_pic_idx` are again unwrapped which can lead to the `tl0_unwrapper_` to unwrap the `tl0_pic_idx` of newer frames backwards. Instead unwrap the `tl0_pid_idx` only once and save it with the frame if necessary.

Related VP9 CL: https://webrtc-review.googlesource.com/c/src/+/253844

Bug: none
Change-Id: I8265dc5f36ee257db92d79cec719f56b165d3855
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/256966
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Commit-Queue: Philip Eliasson <philipel@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36356}
2022-03-28 14:41:40 +00:00
..
async_audio_processing Use backticks not vertical bars to denote variables in comments for /modules/async_audio_processing 2021-08-02 11:16:59 +00:00
audio_coding Fix spelling of receiver and transceiver. 2022-03-18 14:54:10 +00:00
audio_device Fix spelling of receiver and transceiver. 2022-03-18 14:54:10 +00:00
audio_mixer Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
audio_processing Remove typing detection 2022-03-23 10:23:54 +00:00
congestion_controller Pace at max of BWE and lower link capacity only when loss based estimate is not less than delay based estimate. 2022-03-23 13:48:42 +00:00
desktop_capture Filter out Mac StatusIndicator window from desktop capture list 2022-03-28 09:25:51 +00:00
include Use backticks not vertical bars to denote variables in comments for /modules/include 2021-07-30 22:40:29 +00:00
pacing Reland "Pacer: Reduce TQ wake up and improve packet size estimation" 2022-03-21 16:41:42 +00:00
remote_bitrate_estimator Reland "Apply lower bound of delay based estimate in AimdRateControl::ClampBitrate" 2022-03-20 16:56:41 +00:00
rtp_rtcp Implement recieving FIR in RtcpTranceiver 2022-03-25 15:04:14 +00:00
third_party Use source_sets in component builds and static_library in release builds. 2019-10-17 21:17:18 +00:00
utility Remove usage of INFO alias for LS_INFO in log messages 2021-11-04 13:46:17 +00:00
video_capture Ignore v4l2 select() return when stopping capture 2022-03-15 08:52:26 +00:00
video_coding Save unwrapped tl0_pic_idx for inserted VP8 frames. 2022-03-28 14:41:40 +00:00
video_processing Remove top-level const from parameters in function declarations. 2022-01-26 11:05:25 +00:00
BUILD.gn Remove from chromium build targets that are not compatible with it. 2021-02-01 13:46:19 +00:00
module_common_types_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00