aboutsummaryrefslogtreecommitdiff
path: root/audio/audio_send_stream.cc
AgeCommit message (Expand)Author
2021-06-01AudioSendStream: s/worker_queue_/rtp_transport_queue_/gMarkus Handell
2021-02-04Reland "Fix data race for config_ in AudioSendStream"Artem Titov
2021-02-03Revert "Fix data race for config_ in AudioSendStream"Henrik Boström
2021-02-01Fix data race for config_ in AudioSendStreamArtem Titov
2020-11-24Default enable sending transport sequence numbers on audio packets.Jakob Ivarsson
2020-11-02Reland "Reland "Default enable WebRTC-SendSideBwe-WithOverhead.""Jakob Ivarsson
2020-10-27Revert "Reland "Default enable WebRTC-SendSideBwe-WithOverhead.""Björn Terelius
2020-10-26Reland "Default enable WebRTC-SendSideBwe-WithOverhead."Jakob Ivarsson
2020-10-22Revert "Default enable WebRTC-SendSideBwe-WithOverhead."Jakob Ivarsson
2020-10-22Default enable WebRTC-SendSideBwe-WithOverhead.Jakob Ivarsson
2020-08-20Reland "Call OnReceivedOverhead after audio network adaptor is created."Jakob Ivarsson
2020-08-17Revert "Call OnReceivedOverhead after audio network adaptor is created."Erik Språng
2020-08-17Call OnReceivedOverhead after audio network adaptor is created.Jakob Ivarsson
2020-08-13Log audio network adaptor and DSCP in AudioSendStream.Jakob Ivarsson
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