1. 9ffb5df Removes unused mock_bitrate_controller. by Sebastian Jansson · 6 years ago
  2. a39a007 Reland "Deprecates legacy transport feedback adapter." by Sebastian Jansson · 6 years ago
  3. f714ee1 Revert "Deprecates legacy transport feedback adapter." by Mirko Bonadei · 6 years ago
  4. a5778e0 Deprecates legacy transport feedback adapter. by Sebastian Jansson · 6 years ago
  5. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  6. 172fd85 Replaces redundant congestion controller components by Sebastian Jansson · 7 years ago
  7. 56da2f7 Added unit tests for new congestion controller. by Sebastian Jansson · 7 years ago
  8. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  9. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  10. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/modules/congestion_controller/transport_feedback_adapter_unittest.cc]
  11. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  12. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
  13. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
  14. d12a8e1 Attach TransportFeedbackPacketLossTracker to ANA (PLR only) by elad.alon · 8 years ago
  15. 9ea46b5 Ignore packets sent on old network route when receiving feedback. by Stefan Holmer · 8 years ago
  16. 5bbf43f Move delay_based_bwe_ into CongestionController by elad.alon · 8 years ago
  17. ec304f9 GetTransportFeedbackVector return vector with lost packets too, sorted by seq-num by elad.alon · 8 years ago
  18. f949000 Rename webrtc::PacketInfo to webrtc::PacketFeedback. This resolves ambiguity with a similarly named RTCPReceiver::PacketInformation and RtpPacketizerVp9::PacketInfo. by elad.alon · 8 years ago
  19. f7c26d4 Small TransportFeedbackAdapterTest efficiency boost and TODO resolved by elad.alon · 8 years ago
  20. 8aadd50 Propagate packet pacing information to SendTimeHistory. by philipel · 8 years ago
  21. c7bf32a Propagate packet pacing information to SenTimeHistory. by philipel · 8 years ago
  22. 0baf55d Add logging of delay-based bandwidth estimate. by terelius · 8 years ago
  23. e3a5567 Reduce the BWE with 50% when feedback is received too late. by stefan · 8 years ago
  24. e9ad271 Increase the send-time history to 60 seconds. by stefan · 8 years ago
  25. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  26. 280de9e Reland: Fix race / crash in OnNetworkRouteChanged(). by Stefan Holmer · 8 years ago[Renamed (78%) from webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter_unittest.cc]
  27. 5614566 Fix faulty include paths that break the build by Henrik Lundin · 8 years ago
  28. 5ec85fb Revert of Fix race / crash in OnNetworkRouteChanged(). (patchset #5 id:80001 of https://codereview.webrtc.org/2366333003/ ) by stefan · 8 years ago[Renamed (77%) from webrtc/modules/congestion_controller/transport_feedback_adapter_unittest.cc]
  29. fd0d426 Fix race / crash in OnNetworkRouteChanged(). by stefan · 8 years ago[Renamed (78%) from webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter_unittest.cc]
  30. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  31. 822a16f Reland of Unify rtcp packet setters (patchset #1 id:1 of https://codereview.webrtc.org/2372713005/ ) by danilchap · 8 years ago
  32. efc6e41 Revert of Unify rtcp packet setters (patchset #8 id:130001 of https://codereview.webrtc.org/2348623003/ ) by kjellander · 8 years ago
  33. 20e77c7 Unify rtcp packet setters by danilchap · 8 years ago
  34. b2540bb Probing: Add support for exponential startup probing by Irfan Sheriff · 9 years ago
  35. 2169d8b Reland of move audio/video distinction for probe packets. (patchset #1 id:1 of https://codereview.webrtc.org/2086633002/ ) by pbos · 9 years ago
  36. 17bde8c Revert of Remove audio/video distinction for probe packets. (patchset #2 id:20001 of https://codereview.webrtc.org/2061193002/ ) by honghaiz · 9 years ago
  37. a7d88d3 Remove audio/video distinction for probe packets. by Peter Boström · 9 years ago
  38. a1ed0b3 Revert "Revert of Propagate probing cluster id to SendTimeHistory. (patchset #5 id:80001 of https://codereview.webrtc.org/2005313003/ )" by philipel · 9 years ago
  39. 46948c1 Revert of Propagate probing cluster id to SendTimeHistory. (patchset #5 id:80001 of https://codereview.webrtc.org/2005313003/ ) by philipel · 9 years ago
  40. 5be28c8 Propagate probing cluster id to SendTimeHistory, both for packets and padding. by philipel · 9 years ago
  41. daeb892 Reland: Deliver reordered packets in arrival time order after parsing feedback message. by stefan · 9 years ago
  42. 0415a56 Revert of Deliver reordered packets in arrival time order after parsing feedback message. (patchset #2 id:20001 of https://codereview.webrtc.org/1915993002/ ) by stefan · 9 years ago
  43. ed9535e Deliver reordered packets in arrival time order after parsing feedback message. by Stefan Holmer · 9 years ago
  44. 1c7fdd8 Remove calls to ScopedToUnique and UniqueToScoped by kwiberg · 9 years ago
  45. 92931b1 Replace scoped_ptr with unique_ptr in webrtc/modules/remote_bitrate_estimator/ by kwiberg · 9 years ago
  46. 789ba92 Simplify CongestionController. by Stefan Holmer · 9 years ago
  47. 69e59e6 [rtp_rtcp] rtc::scoped_ptr<rtcp::RawPacket> replaced with rtc::Buffer by danilchap · 9 years ago
  48. 32f8154 Support REMB in combination with send-side BWE. by stefan · 9 years ago
  49. ff761fb modules: more interface -> include renames by Henrik Kjellander · 9 years ago
  50. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  51. bbe876f Set send times in send time history via OnSentPacket. by stefan · 9 years ago
  52. c1aeaf0 Wire up packet_id / send time callbacks to webrtc via libjingle. by stefan · 9 years ago
  53. 5e023eb Add TransportFeedback adapter, adapting remote feedback to bwe estiamtor by sprang · 10 years ago