1. df5e4e0 Merge of ThreadChecker and SequencedTaskChecker. by Sebastian Jansson · 5 years ago
  2. 0b69826 Don't inject worker queue into send streams. by Sebastian Jansson · 5 years ago
  3. 8fb1a6a Delete a few return values from audio streams and video send streams. by Niels Möller · 5 years ago
  4. 572c60f Injecting Clock into video senders. by Sebastian Jansson · 5 years ago
  5. 74682c1 Inject TaskQueueFactory to video streams. by Sebastian Jansson · 5 years ago
  6. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  7. 7d92de6 Deprecating legacy SendSideCongestionController. by Sebastian Jansson · 6 years ago
  8. 67b011d Use BitrateAllocatorInterface in AudioSendStream and VideoSendStream by Niels Möller · 6 years ago
  9. 4dc66c5 Move EncodedImage class to api/video/ by Niels Möller · 6 years ago
  10. 64be7fa Move FecController to RtpVideoSender. by Stefan Holmer · 6 years ago
  11. 1beef1a Delete VideoSendStream::EnableEncodedFrameRecording. by Niels Möller · 6 years ago
  12. 213618e New api function CreateVideoStreamEncoder. by Niels Möller · 6 years ago
  13. 9416ef8 Rename PayloadRouter to RtpVideoSender. by Stefan Holmer · 6 years ago
  14. dbdb3a0 Refactoring PayloadRouter. by Stefan Holmer · 6 years ago
  15. a2f1533 Moved PayloadRouter to call/. by Stefan Holmer · 6 years ago
  16. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  17. b9b146c Replace rtc::Optional with absl::optional in audio, call and video by Danil Chapovalov · 6 years ago
  18. 4c8811b Delete some obsolete forward declarations by Niels Möller · 6 years ago
  19. 8e0b15b Moves VideoSendStreamImpl to a separate file. by Sebastian Jansson · 6 years ago
  20. 25e5110 Explicit injection of rate limiter in VideoSendStream. by Sebastian Jansson · 6 years ago
  21. 9d138fc Drop dependency of common_video on api:libjingle_peerconnection_api. by Niels Möller · 6 years ago
  22. cc7125f Sets sending status for active RtpRtcp modules. by Seth Hampson · 6 years ago
  23. 3b790f3 Make fec controller plug-able. by Ying Wang · 7 years ago
  24. a45c8da Removed GetPacingFactor from PacedSender. by Sebastian Jansson · 7 years ago
  25. 38a31b0 Revert "Revert "Revert "Add ProtectionBitrateCalculator as an abstract class. ProtectionBitrateCalculatorDefault implements ProtectionBitrateCalculator. Register VideoSendStream to packet feedback""" by Ying Wang · 7 years ago
  26. 718d863 Revert "Revert "Add ProtectionBitrateCalculator as an abstract class. ProtectionBitrateCalculatorDefault implements ProtectionBitrateCalculator. Register VideoSendStream to packet feedback"" by Ying Wang · 7 years ago
  27. 53d9013 Revert "Add ProtectionBitrateCalculator as an abstract class. ProtectionBitrateCalculatorDefault implements ProtectionBitrateCalculator. Register VideoSendStream to packet feedback" by Jonathan Yu · 7 years ago
  28. e58e91b Add ProtectionBitrateCalculator as an abstract class. ProtectionBitrateCalculatorDefault implements ProtectionBitrateCalculator. Register VideoSendStream to packet feedback by Ying Wang · 7 years ago
  29. 4bece9a Set RTPVideoHeader picture id in PayloadRouter if forced fallback for VP8 is enabled. by Åsa Persson · 7 years ago
  30. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  31. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/video/video_send_stream.h]
  32. 440b6d9 Move video send/receive stream headers to webrtc/call. by aleloi · 7 years ago
  33. db2a9fc Wire up RTP keep-alive in ortc api. by sprang · 7 years ago
  34. cc3d442 Rename ViEEncoder to VideoStreamEncoder by mflodman · 7 years ago
  35. e5c4a81 Move RTP keep-alive config from VideoSendStream::Config to Call::Config by sprang · 7 years ago
  36. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  37. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  38. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  39. 0584331 Delete VieRemb class, move functionality to PacketRouter. by nisse · 7 years ago
  40. b8f9a32 Define RtpTransportControllerSendInterface. by nisse · 7 years ago
  41. 559af38 Split CongestionController into send- and receive-side classes. by nisse · 7 years ago
  42. f24a064 Recreate WebrtcVideoSendStream if screen content setting is changed. by sprang · 7 years ago
  43. 284542b Make OverheadObserver::OnOverheadChanged count RTP headers only by nisse · 8 years ago
  44. 0245da0 Move ownership of PacketRouter from CongestionController to Call. by nisse · 8 years ago
  45. 79e0588 Set actual transport overhead in rtp_rtcp by michaelt · 8 years ago
  46. b4bc65b Fix circular dependency between call and video receive stream. by stefan · 8 years ago
  47. 803d97f Let ViEEncoder express resolution requests as Sinkwants. by perkj · 8 years ago
  48. 15d8357 Remove OnLocalSsrcChanged and rename EncoderStateFeedback. by mflodman · 8 years ago
  49. e75f204 Expose Ivf logging through the native API by palmkvist · 8 years ago
  50. a49cbd3 Replace VideoCapturerInput with VideoSinkInterface. by perkj · 8 years ago
  51. 9fdbda6 Revert of Replace interface VideoCapturerInput with VideoSinkInterface. (patchset #13 id:280001 of https://codereview.webrtc.org/2257413002/ ) by perkj · 8 years ago
  52. 95a226f Replace VideoCapturerInput with VideoSinkInterface. by perkj · 8 years ago
  53. 26091b1 This reverts commit 8eb37a39e79fe1098d3503dcb8c8c2d196203fed. Chrome now have its own implementation of TaskQueues that is based on Chrome threads. by perkj · 8 years ago
  54. 8eb37a3 Revert of Add task queue to Call. (patchset #42 id:840001 of https://codereview.webrtc.org/2060403002/ ) by perkj · 8 years ago
  55. cc16836 - Add task queue to Call with the intent of replacing the use of one of the process threads. by perkj · 8 years ago
  56. 525df3f Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  57. 51db4dd Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #14 id:300001 of https://codereview.chromium.org/2089773002/ ) by sergeyu · 8 years ago
  58. 4c7f4cd Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  59. ac4dc2c Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #13 id:280001 of https://codereview.webrtc.org/2089773002/ ) by sergeyu · 8 years ago
  60. ad34dbe Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  61. 9b522f8 Add more logging about the bwe state and VideoSendStream state. by perkj · 8 years ago
  62. f5b2e51 Fix stats for encoder target bitrate when target rate is zero. by perkj · 8 years ago
  63. 48a4beb Auto pause video streams based on encoder target bitrate. by mflodman · 8 years ago
  64. 57c21f9 Remove ViEEncoder::Pause / Start by perkj · 8 years ago
  65. 71ee44c This cl: by perkj · 8 years ago
  66. 37ad337 Remove EncodedFrameCallbackAdapter. by sergeyu · 8 years ago
  67. 69b332d Move logic for calculating needed bitrate overhead used by NACK and FEC to VideoSender. by Per · 8 years ago
  68. adafe0b Properly wire up the event log to the VideoSendStream. by terelius · 8 years ago
  69. 600246e Removed SSRC knowledge from ViEEncoder. by perkj · 8 years ago
  70. cfc8e3b Removed all RTP dependencies from ViEChannel and renamed class. by mflodman · 8 years ago
  71. 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 · 8 years ago
  72. bc75d97 Remove PayloadRouter dependency from ViEEncoder. by perkj · 8 years ago
  73. 1ba8d39 Remove webrtc/stream.h and unutilized inheritance. by pbos · 8 years ago
  74. bfefb03 Replace scoped_ptr with unique_ptr everywhere by kwiberg · 8 years ago
  75. cd5c25c Use vcm::VideoSender in ViEEncoder. by Peter Boström · 8 years ago
  76. 14fe708 Reland of Initialize/configure video encoders asychronously. (patchset #1 id:1 of https://codereview.webrtc.org/1821983002/ ) by pbos · 8 years ago
  77. 83d0910 Move Ownership of RtpModules to VideoSendStream from VieChannel and remove use of vie_channel and vie_receiver from video_send_stream. by Per · 8 years ago
  78. 81cbd92 Revert of Initialize/configure video encoders asychronously. (patchset #4 id:60001 of https://codereview.webrtc.org/1757313002/ ) by Peter Boström · 8 years ago
  79. fb647a6 Initialize/configure video encoders asychronously. by Peter Boström · 8 years ago
  80. 86aabb2 Move BitrateAllocator reference from ViEEncoder to VideoSendStream. by mflodman · 8 years ago
  81. a4c7688 Move encoder thread to VideoSendStream. by Peter Boström · 8 years ago
  82. 905f8e7 Make ReconfigureVideoEncoder void. by Peter Boström · 8 years ago
  83. 012f8c0 Remove unused encoder_config_ variable. by Peter Boström · 8 years ago
  84. 723ead8 Move simple RtpRtcp calls to VideoSendStream. by Peter Boström · 8 years ago
  85. e2d83d6 Use CallStats for RTT in Call, rather than VideoSendStream::GetRtt() by sprang · 8 years ago
  86. bad7804 Remove unused VideoSendStream TransportAdapter. by Peter Boström · 8 years ago
  87. 579e832 Fix race on VCM protection callback. by Peter Boström · 8 years ago
  88. 1f7d77f Extract send-side ViEReceiver calls. by Peter Boström · 8 years ago
  89. 8c66a00 Initialize VideoSendStream members in constructor. by Peter Boström · 8 years ago
  90. 58c664c Clean up of CongestionController. by Stefan Holmer · 8 years ago
  91. 1d04ac6 Untangle ViEChannel and ViEEncoder. by Peter Boström · 8 years ago
  92. e449915 Measure encoding time on encode callbacks. by Peter Boström · 8 years ago
  93. 97888bd Swap use of CriticalSectionWrapper for rtc::CriticalSection in webrtc/video. by Tommi · 9 years ago
  94. 0e7e259 Move BitrateAllocator from BitrateController logic to Call. by mflodman · 9 years ago
  95. ff761fb modules: more interface -> include renames by Henrik Kjellander · 9 years ago
  96. 373284d Make SendStatisticsProxy outlive ViEChannel. by Peter Boström · 9 years ago
  97. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  98. 0c478b3 Rename ChannelGroup to CongestionController and move to webrtc/call/. by mflodman · 9 years ago
  99. e378702 ChannelGroup cleanup. by mflodman · 9 years ago
  100. 0dbf009 Remove the video channel id completely. by mflodman · 9 years ago