1. 4bece9a Set RTPVideoHeader picture id in PayloadRouter if forced fallback for VP8 is enabled. by Åsa Persson · 7 years ago
  2. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  3. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/video/video_send_stream.h]
  4. 440b6d9 Move video send/receive stream headers to webrtc/call. by aleloi · 8 years ago
  5. db2a9fc Wire up RTP keep-alive in ortc api. by sprang · 8 years ago
  6. cc3d442 Rename ViEEncoder to VideoStreamEncoder by mflodman · 8 years ago
  7. e5c4a81 Move RTP keep-alive config from VideoSendStream::Config to Call::Config by sprang · 8 years ago
  8. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  9. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  10. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  11. 0584331 Delete VieRemb class, move functionality to PacketRouter. by nisse · 8 years ago
  12. b8f9a32 Define RtpTransportControllerSendInterface. by nisse · 8 years ago
  13. 559af38 Split CongestionController into send- and receive-side classes. by nisse · 8 years ago
  14. f24a064 Recreate WebrtcVideoSendStream if screen content setting is changed. by sprang · 8 years ago
  15. 284542b Make OverheadObserver::OnOverheadChanged count RTP headers only by nisse · 8 years ago
  16. 0245da0 Move ownership of PacketRouter from CongestionController to Call. by nisse · 8 years ago
  17. 79e0588 Set actual transport overhead in rtp_rtcp by michaelt · 8 years ago
  18. b4bc65b Fix circular dependency between call and video receive stream. by stefan · 8 years ago
  19. 803d97f Let ViEEncoder express resolution requests as Sinkwants. by perkj · 8 years ago
  20. 15d8357 Remove OnLocalSsrcChanged and rename EncoderStateFeedback. by mflodman · 8 years ago
  21. e75f204 Expose Ivf logging through the native API by palmkvist · 8 years ago
  22. a49cbd3 Replace VideoCapturerInput with VideoSinkInterface. by perkj · 8 years ago
  23. 9fdbda6 Revert of Replace interface VideoCapturerInput with VideoSinkInterface. (patchset #13 id:280001 of https://codereview.webrtc.org/2257413002/ ) by perkj · 8 years ago
  24. 95a226f Replace VideoCapturerInput with VideoSinkInterface. by perkj · 8 years ago
  25. 26091b1 This reverts commit 8eb37a39e79fe1098d3503dcb8c8c2d196203fed. Chrome now have its own implementation of TaskQueues that is based on Chrome threads. by perkj · 8 years ago
  26. 8eb37a3 Revert of Add task queue to Call. (patchset #42 id:840001 of https://codereview.webrtc.org/2060403002/ ) by perkj · 9 years ago
  27. cc16836 - Add task queue to Call with the intent of replacing the use of one of the process threads. by perkj · 9 years ago
  28. 525df3f Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
  29. 51db4dd Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #14 id:300001 of https://codereview.chromium.org/2089773002/ ) by sergeyu · 9 years ago
  30. 4c7f4cd Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
  31. ac4dc2c Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #13 id:280001 of https://codereview.webrtc.org/2089773002/ ) by sergeyu · 9 years ago
  32. ad34dbe Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
  33. 9b522f8 Add more logging about the bwe state and VideoSendStream state. by perkj · 9 years ago
  34. f5b2e51 Fix stats for encoder target bitrate when target rate is zero. by perkj · 9 years ago
  35. 48a4beb Auto pause video streams based on encoder target bitrate. by mflodman · 9 years ago
  36. 57c21f9 Remove ViEEncoder::Pause / Start by perkj · 9 years ago
  37. 71ee44c This cl: by perkj · 9 years ago
  38. 37ad337 Remove EncodedFrameCallbackAdapter. by sergeyu · 9 years ago
  39. 69b332d Move logic for calculating needed bitrate overhead used by NACK and FEC to VideoSender. by Per · 9 years ago
  40. adafe0b Properly wire up the event log to the VideoSendStream. by terelius · 9 years ago
  41. 600246e Removed SSRC knowledge from ViEEncoder. by perkj · 9 years ago
  42. cfc8e3b Removed all RTP dependencies from ViEChannel and renamed class. by mflodman · 9 years ago
  43. 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
  44. bc75d97 Remove PayloadRouter dependency from ViEEncoder. by perkj · 9 years ago
  45. 1ba8d39 Remove webrtc/stream.h and unutilized inheritance. by pbos · 9 years ago
  46. bfefb03 Replace scoped_ptr with unique_ptr everywhere by kwiberg · 9 years ago
  47. cd5c25c Use vcm::VideoSender in ViEEncoder. by Peter Boström · 9 years ago
  48. 14fe708 Reland of Initialize/configure video encoders asychronously. (patchset #1 id:1 of https://codereview.webrtc.org/1821983002/ ) by pbos · 9 years ago
  49. 83d0910 Move Ownership of RtpModules to VideoSendStream from VieChannel and remove use of vie_channel and vie_receiver from video_send_stream. by Per · 9 years ago
  50. 81cbd92 Revert of Initialize/configure video encoders asychronously. (patchset #4 id:60001 of https://codereview.webrtc.org/1757313002/ ) by Peter Boström · 9 years ago
  51. fb647a6 Initialize/configure video encoders asychronously. by Peter Boström · 9 years ago
  52. 86aabb2 Move BitrateAllocator reference from ViEEncoder to VideoSendStream. by mflodman · 9 years ago
  53. a4c7688 Move encoder thread to VideoSendStream. by Peter Boström · 9 years ago
  54. 905f8e7 Make ReconfigureVideoEncoder void. by Peter Boström · 9 years ago
  55. 012f8c0 Remove unused encoder_config_ variable. by Peter Boström · 9 years ago
  56. 723ead8 Move simple RtpRtcp calls to VideoSendStream. by Peter Boström · 9 years ago
  57. e2d83d6 Use CallStats for RTT in Call, rather than VideoSendStream::GetRtt() by sprang · 9 years ago
  58. bad7804 Remove unused VideoSendStream TransportAdapter. by Peter Boström · 9 years ago
  59. 579e832 Fix race on VCM protection callback. by Peter Boström · 9 years ago
  60. 1f7d77f Extract send-side ViEReceiver calls. by Peter Boström · 9 years ago
  61. 8c66a00 Initialize VideoSendStream members in constructor. by Peter Boström · 9 years ago
  62. 58c664c Clean up of CongestionController. by Stefan Holmer · 9 years ago
  63. 1d04ac6 Untangle ViEChannel and ViEEncoder. by Peter Boström · 9 years ago
  64. e449915 Measure encoding time on encode callbacks. by Peter Boström · 9 years ago
  65. 97888bd Swap use of CriticalSectionWrapper for rtc::CriticalSection in webrtc/video. by Tommi · 9 years ago
  66. 0e7e259 Move BitrateAllocator from BitrateController logic to Call. by mflodman · 9 years ago
  67. ff761fb modules: more interface -> include renames by Henrik Kjellander · 9 years ago
  68. 373284d Make SendStatisticsProxy outlive ViEChannel. by Peter Boström · 9 years ago
  69. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  70. 0c478b3 Rename ChannelGroup to CongestionController and move to webrtc/call/. by mflodman · 9 years ago
  71. e378702 ChannelGroup cleanup. by mflodman · 9 years ago
  72. 0dbf009 Remove the video channel id completely. by mflodman · 9 years ago
  73. 949c2f0 Move ownership of send ViEChannels and ViEEncoder to VideoSendStream. by mflodman · 9 years ago
  74. 5c389d3 Split webrtc/video into webrtc/{audio,call,video}. by Peter Boström · 9 years ago
  75. e526974 Make LoadObserver settable per video send stream. Gives client flexibility and makes the implementation slightly simpler. See discussion in: https://codereview.webrtc.org/1269863005/ by solenberg · 9 years ago
  76. 4fbae2b Add send transports to individual webrtc::Call streams. by solenberg · 9 years ago
  77. cd67022 Define Stream base classes by Jelena Marusic · 10 years ago
  78. 4b91bd0 Move frame input (ViECapturer) to webrtc/video/. by Peter Boström · 10 years ago
  79. 4765070 Rename I420VideoFrame to VideoFrame. by Miguel Casas-Sanchez · 10 years ago
  80. 300eeb6 Remove VideoEngine interfaces. by Peter Boström · 10 years ago
  81. 45553ae Remove VideoEngine interface usage from new API. by Peter Boström · 10 years ago
  82. 5cb9ce4 Remove ViECodec usage in VideoSendStream. by Peter Boström · 10 years ago
  83. f16fcbe Remove ViECapture usage in VideoSendStream. by Peter Boström · 10 years ago
  84. 94cc1fe Remove ViEImageProcess usage in VideoSendStream. by Peter Boström · 10 years ago
  85. ddbddbd Remove ViENetwork usage in VideoSendStream. by Peter Boström · 10 years ago
  86. 038df3c Remove ViEExternalCodec usage in VideoSendStream. by Peter Boström · 10 years ago
  87. 59d91dc Remove ViERTP_RTCP usage in VideoSendStream. by Peter Boström · 10 years ago
  88. e590416 Moving the pacer and the pacer thread to ChannelGroup. by Stefan Holmer · 10 years ago
  89. af612d5 Reland "Make the entry point for VideoFrames to webrtc const ref I420VideoFrame."" by perkj@webrtc.org · 10 years ago
  90. d7452a0 Revert "Make the entry point for VideoFrames to webrtc const ref I420VideoFrame." by magjed@webrtc.org · 10 years ago
  91. bcead30 Make the entry point for VideoFrames to webrtc const ref I420VideoFrame. by perkj@webrtc.org · 10 years ago
  92. 14665ff Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro by kjellander@webrtc.org · 10 years ago
  93. 16825b1 Use int64_t more consistently for times, in particular for RTT values. by pkasting@chromium.org · 10 years ago
  94. 2b19f06 Wire up RTT statistics to webrtc::Call. by pbos@webrtc.org · 10 years ago
  95. 273a414 Report encoded frame size in VideoSendStream. by pbos@webrtc.org · 10 years ago
  96. 0087318 Implement settable min/start/max bitrates in Call. by pbos@webrtc.org · 10 years ago
  97. 0bae1fa Wire up bandwidth stats to the new API and webrtcvideoengine2. by stefan@webrtc.org · 10 years ago
  98. 32452b2 Make ReconfigureVideoEncoder use current bitrate. by pbos@webrtc.org · 10 years ago
  99. bbe0a85 Config struct for VideoEncoder. by pbos@webrtc.org · 10 years ago
  100. 26c0c41 Network up/down signaling in Call. by pbos@webrtc.org · 10 years ago