Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Issue 2844643002: Add warning about timestamp non-monotonicity in the frame buffer. (Closed)

Created:
3 years, 8 months ago by brandtr
Modified:
3 years, 7 months ago
Reviewers:
philipel, stefan-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhengzhonghou_agora.io, video-team_agora.io, stefan-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add warning about timestamp non-monotonicity in the frame buffer. BUG=None Review-Url: https://codereview.webrtc.org/2844643002 Cr-Commit-Position: refs/heads/master@{#17910} Committed: https://chromium.googlesource.com/external/webrtc/+/9078d8cf05f6307db640509ab9950592d3956e20

Patch Set 1 #

Total comments: 6

Patch Set 2 : philipel comments 1. #

Total comments: 3

Patch Set 3 : Rebase. #

Patch Set 4 : philipel comments 1. #

Total comments: 2

Patch Set 5 : Reuse |next_frame_it_->first|. #

Patch Set 6 : Nits. #

Patch Set 7 : Log before we advance |last_decoded_frame_it_|. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -1 line) Patch
M webrtc/modules/video_coding/frame_buffer2.cc View 1 2 3 4 5 6 1 chunk +28 lines, -1 line 0 comments Download

Messages

Total messages: 26 (8 generated)
brandtr
Please take a look. This log message is purely to help with debugging. Any changes ...
3 years, 8 months ago (2017-04-26 08:42:31 UTC) #2
stefan-webrtc
I'm fine with doing logical changes in a separate CL, but maybe we can discuss ...
3 years, 8 months ago (2017-04-26 09:04:58 UTC) #3
brandtr
On 2017/04/26 09:04:58, stefan-webrtc wrote: > I'm fine with doing logical changes in a separate ...
3 years, 8 months ago (2017-04-26 09:41:43 UTC) #4
brandtr
https://codereview.webrtc.org/2844643002/diff/1/webrtc/modules/video_coding/frame_buffer2.cc File webrtc/modules/video_coding/frame_buffer2.cc (right): https://codereview.webrtc.org/2844643002/diff/1/webrtc/modules/video_coding/frame_buffer2.cc#newcode156 webrtc/modules/video_coding/frame_buffer2.cc:156: << ")."; On 2017/04/26 09:04:57, stefan-webrtc wrote: > Should ...
3 years, 8 months ago (2017-04-26 09:43:51 UTC) #5
stefan-webrtc
lgtm
3 years, 8 months ago (2017-04-26 10:42:15 UTC) #6
stefan-webrtc
https://codereview.webrtc.org/2844643002/diff/1/webrtc/modules/video_coding/frame_buffer2.cc File webrtc/modules/video_coding/frame_buffer2.cc (right): https://codereview.webrtc.org/2844643002/diff/1/webrtc/modules/video_coding/frame_buffer2.cc#newcode156 webrtc/modules/video_coding/frame_buffer2.cc:156: << ")."; On 2017/04/26 09:43:51, brandtr wrote: > On ...
3 years, 8 months ago (2017-04-26 10:44:50 UTC) #7
philipel
https://codereview.webrtc.org/2844643002/diff/1/webrtc/modules/video_coding/frame_buffer2.cc File webrtc/modules/video_coding/frame_buffer2.cc (right): https://codereview.webrtc.org/2844643002/diff/1/webrtc/modules/video_coding/frame_buffer2.cc#newcode156 webrtc/modules/video_coding/frame_buffer2.cc:156: << ")."; On 2017/04/26 10:44:49, stefan-webrtc wrote: > On ...
3 years, 8 months ago (2017-04-26 11:05:31 UTC) #8
brandtr
https://codereview.webrtc.org/2844643002/diff/1/webrtc/modules/video_coding/frame_buffer2.h File webrtc/modules/video_coding/frame_buffer2.h (right): https://codereview.webrtc.org/2844643002/diff/1/webrtc/modules/video_coding/frame_buffer2.h#newcode157 webrtc/modules/video_coding/frame_buffer2.h:157: int last_decoded_frame_picture_id_ GUARDED_BY(crit_); On 2017/04/26 11:05:31, philipel wrote: > ...
3 years, 8 months ago (2017-04-26 11:26:33 UTC) #9
philipel
https://codereview.webrtc.org/2844643002/diff/20001/webrtc/modules/video_coding/frame_buffer2.cc File webrtc/modules/video_coding/frame_buffer2.cc (right): https://codereview.webrtc.org/2844643002/diff/20001/webrtc/modules/video_coding/frame_buffer2.cc#newcode148 webrtc/modules/video_coding/frame_buffer2.cc:148: AheadOrAt(last_decoded_frame_timestamp_, frame->timestamp)) { On 2017/04/26 11:26:33, brandtr wrote: > ...
3 years, 8 months ago (2017-04-26 12:27:28 UTC) #10
brandtr
Rebase.
3 years, 8 months ago (2017-04-26 13:17:10 UTC) #11
brandtr
https://codereview.webrtc.org/2844643002/diff/20001/webrtc/modules/video_coding/frame_buffer2.cc File webrtc/modules/video_coding/frame_buffer2.cc (right): https://codereview.webrtc.org/2844643002/diff/20001/webrtc/modules/video_coding/frame_buffer2.cc#newcode148 webrtc/modules/video_coding/frame_buffer2.cc:148: AheadOrAt(last_decoded_frame_timestamp_, frame->timestamp)) { On 2017/04/26 12:27:28, philipel wrote: > ...
3 years, 8 months ago (2017-04-26 15:16:22 UTC) #12
philipel
https://codereview.webrtc.org/2844643002/diff/60001/webrtc/modules/video_coding/frame_buffer2.cc File webrtc/modules/video_coding/frame_buffer2.cc (right): https://codereview.webrtc.org/2844643002/diff/60001/webrtc/modules/video_coding/frame_buffer2.cc#newcode150 webrtc/modules/video_coding/frame_buffer2.cc:150: if (last_decoded_frame_it_ != frames_.end()) { This should work, right? ...
3 years, 8 months ago (2017-04-26 15:26:37 UTC) #13
brandtr
https://codereview.webrtc.org/2844643002/diff/60001/webrtc/modules/video_coding/frame_buffer2.cc File webrtc/modules/video_coding/frame_buffer2.cc (right): https://codereview.webrtc.org/2844643002/diff/60001/webrtc/modules/video_coding/frame_buffer2.cc#newcode150 webrtc/modules/video_coding/frame_buffer2.cc:150: if (last_decoded_frame_it_ != frames_.end()) { On 2017/04/26 15:26:37, philipel ...
3 years, 8 months ago (2017-04-26 15:51:20 UTC) #14
philipel
lgtm
3 years, 8 months ago (2017-04-27 10:57:56 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2844643002/100001
3 years, 7 months ago (2017-04-27 12:13:55 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_msan on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_msan/builds/19993)
3 years, 7 months ago (2017-04-27 12:32:21 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2844643002/120001
3 years, 7 months ago (2017-04-27 13:45:22 UTC) #23
commit-bot: I haz the power
3 years, 7 months ago (2017-04-27 14:07:33 UTC) #26
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/external/webrtc/+/9078d8cf05f6307db640509ab...

Powered by Google App Engine
This is Rietveld 408576698