- 6a7bf10 Replace "rcvd" with "received" for readability by Philipp Hancke · 1 year, 11 months ago
- b3e5969 stats: use uint64_t for RTCSentRtpStreamStats.packetsSent by Philipp Hancke · 2 years ago
- af51228 audio: make packets lost a signed integer by Philipp Hancke · 2 years, 5 months ago
- c92338a Remove `CallReceiveStatistics::rttMs` by Alessio Bazzica · 2 years, 7 months ago
- 3176ef7 Rename AudioReceiveStream to AudioReceiveStreamInterface by Tommi · 2 years, 10 months ago
- 1def899 Remove legacy (unused) config param: jitter_buffer_enable_rtx_handling by Tommi · 2 years, 10 months ago
- 2562cf0 Reland "Wire up non-sender RTT for audio, and implement related standardized stats." by Ivo Creusen · 3 years, 7 months ago
- 2c41cba Revert "Wire up non-sender RTT for audio, and implement related standardized stats." by Björn Terelius · 3 years, 7 months ago
- fb0dca6 Wire up non-sender RTT for audio, and implement related standardized stats. by Ivo Creusen · 3 years, 7 months ago
- e54914a Implement nack_count metric for inbound audio rtp streams. by Jakob Ivarsson · 3 years, 9 months ago
- eb61b7f ModuleRtcRtcpImpl2: remove Module inheritance. by Markus Handell · 3 years, 9 months ago
- 08be9ba Don't recreate the audio receive stream when updating the local_ssrc. by Tommi · 3 years, 9 months ago
- e097282 Avoid recreating the audio stream when a frame decryptor is set. by Tommi · 3 years, 10 months ago
- f0adf38 Fix timestamps for the remote outbound audio stream stats by Alessio Bazzica · 4 years ago
- bc1c93d Add remote-outbound stats for audio streams by Alessio Bazzica · 4 years, 1 month ago
- dea374a Deliver packet info to source listeners when audio playout is disabled. by Ranveer Aggarwal · 4 years, 1 month ago
- 6b4d962 Fix standard GetStats to not modify NetEq state. by Niels Möller · 4 years, 6 months ago
- bef7b05 Make AV sync robust to failures to set a desired minimum delay by Ivo Creusen · 4 years, 7 months ago
- 3e9af7f Insert audio frame transformer between depacketizer and decoder. by Marina Ciocea · 5 years ago
- 7a9a092 Delete media transport integration. by Bjorn A Mellem · 5 years ago
- c3d1f9b Enable injection of a custom NetEqFactory into PeerConnectionFactory. by Ivo Creusen · 5 years ago
- fcf79cc Add estimatedPlayoutTimestamp to RTCInboundRTPStreamStats. by Åsa Persson · 5 years ago
- ac0a4cb Reland "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received" by Niels Möller · 5 years ago
- ef0627f Revert "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received" by Mirko Bonadei · 5 years ago
- fbde32e Fix GetStats bytesSent/Received, wireup headerBytesSent/Received by Niels Möller · 5 years ago
- 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 6 years ago
- a837030 Split out RtpSource from libjingle_peerconnection_api by Niels Möller · 6 years ago
- 224c69d Delete ext_seqnum member from VoiceSenderInfo and VoiceReceiverInfo by Niels Möller · 6 years ago
- 70efdde Set local ssrc at construction of Rtp module by Erik Språng · 6 years ago
- ed44f54 In ChannelReceive, use AcmReceiver directly, not AudioCodingModule by Niels Möller · 6 years ago
- 054e3bb Reland "Replace the implementation of `GetContributingSources()` on the audio side." by Chen Xing · 6 years ago
- a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
- 67008df Revert "Replace the implementation of `GetContributingSources()` on the audio side." by Artem Titov · 6 years ago
- 8fa7151 Replace the implementation of `GetContributingSources()` on the audio side. by Chen Xing · 6 years ago
- 3472b9a Delete RTCInboundRTPStreamStats::fraction_lost by Niels Möller · 6 years ago
- 4f08faa Introduce MediaTransportConfig by Anton Sukhanov · 6 years ago
- 01738c6 Wire up RTCInboundRtpStreamStats.lastPacketReceivedTimestamp. by Henrik Boström · 6 years ago
- 8fb1a6a Delete a few return values from audio streams and video send streams. by Niels Möller · 6 years ago
- 977b335 Injecting Clock into audio streams. by Sebastian Jansson · 6 years ago
- 3b50f9f Propagate base minimum delay to audio_receiver_stream by Ruslan Burakov · 6 years ago
- 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
- 53eae87 Add PeerConnection option to enable RTX handling in the audio jitter buffer. by Jakob Ivarsson · 6 years ago
- f693bfa Remove CodecInst pt.2 by Fredrik Solenberg · 6 years ago
- 10403ae Add PeerConnection option to configure minimum audio jitter buffer delay. by Jakob Ivarsson · 6 years ago
- 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
- 78e88fe Move NetworkStatistics and AudioDecodingCallStats from common_types.h by Fredrik Solenberg · 6 years ago
- dced9f6 Delete class ChannelSendProxy by Niels Möller · 6 years ago
- 349ade3 Delete class ChannelReceiveProxy. by Niels Möller · 6 years ago
- 8fb5746 Delete obsolete interface class RtpData by Niels Möller · 6 years ago
- 80c6762 Tweak ChannelReceive interface, to make it closer to ChannelReceiveProxy by Niels Möller · 6 years ago
- 7d76a31 Use MediaTransportInterface, for audio streams. by Niels Möller · 6 years ago
- 78410ad Fixes use after free error when setting a new FrameEncryptor on ChannelSend. by Benjamin Wright · 6 years ago
- bfb444c Adds new CryptoOption crypto_options.frame.require_frame_encryption. by Benjamin Wright · 6 years ago
- ae4237e Set ChannelReceive transport at construction time. by Niels Möller · 6 years ago
- 84583f6 Enable End-to-End Encrypted Audio Payloads. by Benjamin Wright · 6 years ago
- 530ead4 Split voe::Channel into ChannelSend and ChannelReceive by Niels Möller · 6 years ago