aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/rtp_rtcp/source/rtcp_packet
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-17Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedV...kwiberg
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-10Rewrote the PRNG using an xorshift* algorithm and moved the files from test/ ...terelius
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-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-10-01Fix bug where rtcp::TransportFeedback may generate incorrect messages.sprang
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-09-16Add RTC_ prefix to contructormagic macros.henrikg
2015-09-14Add a ParseHeader method to RtcpPacket, for parsing common RTCP header.sprang
2015-09-08Add RemoteEstimatorProxy for capturing receive timessprang
2015-09-04Fixed base time in TransportFeedback message writing.sprang
2015-07-29Add packetization and coding/decoding of feedback message format.Erik Språng