1. 682c649 Removes timeout warnings from pacer before first packet. by Sebastian Jansson · 6 years ago
  2. 45d9c1d Added congestion control functionality to pacer. by Sebastian Jansson · 7 years ago
  3. 9406569 Use round robin packet queue in the pacer by default by Ilya Nikolaevskiy · 7 years ago
  4. 56da2f7 Added unit tests for new congestion controller. by Sebastian Jansson · 7 years ago
  5. e5d8c57 Added limit to elapsed time in paced sender. by Sebastian Jansson · 7 years ago
  6. a1630f8 Reland "Base pacer padding in pause state on time since last send." by Sebastian Jansson · 7 years ago
  7. 439f0bc Preparing for task queue in congenstion controller by Sebastian Jansson · 7 years ago
  8. ea86bb7 Revert "Revert "Revert "Reland "Moved congestion controller to task queue."""" by Sebastian Jansson · 7 years ago
  9. 65792c5 Revert "Revert "Reland "Moved congestion controller to task queue.""" by Sebastian Jansson · 7 years ago
  10. 4e849f6 Revert "Reland "Moved congestion controller to task queue."" by Danil Chapovalov · 7 years ago
  11. 74a369c Revert "Renamed constants in unit tests for paced sender." by Danil Chapovalov · 7 years ago
  12. 516036f Revert "Base pacer padding in pause state on time since last send." by Danil Chapovalov · 7 years ago
  13. 18cf4b6 Base pacer padding in pause state on time since last send. by Sebastian Jansson · 7 years ago
  14. 9af0a67 Renamed constants in unit tests for paced sender. by Sebastian Jansson · 7 years ago
  15. b537496 Renamed PacketQueue2 to RoundRobinPacketQueue. by Sebastian Jansson · 7 years ago
  16. 57daeb7 Reland "Moved congestion controller to task queue." by Sebastian Jansson · 7 years ago
  17. 5a503b0 Revert "Moved congestion controller to task queue." by Sebastian Jansson · 7 years ago
  18. 0cbcba7 Moved congestion controller to task queue. by Sebastian Jansson · 7 years ago
  19. 970b088 Reland "Break up rtc_event_log_api to solve circular dependencies." by Qingsi Wang · 7 years ago
  20. 75df728 Revert "Break up rtc_event_log_api to solve circular dependencies." by Mirko Bonadei · 7 years ago
  21. 001546d Break up rtc_event_log_api to solve circular dependencies. by Qingsi Wang · 7 years ago
  22. 65ce311 Removing useless dependencies on //testing/gmock. by Mirko Bonadei · 7 years ago
  23. 5e4833c Add missing stdio.h header in files using scanf/sscanf function. by Piotr Tworek · 7 years ago
  24. a45c8da Removed GetPacingFactor from PacedSender. by Sebastian Jansson · 7 years ago
  25. 2ffe3e8 Reland Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  26. c1094eb Revert "Use runtime enabled features API to enable dual stream mode" by Lu Liu · 7 years ago
  27. 6f011df Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  28. cabe383 Moved ALR experiment settings to new experiments folder. by Sebastian Jansson · 7 years ago
  29. 10b96eb Optional: Use nullopt and implicit construction in /modules/pacing by Oskar Sundbom · 7 years ago
  30. adf4c16 Removed Reset from BitrateProber. by srte · 7 years ago
  31. c3216e1 Fix bug in PacketQueue2: prioritize the stream with the least sent data. by Ilya Nikolaevskiy · 7 years ago
  32. eb0edd8 Narrow interface PacketRouter use to send Remb and TransportFeedback by Danil Chapovalov · 7 years ago
  33. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
  34. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  35. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  36. 1de4b62 Change RtpRtcp::SetRemb signature to match RtcpTransceiver::SetRemb by Danil Chapovalov · 7 years ago
  37. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  38. 000352a Remove deprecated functions in PacketRouter by Danil Chapovalov · 7 years ago
  39. a498ae8 Stop using public_deps in system_wrappers. by Mirko Bonadei · 7 years ago
  40. b5728d9 Stop using public_deps in modules/rtp_rtcp. by Mirko Bonadei · 7 years ago
  41. a4259f6 Add new event type to RtcEventLog by Ilya Nikolaevskiy · 7 years ago
  42. 9299642 Make ALR probing experiment default on. by Erik Språng · 7 years ago
  43. 61a7b14 Removing conditional visibility. by Mirko Bonadei · 7 years ago
  44. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  45. 9d4af01 New PacedSender constructor with injected PacketQueue by Niels Möller · 7 years ago
  46. 7c8cca3 Add check for send-side bwe before applying alr settings by Erik Språng · 7 years ago
  47. ccdfcca New PacketQueue2 behind WebRTC-RoundRobinPacing field trial. by philipel · 7 years ago
  48. d6314d9 Delete unused method PacedSender::AverageQueueTimeMs by Niels Möller · 7 years ago
  49. 78609d5 Reland of BWE allocation strategy by Alex Narest · 7 years ago
  50. dc9ca93 Revert "BWE allocation strategy" by Alex Narest · 7 years ago
  51. 712048c Replace raw new by MakeUnique, and improve declarations. by Niels Möller · 7 years ago
  52. a5fbc23 BWE allocation strategy by Alex Narest · 7 years ago
  53. 39260c4 Revert "BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic." by Lu Liu · 7 years ago
  54. 54d1da1 BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic. by Alex Narest · 7 years ago
  55. 44b1fa4 Missing use of RTC_GUARDED_BY in PacedSender by Elad Alon · 7 years ago
  56. 5fc130b Make sure updated pacing factor is applied immediately. by Erik Språng · 7 years ago
  57. 881829b New PacketQueue2 which prioritize packets in a round-robin fashion. by philipel · 7 years ago
  58. 51e21aa Simplify RtpRtcp interface for REMB by Danil Chapovalov · 7 years ago
  59. 4a87e1c Remove encoding code from RtcEventLogImpl and use RtcEventLogEncoder instead by Elad Alon · 7 years ago
  60. b378a22 Fix ALR field trial parsing by Erik Språng · 7 years ago
  61. 7dc719a Remove duplicate packet check from webrtc::PacketQueue. by philipel · 7 years ago
  62. 9981bd9 Move PacketQueue out of paced_sender.cc to its own packet_queue.{cc,h}. by philipel · 7 years ago
  63. 599df85 Resolve cyclic dependency in remote bitrate estimator by Danil Chapovalov · 7 years ago
  64. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  65. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  66. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago