aboutsummaryrefslogtreecommitdiff
path: root/api/rtp_headers.h
AgeCommit message (Expand)Author
2020-06-15Remove framemarking RTP extension.philipel
2020-02-10Use newer version of TimeDelta and TimeStamp factories in webrtcDanil Chapovalov
2019-09-10Make NetworkStateEstimator injectable in RemoteBitrateEstimatorPer Kjellander
2019-08-07Add `AbsoluteCaptureTime` to `RtpPacketInfo`.Chen Xing
2019-07-08Format almost everything.Jonas Olsson
2019-07-03Add writing and parsing of the `abs-capture-time` RTP header extension.Chen Xing
2019-06-14Adds send time to ReceivedPacket struct.Sebastian Jansson
2019-06-03Add RtpPacketInfo to hold information about a received RtpPacket.Chen Xing
2019-05-10Move kRtpCsrcSize from common_types.h to rtp_headers.hNiels Möller
2019-03-25Delete class StringRtpHeaderExtension, replaced with std::stringNiels Möller
2019-03-11Removes rtp level keep alive support.Sebastian Jansson
2019-03-06Update TransportSequenceNumberV2 extension to support fixed sizeJohannes Kron
2019-02-15Add struct for feedback request to RTPHeaderExtensionJohannes Kron
2018-11-27Change HdrMetadataExtension to ColorSpaceExtensionJohannes Kron
2018-11-09Add RTP header extension for HDR metadataJohannes Kron
2018-10-23[Cleanup] Add missing #include. Remove useless ones.Yves Gerey
2018-10-08Reland "[cleanup] Remove useless includes."Yves Gerey
2018-10-05Revert "[cleanup] Remove useless includes."Oleh Prypin
2018-10-05[cleanup] Remove useless includes.Yves Gerey
2018-09-11Frame marking RTP header extension (PART 1: implement extension)Johnny Lee
2018-08-01Allow all "token" chars from RFC 4566 when checking for legal mid names.Joachim Bauch
2018-07-25Delete root header file typedef.h.Niels Möller
2018-06-21Replace rtc::Optional with absl::optional in apiDanil Chapovalov
2018-06-19Reformat the WebRTC code baseYves Gerey
2018-05-15Remove the remaining non-test stringstreams from api/Jonas Olsson
2018-02-19Drop dependency of common_video on api:libjingle_peerconnection_api.Niels Möller
2017-12-15Fix circular dependencies in webrtc_common.Patrik Höglund