aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/rtp_rtcp/source/rtcp_packet.h
AgeCommit message (Expand)Author
2016-01-13[rtp_rtcp] rtcp::Empty moved into own file and renamed to CompoundPacket on t...danilchap
2016-01-12[rtp_rtcp] rtcp::Sli packet moved into own file and got Parse functiondanilchap
2016-01-11[rtp_rtcp] rtcp::Tmmbr moved into own filedanilchap
2016-01-11[rtp_rtcp] rtcp::Tmmbn moved into own filedanilchap
2015-12-22rtcp::Nack packet moved into own file and got Parse functiondanilchap
2015-12-16rtcp::Dlrr block moved into own file and got Parse functiondanilchap
2015-12-15rtcp::VoipMetric block moved into own file and got Parse functiondanilchap
2015-12-10lint build/include errors fixed in rtp_rtcp moduledanilchap
2015-12-10lint whitespace warning removed from most rtp_rtcp/source/ filesdanilchap
2015-12-09[rtp_rtcp] Lint build/header_guard errors fixeddanilchap
2015-12-07rtcp::Rrtr block moved into own file and got Parse functionDanil Chapovalov
2015-12-04rtcp::ReceiverReport moved into own file and got Parse functionDanil Chapovalov
2015-12-04Refactorings to send RTCP packets directly via the RtcpPacket callback, with ...Erik Språng
2015-11-27rtcp::Pli moved into own file and got a Parse functiondanilchap
2015-11-22RTCP Bye packet moved to own filedanilchap
2015-11-18rtcp::App moved into own file and got Parse functiondanilchap
2015-11-13rtcp::Ij renamed to rtcp::ExtendedJitterReportdanilchap
2015-11-13rtcp::ReportBlock refactored to contain parsingdanilchap
2015-11-04modules: more interface -> include renamesHenrik Kjellander
2015-09-24Reland "Wire up send-side bandwidth estimation."Erik Språng
2015-09-23Revert of Wire up send-side bandwidth estimation. (patchset #8 id:140001 of h...Erik Språng
2015-09-22Wire up send-side bandwidth estimation.sprang
2015-09-16Add RTC_ prefix to contructormagic macros.henrikg
2015-09-14Add a ParseHeader method to RtcpPacket, for parsing common RTCP header.sprang
2015-07-29Add packetization and coding/decoding of feedback message format.Erik Språng
2015-06-22Use RtcpPacket classes for SenderReport/ReceiveReport in RTCPSenderErik Språng
2015-06-08Add support for fragmentation in RtcpPacket.Erik Språng
2015-03-04Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macrokjellander@webrtc.org
2014-06-25Add RTCP packet types to packet builder:asapersson@webrtc.org
2014-06-16Add SDES, APP, IJ, SLI and PLI packet types to RTCP packet class.asapersson@webrtc.org
2014-05-20Add NACK and RPSI packet types to RTCP packet builder.asapersson@webrtc.org
2014-02-21Add RTCP packet class.asapersson@webrtc.org