aboutsummaryrefslogtreecommitdiff
path: root/audio/channel_receive.h
AgeCommit message (Expand)Author
2019-11-26Delete media transport integration.Bjorn A Mellem
2019-11-01Enable injection of a custom NetEqFactory into PeerConnectionFactory.Ivo Creusen
2019-10-23Add estimatedPlayoutTimestamp to RTCInboundRTPStreamStats.Åsa Persson
2019-10-15Reland "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received"Niels Möller
2019-10-15Revert "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received"Mirko Bonadei
2019-10-14Fix GetStats bytesSent/Received, wireup headerBytesSent/ReceivedNiels Möller
2019-09-13Move MediaTransportInterface out of the libjingle_peerconnection_api targetNiels Möller
2019-09-02Split out RtpSource from libjingle_peerconnection_apiNiels Möller
2019-08-22Delete ext_seqnum member from VoiceSenderInfo and VoiceReceiverInfoNiels Möller
2019-08-21Set local ssrc at construction of Rtp moduleErik Språng
2019-08-06In ChannelReceive, use AcmReceiver directly, not AudioCodingModuleNiels Möller
2019-08-02Reland "Replace the implementation of `GetContributingSources()` on the audio...Chen Xing
2019-07-08Format almost everything.Jonas Olsson
2019-07-04Revert "Replace the implementation of `GetContributingSources()` on the audio...Artem Titov
2019-07-03Replace the implementation of `GetContributingSources()` on the audio side.Chen Xing
2019-06-26Delete RTCInboundRTPStreamStats::fraction_lostNiels Möller
2019-05-21Introduce MediaTransportConfigAnton Sukhanov
2019-04-15Wire up RTCInboundRtpStreamStats.lastPacketReceivedTimestamp.Henrik Boström
2019-03-06Delete a few return values from audio streams and video send streams.Niels Möller
2019-03-05Injecting Clock into audio streams.Sebastian Jansson
2019-02-06Propagate base minimum delay to audio_receiver_streamRuslan Burakov
2019-01-11(4) Rename files to snake_case: update BUILD.gn, include paths, header guards...Steve Anton
2019-01-10Add PeerConnection option to enable RTX handling in the audio jitter buffer.Jakob Ivarsson
2018-12-17Remove CodecInst pt.2Fredrik Solenberg
2018-11-27Add PeerConnection option to configure minimum audio jitter buffer delay.Jakob Ivarsson
2018-11-20Delete unneeded includes of common_types.h and gn deps on webrtc_common.Niels Möller
2018-11-19Move NetworkStatistics and AudioDecodingCallStats from common_types.hFredrik Solenberg
2018-11-19Delete class ChannelSendProxyNiels Möller
2018-11-16Delete class ChannelReceiveProxy.Niels Möller
2018-11-13Delete obsolete interface class RtpDataNiels Möller
2018-11-12Tweak ChannelReceive interface, to make it closer to ChannelReceiveProxyNiels Möller
2018-10-26Use MediaTransportInterface, for audio streams.Niels Möller
2018-10-25Fixes use after free error when setting a new FrameEncryptor on ChannelSend.Benjamin Wright
2018-10-17Adds new CryptoOption crypto_options.frame.require_frame_encryption.Benjamin Wright
2018-10-05Set ChannelReceive transport at construction time.Niels Möller
2018-10-04Enable End-to-End Encrypted Audio Payloads.Benjamin Wright
2018-10-04Split voe::Channel into ChannelSend and ChannelReceiveNiels Möller