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

Issue 2548443002: Reland of RTCVideoEncoder: Report H264 profile information to WebRTC (Closed)

Created:
4 years ago by magjed_chromium
Modified:
3 years, 5 months ago
Reviewers:
emircan
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org, jam, feature-media-reviews_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland of RTCVideoEncoder: Report H264 profile information to WebRTC (patchset #1 id:1 of https://codereview.chromium.org/2521923002/ ) Reason for revert: Try again. Original issue's description: > Revert of RTCVideoEncoder: Report H264 profile information to WebRTC (patchset #3 id:60001 of https://codereview.chromium.org/2499973002/ ) > > Reason for revert: > Causes these tests to fail on chromium.webrtc bots for Win and Mac: > WebRtcPerfBrowserTest.MANUAL_RunsAudioVideoCall60SecsAndLogsInternalMetricsH264 > WebRtcVideoQualityBrowserTests/WebRtcVideoQualityBrowserTest.MANUAL_TestVideoQualityH264 > https://build.chromium.org/p/chromium.webrtc/builders/Win8%20Tester/builds/30367 > https://build.chromium.org/p/chromium.webrtc/builders/Mac%20Tester/builds/62661 > > Original issue's description: > > RTCVideoEncoder: Report H264 profile information to WebRTC > > > > This CL updates RTCVideoEncoderFactory to report cricket::VideoCodecs > > instead of WebRtcVideoEncoderFactory::VideoCodecs. The H264 profile > > information is added to the cricket::VideoCodec so that WebRTC receives > > this information. Also, the mapping between media::VideoCodecProfiles > > and cricket::VideoCodecs is cached so that we can send the > > media::VideoCodecProfile to RTCVideoEncoder instead of having to deal > > with webrtc::VideoCodecType. > > > > BUG=webrtc:6337 > > > > Committed: https://crrev.com/510eddede44cb4b67c8f17fdd68cefb780a668c5 > > Cr-Commit-Position: refs/heads/master@{#433508} > > TBR=emircan@chromium.org,posciak@chromium.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:6337 > > Committed: https://crrev.com/c2564bc627cb950b124ac8e41bc5fd3187f7ad9c > Cr-Commit-Position: refs/heads/master@{#433828} TBR=emircan@chromium.org,posciak@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=688541, 735959 Review-Url: https://codereview.chromium.org/2548443002 Cr-Commit-Position: refs/heads/master@{#484874} Committed: https://chromium.googlesource.com/chromium/src/+/829b1d57525c3c6549d18a2c85a96527d59ea5e9

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -48 lines) Patch
M content/renderer/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/media/gpu/rtc_video_encoder.h View 2 chunks +2 lines, -3 lines 0 comments Download
M content/renderer/media/gpu/rtc_video_encoder.cc View 4 chunks +16 lines, -30 lines 0 comments Download
M content/renderer/media/gpu/rtc_video_encoder_factory.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/media/gpu/rtc_video_encoder_factory.cc View 3 chunks +61 lines, -14 lines 0 comments Download
M content/renderer/media/gpu/rtc_video_encoder_unittest.cc View 1 chunk +13 lines, -1 line 0 comments Download

Messages

Total messages: 37 (28 generated)
magjed_chromium
Created Reland of TCVideoEncoder: Report H264 profile information to WebRTC
4 years ago (2016-12-01 10:22:27 UTC) #1
magjed_chromium
emircan - please take a look. I ran all the H264 tests locally on my ...
3 years, 5 months ago (2017-07-05 07:47:43 UTC) #27
emircan
On 2017/07/05 07:47:43, magjed_chromium wrote: > emircan - please take a look. > > I ...
3 years, 5 months ago (2017-07-05 20:13:00 UTC) #28
magjed_chromium
On 2017/07/05 20:13:00, emircan wrote: > On 2017/07/05 07:47:43, magjed_chromium wrote: > > emircan - ...
3 years, 5 months ago (2017-07-06 09:35:54 UTC) #29
emircan
On 2017/07/06 09:35:54, magjed_chromium wrote: > On 2017/07/05 20:13:00, emircan wrote: > > On 2017/07/05 ...
3 years, 5 months ago (2017-07-06 17:24:40 UTC) #30
magjed_chromium
On 2017/07/06 17:24:40, emircan wrote: > On 2017/07/06 09:35:54, magjed_chromium wrote: > > On 2017/07/05 ...
3 years, 5 months ago (2017-07-07 08:31:00 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2548443002/190001
3 years, 5 months ago (2017-07-07 08:31:17 UTC) #33
commit-bot: I haz the power
Committed patchset #1 (id:190001) as https://chromium.googlesource.com/chromium/src/+/829b1d57525c3c6549d18a2c85a96527d59ea5e9
3 years, 5 months ago (2017-07-07 10:18:03 UTC) #36
Niklas Enbom
3 years, 5 months ago (2017-07-07 16:58:10 UTC) #37
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:190001) has been created in
https://codereview.chromium.org/2973253002/ by niklase@chromium.org.

The reason for reverting is: Reverting this since it's causing multiple perf
regression on mac, looks like HW encode/decode might get disabled..

Powered by Google App Engine
This is Rietveld 408576698