aboutsummaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)Author
2020-06-11Switch to absl single target when building with Chromium.Mirko Bonadei
2020-06-08Use absl_deps in order to preapre to the Abseil component build release.Mirko Bonadei
2020-06-05Add missing headers to fix chromium rollArtem Titov
2020-06-04Remove dependency from RtpRtcp on the Module interface.Tomas Gunnarsson
2020-06-03Deprecate the static RtpRtcp::Create() method.Tomas Gunnarsson
2020-05-28fix typos in commentsPhilipp Hancke
2020-05-18Rename several more tests that use EXPECT_DEATH to *DeathTest.Tommi
2020-05-15Avoids unnecessary calls to audio encoder.Erik Språng
2020-05-15In audio/ replace mock macros with unified MOCK_METHOD macroDanil Chapovalov
2020-05-07Replaces OverheadObserver with simple getter.Erik Språng
2020-05-05VoIP API implementation on top of AudioIngress/EgressTim Na
2020-05-04Add unit tests for audio channel send frame transformer delegate.Marina Ciocea
2020-05-04Add unit tests for audio receive channel frame transformer delegate.Marina Ciocea
2020-04-27Reduce audiosendstream dependency on rttstats (dead code).Tommi
2020-04-26APM: Add build flag to allow building WebRTC without APMPer Åhgren
2020-04-22[InsertableStreams] Clear callback to audio receive channel in delegate.Marina Ciocea
2020-04-21Audio ingress implementation for voip api.Tim Na
2020-04-14insertable streams: include rtp_timestamp offset for audioPhilipp Hancke
2020-04-02[InsertableStreams] Don't include the header in the transformable payload.Marina Ciocea
2020-04-01Transform received audio frames in ChannelReceive.Marina Ciocea
2020-04-01Insert audio frame transformer between depacketizer and decoder.Marina Ciocea
2020-03-31Transform encoded frames in ChannelSend.Marina Ciocea
2020-03-31Insert audio frame transformer between encoder and packetizer.Marina Ciocea
2020-03-28Remove the histogram flag and all Chart JSON code.Patrik Höglund
2020-03-27Don't double import protobuf code.Patrik Höglund
2020-03-27Audio egress implementation for initial voip api in api/voip.Tim Na
2020-03-27Add PYTHONPATH entry for proto internal.Patrik Höglund
2020-03-27Reland: Add in missing protobuf code.Patrik Höglund
2020-03-27Revert "Add in missing protobuf code."Patrik Höglund
2020-03-27Add in missing protobuf code.Patrik Höglund
2020-03-26Partial revert of flag simplification.Patrik Höglund
2020-03-26Fix low bw test.Patrik Höglund
2020-03-26Add debug info to low bw test.Patrik Höglund
2020-03-26Reland "Switch low bw audio test to histograms."Patrik Höglund
2020-03-26Revert "Switch low bw audio test to histograms."Patrik Höglund
2020-03-25Switch low bw audio test to histograms.Patrik Höglund
2020-03-25Greatly simplify flags for test binaries.Patrik Höglund
2020-03-23Split RMS level measurement utility from APMSam Zackrisson
2020-03-19APM: Removing the redundant VAD output from the integer APIPer Åhgren
2020-03-17APM: Localize/abstract the usage of AudioFramePer Åhgren
2020-03-12Clamp stable target bitrate to min/max allocated bitrate.Jakob Ivarsson
2020-03-12Write protos as binary.Patrik Höglund
2020-03-11Add jitterBufferTargetDelay as RTCNonStandardStatsMember to new GetStats APIArtem Titov
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-25Only update the current time of a played out frame if a new frame is played out.Åsa Persson
2020-02-21Refactoring mock_transport to be used separatelyTim Na
2020-02-19Remove wildcard ownership for build files.Mirko Bonadei