aboutsummaryrefslogtreecommitdiff
path: root/video/rtp_video_stream_receiver2.cc
AgeCommit message (Expand)Author
2021-06-16Update the sync_group id without recreating audio receive streams.Tommi
2021-06-03Update comment for RtpVideoStreamReceiver2::RequestPacketRetransmit.Tommi
2021-05-31Add packet_sequence_checker_ to RtpVideoStreamReceiver2.Tommi
2021-05-26RtpFrameReferenceFinder return frames directly instead of via callback.philipel
2021-05-20Make local to capturer clock offset a separate entry in PacketInfo.Minyue Li
2021-05-11Don't store RtpPacketInfo in the PacketBuffer.philipel
2021-05-05Store RtpPacketReceived::arrival_time as Timestamp.Tommi
2021-05-04Use Timestamp to represent packet receive timestampsJohannes Kron
2021-04-23Replace `new rtc::RefCountedObject` with `rtc::make_ref_counted` in a few filesTomas Gunnarsson
2021-04-19Update last received keyframe packet timestamp on all packets with the same R...philipel
2021-04-13Track last packet receive times in RtpVideoStreamReceiver instead of the Pack...philipel
2021-04-06rtx-time implementationPhilipp Hancke
2021-03-25Send and Receive VideoFrameTrackingid RTP header extension.Jeremy Leconte
2021-03-23Move RtpFrameObject and EncodedFrame out of video_coding namespace.philipel
2021-03-23Move RtpFrameReferenceFinder out of video_coding namespace.philipel
2021-03-12Add remote-outbound stats for audio streamsAlessio Bazzica
2021-03-12Remove NTP timestamp from PacketBuffer::Packet.philipel
2021-02-19In RtpVideoStreamReceiver change way to track time for the last received packet.Danil Chapovalov
2021-02-15Remove 'secondary sink' concept from webrtc::VideoReceiveStream.Tomas Gunnarsson
2021-02-15Prepare to replace VideoLayerFrameId with int64_t.philipel
2021-01-12Revert "Add task queue to RtpRtcpInterface::Configuration."Niels Moller
2021-01-12Add task queue to RtpRtcpInterface::Configuration.Niels Möller
2020-12-03Delete SetRtcpXrRrtrStatus, make it a construction-time settingNiels Möller
2020-09-19Fix bug with the sps-pps-idr-in-keyframe fmtp parameter.Andrew Johnson
2020-08-11Prepare for deleting VideoCodec::plTypeNiels Möller
2020-06-15Remove framemarking RTP extension.philipel
2020-06-04Remove dependency from RtpRtcp on the Module interface.Tomas Gunnarsson
2020-06-03Deprecate the static RtpRtcp::Create() method.Tomas Gunnarsson
2020-05-27Remove locks and dependency on ProcessThread+Module from NackModule2.Tommi
2020-05-22Fork NackModule and RtpVideoStreamReceiverTommi