1. a49cbd3 Replace VideoCapturerInput with VideoSinkInterface. by perkj · 8 years ago
  2. 9fdbda6 Revert of Replace interface VideoCapturerInput with VideoSinkInterface. (patchset #13 id:280001 of https://codereview.webrtc.org/2257413002/ ) by perkj · 8 years ago
  3. 95a226f Replace VideoCapturerInput with VideoSinkInterface. by perkj · 8 years ago
  4. 26091b1 This reverts commit 8eb37a39e79fe1098d3503dcb8c8c2d196203fed. Chrome now have its own implementation of TaskQueues that is based on Chrome threads. by perkj · 8 years ago
  5. 8eb37a3 Revert of Add task queue to Call. (patchset #42 id:840001 of https://codereview.webrtc.org/2060403002/ ) by perkj · 8 years ago
  6. cc16836 - Add task queue to Call with the intent of replacing the use of one of the process threads. by perkj · 8 years ago
  7. 2e5cfcd Add periodic logging of video stats. by asapersson · 8 years ago
  8. 525df3f Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  9. 51db4dd Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #14 id:300001 of https://codereview.chromium.org/2089773002/ ) by sergeyu · 8 years ago
  10. 4c7f4cd Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  11. ac4dc2c Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #13 id:280001 of https://codereview.webrtc.org/2089773002/ ) by sergeyu · 8 years ago
  12. ad34dbe Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  13. cd349d9 Reland of actor NACK bitrate allocation (patchset #1 id:1 of https://codereview.webrtc.org/2131913003/ ) by sprang · 9 years ago
  14. c2c24f7 Remove frame rate and target bitrate from ProtectionBitrateCalculator::SetEncodingData by perkj · 9 years ago
  15. a49f110 Revert of Reland Issue 2061423003: Refactor NACK bitrate allocation (patchset #1 id:1 of https://codereview.webrtc.org/2131313002/ ) by aluebs · 9 years ago
  16. 05ce4ae Reland Issue 2061423003: Refactor NACK bitrate allocation by Erik Språng · 9 years ago
  17. e5dd441 Revert of Refactor NACK bitrate allocation (patchset #16 id:300001 of https://codereview.webrtc.org/2061423003/ ) by sprang · 9 years ago
  18. 5fc59e8 Refactor NACK bitrate allocation by Erik Språng · 9 years ago
  19. 9b522f8 Add more logging about the bwe state and VideoSendStream state. by perkj · 9 years ago
  20. 9c0b551 Fix bug where min transmit bitrate wasn't working by sprang · 9 years ago
  21. f5b2e51 Fix stats for encoder target bitrate when target rate is zero. by perkj · 9 years ago
  22. 48a4beb Auto pause video streams based on encoder target bitrate. by mflodman · 9 years ago
  23. 57c21f9 Remove ViEEncoder::Pause / Start by perkj · 9 years ago
  24. 3abb764 Avoid unnecessary HW video encoder reconfiguration by skvlad · 9 years ago
  25. 71ee44c This cl: by perkj · 9 years ago
  26. 37ad337 Remove EncodedFrameCallbackAdapter. by sergeyu · 9 years ago
  27. 101f250 Implementing auto pausing of video streams. by mflodman · 9 years ago
  28. 8f4c77f Always send RED headers if configured. by stefan · 9 years ago
  29. 69b332d Move logic for calculating needed bitrate overhead used by NACK and FEC to VideoSender. by Per · 9 years ago
  30. 6f8d686 Remove use of RtpHeaderExtension and clean up by isheriff · 9 years ago
  31. adafe0b Properly wire up the event log to the VideoSendStream. by terelius · 9 years ago
  32. 00b9d21 Set ViEEncoder sink_ on construction. by Peter Boström · 9 years ago
  33. fea9309 This reland https://codereview.webrtc.org/1932683002/. by perkj · 9 years ago
  34. 2ebe5b1 Refactor before implementing per stream suspension. by mflodman · 9 years ago
  35. 7339c50 Revert of Remove ViEEncoder::SetNetworkStatus (patchset #11 id:200001 of https://codereview.webrtc.org/1932683002/ ) by perkj · 9 years ago
  36. 50b5c3b Remove ViEEncoder::SetNetworkStatus by perkj · 9 years ago
  37. ec81bcd Remove SendPacer from ViEEncoder and make sure SendPacer starts at a valid bitrate by perkj · 9 years ago
  38. e30c272 Revert "Reland of Remove SendPacer from ViEEncoder by perkj · 9 years ago
  39. 600246e Removed SSRC knowledge from ViEEncoder. by perkj · 9 years ago
  40. 28a4456 Revert "Revert of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.webrtc.org/1917793002/ )" by Per · 9 years ago
  41. 825eb58 Revert of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.webrtc.org/1917793002/ ) by perkj · 9 years ago
  42. 857c5cc Remove SendPacer from ViEEncoder by perkj · 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. 376b192 Remove VideoCodingModule::VCMPacketizationCallback by perkj · 9 years ago
  45. bc75d97 Remove PayloadRouter dependency from ViEEncoder. by perkj · 9 years ago
  46. 1ba8d39 Remove webrtc/stream.h and unutilized inheritance. by pbos · 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. 02b3d27 Reland of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #1 id:1 of https://codereview.webrtc.org/1903193002/ ) by kjellander · 9 years ago
  50. a261e61 Revert of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #5 id:80001 of https://codereview.webrtc.org/1897233002/ ) by kjellander · 9 years ago
  51. f5d55aa Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. by perkj · 9 years ago
  52. 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
  53. dabc944 Add missing tracing to RtpSender objects. by Peter Boström · 9 years ago
  54. 74f6e9e Replace NULL with nullptr in webrtc/video. by Peter Boström · 9 years ago
  55. 81cbd924 Revert of Initialize/configure video encoders asychronously. (patchset #4 id:60001 of https://codereview.webrtc.org/1757313002/ ) by Peter Boström · 9 years ago
  56. 62411a2 Fixing crash that may occur after destroying a VideoSendStream. by deadbeef · 9 years ago
  57. 5f0b83b Enabling rtcp-rsize negotiation and fixing some issues with it. by Taylor Brandstetter · 9 years ago
  58. fb647a6 Initialize/configure video encoders asychronously. by Peter Boström · 9 years ago
  59. 86aabb2 Move BitrateAllocator reference from ViEEncoder to VideoSendStream. by mflodman · 9 years ago
  60. a4c7688 Move encoder thread to VideoSendStream. by Peter Boström · 9 years ago
  61. a03785e Move all calls after SetEncoder into SetEncoder. by Peter Boström · 9 years ago
  62. 905f8e7 Make ReconfigureVideoEncoder void. by Peter Boström · 9 years ago
  63. 0a9fc05 Move RTP module send status outside of ViEChannel. by Peter Boström · 9 years ago
  64. 60653ba New flag is_screencast in VideoOptions. by Niels Möller · 9 years ago
  65. 012f8c0 Remove unused encoder_config_ variable. by Peter Boström · 9 years ago
  66. 8b79b07 Move RTP module activation into PayloadRouter. by Peter Boström · 9 years ago
  67. 9c01725 Simplify registration of RTP-header extensions. by Peter Boström · 9 years ago
  68. 029e220 Removes use of DeRegister Rtp Header Extension for video by Danil Chapovalov · 9 years ago
  69. 23353ab Increase encoder-overuse thresholds for HW. by Peter Boström · 9 years ago
  70. 80e1207 Move congestion controller to a separate module. by Stefan Holmer · 9 years ago
  71. 723ead8 Move simple RtpRtcp calls to VideoSendStream. by Peter Boström · 9 years ago
  72. 0013dcc Simplify SSRC usage inside ViEEncoder. by Peter Boström · 9 years ago
  73. e2d83d6 Use CallStats for RTT in Call, rather than VideoSendStream::GetRtt() by sprang · 9 years ago
  74. 45c44f0 Simplify EncoderStateFeedback. by Peter Boström · 9 years ago
  75. bad7804 Remove unused VideoSendStream TransportAdapter. by Peter Boström · 9 years ago
  76. 3959397 Reland of Don't send FEC for H.264 with NACK enabled. (patchset #1 id:1 of https://codereview.webrtc.org/1692783005/ ) by Peter Boström · 9 years ago
  77. 29ffdc1 Revert of Don't send FEC for H.264 with NACK enabled. (patchset #5 id:80001 of https://codereview.webrtc.org/1687303002/ ) by deadbeef · 9 years ago
  78. 579e832 Fix race on VCM protection callback. by Peter Boström · 9 years ago
  79. 25558ad Don't send FEC for H.264 with NACK enabled. by Peter Boström · 9 years ago
  80. ca83525 Move the decoder thread into VideoReceiveStream. by Peter Boström · 9 years ago
  81. 1f7d77f Extract send-side ViEReceiver calls. by Peter Boström · 9 years ago
  82. 8c66a00 Initialize VideoSendStream members in constructor. by Peter Boström · 9 years ago
  83. 58c664c Clean up of CongestionController. by Stefan Holmer · 9 years ago
  84. d1d66ba Remove ViEChannel calls for VideoReceiveStream. by Peter Boström · 9 years ago
  85. 1d04ac6 Untangle ViEChannel and ViEEncoder. by Peter Boström · 9 years ago
  86. e449915 Measure encoding time on encode callbacks. by Peter Boström · 9 years ago
  87. 1088001 Support multiple rtx codecs. by Stefan Holmer · 9 years ago
  88. 1387149 Adding reduced size RTCP configuration down to the video stream level. by deadbeef · 9 years ago
  89. d1590b2 Lint clean video/ and add lint presubmit check. by mflodman · 9 years ago
  90. 7623ce4 Reland of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:300001 of https://codereview.webrtc.org/1507903005/ ) by Peter Boström · 9 years ago
  91. 8237abf Revert of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:20001 of https://codereview.webrtc.org/1506773002/ ) by kjellander · 9 years ago
  92. 03ef053 Merge webrtc/video_engine/ into webrtc/video/ by Peter Boström · 9 years ago
  93. b4a1ae5 Add separate send-side UMA stats for screenshare and video. by sprang · 9 years ago
  94. 0b9e29c Remove include dirs from modules/{media_file,pacing} by Henrik Kjellander · 9 years ago
  95. 0e7e259 Move BitrateAllocator from BitrateController logic to Call. by mflodman · 9 years ago
  96. d153a37 Remove contention between RTCP packets and encoding. by Peter Boström · 9 years ago
  97. cfc319b Reland of Work on flexible mode and screen sharing. (patchset #1 id:1 of https://codereview.webrtc.org/1438543002/ ) by philipel · 9 years ago
  98. 0be8f1d Revert of Work on flexible mode and screen sharing. (patchset #28 id:520001 of https://codereview.webrtc.org/1328113004/ ) by terelius · 9 years ago
  99. 77ccfb4 Work on flexible mode and screen sharing. by philipel · 9 years ago
  100. 566ef24 Move VoiceEngineObserver into AudioSendStream so that we detect typing noises and return properly in GetStats(). by solenberg · 9 years ago