1. dd44334 Ensure BitrateAllocator is updated with stream max bitrate after codec change by Per K · 10 months ago
  2. c9bb2c6 Propagate Environment into VideoStreamEncoder by Danil Chapovalov · 1 year ago
  3. 9d4961e Check IsRunning() in VideoSendStreamImpl::SignalEncoderActive by Per K · 1 year, 1 month ago
  4. 979b6d6 Refactor RtpVideoSender::SetActiveModules. by Per K · 1 year, 1 month ago
  5. 9c166e0 Remove VideoSendStream::StartPerRtpStream by Per K · 1 year, 1 month ago
  6. 798e451 Adds WebRTC-AV1-OverridePriorityBitrate to change bit rate allocation between audio and video by Dan Tan · 1 year, 2 months ago
  7. 0b68992 Combine video_send_stream_impl.cc and video_send_stream.cc by Per K · 1 year, 2 months ago
  8. 08dcd7a Reland "[WebRTC-SendPacketsOnWorkerThread] Cleanup VideoSendStream(Impl)" by Per K · 1 year, 11 months ago
  9. 02bdf66 Reland "Launch WebRTC-SendPacketsOnWorkerThread"" by Evan Shrubsole · 2 years ago
  10. a09b30d Revert "Launch WebRTC-SendPacketsOnWorkerThread" by Andrey Logvin · 2 years ago
  11. 8d33105 Launch WebRTC-SendPacketsOnWorkerThread by Evan Shrubsole · 2 years, 1 month ago
  12. 59ade01 Reland "Remame VideoSendStream::UpdateActiveSimulcastLayers to StartPerRtpStream" by Per Kjellander · 2 years, 3 months ago
  13. 75170be Revert "Remame VideoSendStream::UpdateActiveSimulcastLayers to StartPerRtpStream" by Per Kjellander · 2 years, 4 months ago
  14. d8c4de7 Remame VideoSendStream::UpdateActiveSimulcastLayers to StartPerRtpStream by Per Kjellander · 2 years, 4 months ago
  15. 828ef91 Replace TaskQueue with MaybeWorkerThread in RtpTransportControllerInterface by Per Kjellander · 2 years, 5 months ago
  16. 2cfc1af Update rtc::Event::Wait call sites to use TimeDelta. by Markus Handell · 2 years, 7 months ago
  17. e519f38 Remove rtc::Location from SendTask test helper by Danil Chapovalov · 2 years, 7 months ago
  18. 0c1a934 Remove unused video/screenshare hysteresis trials. by Erik Språng · 2 years, 8 months ago
  19. 03f8b8a In video replace non-owning pointer to rtc::TaskQueue with non-owning pointer to TaskQueueBase by Danil Chapovalov · 2 years, 8 months ago
  20. 95eeaa7 Migrate video/ to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 8 months ago
  21. 9a66540 Reland "TaskQueue: unexpose delayed task convenience methods." by Markus Handell · 2 years, 9 months ago
  22. 4cd3a0d Revert "TaskQueue: unexpose delayed task convenience methods." by Björn Terelius · 2 years, 9 months ago
  23. 08bb629 TaskQueue: unexpose delayed task convenience methods. by Markus Handell · 2 years, 9 months ago
  24. 8ca0613 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 4/inf by Jonas Oreland · 3 years ago
  25. 6e0209a Delete unused CallStats object in VideoSendStreamImplTest by Niels Möller · 3 years, 3 months ago
  26. eb61b7f ModuleRtcRtcpImpl2: remove Module inheritance. by Markus Handell · 3 years, 9 months ago
  27. f9d5e55 Revert "Avoid video stream allocation on configuration change after timeout." by Jakob Ivarsson · 3 years, 9 months ago
  28. 1081487 Avoid video stream allocation on configuration change after timeout. by Jakob Ivarsson · 3 years, 9 months ago
  29. 1050fbc Remove synchronization from VideoSendStream construction. by Tommi · 3 years, 9 months ago
  30. 9d69cbe Changes default pacing factor to 1.1x by Erik Språng · 4 years, 5 months ago
  31. af70418 Hookup VideoSendStreamImpl::OnVideoLayersAllocationUpdate to RtpVideoSender. by Per Kjellander · 4 years, 5 months ago
  32. dcef641 Stop using VideoBitrateAllocationObserver in VideoStreamEncoder. by Per Kjellander · 4 years, 5 months ago
  33. 2549f17 Remove RTPFragmentationHeader creation and propagation through webrtc by Danil Chapovalov · 4 years, 7 months ago
  34. 576db1b Fixes incorrect padding setting for VP9 SVC. by Erik Språng · 4 years, 9 months ago
  35. 91fdc60 In video/ replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 4 years, 10 months ago
  36. 822a874 Switch CallStats to TQ interface + callbacks on the worker thread. by Tommi · 4 years, 10 months ago
  37. 8ae18ad Remove unneeded dependency on CallStats. by Tommi · 4 years, 10 months ago
  38. 93be66c Calculate video padding for vp9 in the same way as for vp8 by Ilya Nikolaevskiy · 5 years ago
  39. cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 5 years ago
  40. 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 5 years ago
  41. 9b881ab Enable congestion window pushback to reduce bitrate by only drop video frames. by Ying Wang · 5 years ago
  42. 7a9a092 Delete media transport integration. by Bjorn A Mellem · 5 years ago
  43. 159b417 Keep the video send stream alive if the encoder drop frames. by Jakob Ivarsson · 5 years ago
  44. 82ed2e8 Cleanup: Propagating BitrateAllocationUpdate to RtpVideoSender by Sebastian Jansson · 5 years ago
  45. eb90e6f Merge SendTask implementation for SingleThreadedTaskQueueForTesting and TaskQueueForTest by Danil Chapovalov · 5 years ago
  46. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  47. a8336d3 Connect the stable target rate to the video encoders by Florent Castelli · 6 years ago
  48. 4e615d5 Wire the stable target bitrate from GoogCC to the BitrateAllocator by Florent Castelli · 6 years ago
  49. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 6 years ago
  50. 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 6 years ago
  51. e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 6 years ago
  52. 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 6 years ago
  53. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  54. 8f01c4e Define FecControllerOverride and plumb it down to VideoEncoder by Elad Alon · 6 years ago
  55. aa9aa57 Disable padding for paused encoders even on reconfiguration by Ilya Nikolaevskiy · 6 years ago
  56. 898395d RTPSenderVideo::GetSentRtpPacketInfo() over a set of sequence numbers by Elad Alon · 6 years ago
  57. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  58. 8b60e8b Give VideoSendStreamImpl access to RTP timestamps by Elad Alon · 6 years ago
  59. 4c6ca30 Update VideoStreamEncoder to use new VideoEncoder::SetRates() method. by Erik Språng · 6 years ago
  60. e896490 Revert "Fix target bitrate RTCP messages behavior for SVC streams" by Oleh Prypin · 6 years ago
  61. ab65d8a Fix target bitrate RTCP messages behavior for SVC streams by Ilya Nikolaevskiy · 6 years ago
  62. 2611164 Subtract protection bitrate from link headroom bitrate by Erik Språng · 6 years ago
  63. d26a916 Avoid using GlobalTaskQueueFactory for TaskQueueForTest by Danil Chapovalov · 6 years ago
  64. 1f4173e Fix ClangTidy issues in video/ by Benjamin Wright · 6 years ago
  65. d155d68 Removes rtp level keep alive support. by Sebastian Jansson · 6 years ago
  66. 610c763 Add target bitrate headroom signal to VideoStreamEncoder. by Erik Språng · 6 years ago
  67. 572c60f Injecting Clock into video senders. by Sebastian Jansson · 6 years ago
  68. 2997ec9 Removes unused keep-alive from RtpTransportControllerSend. by Sebastian Jansson · 6 years ago
  69. 157540a Stop hard-coding default IDs for RTP extensions by Elad Alon · 6 years ago
  70. c402dbe Account for simulcast hysteresis in padding rate calculation. by Rasmus Brandt · 6 years ago
  71. 79f0d4d Enables feature to account for unacknowledged data. by Sebastian Jansson · 6 years ago
  72. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  73. 4687915 Enable use of MediaTransportInterface for video streams. by Niels Möller · 6 years ago
  74. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  75. 0fc2843 Removing redundant argument for SSRCs from ctor of RtpVideoSender. by Amit Hilbuch · 6 years ago
  76. 13e5903 Using unit classes in BitrateAllocationUpdate struct. by Sebastian Jansson · 6 years ago
  77. c0e4d45 Adds BitrateAllocation struct to OnBitrateUpdated. by Sebastian Jansson · 6 years ago
  78. 192eeec Enable End-to-End Encrypted Video Frames. by Benjamin Wright · 6 years ago
  79. 64be7fa Move FecController to RtpVideoSender. by Stefan Holmer · 6 years ago
  80. 4e193e4 Add ability to throttle VideoBitrateAllocation updates. by Erik Språng · 6 years ago
  81. b57ab38 Don't pad to min bitrate for streams with alr probing enabled by Erik Språng · 6 years ago
  82. 9416ef8 Rename PayloadRouter to RtpVideoSender. by Stefan Holmer · 7 years ago
  83. dbdb3a0 Refactoring PayloadRouter. by Stefan Holmer · 7 years ago
  84. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
  85. 652dc91 Adds unit tests for VideoSendStreamImpl. by Sebastian Jansson · 7 years ago