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

Issue 1254953004: Hacking ffvp9 decoder support for profiling.

Created:
5 years, 4 months ago by chcunningham
Modified:
4 years, 8 months ago
Reviewers:
CC:
chromium-reviews, feature-media-reviews_chromium.org, DaleCurtis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Hacking ffvp9 decoder support for profiling. FFmpeg deps point to a staging branch where all platforms were configured with ffvp9 decoder/parser support. BUG=481396

Patch Set 1 #

Patch Set 2 : Match ffmpeg thread rules to libvpx. #

Patch Set 3 : Fix MSE parsing and failing unittests #

Patch Set 4 : Adding command line flag to enable ffvp9 (default libvpx) #

Patch Set 5 : Temporarily disable non-vp9 tough_video_cases and add some logs. #

Patch Set 6 : Add Frame-threading and Loop-filter vpx cmd line. Roll deps. #

Patch Set 7 : Rebase #

Patch Set 8 : Rebase #

Patch Set 9 : Cranking video perf test iterations to 100 #

Patch Set 10 : Rebase #

Patch Set 11 : Rebase && update DEPS to rebased ffvp9 staging #

Patch Set 12 : Supress windows warning #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -76 lines) Patch
M DEPS View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download
M media/base/media_switches.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -0 lines 0 comments Download
M media/base/media_switches.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +9 lines, -0 lines 0 comments Download
M media/base/video_frame.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -2 lines 0 comments Download
M media/base/video_frame_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -6 lines 0 comments Download
M media/ffmpeg/ffmpeg_common.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +10 lines, -0 lines 0 comments Download
M media/ffmpeg/ffmpeg_common.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +10 lines, -8 lines 0 comments Download
M media/ffmpeg/ffmpeg_deleters.h View 1 chunk +6 lines, -0 lines 0 comments Download
M media/filters/ffmpeg_demuxer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -3 lines 0 comments Download
M media/filters/ffmpeg_video_decoder.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -0 lines 0 comments Download
M media/filters/ffmpeg_video_decoder.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +96 lines, -53 lines 0 comments Download
M media/filters/vpx_video_decoder.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +27 lines, -2 lines 0 comments Download
M media/test/pipeline_integration_perftest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698