1. 0280ceb Delete unused member in VideoSendStream by Danil Chapovalov · 1 year, 11 months ago
  2. 08dcd7a Reland "[WebRTC-SendPacketsOnWorkerThread] Cleanup VideoSendStream(Impl)" by Per K · 2 years ago
  3. 779aade Revert "[WebRTC-SendPacketsOnWorkerThread] Cleanup VideoSendStream(Impl)" by Mirko Bonadei · 2 years ago
  4. 77c4794 [WebRTC-SendPacketsOnWorkerThread] Cleanup VideoSendStream(Impl) by Per K · 2 years ago
  5. 12910ca Apply resolution-bitrate limits collected from field trial (cl/294600) for AV1. by Michael Horowitz · 2 years, 1 month ago
  6. 59ade01 Reland "Remame VideoSendStream::UpdateActiveSimulcastLayers to StartPerRtpStream" by Per Kjellander · 2 years, 4 months ago
  7. 75170be Revert "Remame VideoSendStream::UpdateActiveSimulcastLayers to StartPerRtpStream" by Per Kjellander · 2 years, 4 months ago
  8. d8c4de7 Remame VideoSendStream::UpdateActiveSimulcastLayers to StartPerRtpStream by Per Kjellander · 2 years, 4 months ago
  9. 12046bf Ensure VideoSendStreamImpl::transport_queue_safety_ is not alive on dtor by Per Kjellander · 2 years, 5 months ago
  10. 828ef91 Replace TaskQueue with MaybeWorkerThread in RtpTransportControllerInterface by Per Kjellander · 2 years, 6 months ago
  11. 0c1a934 Remove unused video/screenshare hysteresis trials. by Erik Språng · 2 years, 8 months ago
  12. 6e7c268 Allow recursive check for RTC_DCHECK_RUN_ON macro by Danil Chapovalov · 2 years, 8 months ago
  13. 03f8b8a In video replace non-owning pointer to rtc::TaskQueue with non-owning pointer to TaskQueueBase by Danil Chapovalov · 2 years, 9 months ago
  14. 95eeaa7 Migrate video/ to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 9 months ago
  15. 7a66900 Delete rtc_base/atomic_ops.h by Niels Möller · 2 years, 9 months ago
  16. c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 10 months ago
  17. f3f3a61 Remove legacy PacedSender. by Erik Språng · 2 years, 11 months ago
  18. e62c2f2 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf by Jonas Oreland · 3 years ago
  19. 8ca0613 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 4/inf by Jonas Oreland · 3 years, 1 month ago
  20. ab30d72 Use backticks not vertical bars to denote variables in comments for /video by Artem Titov · 3 years, 8 months ago
  21. f9d5e55 Revert "Avoid video stream allocation on configuration change after timeout." by Jakob Ivarsson · 3 years, 10 months ago
  22. 1081487 Avoid video stream allocation on configuration change after timeout. by Jakob Ivarsson · 3 years, 10 months ago
  23. a334dc6 Make VideoSendStream::UpdateActiveSimulcastLayers not block. by Tommi · 3 years, 10 months ago
  24. 1050fbc Remove synchronization from VideoSendStream construction. by Tommi · 3 years, 10 months ago
  25. fa3ce63 Simplify VideoSendStreamImpl constructor. by Tommi · 3 years, 10 months ago
  26. e902f28 Make VideoSendStreamImpl::configured_pacing_factor_ const by Tommi · 3 years, 10 months ago
  27. 28e9653 Remove dependency on RtpVideoSenderInterface from EncoderRtcpFeedback. by Tommi · 3 years, 10 months ago
  28. f01c2c9 Delete RtcpStatisticsCallback in favor of ReportBlockDataObserver by Danil Chapovalov · 3 years, 11 months ago
  29. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 2 months ago
  30. c8421c4 Replace rtc::ThreadChecker with webrtc::SequenceChecker by Artem Titov · 4 years, 2 months ago
  31. da06e8f Do not proxy VideoSendStreamImpl::OnVideoLayersAllocationUpdated by Per Kjellander · 4 years, 3 months ago
  32. 0db3396 Log VideoSendStreamImpl::Stop in logs by Evan Shrubsole · 4 years, 4 months ago
  33. 9d69cbe Changes default pacing factor to 1.1x by Erik Språng · 4 years, 5 months ago
  34. af70418 Hookup VideoSendStreamImpl::OnVideoLayersAllocationUpdate to RtpVideoSender. by Per Kjellander · 4 years, 6 months ago
  35. a943484 VideoStreamEncoder report VideoLayersAllocation for simulcast by Per Kjellander · 4 years, 6 months ago
  36. 612445e Remove use of asyncinvoker from WebRtcVideoSendStream. by Tomas Gunnarsson · 4 years, 6 months ago
  37. 2549f17 Remove RTPFragmentationHeader creation and propagation through webrtc by Danil Chapovalov · 4 years, 8 months ago
  38. 576db1b Fixes incorrect padding setting for VP9 SVC. by Erik Språng · 4 years, 10 months ago
  39. 8ae18ad Remove unneeded dependency on CallStats. by Tommi · 5 years ago
  40. 93be66c Calculate video padding for vp9 in the same way as for vp8 by Ilya Nikolaevskiy · 5 years ago
  41. e77912b Insert frame transformer between Encoded and Packetizer. by Marina Ciocea · 5 years ago
  42. 9731a14 Improve logging for UpdateActiveSimulcastLayers. by Rasmus Brandt · 5 years ago
  43. cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 5 years ago
  44. 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 5 years ago
  45. 9b881ab Enable congestion window pushback to reduce bitrate by only drop video frames. by Ying Wang · 5 years ago
  46. 7a9a092 Delete media transport integration. by Bjorn A Mellem · 5 years ago
  47. 159b417 Keep the video send stream alive if the encoder drop frames. by Jakob Ivarsson · 5 years ago
  48. 82ed2e8 Cleanup: Propagating BitrateAllocationUpdate to RtpVideoSender by Sebastian Jansson · 5 years ago
  49. c67a4d6 Fix WebRTC-Video-MinVideoBitrate for VP9 by Elad Alon · 5 years ago
  50. 80f53b7 Extend WebRTC-Video-MinVideoBitrate to experiment per-codec by Elad Alon · 5 years ago
  51. a8336d3 Connect the stable target rate to the video encoders by Florent Castelli · 6 years ago
  52. 8c5520c Reland "Make the min video bitrate in VideoSendStream configurable." by Ying Wang · 6 years ago
  53. 1d2149c Revert "Make the min video bitrate in VideoSendStream configurable." by Alessio Bazzica · 6 years ago
  54. b2fb0b9 Make the min video bitrate in VideoSendStream configurable. by Ying Wang · 6 years ago
  55. 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 6 years ago
  56. e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 6 years ago
  57. 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 6 years ago
  58. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  59. 5983087 Forced vp8 sw encoder fallback: only use min bitrate config if codec type is vp8. by Åsa Persson · 6 years ago
  60. 8f01c4e Define FecControllerOverride and plumb it down to VideoEncoder by Elad Alon · 6 years ago
  61. 87e3f9d [video] Plumbing of ReportBlockData from RTCPReceiver to MediaSenderInfo by Henrik Boström · 6 years ago
  62. aa9aa57 Disable padding for paused encoders even on reconfiguration by Ilya Nikolaevskiy · 6 years ago
  63. b6ef99b Translate loss notifications and pass to encoder by Elad Alon · 6 years ago
  64. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 6 years ago
  65. 0a8562e Forward LossNotification from RTCPReceiver to EncoderRtcpFeedback by Elad Alon · 6 years ago
  66. 14d1c9d Rename EncoderKeyFrameCallback back to EncoderRtcpFeedback by Elad Alon · 6 years ago
  67. 4c6ca30 Update VideoStreamEncoder to use new VideoEncoder::SetRates() method. by Erik Språng · 6 years ago
  68. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 6 years ago
  69. bd631a0 Use Abseil container algorithms in video/ by Steve Anton · 6 years ago
  70. e896490 Revert "Fix target bitrate RTCP messages behavior for SVC streams" by Oleh Prypin · 6 years ago
  71. ab65d8a Fix target bitrate RTCP messages behavior for SVC streams by Ilya Nikolaevskiy · 6 years ago
  72. 2611164 Subtract protection bitrate from link headroom bitrate by Erik Språng · 6 years ago
  73. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 6 years ago
  74. cda86dd Removes usages of repeating task without task queue argument. by Sebastian Jansson · 6 years ago
  75. 610c763 Add target bitrate headroom signal to VideoStreamEncoder. by Erik Språng · 6 years ago
  76. 8fb1a6a Delete a few return values from audio streams and video send streams. by Niels Möller · 6 years ago
  77. 572c60f Injecting Clock into video senders. by Sebastian Jansson · 6 years ago
  78. 464a557 Adds audio priority bitrate field trial parameter. by Sebastian Jansson · 6 years ago
  79. 80a8687 [clang-tidy] Apply performance-move-const-arg fixes (mutable lambdas). by Mirko Bonadei · 6 years ago
  80. c402dbe Account for simulcast hysteresis in padding rate calculation. by Rasmus Brandt · 6 years ago
  81. fa89d84 Register callback for key frame request from media transport. by Niels Möller · 6 years ago
  82. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  83. 79f0d4d Enables feature to account for unacknowledged data. by Sebastian Jansson · 6 years ago
  84. cd76eab Parsing of pacing factor and alr probing in RateControlSettings by Erik Språng · 6 years ago
  85. ecb6897 Adds repeating task class. by Sebastian Jansson · 6 years ago
  86. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  87. 4687915 Enable use of MediaTransportInterface for video streams. by Niels Möller · 6 years ago
  88. 0fc2843 Removing redundant argument for SSRCs from ctor of RtpVideoSender. by Amit Hilbuch · 6 years ago
  89. 8b9b5f9 Activate/deactivate VP9 spatial layers. by Sergey Silkin · 6 years ago
  90. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  91. 196c5ba Specific pacing configuration. by Christoffer Rodbro · 6 years ago
  92. 13e5903 Using unit classes in BitrateAllocationUpdate struct. by Sebastian Jansson · 6 years ago
  93. 5571812 Adding rtcp report interval into RTCConfiguration. by Jiawei Ou · 6 years ago
  94. c0e4d45 Adds BitrateAllocation struct to OnBitrateUpdated. by Sebastian Jansson · 6 years ago
  95. 192eeec Enable End-to-End Encrypted Video Frames. by Benjamin Wright · 6 years ago
  96. 88be972 Delete post_encode_callback by Niels Möller · 6 years ago
  97. 64be7fa Move FecController to RtpVideoSender. by Stefan Holmer · 6 years ago
  98. 4e193e4 Add ability to throttle VideoBitrateAllocation updates. by Erik Språng · 7 years ago
  99. b57ab38 Don't pad to min bitrate for streams with alr probing enabled by Erik Språng · 7 years ago
  100. f4ef2dd Don't signal updated bitrate allocation on encoder paused by Erik Språng · 7 years ago