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

Issue 1437463002: Add tests for vp9 (non-flexible mode) using different spatial and temporal configurations. (Closed)

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

Description

Add tests for vp9 (non-flexible mode) using different spatial and temporal configurations. Specify kf_min_dist to get correct key frame interval in svc mode. BUG=chromium:500602 Committed: https://crrev.com/43b48066a7d75bb051eea1e6f451147339cc98a6 Cr-Commit-Position: refs/heads/master@{#10862}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : rebase #

Patch Set 9 : #

Total comments: 2

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Total comments: 25

Patch Set 13 : #

Patch Set 14 : specify kf_min_dist #

Total comments: 2

Patch Set 15 : #

Total comments: 4

Patch Set 16 : #

Patch Set 17 : added comment #

Patch Set 18 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+312 lines, -77 lines) Patch
M webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +4 lines, -1 line 0 comments Download
M webrtc/video/video_send_stream_tests.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +308 lines, -76 lines 0 comments Download

Messages

Total messages: 38 (22 generated)
åsapersson
5 years, 1 month ago (2015-11-09 15:20:01 UTC) #3
pbos-webrtc
https://codereview.webrtc.org/1437463002/diff/180001/webrtc/video/video_send_stream_tests.cc File webrtc/video/video_send_stream_tests.cc (right): https://codereview.webrtc.org/1437463002/diff/180001/webrtc/video/video_send_stream_tests.cc#newcode1982 webrtc/video/video_send_stream_tests.cc:1982: TEST_F(VideoSendStreamTest, Vp9NonFlexMode_1Tl1SLayers) { This (and below) looks like something ...
5 years, 1 month ago (2015-11-10 18:21:19 UTC) #5
åsapersson
https://codereview.webrtc.org/1437463002/diff/180001/webrtc/video/video_send_stream_tests.cc File webrtc/video/video_send_stream_tests.cc (right): https://codereview.webrtc.org/1437463002/diff/180001/webrtc/video/video_send_stream_tests.cc#newcode1982 webrtc/video/video_send_stream_tests.cc:1982: TEST_F(VideoSendStreamTest, Vp9NonFlexMode_1Tl1SLayers) { On 2015/11/10 18:21:19, pbos-webrtc wrote: > ...
5 years, 1 month ago (2015-11-16 15:54:01 UTC) #15
pbos-webrtc
test setup etc. lgtm, stefan@ please help with the bitstream parts :) https://codereview.webrtc.org/1437463002/diff/360001/webrtc/video/video_send_stream_tests.cc File webrtc/video/video_send_stream_tests.cc ...
5 years, 1 month ago (2015-11-16 16:25:15 UTC) #16
stefan-webrtc
Looks like a really useful addition to the tests! https://codereview.webrtc.org/1437463002/diff/360001/webrtc/video/video_send_stream_tests.cc File webrtc/video/video_send_stream_tests.cc (right): https://codereview.webrtc.org/1437463002/diff/360001/webrtc/video/video_send_stream_tests.cc#newcode1854 webrtc/video/video_send_stream_tests.cc:1854: ...
5 years, 1 month ago (2015-11-16 17:36:30 UTC) #17
åsapersson
https://codereview.webrtc.org/1437463002/diff/360001/webrtc/video/video_send_stream_tests.cc File webrtc/video/video_send_stream_tests.cc (right): https://codereview.webrtc.org/1437463002/diff/360001/webrtc/video/video_send_stream_tests.cc#newcode1817 webrtc/video/video_send_stream_tests.cc:1817: vp9_settings_.keyFrameInterval = 50; On 2015/11/16 16:25:15, pbos-webrtc wrote: > ...
5 years, 1 month ago (2015-11-19 11:37:22 UTC) #23
pbos-webrtc
lgtm, thanks! https://codereview.webrtc.org/1437463002/diff/480001/webrtc/video/video_send_stream_tests.cc File webrtc/video/video_send_stream_tests.cc (right): https://codereview.webrtc.org/1437463002/diff/480001/webrtc/video/video_send_stream_tests.cc#newcode2118 webrtc/video/video_send_stream_tests.cc:2118: static const int kKeyFrameInterval = 31; // ...
5 years, 1 month ago (2015-11-19 11:53:54 UTC) #24
åsapersson
https://codereview.webrtc.org/1437463002/diff/480001/webrtc/video/video_send_stream_tests.cc File webrtc/video/video_send_stream_tests.cc (right): https://codereview.webrtc.org/1437463002/diff/480001/webrtc/video/video_send_stream_tests.cc#newcode2118 webrtc/video/video_send_stream_tests.cc:2118: static const int kKeyFrameInterval = 31; // Set to ...
5 years, 1 month ago (2015-11-19 13:15:20 UTC) #25
stefan-webrtc
https://codereview.webrtc.org/1437463002/diff/500001/webrtc/video/video_send_stream_tests.cc File webrtc/video/video_send_stream_tests.cc (right): https://codereview.webrtc.org/1437463002/diff/500001/webrtc/video/video_send_stream_tests.cc#newcode1967 webrtc/video/video_send_stream_tests.cc:1967: bool IsKeyFrame(const RTPVideoHeaderVP9& vp9) const { I'm not sure ...
5 years, 1 month ago (2015-11-23 10:27:13 UTC) #26
åsapersson
https://codereview.webrtc.org/1437463002/diff/500001/webrtc/video/video_send_stream_tests.cc File webrtc/video/video_send_stream_tests.cc (right): https://codereview.webrtc.org/1437463002/diff/500001/webrtc/video/video_send_stream_tests.cc#newcode1967 webrtc/video/video_send_stream_tests.cc:1967: bool IsKeyFrame(const RTPVideoHeaderVP9& vp9) const { On 2015/11/23 10:27:13, ...
5 years, 1 month ago (2015-11-23 15:01:49 UTC) #28
stefan-webrtc
File a bug about fixing the TODOs in vp9_impl.cc so that the packetization better matches ...
5 years ago (2015-12-01 14:15:49 UTC) #29
åsapersson
https://codereview.webrtc.org/1437463002/diff/500001/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc File webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc (right): https://codereview.webrtc.org/1437463002/diff/500001/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc#newcode562 webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc:562: (pkt.data.frame.flags & VPX_FRAME_IS_KEY) ? false : true; On 2015/12/01 ...
5 years ago (2015-12-02 07:46:09 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1437463002/580001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1437463002/580001
5 years ago (2015-12-02 07:48:19 UTC) #33
commit-bot: I haz the power
Committed patchset #18 (id:580001)
5 years ago (2015-12-02 07:52:18 UTC) #35
commit-bot: I haz the power
Patchset 18 (id:??) landed as https://crrev.com/43b48066a7d75bb051eea1e6f451147339cc98a6 Cr-Commit-Position: refs/heads/master@{#10862}
5 years ago (2015-12-02 07:52:28 UTC) #37
åsapersson
5 years ago (2015-12-02 09:04:47 UTC) #38
Message was sent while issue was closed.
A revert of this CL (patchset #18 id:580001) has been created in
https://codereview.webrtc.org/1492783002/ by asapersson@webrtc.org.

The reason for reverting is: Breaks bots.

Powered by Google App Engine
This is Rietveld 408576698