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

Issue 2553693002: Comparison of videos with reference frame not starting from zero (Closed)

Created:
4 years ago by mandermo
Modified:
3 years, 11 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Comparison of videos with reference frame not starting from zero BUG=webrtc:6967 Review-Url: https://codereview.webrtc.org/2553693002 Cr-Commit-Position: refs/heads/master@{#16112} Committed: https://chromium.googlesource.com/external/webrtc/+/7456817d40f15ad6e4e9a7acf204c27e12509bc3

Patch Set 1 #

Patch Set 2 : Add forgotten file compare_videos_fuzzy.py #

Patch Set 3 : Moved fuzzy analysis to main toolchain #

Patch Set 4 : Updated PrintMaxRepeatedAndSkippedFrames() for two stat files. #

Total comments: 41

Patch Set 5 : Updated based on review comments #

Total comments: 6

Patch Set 6 : Fixed more review comments #

Total comments: 10

Patch Set 7 : Fixed review comments #

Total comments: 4

Patch Set 8 : Fixed parameter comments for video analysis and added ignored --stats_file argument #

Total comments: 2

Patch Set 9 : Merge branch 'master' into better_compare #

Patch Set 10 : If set let stats_file switch override _stats_file_test #

Patch Set 11 : Merge branch 'master' into better_compare #

Patch Set 12 : Added newline in debug prints for PrintMaxRepeatedAndSkippedFrames #

Unified diffs Side-by-side diffs Delta from patch set Stats (+259 lines, -106 lines) Patch
M webrtc/tools/compare_videos.py View 1 2 3 4 5 6 7 8 9 4 chunks +56 lines, -30 lines 0 comments Download
M webrtc/tools/frame_analyzer/frame_analyzer.cc View 1 2 3 4 5 6 7 4 chunks +26 lines, -16 lines 0 comments Download
M webrtc/tools/frame_analyzer/video_quality_analysis.h View 1 2 3 4 5 2 chunks +19 lines, -10 lines 0 comments Download
M webrtc/tools/frame_analyzer/video_quality_analysis.cc View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +133 lines, -44 lines 0 comments Download
M webrtc/tools/frame_analyzer/video_quality_analysis_unittest.cc View 1 2 3 4 5 2 chunks +25 lines, -6 lines 0 comments Download

Messages

