aboutsummaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)Author
2018-05-23Drop the RTT as input to IsRetransmitOfOldPacket.Niels Möller
2018-05-08Replacing rtc::TimeDelta with webrtc::TimeDelta.Sebastian Jansson
2018-04-19Uses config struct with bitrate allocator.Sebastian Jansson
2018-04-18Remove stale dependencies from APM static lib target:Fredrik Solenberg
2018-04-17IWYU: Include <string.h> for memcpy(3) after bbf21a3fd.Raphael Kubo da Costa
2018-04-12Remove dependencies on modules:module_api from AudioProcessing.Fredrik Solenberg
2018-04-03This CL removes all usages of our custom ostream << overloads.Jonas Olsson
2018-03-29Fix MID not always getting set with audioSteve Anton
2018-03-27Delete OnIncomingCSRCChanged and related code.Niels Möller
2018-03-26Wire up MID send value to the PeerConnection APISteve Anton
2018-03-26Remove unnecessary proxy+lock code around RtcpRttStats pointerTommi
2018-03-22Delete obsolete method RtpFeedback::OnInitializeDecoder.Niels Möller
2018-03-21Pass a real audio codec pair ID to encoders that we createKarl Wiberg
2018-03-21Reporting packet feedback availability in AudioSendStreamSebastian Jansson
2018-03-21Pass a real audio codec pair ID to decoders that we createKarl Wiberg
2018-03-21Adding has_packet_feedback to LimitObserver callback.Sebastian Jansson
2018-03-19Fix low_bandwidth_audio_perf_test resource dependency on AndroidOleh Prypin
2018-03-19Fix low_bandwidth_audio_perf_test binary dependency on WindowsOleh Prypin
2018-03-19Reland "Split perf-test-specific resources in low_bandwidth_audio_test"Oleh Prypin
2018-03-16Remove the public_deps to fileutils from test_support.Patrik Höglund
2018-03-15Revert "Reland "Split perf-test-specific resources in low_bandwidth_audio_test""Oleh Prypin
2018-03-15Reland "Split perf-test-specific resources in low_bandwidth_audio_test"Oleh Prypin
2018-03-15Revert "Split perf-test-specific resources in low_bandwidth_audio_test"Oleh Prypin
2018-03-15Split perf-test-specific resources in low_bandwidth_audio_testOleh Prypin
2018-03-12Make num-retries default a string.Edward Lesmes
2018-03-12Add num-retries flag to Android perf tests.Edward Lesmes
2018-03-12Separate test/fake_audio_device on API and implementation. Step 2.Artem Titov
2018-03-12Tests: Pass codec ID argument to audio codecsKarl Wiberg
2018-03-12Delete RTPPayloadRegistry::SetIncomingPayloadType.Niels Möller
2018-03-09Make SimpleStringBuilder into a non-templateKarl Wiberg
2018-03-08Cleanup of TransportFeedbackObserver interfaceErik Språng
2018-03-07Separate build target for rtc_base/numerics/safe_minmax.hKarl Wiberg
2018-03-05Production code: Pass codec ID argument to audio codecsKarl Wiberg
2018-03-05Revert "Separate test/fake_audio_device on API and implementation."Artem Titov
2018-03-05Separate test/fake_audio_device on API and implementation.Artem Titov
2018-02-28Propagating total_bitrate_bps from BitrateAllocator to ProbeController, part 1.philipel
2018-02-28Removed SetTransportOverhead in transport controller.Sebastian Jansson
2018-02-27Adding a new string utility class: SimpleStringBuilder.Tommi
2018-02-23Separate build targets for aec3 and aec3_unittestsGustaf Ullberg
2018-02-22Using mock transport controller in audio unit tests.Sebastian Jansson
2018-02-22Silencing warnings in audio send stream unit tests.Sebastian Jansson
2018-02-21Moved bitrate configuration to rtp controllerSebastian Jansson
2018-02-20Removed dependencies from audio send stream unit testSebastian Jansson
2018-02-19BUILD.gn file for api/audio.Gustaf Ullberg
2018-02-16Removing access to pacer in rtp controller.Sebastian Jansson
2018-02-16Removing access to send side cc in rtp controller.Sebastian Jansson
2018-02-07Delete macro RTC_ACCESS_ON, replaced by RTC_GUARDED_BY.Niels Möller
2018-02-06Stop using public_deps in common_audio.Mirko Bonadei
2018-02-01Reland "Break up rtc_event_log_api to solve circular dependencies."Qingsi Wang
2018-02-01Use isolated-script-test-perf-output on low_bandwidth_audio_test.Edward Lemur