webrtc/modules/rtp_rtcp/include
Sebastian Jansson 26452ff7db Cleanup of TransportFeedbackAdapter.
* Removes legacy defines from rtp_rtcp_defines.
* Simplifies the feedback adaptation logic, this is achieved
  by using the ability to preserve lost packets information
  from the RTCP message.
* Extracts in flight data tracking to a separate helper class.
* Removes legacy fields and constructors from the PacketFeedback
  structure.
* Removes the legacy GetTransportFeedbackVector method.

Apart from reducing total LOC, this prepares for moving the adaptation
to run on a TaskQueue.

Bug: webrtc:9883
Change-Id: I5ef4eace0948f119f283cd71dc2b8d0954a1449b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/158781
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29674}
2019-11-01 11:55:16 +00:00
..
flexfec_receiver.h Format almost everything. 2019-07-08 13:45:15 +00:00
flexfec_sender.h Include module_common_types.h only where needed 2019-09-24 08:22:38 +00:00
receive_statistics.h Include module_common_types.h only where needed 2019-09-24 08:22:38 +00:00
remote_ntp_time_estimator.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
report_block_data.cc ReportBlockData and observer added, for stats collection in future CLs. 2019-05-16 12:12:07 +00:00
report_block_data.h ReportBlockData and observer added, for stats collection in future CLs. 2019-05-16 12:12:07 +00:00
rtcp_statistics.h Split out RtcpCnameCallback from RtcpStatisticsCallback 2019-08-06 08:29:57 +00:00
rtp_cvo.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_header_extension_map.h Cleanup: Replacing set extension status bool with CHECK. 2019-10-15 12:55:46 +00:00
rtp_packet_sender.h Adds support for passing a vector of packets to the paced sender. 2019-10-04 08:56:11 +00:00
rtp_rtcp_defines.cc Cleanup of TransportFeedbackAdapter. 2019-11-01 11:55:16 +00:00
rtp_rtcp_defines.h Cleanup of TransportFeedbackAdapter. 2019-11-01 11:55:16 +00:00
rtp_rtcp.h Calls OnPacketsAcknowledged on RtpRtcp instead of RTPSender directly. 2019-10-24 12:13:56 +00:00
ulpfec_receiver.h Cleanup passing rtp packet to ulpfec receiver. 2019-09-20 11:09:11 +00:00