Total messages: 59 (40 generated)
mandermo
Code for comparing videos when the reference video does not start with barcode zero. Some ...
4 years ago (2016-12-05 16:00:13 UTC) #2
mandermo
Added missing file compare_videos_fuzzy.py
4 years ago (2016-12-06 10:04:24 UTC) #3
mandermo
Updated with new code for PrintMaxRepeatedAndSkippedFrames() to handle two stat files. The code should handle ...
4 years ago (2016-12-06 14:09:57 UTC) #5
phoglund
https://codereview.webrtc.org/2553693002/diff/60001/webrtc/tools/compare_videos.py File webrtc/tools/compare_videos.py (right): https://codereview.webrtc.org/2553693002/diff/60001/webrtc/tools/compare_videos.py#newcode81 webrtc/tools/compare_videos.py:81: def make_stat_file(options, path_to_decoder, null_filehandle, video, stat_file): The convention in ...
4 years ago (2016-12-08 09:55:44 UTC) #6
mandermo
Updated based on review comments. https://codereview.webrtc.org/2553693002/diff/60001/webrtc/tools/compare_videos.py File webrtc/tools/compare_videos.py (right): https://codereview.webrtc.org/2553693002/diff/60001/webrtc/tools/compare_videos.py#newcode81 webrtc/tools/compare_videos.py:81: def make_stat_file(options, path_to_decoder, null_filehandle, ...
4 years ago (2016-12-08 18:08:31 UTC) #7
phoglund
https://codereview.webrtc.org/2553693002/diff/60001/webrtc/tools/frame_analyzer/frame_analyzer.cc File webrtc/tools/frame_analyzer/frame_analyzer.cc (right): https://codereview.webrtc.org/2553693002/diff/60001/webrtc/tools/frame_analyzer/frame_analyzer.cc#newcode44 webrtc/tools/frame_analyzer/frame_analyzer.cc:44: // TODO(mandermo) fix comment On 2016/12/08 18:08:30, mandermo wrote: ...
4 years ago (2016-12-12 12:46:20 UTC) #8
mandermo
+kjellander Fixed review comments. https://codereview.webrtc.org/2553693002/diff/60001/webrtc/tools/frame_analyzer/frame_analyzer.cc File webrtc/tools/frame_analyzer/frame_analyzer.cc (right): https://codereview.webrtc.org/2553693002/diff/60001/webrtc/tools/frame_analyzer/frame_analyzer.cc#newcode44 webrtc/tools/frame_analyzer/frame_analyzer.cc:44: // TODO(mandermo) fix comment On ...
3 years, 12 months ago (2016-12-21 16:42:06 UTC) #10
kjellander_webrtc
https://codereview.webrtc.org/2553693002/diff/100001/webrtc/tools/compare_videos.py File webrtc/tools/compare_videos.py (right): https://codereview.webrtc.org/2553693002/diff/100001/webrtc/tools/compare_videos.py#newcode53 webrtc/tools/compare_videos.py:53: 'used. Default: %default')) Please explain briefly the difference between ...
3 years, 12 months ago (2016-12-22 15:35:05 UTC) #11
mandermo
Fixed review comments. Should we rename --stats_file_test to --stats_file to be more compatible with previous ...
3 years, 11 months ago (2017-01-02 14:59:12 UTC) #12
kjellander_webrtc
https://codereview.webrtc.org/2553693002/diff/80001/webrtc/tools/compare_videos.py File webrtc/tools/compare_videos.py (right): https://codereview.webrtc.org/2553693002/diff/80001/webrtc/tools/compare_videos.py#newcode56 webrtc/tools/compare_videos.py:56: help=('Path to the temporary stats file to be created ...
3 years, 11 months ago (2017-01-02 20:01:49 UTC) #13
mandermo
I added --stats_file as an argument, but ignore the value, since it should probably work ...
3 years, 11 months ago (2017-01-03 17:36:46 UTC) #14
kjellander_webrtc
Just one thing left, to avoid breaking the existing test when rolling this change in. ...
3 years, 11 months ago (2017-01-04 14:47:07 UTC) #15
mandermo
Fixed review comment so that if the switch stats_file is set then it overrides the ...
3 years, 11 months ago (2017-01-05 16:49:17 UTC) #16
mandermo
Fixed review comment so that if the switch stats_file is set then it overrides the ...
3 years, 11 months ago (2017-01-05 16:49:18 UTC) #17
kjellander_webrtc
lgtm https://codereview.webrtc.org/2553693002/diff/140001/webrtc/tools/compare_videos.py File webrtc/tools/compare_videos.py (right): https://codereview.webrtc.org/2553693002/diff/140001/webrtc/tools/compare_videos.py#newcode61 webrtc/tools/compare_videos.py:61: help=('DEPRECATED and ignored')) On 2017/01/04 14:47:07, kjellander_webrtc wrote: ...
3 years, 11 months ago (2017-01-09 12:12:19 UTC) #18
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/2553693002/200001
3 years, 11 months ago (2017-01-13 09:35:52 UTC) #39
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_dbg/builds/20211)
3 years, 11 months ago (2017-01-13 10:14:38 UTC) #41
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/2553693002/220001
3 years, 11 months ago (2017-01-17 09:56:00 UTC) #56
commit-bot: I haz the power
3 years, 11 months ago (2017-01-17 11:25:03 UTC) #59
Message was sent while issue was closed.
Committed patchset #12 (id:220001) as
https://chromium.googlesource.com/external/webrtc/+/7456817d40f15ad6e4e9a7acf...

Powered by Google App Engine
This is Rietveld 408576698