aboutsummaryrefslogtreecommitdiff
path: root/audio/audio_send_stream.cc
AgeCommit message (Expand)Author
2020-07-06Migrate audio/ to use webrtc::MutexMarkus Handell
2020-06-29Removes locking in TransportFeedbackProxy.Erik Språng
2020-06-25negotiate RED codec for audioPhilipp Hancke
2020-05-28fix typos in commentsPhilipp Hancke
2020-05-15Avoids unnecessary calls to audio encoder.Erik Språng
2020-05-07Replaces OverheadObserver with simple getter.Erik Språng
2020-04-27Reduce audiosendstream dependency on rttstats (dead code).Tommi
2020-04-26APM: Add build flag to allow building WebRTC without APMPer Åhgren
2020-03-31Insert audio frame transformer between encoder and packetizer.Marina Ciocea
2020-03-12Clamp stable target bitrate to min/max allocated bitrate.Jakob Ivarsson
2020-03-09Remove RTC_NOTREACHED from audio_send_stream when ANA didn't workAlejandro Luebs
2020-03-06Add minimum overhead to configured priorty bitrate instead of maximum.Jakob Ivarsson
2020-03-06Make sure that the audio stream is allocated with the correct overhead.Jakob Ivarsson
2020-03-06Ready to support of absolute capture timestamp header extension.Minyue Li
2020-02-18Replace DataSize and DataRate factories with newer versionsDanil Chapovalov
2020-02-10Use newer version of TimeDelta and TimeStamp factories in webrtcDanil Chapovalov
2020-01-30Default disables legacy overhead calculation.Sebastian Jansson
2020-01-29Reland "Reland "Only include overhead if using send side bandwidth estimation.""Sebastian Jansson
2020-01-29Revert "Reland "Only include overhead if using send side bandwidth estimation.""Mirko Bonadei
2020-01-28Reland "Only include overhead if using send side bandwidth estimation."Sebastian Jansson
2020-01-27Revert "Only include overhead if using send side bandwidth estimation."Sebastian Jansson
2020-01-27Only include overhead if using send side bandwidth estimation.Sebastian Jansson
2020-01-15Cleanup: Using RtpRtcp directly from AudioSendStreamSebastian Jansson
2019-11-26Delete media transport integration.Bjorn A Mellem
2019-10-31Removes RPLR based FEC controller.Sebastian Jansson
2019-10-17Delete deprecated bytes_sent/bytes_rcvd stat valuesNiels Möller
2019-10-15Cleanup: Replacing set extension status bool with CHECK.Sebastian Jansson
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-10-10Don't allocate audio if we have no transport sequence number.Sebastian Jansson
2019-10-07Removes rtp_transport checks in AudioSendStreamSebastian Jansson
2019-10-07Replaces static modifier functions in AudioSendStream.Sebastian Jansson
2019-10-03Base overhead calculation for audio priority rate on available data.Sebastian Jansson
2019-10-03Removing AudioAllocationSettings moving functionality to AudioSendStream.Sebastian Jansson
2019-10-02Adds trial to calculate audio overhead based on available data.Sebastian Jansson
2019-09-17Use std::make_unique instead of absl::make_unique.Mirko Bonadei
2019-09-13Move MediaTransportInterface out of the libjingle_peerconnection_api targetNiels 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-14Allow sending abs-send-time for audio streams.Sebastian Jansson
2019-08-07Delete deprecated rtc_event_log headerDanil Chapovalov
2019-07-26Prevent concurrent access to AudioSendStream's configuration.Yves Gerey
2019-07-24Move RtpPacketSender and merge it with RtpPacketPacer.Erik Språng
2019-07-17Reland "Remove the injectable bitrate allocation strategy API."Jonas Olsson
2019-07-15Set local ssrc at construction (audio)Erik Språng
2019-07-12Revert "Remove the injectable bitrate allocation strategy API."Mirko Bonadei
2019-07-10Remove the injectable bitrate allocation strategy API.Jonas Olsson
2019-07-04[getStats] Implement "media-source" audio levels, fixing Chrome bug.Henrik Boström