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

Issue 1211873004: Request keyframe if too many packets are missing and NACK is disabled. (Closed)

Created:
5 years, 5 months ago by joachim
Modified:
5 years ago
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), tterriberry_mozilla.com, mflodman, perkj_webrtc, andresp
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Request keyframe if too many packets are missing and NACK is disabled. This allows enabling "EndToEndTest.ReceivesPliAndRecoversWithoutNack". BUG=webrtc:2250 Committed: https://crrev.com/db81ffd6f50d487441555947ec63ccc766e75043 Cr-Commit-Position: refs/heads/master@{#10747}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Renamed method + updated comment #

Total comments: 3

Patch Set 3 : Updated how to request keyframes #

Total comments: 12

Patch Set 4 : Updated based on feedback #

Total comments: 6

Patch Set 5 : No more custom checking for too many discontinuous frames. #

Patch Set 6 : Brought back code removed in prev. change, fixes failing EndToEndTests. #

Total comments: 18

Patch Set 7 : Updated condition #

Patch Set 8 : More updates after discussion with stefan #

Patch Set 9 : Rebased #

Patch Set 10 : Updated condition for fetching from incomplete_frames_. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -13 lines) Patch
M webrtc/modules/video_coding/jitter_buffer.cc View 1 2 3 4 5 6 7 8 9 5 chunks +32 lines, -11 lines 0 comments Download
M webrtc/modules/video_coding/jitter_buffer_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +11 lines, -0 lines 0 comments Download
M webrtc/video/end_to_end_tests.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 57 (11 generated)
joachim
PTAL
5 years, 5 months ago (2015-06-25 22:27:20 UTC) #2
pbos-webrtc
Thanks a lot for taking over this. :) https://codereview.webrtc.org/1211873004/diff/1/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.webrtc.org/1211873004/diff/1/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode952 webrtc/modules/video_coding/main/source/jitter_buffer.cc:952: // ...
5 years, 5 months ago (2015-06-26 05:01:02 UTC) #4
joachim
https://codereview.webrtc.org/1211873004/diff/1/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.webrtc.org/1211873004/diff/1/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode952 webrtc/modules/video_coding/main/source/jitter_buffer.cc:952: // Packets missing but NACK disabled, request key frame. ...
5 years, 5 months ago (2015-06-26 07:46:01 UTC) #5
pbos-webrtc
On 2015/06/26 07:46:01, joachim wrote: > https://codereview.webrtc.org/1211873004/diff/1/webrtc/modules/video_coding/main/source/jitter_buffer.cc > File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): > > https://codereview.webrtc.org/1211873004/diff/1/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode952 > ...
5 years, 5 months ago (2015-06-26 12:32:43 UTC) #6
joachim
On 2015/06/26 12:32:43, pbos-webrtc wrote: > On 2015/06/26 07:46:01, joachim wrote: > > > https://codereview.webrtc.org/1211873004/diff/1/webrtc/modules/video_coding/main/source/jitter_buffer.cc ...
5 years, 5 months ago (2015-06-30 15:58:15 UTC) #7
stefan-webrtc
https://codereview.chromium.org/1211873004/diff/20001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.chromium.org/1211873004/diff/20001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode719 webrtc/modules/video_coding/main/source/jitter_buffer.cc:719: if (decode_error_mode_ == kWithErrors) I think you have to ...
5 years, 5 months ago (2015-07-01 13:41:03 UTC) #8
stefan-webrtc
On 2015/07/01 13:41:03, stefan-webrtc (holmer) wrote: > https://codereview.chromium.org/1211873004/diff/20001/webrtc/modules/video_coding/main/source/jitter_buffer.cc > File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): > > https://codereview.chromium.org/1211873004/diff/20001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode719 ...
5 years, 3 months ago (2015-09-01 12:12:25 UTC) #9
joachim
Sorry, I lost track of this... Just updated the code based on your feedback and ...
5 years, 3 months ago (2015-09-03 00:05:01 UTC) #10
joachim
On 2015/09/03 00:05:01, joachim wrote: > Sorry, I lost track of this... > > Just ...
5 years, 3 months ago (2015-09-18 13:23:16 UTC) #11
stefan-webrtc
Sorry for the delay. Could you explain how you want this to work in a ...
5 years, 3 months ago (2015-09-18 14:22:42 UTC) #12
joachim
Thanks for your feedback, I updated the CL based on your comments. https://codereview.webrtc.org/1211873004/diff/40001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc ...
5 years, 3 months ago (2015-09-18 20:23:47 UTC) #13
stefan-webrtc
Thanks for redoing it a bit, a lot easier to understand now. https://codereview.webrtc.org/1211873004/diff/60001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc ...
5 years, 2 months ago (2015-09-24 07:05:48 UTC) #14
joachim
Thanks for your feedback. https://codereview.webrtc.org/1211873004/diff/60001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.webrtc.org/1211873004/diff/60001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode704 webrtc/modules/video_coding/main/source/jitter_buffer.cc:704: if (continuous && On 2015/09/24 ...
5 years, 2 months ago (2015-09-24 08:52:46 UTC) #15
stefan-webrtc
https://codereview.webrtc.org/1211873004/diff/60001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.webrtc.org/1211873004/diff/60001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode704 webrtc/modules/video_coding/main/source/jitter_buffer.cc:704: if (continuous && On 2015/09/24 08:52:46, joachim (ooo until ...
5 years, 2 months ago (2015-09-28 13:49:24 UTC) #16
joachim
On 2015/09/28 13:49:24, stefan-webrtc (holmer) wrote: > https://codereview.webrtc.org/1211873004/diff/60001/webrtc/modules/video_coding/main/source/jitter_buffer.cc > File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): > > https://codereview.webrtc.org/1211873004/diff/60001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode704 ...
5 years, 2 months ago (2015-10-23 10:07:08 UTC) #17
joachim
@Stefan: I finally had some time to add the changes you suggested. All *EndToEnd* in ...
5 years, 1 month ago (2015-11-05 23:48:01 UTC) #18
joachim
On 2015/11/05 23:48:01, joachim wrote: > @Stefan: I finally had some time to add the ...
5 years, 1 month ago (2015-11-12 21:39:23 UTC) #19
stefan-webrtc
Sorry for the delay, I've been traveling. A lot better now, I have a few ...
5 years, 1 month ago (2015-11-16 17:52:15 UTC) #20
joachim
Thanks for your feedback, I hope my answers clarify some things... https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): ...
5 years, 1 month ago (2015-11-16 21:58:11 UTC) #21
stefan-webrtc
https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode552 webrtc/modules/video_coding/main/source/jitter_buffer.cc:552: && oldest_frame->GetState() != kStateComplete) { On 2015/11/16 21:58:11, joachim ...
5 years, 1 month ago (2015-11-18 00:02:17 UTC) #22
joachim
https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode783 webrtc/modules/video_coding/main/source/jitter_buffer.cc:783: continuous_for_decoding = IsContinuous(*frame, true); On 2015/11/18 00:02:17, stefan-webrtc (holmer) ...
5 years, 1 month ago (2015-11-18 00:35:14 UTC) #23
joachim
https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode783 webrtc/modules/video_coding/main/source/jitter_buffer.cc:783: continuous_for_decoding = IsContinuous(*frame, true); On 2015/11/18 00:35:14, joachim wrote: ...
5 years, 1 month ago (2015-11-18 00:50:26 UTC) #24
stefan-webrtc
https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode783 webrtc/modules/video_coding/main/source/jitter_buffer.cc:783: continuous_for_decoding = IsContinuous(*frame, true); On 2015/11/18 00:50:26, joachim wrote: ...
5 years, 1 month ago (2015-11-18 20:51:58 UTC) #25
joachim
https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode783 webrtc/modules/video_coding/main/source/jitter_buffer.cc:783: continuous_for_decoding = IsContinuous(*frame, true); On 2015/11/18 20:51:57, stefan-webrtc (holmer) ...
5 years, 1 month ago (2015-11-18 23:46:07 UTC) #26
stefan-webrtc
https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode783 webrtc/modules/video_coding/main/source/jitter_buffer.cc:783: continuous_for_decoding = IsContinuous(*frame, true); On 2015/11/18 23:46:07, joachim wrote: ...
5 years, 1 month ago (2015-11-18 23:51:03 UTC) #27
joachim
On 2015/11/18 23:51:03, stefan-webrtc (holmer) wrote: > https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc > File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): > > https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode783 ...
5 years, 1 month ago (2015-11-18 23:56:18 UTC) #28
stefan-webrtc
https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode783 webrtc/modules/video_coding/main/source/jitter_buffer.cc:783: continuous_for_decoding = IsContinuous(*frame, true); On 2015/11/18 23:46:07, joachim wrote: ...
5 years, 1 month ago (2015-11-19 00:04:17 UTC) #29
stefan-webrtc
https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode783 webrtc/modules/video_coding/main/source/jitter_buffer.cc:783: continuous_for_decoding = IsContinuous(*frame, true); On 2015/11/18 23:46:07, joachim wrote: ...
5 years, 1 month ago (2015-11-19 00:06:54 UTC) #30
joachim
On 2015/11/19 00:06:54, stefan-webrtc (holmer) wrote: > https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc > File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): > > https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode783 ...
5 years, 1 month ago (2015-11-19 00:17:28 UTC) #31
stefan-webrtc
On 2015/11/19 00:17:28, joachim wrote: > On 2015/11/19 00:06:54, stefan-webrtc (holmer) wrote: > > > ...
5 years, 1 month ago (2015-11-19 00:24:58 UTC) #32
joachim
https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.webrtc.org/1211873004/diff/100001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode783 webrtc/modules/video_coding/main/source/jitter_buffer.cc:783: continuous_for_decoding = IsContinuous(*frame, true); On 2015/11/19 00:04:17, stefan-webrtc (holmer) ...
5 years, 1 month ago (2015-11-19 00:44:50 UTC) #33
joachim
@stefan: is that what you had in mind?
5 years, 1 month ago (2015-11-19 00:54:30 UTC) #34
stefan-webrtc
Yes, I like this. lgtm!
5 years, 1 month ago (2015-11-19 02:26:36 UTC) #36
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1211873004/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1211873004/140001
5 years, 1 month ago (2015-11-19 02:27:16 UTC) #38
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios64_sim_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios64_sim_dbg/builds/3378) ios_arm64_dbg on ...
5 years, 1 month ago (2015-11-19 02:28:00 UTC) #40
stefan-webrtc
On 2015/11/19 02:26:36, stefan-webrtc (holmer) wrote: > Yes, I like this. > > lgtm! You ...
5 years, 1 month ago (2015-11-19 02:36:16 UTC) #41
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1211873004/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1211873004/160001
5 years, 1 month ago (2015-11-19 08:54:36 UTC) #43
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_rel/builds/9131)
5 years, 1 month ago (2015-11-19 09:02:16 UTC) #45
joachim
I updated the condition for fetching frames from "incomplete_frames_" (a "complete" frame is also "decodable"). ...
5 years, 1 month ago (2015-11-19 22:38:14 UTC) #46
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1211873004/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1211873004/180001
5 years, 1 month ago (2015-11-19 22:38:33 UTC) #48
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
5 years, 1 month ago (2015-11-20 00:38:57 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1211873004/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1211873004/180001
5 years ago (2015-11-23 08:25:51 UTC) #53
joachim
On 2015/11/23 08:25:51, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
5 years ago (2015-11-23 10:31:28 UTC) #54
stefan-webrtc
On 2015/11/23 10:31:28, joachim wrote: > On 2015/11/23 08:25:51, commit-bot: I haz the power wrote: ...
5 years ago (2015-11-23 10:51:54 UTC) #55
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years ago (2015-11-23 11:59:06 UTC) #56
commit-bot: I haz the power
5 years ago (2015-11-23 11:59:16 UTC) #57
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/db81ffd6f50d487441555947ec63ccc766e75043
Cr-Commit-Position: refs/heads/master@{#10747}

Powered by Google App Engine
This is Rietveld 408576698