aboutsummaryrefslogtreecommitdiff
path: root/video/video_receive_stream2.cc
AgeCommit message (Expand)Author
2022-11-01Remove WebRTC-PreStreamDecoders fieldtrialJohannes Kron
2022-09-30Move IncomingVideoStream closer to its only user.Rasmus Brandt
2022-09-29Clean up decoders when stopping video receive stream.Tommi
2022-09-28Change the default setting for PreStreamDecoders/LazyDecoderCreationJohannes Kron
2022-09-05Remove WebRTC-FrameBuffer3 field trialEvan Shrubsole
2022-08-22Move decoder instance ownership to VideoReceiver2Tommi
2022-08-19On receive stream shutdown, deregister decoders on decoder thread.Erik Språng
2022-08-18Create pre-allocated decoders on the decoder thread.Erik Språng
2022-08-18Clean VideoReceiveStream2::HandleEncodedFrameOnDecodeQueueEvan Shrubsole
2022-08-16Clean VideoReceiveStream2 includesEvan Shrubsole
2022-08-16Move VideoStreamBufferController to packet sequenceEvan Shrubsole
2022-08-16Updated associated payload types without recreating receive streams.Tommi
2022-08-16Rename FrameBufferProxy to VideoStreamBufferControllerEvan Shrubsole
2022-08-15Combine setters for protection payload types (red and ulpfec)Tommi
2022-08-15Update the red_payload_type without recreating video receive streams.Tommi
2022-08-13Add SetRtcpXr - set extended RTCP attributes without recreate.Tommi
2022-08-12Allow ulpfec payload type reconfig without recreating receive streams.Tommi
2022-08-11Fix Event Log For Video ReceiverBrett Hebert
2022-08-11Remove workaround for long video pauses.Evan Shrubsole
2022-08-09Remove IsUlpfecEnabled()Tommi
2022-08-05Make nack history configurable.Tommi
2022-08-04[WebRtcVideoReceiveStream] Add SetLossNotificationEnabledTommi
2022-08-02[WebRtcVideoReceiveStream] Add ability to config flexfec post init.Tommi
2022-07-26Allow recursive check for RTC_DCHECK_RUN_ON macroDanil Chapovalov
2022-07-25Make OnEncodedFrame and OnDecodableFrameTimeout expectations consistent.Tommi
2022-07-18In video replace non-owning pointer to rtc::TaskQueue with non-owning pointer...Danil Chapovalov
2022-07-14Video and flexfec receive stream config changes without recreate.Tommi
2022-07-08Remove NackSender argument from RtpVideoStreamReceiver2.philipel
2022-07-06Migrate video/ to absl::AnyInvocable based TaskQueueBase interfaceDanil Chapovalov
2022-07-05Remove KeyFrameRequestSender argument from RtpVideoStreamReceiver2.philipel
2022-06-23Remove WebRTC.Video.DecodeTimePerFrameInMs. histogramsJohannes Kron
2022-06-17Move to_queued_task.h and pending_task_safety_flag.h into public APIArtem Titov
2022-06-15Add low-latency stream signaling to VideoFrame and VCMTimingJohannes Kron
2022-06-13Cap max decode delay for FrameBuffer3Evan Shrubsole
2022-05-31Move VCMTiming into timing sub-folderRasmus Brandt
2022-05-30Add SetTransportCc to ReceiveStreamInterface.Tommi
2022-05-25Move JitterEstimator into timing sub-folderRasmus Brandt
2022-05-23Log when conflicting recv video playout delays are setEvan Shrubsole
2022-05-23Start moving timing helper classes into timing/ sub-folder.Rasmus Brandt
2022-05-22Rename VideoReceiveStream to VideoReceiveStreamInterfaceTommi
2022-05-17Reland: Update local_ssrc without needing to recreate video streams.Tommi
2022-05-13Revert "Update local_ssrc without needing to recreate video streams."Tomas Gunnarsson
2022-05-13Update local_ssrc without needing to recreate video streams.Tommi
2022-05-10Add GetRtpExtensionMap to ReceiveStream and remove GetRtpExtensions.Tommi
2022-05-09Remove the VideoReceiveStream2::rtp() accessor.Tommi
2022-05-09Add getter for rtp header extensions for receiver classes.Tommi
2022-05-05Move FrameBuffer3 to api/philipel
2022-04-28Switch VideoReceiveStream2 internals to Time unitsEvan Shrubsole
2022-04-26Remove WebRTC-LowLatencyRenderer field trialEvan Shrubsole
2022-04-05Delete unused ScopedRegisterThreadForDebugging facilityNiels Möller