- 7b4b398 Remove DCHECK when transport feedback on request can't be produced by Danil Chapovalov · 1 year, 4 months ago
- 2b5beb9 Set correct absolute send time on reordered packets by Per K · 1 year, 10 months ago
- deb25d2 Cleanup ReceiveSideCongestionController api from OnReceivedPacket taking legacy RTPHeader by Danil Chapovalov · 2 years ago
- 48476d8 Fix generating transport feedback RTCP packet by Danil Chapovalov · 2 years ago
- 65ab5fd Cleanup RemoteEstimatorProxy::IncomingPacket by Danil Chapovalov · 2 years, 2 months ago
- dad91a6 Send periodic TransportFeedback based on extension version by Per K · 2 years, 2 months ago
- c19ec96 Delete WebRTC-Bwe-TransportWideFeedbackIntervals as unused by Danil Chapovalov · 2 years, 4 months ago
- ea59abe Speed up congestion controller feedback fuzzer by Danil Chapovalov · 2 years, 5 months ago
- 7f0a7ac Improve PacketArrivalTimeMap perfomance by Danil Chapovalov · 2 years, 8 months ago
- fc22dfa In RemoteEstimatorProxy treat zero arrival time as valid by Danil Chapovalov · 2 years, 8 months ago
- 9dcbfd8 Revert "In bitrate estimator Improve handing send time of out of order packets" by Mirko Bonadei · 2 years, 9 months ago
- 2295ddb In bitrate estimator Improve handing send time of out of order packets by Danil Chapovalov · 2 years, 9 months ago
- 3a08d2a Reland "Detach RemoteEstimatorProxy from RemoteBitrateEstimator interface" by Danil Chapovalov · 2 years, 9 months ago
- 6769e95 Revert "Detach RemoteEstimatorProxy from RemoteBitrateEstimator interface" by Danil Chapovalov · 2 years, 9 months ago
- 08c7e75 Detach RemoteEstimatorProxy from RemoteBitrateEstimator interface by Danil Chapovalov · 2 years, 9 months ago
- 1220855 In RemoteEstimatorProxy use Timestamp type by Danil Chapovalov · 2 years, 10 months ago
- f6934c3 Add method ReceiveSideCongestionController::SetTransportOverhead by Per Kjellander · 2 years, 10 months ago
- e62c2f2 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf by Jonas Oreland · 3 years ago
- 1fd7af5 Use backticks not vertical bars to denote variables in comments for /modules/remote_bitrate_estimator by Artem Titov · 3 years, 8 months ago
- ae1f8f5 Use a std::deque in RemoteEstimatorProxy by Victor Boivie · 3 years, 11 months ago
- 7b4ee15 Refactor RemoteEstimatorProxy by Victor Boivie · 4 years ago
- 898f091 Replace interfaces for sending RTCP with std::functions in ReceiveSideCongestionController by Per Kjellander · 4 years ago
- edcb907 Migrate modules/remote_bitrate_estimator to webrtc::Mutex. by Markus Handell · 4 years, 9 months ago
- cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 5 years ago
- 5528402 Use newer version of TimeDelta and TimeStamp factories in modules/ by Danil Chapovalov · 5 years ago
- ee153c9 Send rtcp::RemoteEstimate and rtcp::TransportFeedback in one packet by Per Kjellander · 5 years ago
- 52f7ae7 Make NetworkStateEstimator injectable in RemoteBitrateEstimator by Per Kjellander · 6 years ago
- f7cb16f Check input parameter in RemoteEstimatorProxy::IncomingPacket without lock by Per Kjellander · 6 years ago
- 8169db6 Expose target bandwidth fraction for transport feedback for field trial by Niels Möller · 6 years ago
- 2154f75 Log transport feedback max interval by Niels Möller · 6 years ago
- decc076 Expose send parameters for RemoteEstimatorProxy for field trial. by Niels Möller · 6 years ago
- f59666b Fix potential bug due to malformed input by Johannes Kron · 6 years ago
- 3c15f46 Use SeqNumUnwapper to handle reordering of first packets by Johannes Kron · 6 years ago
- 0da25a1 Update TransportSequenceNumberV2 extension to support fixed size by Johannes Kron · 6 years ago
- 599d592 Extend RemoteEstimatorProxy to support feedback on sender request. by Johannes Kron · 6 years ago
- 7ff164e Plumbing of feedback on request setting by Johannes Kron · 6 years ago
- aa01f27 Removes all const Clock*. by Sebastian Jansson · 6 years ago
- 5186582 Adds check for uninitialized window start sequence. by Sebastian Jansson · 7 years ago
- 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
- e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
- 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
- 599df85 Resolve cyclic dependency in remote bitrate estimator by Danil Chapovalov · 8 years ago
- 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
- bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc]
- c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
- dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
- c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
- 0703856 Add SafeClamp(), which accepts args of different types by kwiberg · 8 years ago
- 0584331 Delete VieRemb class, move functionality to PacketRouter. by nisse · 8 years ago
- 61ce37e Mark |Clock*| as |const Clock*| (for some CongestionController and BWE related modules) by elad.alon · 8 years ago
- 5419ac8 Remove unused RemoteBitrateEstimator::IncomingPacketFeedbackVector() by elad.alon · 8 years ago
- 8927b05 Reland of "Change TWCC send interval to reduce overhead on low BW situations." by minyue · 8 years ago
- 3326d0a Revert of Change TWCC send interval to reduce overhead on low BW situations. (patchset #10 id:200001 of https://codereview.webrtc.org/2381833003/ ) by ivoc · 8 years ago
- 861e937 Change TWCC send interval to reduce overhead on low BW situations. by michaelt · 8 years ago
- 822a16f Reland of Unify rtcp packet setters (patchset #1 id:1 of https://codereview.webrtc.org/2372713005/ ) by danilchap · 9 years ago
- efc6e41 Revert of Unify rtcp packet setters (patchset #8 id:130001 of https://codereview.webrtc.org/2348623003/ ) by kjellander · 9 years ago
- 20e77c7 Unify rtcp packet setters by danilchap · 9 years ago
- 89175a6 Trust that calls to RemoteEstimatorProxy::Process are done at the right frequency. by stefan · 9 years ago
- 9eb3d5d Add sanity check for arrival timestamps. by sprang · 9 years ago
- 159a2fe Fix crash which happens when there's reordering in the beginning of a call. by stefan · 9 years ago
- 956ed71 TransportFeedback must be able to start with dropped packets. by Erik Språng · 9 years ago
- 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
- 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
- a7d88d3 Remove audio/video distinction for probe packets. by Peter Boström · 9 years ago
- a26ac92 Reland of move ignored return code from modules. (patchset #1 id:1 of https://codereview.webrtc.org/1736663004/ ) by pbos · 9 years ago
- da33a8a Revert of Remove ignored return code from modules. (patchset #3 id:40001 of https://codereview.webrtc.org/1703833002/ ) by torbjorng · 9 years ago
- 91c5b56 Remove DCHECK on duplicate packets in RemoteEstimatorProxy. by Stefan Holmer · 9 years ago
- f14c47a Remove ignored return code from modules. by Peter Boström · 9 years ago
- c379fcb Break out pacer thread from CongestionController to increase testability. by Stefan Holmer · 9 years ago
- 62a5ccd Update bitrate only when we have incoming packet. by Stefan Holmer · 9 years ago
- 13f6b8f Increase transport feedback frequency to 20 Hz. by stefan · 9 years ago
- 0b9e29c Remove include dirs from modules/{media_file,pacing} by Henrik Kjellander · 9 years ago
- ff761fb modules: more interface -> include renames by Henrik Kjellander · 9 years ago
- 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
- bbe876f Set send times in send time history via OnSentPacket. by stefan · 9 years ago
- 4fbd145 Fix suspend below min bitrate in new API by making it possible to set min bitrate at the receive-side. by stefan · 10 years ago
- 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 10 years ago
- 233bd87 Add RemoteEstimatorProxy for capturing receive times by sprang · 10 years ago