1. bcf9180 Allows audio bitrate allocation in video calls without enabling TWCC (Transport Wide Congestion Control as defined at https://tools.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01.html) for audio stream. by Alex Narest · 6 years ago
  2. b6b29e0 Convert video quality test from a TEST_F to a TEST fixture. by Patrik Höglund · 6 years ago
  3. f88a22c Delete pre_decode_callback. by Niels Möller · 6 years ago
  4. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  5. b9b146c Replace rtc::Optional with absl::optional in audio, call and video by Danil Chapovalov · 6 years ago
  6. fc9dcb6 Remove wire-up for cancelled experement on VAAPI VP8 encoding by Ilya Nikolaevskiy · 6 years ago
  7. 97e0488 Delete unused stats for preferred_bitrate. by Niels Möller · 6 years ago
  8. 97b4ee5 Wire up VAAPI VP8 experimental support in WebRTC. by Ilya Nikolaevskiy · 6 years ago
  9. c2ee8e8 Removing references to webrtc::VideoSendStream::DegradationPreference. by Taylor Brandstetter · 6 years ago
  10. 0327c2d Move VideoStreamEncoderInterface to api/. by Niels Möller · 6 years ago
  11. 65ec0fc Delete unneeded includes of basictypes.h. by Niels Möller · 6 years ago
  12. dfce03a Allows injection of network controller factory into peer connection factory. by Sebastian Jansson · 6 years ago
  13. 0a8f435 Move VideoEncoderConfig from call/ to api/. by Niels Möller · 6 years ago
  14. f8d8d6d Use range-based-for instead of std::for_each and std::mem_fun by Yusuke Suzuki · 6 years ago
  15. 49fcc10 Merge DegradationPreference enums. by Taylor Brandstetter · 6 years ago
  16. ef75ebe Directly include VideoBitrateAllocation in call/ targets by Erik Språng · 6 years ago
  17. e6c0964 Ensures that arrival is past send time in SimulatedNetwork. by Sebastian Jansson · 6 years ago
  18. c6ce9c5 New file api/video/BUILD.gn by Niels Möller · 6 years ago
  19. c6c4426 Moves network control interface to API. by Sebastian Jansson · 6 years ago
  20. bd9fe09 Using shared task queue for congestion controller. by Sebastian Jansson · 6 years ago
  21. 0c4f7be New api struct BitrateSettings. by Niels Möller · 6 years ago
  22. 7ee2e25 Extracting the simulation part of FakeNetworkPipe by Sebastian Jansson · 6 years ago
  23. e625605 Moving task queue from Call to transport controller. by Sebastian Jansson · 6 years ago
  24. d4043f6 Replace runtime thread checks by compile-time checks. by Niels Möller · 6 years ago
  25. 74e5f80 Make BitrateAllocator::transmission_max_bitrate_multiplier_ const. by Niels Möller · 6 years ago
  26. 512bdce Using microseconds in FakeNetworkPipe. by Sebastian Jansson · 6 years ago
  27. 0940811 Moving demux from FakeNetworkPipe to DirectTransport. by Sebastian Jansson · 6 years ago
  28. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 6 years ago
  29. 8326780 Adds mock bitrate allocator. by Sebastian Jansson · 6 years ago
  30. 497bdaf Delete unused VideoSendStream::Config::EncoderSettings::encoder. by Niels Möller · 6 years ago
  31. 24ad720 Uses config struct with bitrate allocator. by Sebastian Jansson · 6 years ago
  32. 4db138e Reland "Move creating encoder to VideoStreamEncoder." by Niels Möller · 6 years ago
  33. a44ab18 Adds queue time when using demuxer with FakeNetworkPipe. by Sebastian Jansson · 7 years ago
  34. 0d650b4 Revert "Move creating encoder to VideoStreamEncoder." by Niels Moller · 6 years ago
  35. 0676f22 Probe on video encoder reconfiguration test. by philipel · 6 years ago
  36. fb82fcc Move creating encoder to VideoStreamEncoder. by Niels Möller · 6 years ago
  37. 6dfc8d6 Add member VideoEncoderConfig::SdpVideoFormat. by Niels Möller · 6 years ago
  38. 4e140da Log SendSideCongestionController experiment by Sebastian Jansson · 6 years ago
  39. 11b34f4 Remove chromium clang style errors affecting sdk/android/media_jni by Paulina Hensman · 7 years ago
  40. 7e85d67 Added SetClockOffset on FakeNetworkPipe. by Sebastian Jansson · 7 years ago
  41. 259a497 Reland "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 7 years ago
  42. 0a713b6 replace stringstream in call/ by Jonas Olsson · 7 years ago
  43. 448f4d5 Checking if total max bitrate has changed in BitrateAllocator. by Sebastian Jansson · 7 years ago
  44. abbe841 This CL removes all usages of our custom ostream << overloads. by Jonas Olsson · 7 years ago
  45. ed09dc6 Don't check MIDs when demuxing RTP packets in Call by Steve Anton · 7 years ago
  46. 6c2c13a Revert "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 7 years ago
  47. 2784a03 Add audio_ prefix to audio-related members of CallTest. by Niels Möller · 7 years ago
  48. 38c5d93 Reduce locking for CallStats (preparation for TaskQueue). by Tommi · 7 years ago
  49. 88614b0 Pass VideoEncoderFactory from WebrtcVideoEngine to VideoStreamEncoder. by Niels Möller · 7 years ago
  50. bb50ce5 Wire up MID send value to the PeerConnection API by Steve Anton · 7 years ago
  51. 947120f Fix of race on access to send side congestion controller. by Sebastian Jansson · 7 years ago
  52. 04dd176 Reland "Move rtp-specific config out of EncoderSettings." by Niels Möller · 7 years ago
  53. 0bf0c3d Fix of ReceiveTimeCalculator field trial parsing. by Sebastian Jansson · 7 years ago
  54. 2b85792 Move rw_lock_wrapper.h to rtc_base/synchronization/ by Karl Wiberg · 7 years ago
  55. 12130bb Reporting feedback availability to congestion controller. by Sebastian Jansson · 7 years ago
  56. 12d6a49 Add payload_name and payload_type to VideoSendStream::Config::Rtp. by Niels Möller · 7 years ago
  57. 24a842a Add field VideoEncoderConfig::codec_type. by Niels Möller · 7 years ago
  58. 77490b9 Pass a real audio codec pair ID to encoders that we create by Karl Wiberg · 7 years ago
  59. b34556e Added receive time calculator under field trial. by Sebastian Jansson · 7 years ago
  60. 0812634 Pass a real audio codec pair ID to decoders that we create by Karl Wiberg · 7 years ago
  61. 92be1ca Revert "Move rtp-specific config out of EncoderSettings." by Niels Moller · 7 years ago
  62. 29b204e Tracking packet feedback availability in BitrateAllocator. by Sebastian Jansson · 7 years ago
  63. fe617a3 Adding has_packet_feedback to LimitObserver callback. by Sebastian Jansson · 7 years ago
  64. bc900cb Move rtp-specific config out of EncoderSettings. by Niels Möller · 7 years ago
  65. 8ef59a4 Added data member access methods to FakeNetworkPipe. by Christoffer Rodbro · 7 years ago
  66. 04d4950 Revert "Using safe casts of allocation limits in Call." by Oleh Prypin · 7 years ago
  67. 4a9b4d6 Using safe casts of allocation limits in Call. by Sebastian Jansson · 7 years ago
  68. 8d8cb56 Delete obsolete methods from MockRtpTransportControllerSend by Sebastian Jansson · 7 years ago
  69. 317a522 Fixes to posting delayed process tasks in SSCC. by Sebastian Jansson · 7 years ago
  70. eef09fc Fix race in DegradedCall::DestroyVideoSendStream by Erik Språng · 7 years ago
  71. 7696bef Remove the public_deps to fileutils from test_support. by Patrik Höglund · 7 years ago
  72. 7bd79a0 Split up audio_device build target by Paulina Hensman · 7 years ago
  73. 0970851 Reland: Add ability to emulate degraded network in Call via field trial by Erik Språng · 7 years ago
  74. 16cba5c Revert "Add ability to emulate degraded network in Call via field trial" by Ilya Nikolaevskiy · 7 years ago
  75. 31a12c5 Add ability to emulate degraded network in Call via field trial by Erik Språng · 7 years ago
  76. 19bea51 Adding task queue congestion control experiment. by Sebastian Jansson · 7 years ago
  77. 68ee465 Moving SetPacingFactor and allocation limits to SSCC. by Sebastian Jansson · 7 years ago
  78. 3faa832 Separate test/fake_audio_device on API and implementation. Step 2. by Artem Titov · 7 years ago
  79. 19704ec Removing AvailableBandwidth method on transport controller. by Sebastian Jansson · 7 years ago
  80. 03e6ec9 Reland "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 7 years ago
  81. 081136f Revert "Reland "Add multiplex case to webrtc_perf_tests"" by Taylor Brandstetter · 7 years ago
  82. 7c5bc1c Reland "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 7 years ago
  83. 5aac372 Revert "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 7 years ago
  84. a06e919 Removing interface to access pacer via SSCC. by Sebastian Jansson · 7 years ago
  85. d90a7e8 Add multiplex case to webrtc_perf_tests by Emircan Uysaler · 7 years ago
  86. db4fa4b Propagating total_bitrate_bps from BitrateAllocator to ProbeController, part 3. by philipel · 7 years ago
  87. 70473fc Reland "Add hugeFramesSent GetStats metric" by Ilya Nikolaevskiy · 7 years ago
  88. 8ddc2e6 Revert "Add hugeFramesSent GetStats metric" by Max Morin · 7 years ago
  89. 012b7e7 Add a couple of logs. by Ying Wang · 7 years ago
  90. 6723cdc Revert "Separate test/fake_audio_device on API and implementation." by Artem Titov · 7 years ago
  91. f9f71b9 Add hugeFramesSent GetStats metric by Ilya Nikolaevskiy · 7 years ago
  92. 8ea5f9a Separate test/fake_audio_device on API and implementation. by Artem Titov · 7 years ago
  93. a646d30 Enables configuration of transmission max bitrate multiplier and fec protection level. by Ying Wang · 7 years ago
  94. a796a7e Reland "Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers." by Sergey Silkin · 7 years ago
  95. 45087cd Moved retransmission rate limiter to Call class. by Sebastian Jansson · 7 years ago
  96. 832b1c8 Propagating total_bitrate_bps from BitrateAllocator to ProbeController, part 2. by philipel · 7 years ago
  97. 25e5110 Explicit injection of rate limiter in VideoSendStream. by Sebastian Jansson · 7 years ago
  98. 0f9d9a9 Removed unused DeRegisterNetworkObserver. by Sebastian Jansson · 7 years ago
  99. 10211e9 Using pointer to SSCC in transport controller send. by Sebastian Jansson · 7 years ago
  100. e27e0ac Revert "Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers." by Philip Eliasson · 7 years ago