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

Issue 2392663006: Add a FlexfecReceiver class. (Closed)

Created:
4 years, 2 months ago by brandtr
Modified:
4 years, 2 months ago
Reviewers:
philipel, stefan-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, danilchap, stefan-webrtc, mflodman
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add a FlexfecReceiver class. This class is split in interface/implementation classes, since it will be referenced from the Call level. Its purpose is to interface the erasure code decoder with a new class FlexfecReceiveStream (for received packets), as well as with the main RTP pipeline (for recovered packets). BUG=webrtc:5654 Committed: https://crrev.com/a8b38559a570599a44e3bfa55a870904db02bde9 Cr-Commit-Position: refs/heads/master@{#14594}

Patch Set 1 : Add a FlexfecReceiver class. #

Total comments: 22

Patch Set 2 : danilchap's comments 1. #

Patch Set 3 : holmer's comments 1. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+848 lines, -0 lines) Patch
M webrtc/modules/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/BUILD.gn View 1 2 chunks +3 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/include/flexfec_receiver.h View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/mocks/mock_recovered_packet_receiver.h View 1 chunk +27 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/rtp_rtcp.gypi View 1 2 3 chunks +4 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/flexfec_receiver_impl.h View 1 2 1 chunk +60 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/flexfec_receiver_impl.cc View 1 2 1 chunk +178 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/flexfec_receiver_unittest.cc View 1 2 1 chunk +525 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 18 (9 generated)
brandtr
Please take a look :) https://codereview.webrtc.org/2392663006/diff/120001/webrtc/modules/rtp_rtcp/include/flexfec_receiver.h File webrtc/modules/rtp_rtcp/include/flexfec_receiver.h (right): https://codereview.webrtc.org/2392663006/diff/120001/webrtc/modules/rtp_rtcp/include/flexfec_receiver.h#newcode21 webrtc/modules/rtp_rtcp/include/flexfec_receiver.h:21: // Callback interface for ...
4 years, 2 months ago (2016-10-05 13:15:54 UTC) #8
danilchap
Couldn't hold myself and took a sketchy look https://codereview.webrtc.org/2392663006/diff/120001/webrtc/modules/rtp_rtcp/include/flexfec_receiver.h File webrtc/modules/rtp_rtcp/include/flexfec_receiver.h (right): https://codereview.webrtc.org/2392663006/diff/120001/webrtc/modules/rtp_rtcp/include/flexfec_receiver.h#newcode24 webrtc/modules/rtp_rtcp/include/flexfec_receiver.h:24: virtual ...
4 years, 2 months ago (2016-10-05 14:32:04 UTC) #9
stefan-webrtc
https://codereview.webrtc.org/2392663006/diff/120001/webrtc/modules/rtp_rtcp/include/flexfec_receiver.h File webrtc/modules/rtp_rtcp/include/flexfec_receiver.h (right): https://codereview.webrtc.org/2392663006/diff/120001/webrtc/modules/rtp_rtcp/include/flexfec_receiver.h#newcode21 webrtc/modules/rtp_rtcp/include/flexfec_receiver.h:21: // Callback interface for packets recovered by FlexFEC. On ...
4 years, 2 months ago (2016-10-05 14:45:59 UTC) #10
brandtr
On 2016/10/05 14:32:04, danilchap wrote: > Couldn't hold myself and took a sketchy look Haha ...
4 years, 2 months ago (2016-10-06 08:36:31 UTC) #11
brandtr
Addressed comments in different patchsets. https://codereview.webrtc.org/2392663006/diff/120001/webrtc/modules/rtp_rtcp/include/flexfec_receiver.h File webrtc/modules/rtp_rtcp/include/flexfec_receiver.h (right): https://codereview.webrtc.org/2392663006/diff/120001/webrtc/modules/rtp_rtcp/include/flexfec_receiver.h#newcode21 webrtc/modules/rtp_rtcp/include/flexfec_receiver.h:21: // Callback interface for ...
4 years, 2 months ago (2016-10-06 08:38:58 UTC) #12
stefan-webrtc
lgtm https://codereview.webrtc.org/2392663006/diff/120001/webrtc/modules/rtp_rtcp/source/flexfec_receiver_impl.cc File webrtc/modules/rtp_rtcp/source/flexfec_receiver_impl.cc (right): https://codereview.webrtc.org/2392663006/diff/120001/webrtc/modules/rtp_rtcp/source/flexfec_receiver_impl.cc#newcode140 webrtc/modules/rtp_rtcp/source/flexfec_receiver_impl.cc:140: if (recovered_packet->returned) { On 2016/10/06 08:38:57, brandtr wrote: ...
4 years, 2 months ago (2016-10-06 08:43:55 UTC) #13
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/2392663006/160001
4 years, 2 months ago (2016-10-10 23:14:38 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:160001)
4 years, 2 months ago (2016-10-10 23:45:00 UTC) #16
commit-bot: I haz the power
4 years, 2 months ago (2016-10-10 23:45:07 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/a8b38559a570599a44e3bfa55a870904db02bde9
Cr-Commit-Position: refs/heads/master@{#14594}

Powered by Google App Engine
This is Rietveld 408576698