1. 2562cf0 Reland "Wire up non-sender RTT for audio, and implement related standardized stats." by Ivo Creusen · 3 years, 5 months ago
  2. 2c41cba Revert "Wire up non-sender RTT for audio, and implement related standardized stats." by Björn Terelius · 3 years, 5 months ago
  3. fb0dca6 Wire up non-sender RTT for audio, and implement related standardized stats. by Ivo Creusen · 3 years, 5 months ago
  4. 28a2c63 Adding packetsDiscarded to RTCReceivedRtpStreamStats. by Minyue Li · 3 years, 7 months ago
  5. e54914a Implement nack_count metric for inbound audio rtp streams. by Jakob Ivarsson · 3 years, 7 months ago
  6. eb61b7f ModuleRtcRtcpImpl2: remove Module inheritance. by Markus Handell · 3 years, 7 months ago
  7. 55107c8 Update the sync_group id without recreating audio receive streams. by Tommi · 3 years, 7 months ago
  8. 08be9ba Don't recreate the audio receive stream when updating the local_ssrc. by Tommi · 3 years, 7 months ago
  9. 3008bcd Don't recreate audio receive streams on header extension update. by Tommi · 3 years, 7 months ago
  10. e097282 Avoid recreating the audio stream when a frame decryptor is set. by Tommi · 3 years, 7 months ago
  11. 6eda26c Reland "Remove AudioReceiveStream::Reconfigure() method." by Tommi · 3 years, 8 months ago
  12. 8a18e5b Revert "Remove AudioReceiveStream::Reconfigure() method." by Andrey Logvin · 3 years, 8 months ago
  13. e2561e1 Remove AudioReceiveStream::Reconfigure() method. by Tommi · 3 years, 8 months ago
  14. 90738dd Split VideoReceiveStream2 init into worker / network steps. by Tommi · 3 years, 8 months ago
  15. 02df2eb Split AudioStream initialization into worker / network steps. by Tommi · 3 years, 8 months ago
  16. acd16af AudioReceiveStream: Clean up ConfigureStream. by Markus Handell · 3 years, 8 months ago
  17. 0f030fd Use module_process_thread_ for thread checks in ChannelReceive. by Tomas Gunnarsson · 3 years, 10 months ago
  18. f7b1b95 Add `RTCRemoteOutboundRtpStreamStats` for audio streams by Alessio Bazzica · 3 years, 10 months ago
  19. dea374a Deliver packet info to source listeners when audio playout is disabled. by Ranveer Aggarwal · 4 years ago
  20. ad32586 Reland "Prepare to avoid hops to worker for network events." by Tomas Gunnarsson · 4 years ago
  21. 47ec157 Revert "Prepare to avoid hops to worker for network events." by Mirko Bonadei · 4 years ago
  22. d48a2b1 Prepare to avoid hops to worker for network events. by Tomas Gunnarsson · 4 years ago
  23. 8467cf2 Reduce redundant flags for audio stream playout state. by Tomas Gunnarsson · 4 years ago
  24. 6b4d962 Fix standard GetStats to not modify NetEq state. by Niels Möller · 4 years, 4 months ago
  25. bef7b05 Make AV sync robust to failures to set a desired minimum delay by Ivo Creusen · 4 years, 5 months ago
  26. 9e9c8b7 Delete obsolete method AudioReceiveStream::OnRtpPacket by Niels Möller · 4 years, 5 months ago
  27. 3e9af7f Insert audio frame transformer between depacketizer and decoder. by Marina Ciocea · 4 years, 10 months ago
  28. e618cc9 Add jitterBufferTargetDelay as RTCNonStandardStatsMember to new GetStats API by Artem Titov · 4 years, 11 months ago
  29. 74d2b1d Add periodic logging of sync delays. by Åsa Persson · 5 years ago
  30. 7a9a092 Delete media transport integration. by Bjorn A Mellem · 5 years ago
  31. c3d1f9b Enable injection of a custom NetEqFactory into PeerConnectionFactory. by Ivo Creusen · 5 years ago
  32. fcf79cc Add estimatedPlayoutTimestamp to RTCInboundRTPStreamStats. by Åsa Persson · 5 years ago
  33. 9429888 Delete deprecated bytes_sent/bytes_rcvd stat values by Niels Möller · 5 years ago
  34. ac0a4cb Reland "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received" by Niels Möller · 5 years ago
  35. ef0627f Revert "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received" by Mirko Bonadei · 5 years ago
  36. fbde32e Fix GetStats bytesSent/Received, wireup headerBytesSent/Received by Niels Möller · 5 years ago
  37. f13df86 Delete audio methods SignalNetworkState by Niels Möller · 5 years ago
  38. 224c69d Delete ext_seqnum member from VoiceSenderInfo and VoiceReceiverInfo by Niels Möller · 5 years ago
  39. 70efdde Set local ssrc at construction of Rtp module by Erik Språng · 5 years ago
  40. 5b5d97c Reland of "Reporting of decoding_codec_plc events"" by Alex Narest · 5 years ago
  41. 054e3bb Reland "Replace the implementation of `GetContributingSources()` on the audio side." by Chen Xing · 5 years ago
  42. bedb7a8 Revert "Reporting of decoding_codec_plc events" by Mirko Bonadei · 5 years ago
  43. 0a88ea0 Reporting of decoding_codec_plc events by Alex Narest · 5 years ago
  44. 67008df Revert "Replace the implementation of `GetContributingSources()` on the audio side." by Artem Titov · 6 years ago
  45. 8fa7151 Replace the implementation of `GetContributingSources()` on the audio side. by Chen Xing · 6 years ago
  46. 3472b9a Delete RTCInboundRTPStreamStats::fraction_lost by Niels Möller · 6 years ago
  47. 4f08faa Introduce MediaTransportConfig by Anton Sukhanov · 6 years ago
  48. 8d8ffdb Expose new audio stats on the API by Ivo Creusen · 6 years ago
  49. 44125fa Reland "Piping audio interruption metrics to API layer" by Henrik Lundin · 6 years ago
  50. fc02a79 Revert "Piping audio interruption metrics to API layer" by Henrik Andreassson · 6 years ago
  51. 299c4e6 Piping audio interruption metrics to API layer by Henrik Lundin · 6 years ago
  52. 01738c6 Wire up RTCInboundRtpStreamStats.lastPacketReceivedTimestamp. by Henrik Boström · 6 years ago
  53. c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 6 years ago
  54. 232b3fd Expose relative packet arrival delay metric in stats API. by Jakob Ivarsson · 6 years ago
  55. 8fb1a6a Delete a few return values from audio streams and video send streams. by Niels Möller · 6 years ago
  56. 977b335 Injecting Clock into audio streams. by Sebastian Jansson · 6 years ago
  57. 3b50f9f Propagate base minimum delay to audio_receiver_stream by Ruslan Burakov · 6 years ago
  58. 0acffb5 Expose `jitterBufferEmittedCount` in addition to the existing `jitterBufferDelay` for `getStats()`. by Chen Xing · 6 years ago
  59. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  60. 53eae87 Add PeerConnection option to enable RTX handling in the audio jitter buffer. by Jakob Ivarsson · 6 years ago
  61. f693bfa Remove CodecInst pt.2 by Fredrik Solenberg · 6 years ago
  62. 10403ae Add PeerConnection option to configure minimum audio jitter buffer delay. by Jakob Ivarsson · 6 years ago
  63. 352ce5c Expose delayed packet outage as a cumulative metric of samples in the new getStats API. by Jakob Ivarsson · 6 years ago
  64. 8af8896 Expose jitter buffer flushes metric in new getStats api. by Ruslan Burakov · 6 years ago
  65. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  66. 349ade3 Delete class ChannelReceiveProxy. by Niels Möller · 6 years ago
  67. 7d76a31 Use MediaTransportInterface, for audio streams. by Niels Möller · 6 years ago
  68. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  69. bfb444c Adds new CryptoOption crypto_options.frame.require_frame_encryption. by Benjamin Wright · 6 years ago
  70. ae4237e Set ChannelReceive transport at construction time. by Niels Möller · 6 years ago
  71. 84583f6 Enable End-to-End Encrypted Audio Payloads. by Benjamin Wright · 6 years ago
  72. 530ead4 Split voe::Channel into ChannelSend and ChannelReceive by Niels Möller · 6 years ago
  73. b222f49 Split ChannelProxy into send and receive classes. by Niels Möller · 6 years ago
  74. 30b4839 Refactor voe::Channel to not use RtpReceiver. by Niels Möller · 6 years ago
  75. fa4e185 Delete class voe::RtcEventLogProxy by Niels Möller · 6 years ago
  76. 848d6d3 Change Channel::GetRtpRtcp to return only RtpRtcp, not RtpReceiver. by Niels Möller · 6 years ago
  77. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  78. b9b146c Replace rtc::Optional with absl::optional in audio, call and video by Danil Chapovalov · 7 years ago
  79. f782492 Delete RtpFeedback. The ssrc for a receive stream should be known at by Niels Möller · 7 years ago
  80. 5f22365 Remove unnecessary proxy+lock code around RtcpRttStats pointer by Tommi · 7 years ago
  81. 0812634 Pass a real audio codec pair ID to decoders that we create by Karl Wiberg · 7 years ago
  82. 881f168 Make SimpleStringBuilder into a non-template by Karl Wiberg · 7 years ago
  83. fef0500 Adding a new string utility class: SimpleStringBuilder. by Tommi · 7 years ago
  84. f120cba Delete AudioMonitor and related code. by Niels Möller · 7 years ago
  85. 24ea822 Remove logging in audio/* from release builds. by Jonas Olsson · 7 years ago
  86. a8b7c7f Move remaining traces of VoiceEngine by Fredrik Solenberg · 7 years ago
  87. 90ea504 Delete Channel::OnRecoveredPacket. by Niels Möller · 7 years ago
  88. 8f5787a Move ownership of voe::Channel into Audio[Receive|Send]Stream. by Fredrik Solenberg · 7 years ago
  89. 3b903d0 Reconfigure, not reconstruct, AudioReceiveStreams. by Fredrik Solenberg · 7 years ago
  90. d524751 Replace VoEBase::[Start/Stop]Playout(). by Fredrik Solenberg · 7 years ago
  91. 2707fb2 Optional: Use nullopt and implicit construction in /audio by Oskar Sundbom · 7 years ago
  92. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  93. c3fa8e1 New method RtpReceiver::GetLatestTimestamps. by Niels Möller · 7 years ago
  94. b0a0207 Added RTCMediaStreamTrackStats.jitterBufferDelay for audio by Gustaf Ullberg · 7 years ago
  95. 1c239d4 Remove voe::Statistics. by solenberg · 7 years ago
  96. 2397b9a Remove voe::OutputMixer and AudioConferenceMixer. by solenberg · 7 years ago
  97. 9a2e906 Added RTCMediaStreamTrackStats.concealmentEvents by Gustaf Ullberg · 7 years ago
  98. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  99. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/audio/audio_receive_stream.cc]
  100. 0e320ec Wiring discard rate of audio FEC/RED packets up to StatsReport. by minyue-webrtc · 7 years ago