1. 0cf140d Rewrite AudioState null poller to use TaskQueueBase interface by Danil Chapovalov · 2 years, 5 months ago
  2. f4f2287 CallTest: migrate timeouts to TimeDelta. by Markus Handell · 2 years, 5 months ago
  3. e519f38 Remove rtc::Location from SendTask test helper by Danil Chapovalov · 2 years, 5 months ago
  4. 3bd444f Clarify and extend test support for certain sample rates in audio processing by Sam Zackrisson · 2 years, 5 months ago
  5. 6e7c268 Allow recursive check for RTC_DCHECK_RUN_ON macro by Danil Chapovalov · 2 years, 5 months ago
  6. 1a84b56 Implement RTCInboundRTPStreamStats.JitterBufferMinimumDelay by Ivo Creusen · 2 years, 6 months ago
  7. c05a1be Migrate remaining webrtc usage of TaskQueueBase to absl::AnyInvocable by Danil Chapovalov · 2 years, 6 months ago
  8. 253f36f Delete rtp_sender_ check in ModuleRtpRtcpImpl2::SetSendingMediaStatus by Niels Möller · 2 years, 6 months ago
  9. ee3ad9f Make ChannelSend::OnUplinkPacketLossRate public by Niels Möller · 2 years, 6 months ago
  10. d78789e Delete old TODOs. by Niels Möller · 2 years, 6 months ago
  11. aeb4412 Video and flexfec receive stream config changes without recreate. by Tommi · 2 years, 6 months ago
  12. 6939f63 Update old TODO comments by Niels Möller · 2 years, 6 months ago
  13. 0fd2ed5 Delete ProcessThread and related Module interface by Danil Chapovalov · 2 years, 6 months ago
  14. c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 7 months ago
  15. 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 7 months ago
  16. 83e34ee Migrate some scripts to python3 by Björn Terelius · 2 years, 7 months ago
  17. a136ed4 Add SetTransportCc to ReceiveStreamInterface. by Tommi · 2 years, 7 months ago
  18. 3176ef7 Rename AudioReceiveStream to AudioReceiveStreamInterface by Tommi · 2 years, 8 months ago
  19. dddbbeb Rename internal::AudioReceiveStream to AudioReceiveStreamImpl by Tommi · 2 years, 8 months ago
  20. 1def899 Remove legacy (unused) config param: jitter_buffer_enable_rtx_handling by Tommi · 2 years, 8 months ago
  21. 83830f3 Delete TestListener and top-level thread wrapping. by Niels Möller · 2 years, 8 months ago
  22. dab50c6 Revert "Use ADM internal state for init state check." by Mirko Bonadei · 2 years, 8 months ago
  23. 0e2221e Use ADM internal state for init state check. by Tim Na · 2 years, 8 months ago
  24. cf4ed15 Add GetRtpExtensionMap to ReceiveStream and remove GetRtpExtensions. by Tommi · 2 years, 8 months ago
  25. edcb25b Migrate RemoteNtpTimeEstimator to more precise time representations by Danil Chapovalov · 2 years, 8 months ago
  26. 7a15ff3 Add a transport_cc() getter and remove rtp_config(). by Tommi · 2 years, 8 months ago
  27. 6be3e78 Add getter for rtp header extensions for receiver classes. by Tommi · 2 years, 8 months ago
  28. 853a407 Revert "Migrate RemoteNtpTimeEstimator to more precise time representations" by Danil Chapovalov · 2 years, 8 months ago
  29. cb7c736 Separate reading remote_ssrc from using the rtp_config() getter. by Tommi · 2 years, 8 months ago
  30. a154a15 Migrate RemoteNtpTimeEstimator to more precise time representations by Danil Chapovalov · 2 years, 8 months ago
  31. ea1e6f4 Delete rtc_base/format_macros.h by Niels Möller · 2 years, 8 months ago
  32. cc50b04 Remove config() getter from AudioReceiveStream(). by Tommi · 2 years, 8 months ago
  33. c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 2 years, 9 months ago
  34. f9c5984 Move buffer out of rtc_base_approved by Florent Castelli · 2 years, 9 months ago
  35. f4db351 Move race_checker out of rtc_base_approved by Florent Castelli · 2 years, 9 months ago
  36. ba2de58 Update audio/, media/, and video/ to not use implicit conversion by Niels Möller · 2 years, 9 months ago
  37. 0c68a7a Use WebRTC's Java VM initialization in tests. by Björn Terelius · 2 years, 9 months ago
  38. aa6d05d Move location out of rtc_base_approved by Florent Castelli · 2 years, 9 months ago
  39. 8a1a0af In audio ChannelSend move task queue as last class member by Danil Chapovalov · 2 years, 9 months ago
  40. dd837e2 Remove //rtc_base:timeutils from public deps by Florent Castelli · 2 years, 9 months ago
  41. 57aa81b Remove //rtc_base:stringutils from public deps by Florent Castelli · 2 years, 9 months ago
  42. e10a9f6 Remove //rtc_base:safe_conversions from public deps by Florent Castelli · 2 years, 9 months ago
  43. 33d31fb Remove //rtc_base:rtc_event from public deps by Florent Castelli · 2 years, 9 months ago
  44. f86f6f9 Remove //rtc_base:refcount from public deps by Florent Castelli · 2 years, 9 months ago
  45. 4467ad7 Remove //rtc_base:macromagic from public deps by Florent Castelli · 2 years, 9 months ago
  46. 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 2 years, 9 months ago
  47. e62c2f2 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf by Jonas Oreland · 2 years, 9 months ago
  48. bddfa1d Prepare the code to inherit from chromium's mb.py (3rd attempt). by Jeremy Leconte · 2 years, 9 months ago
  49. 1b51b11 Fix low_bandwidth_audio_perf_test gn group definition on windows. by Jeremy Leconte · 2 years, 9 months ago
  50. d7fdb95 Remove typing detection by Alessio Bazzica · 2 years, 10 months ago
  51. a943e73 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 7/inf by Jonas Oreland · 2 years, 10 months ago
  52. 4d278e2 Adopt absl::string_view in function parameters under audio/ by Ali Tofigh · 2 years, 10 months ago
  53. 7b0a30e Allow low_bandwith_audio_test.py to pass unknown arg to the test. by Jeremy Leconte · 2 years, 11 months ago
  54. 7a5978e Revert "Add the possibility to output a json gtest output to the perf tests." by Jeremy Leconte · 2 years, 11 months ago
  55. 1db0a26 Reland "Reland "Remove unused APM voice activity detection sub-module"" by Alessio Bazzica · 2 years, 11 months ago
  56. 09aaf6f Revert "Reland "Remove unused APM voice activity detection sub-module"" by Henrik Boström · 2 years, 11 months ago
  57. 54d1344 Reland "Remove unused APM voice activity detection sub-module" by Alessio Bazzica · 2 years, 11 months ago
  58. a751f16 Revert "Remove unused APM voice activity detection sub-module" by Alessio Bazzica · 2 years, 11 months ago
  59. b4e06d0 Remove unused APM voice activity detection sub-module by Alessio Bazzica · 2 years, 11 months ago
  60. cbfa235 Add the possibility to output a json gtest output to the perf tests. by Jeremy Leconte · 2 years, 11 months ago
  61. 4a3e560 Switch to universal_newlines=True. by Mirko Bonadei · 3 years ago
  62. d5f98ce Revert Popen bufsize to Python 2.7 default value. by Mirko Bonadei · 3 years ago
  63. 5423c83 Switch to Popen and adding a timeout for PESQ measurements. by Mirko Bonadei · 3 years ago
  64. c620665 Add timestamp to logs. by Mirko Bonadei · 3 years ago
  65. b6653d9 [python3] - Fix low_bandwidth_audio_test.py (take 3) by Mirko Bonadei · 3 years ago
  66. 0bd9905 [python3] - Fix low_bandwidth_audio_test.py (take 2) by Mirko Bonadei · 3 years ago
  67. b732bd5 Add timestamps to AudioDeviceBuffer::SetRecordedBuffer by Olov Brändström · 3 years ago
  68. f368671 [python3] - Fix low_bandwidth_audio_test.py by Mirko Bonadei · 3 years ago
  69. 1d4e982 Fix python3 errors in low_bandwidth_audio_test.py. by Jeremy Leconte · 3 years ago
  70. 6223809 Remove top-level const from parameters in function declarations. by Ali Tofigh · 3 years ago
  71. 7eac6ca Don't use wall clock for stats by Nico Grunbaum · 3 years ago
  72. a3361ff Update audio code to not use implicit T* --> scoped_refptr<T> conversion by Niels Möller · 3 years ago
  73. 994bf45 Revert of flag simplification. by Jeremy Leconte · 3 years ago
  74. 7336422 Delete some unneeded references to ProcessThread. by Niels Möller · 3 years ago
  75. f22c78b Fix mb.py presubmit issues. by Jeremy Leconte · 3 years, 1 month ago
  76. a2e3d80 Revert "Reland "Use gtest_parallel with 1 worker for webrtc_perf_tests."" by Jeremy Leconte · 3 years, 1 month ago
  77. c31fc2a Reland "Use gtest_parallel with 1 worker for webrtc_perf_tests." by Jeremy Leconte · 3 years, 1 month ago
  78. f47a724 New struct PeerNetworkDependencies by Niels Möller · 3 years, 1 month ago
  79. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 2 months ago
  80. bf08745 Implement RTCOutboundRtpStreamStats.targetBitrate for audio. by Jakob Ivarsson · 3 years, 2 months ago
  81. 1d73243 Use a new instance of RTP stack for each test. by Tim Na · 3 years, 2 months ago
  82. 97597c0 Remove usage of INFO alias for LS_INFO in log messages by Harald Alvestrand · 3 years, 2 months ago
  83. bd9106d voice_engine: dont announce rid/rrid header extensions by Philipp Hancke · 3 years, 3 months ago
  84. 723b35f Delete legacy function to deregister rtp header extension by type by Danil Chapovalov · 3 years, 3 months ago
  85. 8fb41a3 Add Direction indicator to TransformableFrames by Tony Herre · 3 years, 3 months ago
  86. d0321c5 Deduplicate set of the rtp header extension uri constants by Danil Chapovalov · 3 years, 4 months ago
  87. 2562cf0 Reland "Wire up non-sender RTT for audio, and implement related standardized stats." by Ivo Creusen · 3 years, 4 months ago
  88. 2c41cba Revert "Wire up non-sender RTT for audio, and implement related standardized stats." by Björn Terelius · 3 years, 4 months ago
  89. 9adbbeb Removing usage of std::unordered_set by Victor Boivie · 3 years, 5 months ago
  90. fb0dca6 Wire up non-sender RTT for audio, and implement related standardized stats. by Ivo Creusen · 3 years, 4 months ago
  91. 2ace42f frame transformer: expose payload type by Philipp Hancke · 3 years, 4 months ago
  92. 81f24c0 Add jakobi@webrtc.org to audio/OWNERS by saza · 3 years, 5 months ago
  93. ac09f0d Remove last traces of deferred sequencing. by Erik Språng · 3 years, 5 months ago
  94. 69dd142 Register audio send stream in packet router on Start(). by Erik Språng · 3 years, 5 months ago
  95. 6144b84 red: fix renegotiation by Philipp Hancke · 3 years, 7 months ago
  96. 6c02c33 Add henrik.lundin as owner in audio/ by Henrik Lundin · 3 years, 5 months ago
  97. cfea218 Use backticks not vertical bars to denote variables in comments by Artem Titov · 3 years, 5 months ago
  98. 2373bb9 Default-enable deferred sequence numbering for audio. by Erik Språng · 3 years, 5 months ago
  99. b0ea637 Use backticks not vertical bars to denote variables in comments for /audio by Artem Titov · 3 years, 5 months ago
  100. 28a2c63 Adding packetsDiscarded to RTCReceivedRtpStreamStats. by Minyue Li · 3 years, 6 months ago