- 08dcd7a Reland "[WebRTC-SendPacketsOnWorkerThread] Cleanup VideoSendStream(Impl)" by Per K · 2 years ago
- 779aade Revert "[WebRTC-SendPacketsOnWorkerThread] Cleanup VideoSendStream(Impl)" by Mirko Bonadei · 2 years ago
- 77c4794 [WebRTC-SendPacketsOnWorkerThread] Cleanup VideoSendStream(Impl) by Per K · 2 years ago
- 59ade01 Reland "Remame VideoSendStream::UpdateActiveSimulcastLayers to StartPerRtpStream" by Per Kjellander · 2 years, 4 months ago
- 75170be Revert "Remame VideoSendStream::UpdateActiveSimulcastLayers to StartPerRtpStream" by Per Kjellander · 2 years, 4 months ago
- d8c4de7 Remame VideoSendStream::UpdateActiveSimulcastLayers to StartPerRtpStream by Per Kjellander · 2 years, 4 months ago
- acabb36 pc: Add asynchronous RtpSender::SetParameters() call by Florent Castelli · 2 years, 5 months ago
- a1b4eb2 generateKeyFrame: add rids argument by Philipp Hancke · 2 years, 5 months ago
- d237c2b add RTCRtpSender.generateKeyFrame by Philipp Hancke · 2 years, 5 months ago
- 828ef91 Replace TaskQueue with MaybeWorkerThread in RtpTransportControllerInterface by Per Kjellander · 2 years, 6 months ago
- 6c2dae2 Move VideoEncoderConfig from api/ into video/config by Jonas Oreland · 2 years, 6 months ago
- 03f8b8a In video replace non-owning pointer to rtc::TaskQueue with non-owning pointer to TaskQueueBase by Danil Chapovalov · 2 years, 9 months ago
- c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 10 months ago
- e62c2f2 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf by Jonas Oreland · 3 years ago
- c7f691a WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 2 by Jonas Oreland · 3 years, 1 month ago
- 1e157a9 Remove more top-level const from parameters in function declarations by Ali Tofigh · 3 years, 2 months ago
- 2b10c47 VideoStreamEncoder: clean up threading constraints. by Markus Handell · 3 years, 5 months ago
- 35b1cb4 Keep `running_` state in sync with active layers. by Tommi · 3 years, 8 months ago
- eb61b7f ModuleRtcRtcpImpl2: remove Module inheritance. by Markus Handell · 3 years, 10 months ago
- a334dc6 Make VideoSendStream::UpdateActiveSimulcastLayers not block. by Tommi · 3 years, 10 months ago
- 1050fbc Remove synchronization from VideoSendStream construction. by Tommi · 3 years, 10 months ago
- fa3ce63 Simplify VideoSendStreamImpl constructor. by Tommi · 3 years, 10 months ago
- d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 2 months ago
- c8421c4 Replace rtc::ThreadChecker with webrtc::SequenceChecker by Artem Titov · 4 years, 2 months ago
- 3d22108 Remove unused critical section includes. by Markus Handell · 4 years, 9 months ago
- f4a9991 [Adaptation] Adding adaptation resources from Call. by Henrik Boström · 4 years, 10 months ago
- 8ae18ad Remove unneeded dependency on CallStats. by Tommi · 5 years ago
- df5e4e0 Merge of ThreadChecker and SequencedTaskChecker. by Sebastian Jansson · 6 years ago
- 0b69826 Don't inject worker queue into send streams. by Sebastian Jansson · 6 years ago
- 8fb1a6a Delete a few return values from audio streams and video send streams. by Niels Möller · 6 years ago
- 572c60f Injecting Clock into video senders. by Sebastian Jansson · 6 years ago
- 74682c1 Inject TaskQueueFactory to video streams. by Sebastian Jansson · 6 years ago
- 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
- 7d92de6 Deprecating legacy SendSideCongestionController. by Sebastian Jansson · 6 years ago
- 67b011d Use BitrateAllocatorInterface in AudioSendStream and VideoSendStream by Niels Möller · 6 years ago
- 4dc66c5 Move EncodedImage class to api/video/ by Niels Möller · 6 years ago
- 64be7fa Move FecController to RtpVideoSender. by Stefan Holmer · 6 years ago
- 1beef1a Delete VideoSendStream::EnableEncodedFrameRecording. by Niels Möller · 7 years ago
- 213618e New api function CreateVideoStreamEncoder. by Niels Möller · 7 years ago
- 9416ef8 Rename PayloadRouter to RtpVideoSender. by Stefan Holmer · 7 years ago
- dbdb3a0 Refactoring PayloadRouter. by Stefan Holmer · 7 years ago
- a2f1533 Moved PayloadRouter to call/. by Stefan Holmer · 7 years ago
- 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
- b9b146c Replace rtc::Optional with absl::optional in audio, call and video by Danil Chapovalov · 7 years ago
- 4c8811b Delete some obsolete forward declarations by Niels Möller · 7 years ago
- 8e0b15b Moves VideoSendStreamImpl to a separate file. by Sebastian Jansson · 7 years ago
- 25e5110 Explicit injection of rate limiter in VideoSendStream. by Sebastian Jansson · 7 years ago
- 9d138fc Drop dependency of common_video on api:libjingle_peerconnection_api. by Niels Möller · 7 years ago
- cc7125f Sets sending status for active RtpRtcp modules. by Seth Hampson · 7 years ago
- 3b790f3 Make fec controller plug-able. by Ying Wang · 7 years ago
- a45c8da Removed GetPacingFactor from PacedSender. by Sebastian Jansson · 7 years ago
- 38a31b0 Revert "Revert "Revert "Add ProtectionBitrateCalculator as an abstract class. ProtectionBitrateCalculatorDefault implements ProtectionBitrateCalculator. Register VideoSendStream to packet feedback""" by Ying Wang · 7 years ago
- 718d863 Revert "Revert "Add ProtectionBitrateCalculator as an abstract class. ProtectionBitrateCalculatorDefault implements ProtectionBitrateCalculator. Register VideoSendStream to packet feedback"" by Ying Wang · 7 years ago
- 53d9013 Revert "Add ProtectionBitrateCalculator as an abstract class. ProtectionBitrateCalculatorDefault implements ProtectionBitrateCalculator. Register VideoSendStream to packet feedback" by Jonathan Yu · 7 years ago
- e58e91b Add ProtectionBitrateCalculator as an abstract class. ProtectionBitrateCalculatorDefault implements ProtectionBitrateCalculator. Register VideoSendStream to packet feedback by Ying Wang · 7 years ago
- 4bece9a Set RTPVideoHeader picture id in PayloadRouter if forced fallback for VP8 is enabled. by Åsa Persson · 7 years ago
- 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
- bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/video/video_send_stream.h]
- 440b6d9 Move video send/receive stream headers to webrtc/call. by aleloi · 8 years ago
- db2a9fc Wire up RTP keep-alive in ortc api. by sprang · 8 years ago
- cc3d442 Rename ViEEncoder to VideoStreamEncoder by mflodman · 8 years ago
- e5c4a81 Move RTP keep-alive config from VideoSendStream::Config to Call::Config by sprang · 8 years ago
- c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
- a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
- c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
- 0584331 Delete VieRemb class, move functionality to PacketRouter. by nisse · 8 years ago
- b8f9a32 Define RtpTransportControllerSendInterface. by nisse · 8 years ago
- 559af38 Split CongestionController into send- and receive-side classes. by nisse · 8 years ago
- f24a064 Recreate WebrtcVideoSendStream if screen content setting is changed. by sprang · 8 years ago
- 284542b Make OverheadObserver::OnOverheadChanged count RTP headers only by nisse · 8 years ago
- 0245da0 Move ownership of PacketRouter from CongestionController to Call. by nisse · 8 years ago
- 79e0588 Set actual transport overhead in rtp_rtcp by michaelt · 8 years ago
- b4bc65b Fix circular dependency between call and video receive stream. by stefan · 8 years ago
- 803d97f Let ViEEncoder express resolution requests as Sinkwants. by perkj · 8 years ago
- 15d8357 Remove OnLocalSsrcChanged and rename EncoderStateFeedback. by mflodman · 8 years ago
- e75f204 Expose Ivf logging through the native API by palmkvist · 9 years ago
- a49cbd3 Replace VideoCapturerInput with VideoSinkInterface. by perkj · 9 years ago
- 9fdbda6 Revert of Replace interface VideoCapturerInput with VideoSinkInterface. (patchset #13 id:280001 of https://codereview.webrtc.org/2257413002/ ) by perkj · 9 years ago
- 95a226f Replace VideoCapturerInput with VideoSinkInterface. by perkj · 9 years ago
- 26091b1 This reverts commit 8eb37a39e79fe1098d3503dcb8c8c2d196203fed. Chrome now have its own implementation of TaskQueues that is based on Chrome threads. by perkj · 9 years ago
- 8eb37a3 Revert of Add task queue to Call. (patchset #42 id:840001 of https://codereview.webrtc.org/2060403002/ ) by perkj · 9 years ago
- cc16836 - Add task queue to Call with the intent of replacing the use of one of the process threads. by perkj · 9 years ago
- 525df3f Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
- 51db4dd Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #14 id:300001 of https://codereview.chromium.org/2089773002/ ) by sergeyu · 9 years ago
- 4c7f4cd Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
- ac4dc2c Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #13 id:280001 of https://codereview.webrtc.org/2089773002/ ) by sergeyu · 9 years ago
- ad34dbe Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
- 9b522f8 Add more logging about the bwe state and VideoSendStream state. by perkj · 9 years ago
- f5b2e51 Fix stats for encoder target bitrate when target rate is zero. by perkj · 9 years ago
- 48a4beb Auto pause video streams based on encoder target bitrate. by mflodman · 9 years ago
- 57c21f9 Remove ViEEncoder::Pause / Start by perkj · 9 years ago
- 71ee44c This cl: by perkj · 9 years ago
- 37ad337 Remove EncodedFrameCallbackAdapter. by sergeyu · 9 years ago
- 69b332d Move logic for calculating needed bitrate overhead used by NACK and FEC to VideoSender. by Per · 9 years ago
- adafe0b Properly wire up the event log to the VideoSendStream. by terelius · 9 years ago
- 600246e Removed SSRC knowledge from ViEEncoder. by perkj · 9 years ago
- cfc8e3b Removed all RTP dependencies from ViEChannel and renamed class. by mflodman · 9 years ago
- 35151f3 Add histogram stats for average send delay of sent packets for a sent video stream. The delay is measured from a packet is sent to the transport until leaving the socket. by asapersson · 9 years ago
- bc75d97 Remove PayloadRouter dependency from ViEEncoder. by perkj · 9 years ago
- 1ba8d39 Remove webrtc/stream.h and unutilized inheritance. by pbos · 9 years ago