aboutsummaryrefslogtreecommitdiff
path: root/audio/audio_receive_stream.cc
AgeCommit message (Expand)Author
2020-04-01Insert audio frame transformer between depacketizer and decoder.Marina Ciocea
2020-03-11Add jitterBufferTargetDelay as RTCNonStandardStatsMember to new GetStats APIArtem Titov
2020-02-11Add periodic logging of sync delays.Åsa Persson
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-17Delete deprecated bytes_sent/bytes_rcvd stat valuesNiels Möller
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-08-30Delete audio methods SignalNetworkStateNiels 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-07Reland of "Reporting of decoding_codec_plc events""Alex Narest
2019-08-02Reland "Replace the implementation of `GetContributingSources()` on the audio...Chen Xing
2019-07-30Revert "Reporting of decoding_codec_plc events"Mirko Bonadei
2019-07-29Reporting of decoding_codec_plc eventsAlex Narest
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-05-03Expose new audio stats on the APIIvo Creusen
2019-04-29Reland "Piping audio interruption metrics to API layer"Henrik Lundin
2019-04-29Revert "Piping audio interruption metrics to API layer"Henrik Andreassson
2019-04-26Piping audio interruption metrics to API layerHenrik Lundin
2019-04-15Wire up RTCInboundRtpStreamStats.lastPacketReceivedTimestamp.Henrik Boström
2019-04-08Deprecating ThreadChecker specific interface.Sebastian Jansson
2019-03-06Expose relative packet arrival delay metric in stats API.Jakob Ivarsson
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-16Expose `jitterBufferEmittedCount` in addition to the existing `jitterBufferDe...Chen Xing
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-27Expose delayed packet outage as a cumulative metric of samples in the new get...Jakob Ivarsson
2018-11-23Expose jitter buffer flushes metric in new getStats api.Ruslan Burakov
2018-11-20Delete unneeded includes of common_types.h and gn deps on webrtc_common.Niels Möller
2018-11-16Delete class ChannelReceiveProxy.Niels Möller
2018-10-26Use MediaTransportInterface, for audio streams.Niels Möller
2018-10-23[Cleanup] Add missing #include. Remove useless ones.Yves Gerey
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
2018-10-04Split ChannelProxy into send and receive classes.Niels Möller
2018-08-16Refactor voe::Channel to not use RtpReceiver.Niels Möller
2018-08-15Delete class voe::RtcEventLogProxyNiels Möller
2018-08-08Change Channel::GetRtpRtcp to return only RtpRtcp, not RtpReceiver.Niels Möller