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

Issue 1386903002: Add support for handling reordered SS data on the receive-side for VP9. (Closed)

Created:
5 years, 2 months ago by åsapersson
Modified:
5 years, 2 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add support for handling reordered SS data on the receive-side for VP9. BUG=chromium:500602 Committed: https://crrev.com/9a4cd876405212e5e718a49eee2cf2702c71c12c Cr-Commit-Position: refs/heads/master@{#10383}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 30

Patch Set 8 : #

Patch Set 9 : address comments #

Total comments: 7

Patch Set 10 : address comments #

Total comments: 15

Patch Set 11 : address comments #

Patch Set 12 : #

Patch Set 13 : #

Patch Set 14 : #

Patch Set 15 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+546 lines, -41 lines) Patch
M webrtc/modules/video_coding/main/source/frame_buffer.h View 1 2 3 4 2 chunks +7 lines, -6 lines 0 comments Download
M webrtc/modules/video_coding/main/source/frame_buffer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +9 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/main/source/jitter_buffer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +33 lines, -4 lines 0 comments Download
M webrtc/modules/video_coding/main/source/jitter_buffer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 8 chunks +108 lines, -31 lines 0 comments Download
M webrtc/modules/video_coding/main/source/jitter_buffer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +369 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/main/source/session_info.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/main/source/session_info.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (14 generated)
åsapersson
5 years, 2 months ago (2015-10-12 14:14:53 UTC) #2
stefan-webrtc
https://codereview.webrtc.org/1386903002/diff/120001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.webrtc.org/1386903002/diff/120001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode140 webrtc/modules/video_coding/main/source/jitter_buffer.cc:140: } You may be able to implement this with ...
5 years, 2 months ago (2015-10-13 13:49:43 UTC) #4
åsapersson
https://codereview.webrtc.org/1386903002/diff/120001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.webrtc.org/1386903002/diff/120001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode140 webrtc/modules/video_coding/main/source/jitter_buffer.cc:140: } On 2015/10/13 13:49:43, stefan-webrtc (holmer) wrote: > You ...
5 years, 2 months ago (2015-10-14 15:13:51 UTC) #7
stefan-webrtc
https://codereview.webrtc.org/1386903002/diff/120001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.webrtc.org/1386903002/diff/120001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode140 webrtc/modules/video_coding/main/source/jitter_buffer.cc:140: } On 2015/10/14 15:13:51, åsapersson wrote: > On 2015/10/13 ...
5 years, 2 months ago (2015-10-16 06:45:06 UTC) #8
åsapersson
https://codereview.webrtc.org/1386903002/diff/120001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.webrtc.org/1386903002/diff/120001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode154 webrtc/modules/video_coding/main/source/jitter_buffer.cc:154: bool Vp9SsMap::TimeForPeriodicUpdate(uint32_t timestamp) const { On 2015/10/16 06:45:05, stefan-webrtc ...
5 years, 2 months ago (2015-10-16 10:52:26 UTC) #12
stefan-webrtc
https://codereview.webrtc.org/1386903002/diff/220001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.webrtc.org/1386903002/diff/220001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode153 webrtc/modules/video_coding/main/source/jitter_buffer.cc:153: AdvanceFront(timestamp); On 2015/10/16 10:52:26, åsapersson wrote: > On 2015/10/16 ...
5 years, 2 months ago (2015-10-16 12:26:11 UTC) #13
stefan-webrtc
Philip, you may want to take a look at this CL too as you have ...
5 years, 2 months ago (2015-10-16 12:27:03 UTC) #15
philipel1
Just nitpicking over variable names and comments, otherwise it LGTM. https://codereview.webrtc.org/1386903002/diff/300001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.webrtc.org/1386903002/diff/300001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode136 ...
5 years, 2 months ago (2015-10-16 13:37:08 UTC) #17
åsapersson
https://codereview.webrtc.org/1386903002/diff/220001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.webrtc.org/1386903002/diff/220001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode153 webrtc/modules/video_coding/main/source/jitter_buffer.cc:153: AdvanceFront(timestamp); On 2015/10/16 12:26:11, stefan-webrtc (holmer) wrote: > On ...
5 years, 2 months ago (2015-10-20 13:32:20 UTC) #21
åsapersson
https://codereview.webrtc.org/1386903002/diff/220001/webrtc/modules/video_coding/main/source/jitter_buffer.cc File webrtc/modules/video_coding/main/source/jitter_buffer.cc (right): https://codereview.webrtc.org/1386903002/diff/220001/webrtc/modules/video_coding/main/source/jitter_buffer.cc#newcode153 webrtc/modules/video_coding/main/source/jitter_buffer.cc:153: AdvanceFront(timestamp); On 2015/10/20 13:32:20, åsapersson wrote: > On 2015/10/16 ...
5 years, 2 months ago (2015-10-21 07:11:41 UTC) #22
stefan-webrtc
lgtm
5 years, 2 months ago (2015-10-22 09:36:01 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1386903002/460001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1386903002/460001
5 years, 2 months ago (2015-10-23 07:12:56 UTC) #26
commit-bot: I haz the power
Committed patchset #15 (id:460001)
5 years, 2 months ago (2015-10-23 07:27:19 UTC) #27
commit-bot: I haz the power
5 years, 2 months ago (2015-10-23 07:27:34 UTC) #28
Message was sent while issue was closed.
Patchset 15 (id:??) landed as
https://crrev.com/9a4cd876405212e5e718a49eee2cf2702c71c12c
Cr-Commit-Position: refs/heads/master@{#10383}

Powered by Google App Engine
This is Rietveld 408576698