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

Issue 1544403002: [rtp_rtcp] rtcp::Fir cleaned and got Parse function. (Closed)

Created:
4 years, 11 months ago by danilchap
Modified:
4 years, 11 months ago
Reviewers:
åsapersson
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

class doesn't rely on structures in RTCPUtility to store data. supports several fci items in same packet. got accessors to read data BUG=webrtc:5260 R=asapersson@webrtc.org, åsapersson Committed: https://chromium.googlesource.com/external/webrtc/+/32e590ec132ae1a22b92529c9ecca9b6563985ca

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : rebase & clean #

Patch Set 4 : #

Total comments: 14

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+202 lines, -85 lines) Patch
M webrtc/modules/rtp_rtcp/source/rtcp_packet.h View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/compound_packet_unittest.cc View 1 2 3 4 chunks +6 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/fir.h View 1 2 3 4 2 chunks +27 lines, -23 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/fir.cc View 1 2 3 4 1 chunk +65 lines, -41 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/fir_unittest.cc View 1 2 3 4 1 chunk +99 lines, -14 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_sender.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
danilchap
4 years, 11 months ago (2016-01-21 12:05:17 UTC) #4
åsapersson
https://codereview.webrtc.org/1544403002/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet.h File webrtc/modules/rtp_rtcp/source/rtcp_packet.h (right): https://codereview.webrtc.org/1544403002/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet.h#newcode41 webrtc/modules/rtp_rtcp/source/rtcp_packet.h:41: // fir.WithRequestTo(234, 123); maybe change sequence number 123 to ...
4 years, 11 months ago (2016-01-21 16:04:35 UTC) #5
danilchap
https://codereview.webrtc.org/1544403002/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet.h File webrtc/modules/rtp_rtcp/source/rtcp_packet.h (right): https://codereview.webrtc.org/1544403002/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_packet.h#newcode41 webrtc/modules/rtp_rtcp/source/rtcp_packet.h:41: // fir.WithRequestTo(234, 123); On 2016/01/21 16:04:35, åsapersson wrote: > ...
4 years, 11 months ago (2016-01-21 16:48:13 UTC) #6
åsapersson
lgtm https://codereview.webrtc.org/1544403002/diff/80001/webrtc/modules/rtp_rtcp/source/rtcp_packet.h File webrtc/modules/rtp_rtcp/source/rtcp_packet.h (right): https://codereview.webrtc.org/1544403002/diff/80001/webrtc/modules/rtp_rtcp/source/rtcp_packet.h#newcode44 webrtc/modules/rtp_rtcp/source/rtcp_packet.h:44: // uint8_t packet[kPacketSize]; // with sequence number 123. ...
4 years, 11 months ago (2016-01-22 07:32:23 UTC) #7
danilchap
https://codereview.webrtc.org/1544403002/diff/80001/webrtc/modules/rtp_rtcp/source/rtcp_packet.h File webrtc/modules/rtp_rtcp/source/rtcp_packet.h (right): https://codereview.webrtc.org/1544403002/diff/80001/webrtc/modules/rtp_rtcp/source/rtcp_packet.h#newcode44 webrtc/modules/rtp_rtcp/source/rtcp_packet.h:44: // uint8_t packet[kPacketSize]; // with sequence number 123. On ...
4 years, 11 months ago (2016-01-22 10:03:42 UTC) #8
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/32e590ec132ae1a22b92529c9ecca9b6563985ca Cr-Commit-Position: refs/heads/master@{#11354}
4 years, 11 months ago (2016-01-22 10:05:14 UTC) #11
danilchap
4 years, 11 months ago (2016-01-22 10:05:15 UTC) #12
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
32e590ec132ae1a22b92529c9ecca9b6563985ca (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698