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

Issue 1952443002: [H264][Simulcast] Implement the simulcast logic for h264 encoder

Created:
4 years, 7 months ago by maryam
Modified:
3 years, 8 months ago
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, danilchap, zhuangzesen_agora.io, zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, the sun, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Simulcast logic is not implemented for h264 encoder in webrtc stack. I have implemented that based on the vp8 logic. Please note that a set of helper functions are redundantly copied into h264EncoderImpl class just so we follow the same logic for bitrate allocation and such. In the future a refactor is necessary to pull out the common parts into a simulcast layer above.

Patch Set 1 #

Patch Set 2 : Fix a few issues with the patch #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+382 lines, -178 lines) Patch
M webrtc/media/engine/webrtcvideoengine2.cc View 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.h View 1 1 chunk +23 lines, -4 lines 1 comment Download
M webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.cc View 1 8 chunks +351 lines, -171 lines 1 comment Download
M webrtc/modules/video_coding/include/video_codec_interface.h View 1 chunk +3 lines, -1 line 0 comments Download
M webrtc/video/payload_router.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/video/send_statistics_proxy.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (5 generated)
pbos-webrtc
Sorry, I've been late getting to this. I'd like the simulcast logic to be based ...
4 years, 7 months ago (2016-05-23 07:35:35 UTC) #5
sprang_webrtc
Whoa, this was old. Has it been forgotten in my queue all this time? Really ...
3 years, 8 months ago (2017-03-29 08:44:21 UTC) #7
hemanth
3 years, 8 months ago (2017-04-20 05:55:14 UTC) #8
I am Hemanth from Highfive and am continuing Maryam's work here. Back on the
bug: https://bugs.chromium.org/p/webrtc/issues/detail?id=5840#c11
I posted a patch for the more generalized SimulcastEncoderAdapter that pbos
asked for above last year along with a couple of questions on some design
choices to be made.

Would you prefer we finish this patch based on the changes sprang requested, or
take that other general patch forward and abandon this?

Powered by Google App Engine
This is Rietveld 408576698