1. d4043f6 Replace runtime thread checks by compile-time checks. by Niels Möller · 6 years ago
  2. 74e5f80 Make BitrateAllocator::transmission_max_bitrate_multiplier_ const. by Niels Möller · 6 years ago
  3. 512bdce Using microseconds in FakeNetworkPipe. by Sebastian Jansson · 6 years ago
  4. 0940811 Moving demux from FakeNetworkPipe to DirectTransport. by Sebastian Jansson · 6 years ago
  5. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 6 years ago
  6. 8326780 Adds mock bitrate allocator. by Sebastian Jansson · 6 years ago
  7. 497bdaf Delete unused VideoSendStream::Config::EncoderSettings::encoder. by Niels Möller · 6 years ago
  8. 24ad720 Uses config struct with bitrate allocator. by Sebastian Jansson · 6 years ago
  9. 4db138e Reland "Move creating encoder to VideoStreamEncoder." by Niels Möller · 6 years ago
  10. a44ab18 Adds queue time when using demuxer with FakeNetworkPipe. by Sebastian Jansson · 6 years ago
  11. 0d650b4 Revert "Move creating encoder to VideoStreamEncoder." by Niels Moller · 6 years ago
  12. 0676f22 Probe on video encoder reconfiguration test. by philipel · 6 years ago
  13. fb82fcc Move creating encoder to VideoStreamEncoder. by Niels Möller · 6 years ago
  14. 6dfc8d6 Add member VideoEncoderConfig::SdpVideoFormat. by Niels Möller · 6 years ago
  15. 4e140da Log SendSideCongestionController experiment by Sebastian Jansson · 6 years ago
  16. 11b34f4 Remove chromium clang style errors affecting sdk/android/media_jni by Paulina Hensman · 6 years ago
  17. 7e85d67 Added SetClockOffset on FakeNetworkPipe. by Sebastian Jansson · 6 years ago
  18. 259a497 Reland "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 6 years ago
  19. 0a713b6 replace stringstream in call/ by Jonas Olsson · 6 years ago
  20. 448f4d5 Checking if total max bitrate has changed in BitrateAllocator. by Sebastian Jansson · 6 years ago
  21. abbe841 This CL removes all usages of our custom ostream << overloads. by Jonas Olsson · 6 years ago
  22. ed09dc6 Don't check MIDs when demuxing RTP packets in Call by Steve Anton · 6 years ago
  23. 6c2c13a Revert "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 6 years ago
  24. 2784a03 Add audio_ prefix to audio-related members of CallTest. by Niels Möller · 6 years ago
  25. 38c5d93 Reduce locking for CallStats (preparation for TaskQueue). by Tommi · 6 years ago
  26. 88614b0 Pass VideoEncoderFactory from WebrtcVideoEngine to VideoStreamEncoder. by Niels Möller · 6 years ago
  27. bb50ce5 Wire up MID send value to the PeerConnection API by Steve Anton · 6 years ago
  28. 947120f Fix of race on access to send side congestion controller. by Sebastian Jansson · 6 years ago
  29. 04dd176 Reland "Move rtp-specific config out of EncoderSettings." by Niels Möller · 6 years ago
  30. 0bf0c3d Fix of ReceiveTimeCalculator field trial parsing. by Sebastian Jansson · 6 years ago
  31. 2b85792 Move rw_lock_wrapper.h to rtc_base/synchronization/ by Karl Wiberg · 6 years ago
  32. 12130bb Reporting feedback availability to congestion controller. by Sebastian Jansson · 6 years ago
  33. 12d6a49 Add payload_name and payload_type to VideoSendStream::Config::Rtp. by Niels Möller · 6 years ago
  34. 24a842a Add field VideoEncoderConfig::codec_type. by Niels Möller · 6 years ago
  35. 77490b9 Pass a real audio codec pair ID to encoders that we create by Karl Wiberg · 6 years ago
  36. b34556e Added receive time calculator under field trial. by Sebastian Jansson · 6 years ago
  37. 0812634 Pass a real audio codec pair ID to decoders that we create by Karl Wiberg · 6 years ago
  38. 92be1ca Revert "Move rtp-specific config out of EncoderSettings." by Niels Moller · 6 years ago
  39. 29b204e Tracking packet feedback availability in BitrateAllocator. by Sebastian Jansson · 6 years ago
  40. fe617a3 Adding has_packet_feedback to LimitObserver callback. by Sebastian Jansson · 6 years ago
  41. bc900cb Move rtp-specific config out of EncoderSettings. by Niels Möller · 6 years ago
  42. 8ef59a4 Added data member access methods to FakeNetworkPipe. by Christoffer Rodbro · 6 years ago
  43. 04d4950 Revert "Using safe casts of allocation limits in Call." by Oleh Prypin · 6 years ago
  44. 4a9b4d6 Using safe casts of allocation limits in Call. by Sebastian Jansson · 6 years ago
  45. 8d8cb56 Delete obsolete methods from MockRtpTransportControllerSend by Sebastian Jansson · 6 years ago
  46. 317a522 Fixes to posting delayed process tasks in SSCC. by Sebastian Jansson · 6 years ago
  47. eef09fc Fix race in DegradedCall::DestroyVideoSendStream by Erik Språng · 6 years ago
  48. 7696bef Remove the public_deps to fileutils from test_support. by Patrik Höglund · 6 years ago
  49. 7bd79a0 Split up audio_device build target by Paulina Hensman · 6 years ago
  50. 0970851 Reland: Add ability to emulate degraded network in Call via field trial by Erik Språng · 6 years ago
  51. 16cba5c Revert "Add ability to emulate degraded network in Call via field trial" by Ilya Nikolaevskiy · 6 years ago
  52. 31a12c5 Add ability to emulate degraded network in Call via field trial by Erik Språng · 6 years ago
  53. 19bea51 Adding task queue congestion control experiment. by Sebastian Jansson · 6 years ago
  54. 68ee465 Moving SetPacingFactor and allocation limits to SSCC. by Sebastian Jansson · 6 years ago
  55. 3faa832 Separate test/fake_audio_device on API and implementation. Step 2. by Artem Titov · 6 years ago
  56. 19704ec Removing AvailableBandwidth method on transport controller. by Sebastian Jansson · 6 years ago
  57. 03e6ec9 Reland "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 6 years ago
  58. 081136f Revert "Reland "Add multiplex case to webrtc_perf_tests"" by Taylor Brandstetter · 6 years ago
  59. 7c5bc1c Reland "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 6 years ago
  60. 5aac372 Revert "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 6 years ago
  61. a06e919 Removing interface to access pacer via SSCC. by Sebastian Jansson · 6 years ago
  62. d90a7e8 Add multiplex case to webrtc_perf_tests by Emircan Uysaler · 6 years ago
  63. db4fa4b Propagating total_bitrate_bps from BitrateAllocator to ProbeController, part 3. by philipel · 6 years ago
  64. 70473fc Reland "Add hugeFramesSent GetStats metric" by Ilya Nikolaevskiy · 6 years ago
  65. 8ddc2e6 Revert "Add hugeFramesSent GetStats metric" by Max Morin · 6 years ago
  66. 012b7e7 Add a couple of logs. by Ying Wang · 6 years ago
  67. 6723cdc Revert "Separate test/fake_audio_device on API and implementation." by Artem Titov · 6 years ago
  68. f9f71b9 Add hugeFramesSent GetStats metric by Ilya Nikolaevskiy · 6 years ago
  69. 8ea5f9a Separate test/fake_audio_device on API and implementation. by Artem Titov · 6 years ago
  70. a646d30 Enables configuration of transmission max bitrate multiplier and fec protection level. by Ying Wang · 6 years ago
  71. a796a7e Reland "Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers." by Sergey Silkin · 6 years ago
  72. 45087cd Moved retransmission rate limiter to Call class. by Sebastian Jansson · 6 years ago
  73. 832b1c8 Propagating total_bitrate_bps from BitrateAllocator to ProbeController, part 2. by philipel · 6 years ago
  74. 25e5110 Explicit injection of rate limiter in VideoSendStream. by Sebastian Jansson · 6 years ago
  75. 0f9d9a9 Removed unused DeRegisterNetworkObserver. by Sebastian Jansson · 6 years ago
  76. 10211e9 Using pointer to SSCC in transport controller send. by Sebastian Jansson · 6 years ago
  77. e27e0ac Revert "Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers." by Philip Eliasson · 6 years ago
  78. f69e768 Propagating total_bitrate_bps from BitrateAllocator to ProbeController, part 1. by philipel · 6 years ago
  79. d2ed0a4 Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers. by Sergey Silkin · 6 years ago
  80. 3c24ea8 Removed SetTransportOverhead in transport controller. by Sebastian Jansson · 6 years ago
  81. 12fb170 Added some margin to ramp down target in perf test. by Sebastian Jansson · 7 years ago
  82. c33c0fc Moved pacer and congestion thread from call. by Sebastian Jansson · 7 years ago
  83. 35dd6cd Added dependencies to mock transport controller send. by Sebastian Jansson · 7 years ago
  84. 8f83b42 Moved bitrate config interface from Call class. by Sebastian Jansson · 7 years ago
  85. 91bb667 Moved routes tracking to rtp transport controller. by Sebastian Jansson · 7 years ago
  86. 97f61ea Moved bitrate configuration to rtp controller by Sebastian Jansson · 7 years ago
  87. e5447fb Removed fake rtp transport controller send. by Sebastian Jansson · 7 years ago
  88. df023aa Extracted bitrate configuration from call class. by Sebastian Jansson · 7 years ago
  89. fc8d26b Reland "Moved BitrateConfig out of Call::Config." by Sebastian Jansson · 7 years ago
  90. e4bf600 Revert "Moved BitrateConfig out of Call::Config." by Lu Liu · 7 years ago
  91. 5897fe2 Moved BitrateConfig out of Call::Config. by Sebastian Jansson · 7 years ago
  92. 0dd1b0a Revert "Revert "Enables PeerConnectionFactory using external fec controller"" by Ying Wang · 7 years ago
  93. e127387 Added nisse@webrtc.org as owner in call. by Sebastian Jansson · 7 years ago
  94. 2ae140a BUILD.gn file for api/audio. by Gustaf Ullberg · 7 years ago
  95. 85904f4 Disabling a couple flaky CallPerfTests on Mac. by Taylor Brandstetter · 7 years ago
  96. ba6b503 Disable RampUpTest.UpDownUpTransportSequenceNumberRtx on Mac. by Taylor Brandstetter · 7 years ago
  97. 4c1ffb8 Removing access to pacer in rtp controller. by Sebastian Jansson · 7 years ago
  98. e4be6da Removing access to send side cc in rtp controller. by Sebastian Jansson · 7 years ago
  99. 0073301 Revert "Enables PeerConnectionFactory using external fec controller" by Taylor Brandstetter · 7 years ago
  100. 4f07bdb Enables PeerConnectionFactory using external fec controller by Ying Wang · 7 years ago