aboutsummaryrefslogtreecommitdiff
path: root/modules/audio_coding
AgeCommit message (Expand)Author
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-27Reland "Send absolute capture time through audio coding module."Minyue Li
2020-01-24Improvements for NetEqControllersIvo Creusen
2020-01-23Revert "Send absolute capture time through audio coding module."Minyue Li
2020-01-23Send absolute capture time through audio coding module.Minyue Li
2020-01-20Reland "Enable using a custom NetEqFactory in simulations"Ivo Creusen
2020-01-16Revert "Enable using a custom NetEqFactory in simulations"Sandeep Siddhartha
2020-01-16Enable using a custom NetEqFactory in simulationsIvo Creusen
2020-01-16Replace RTC_FALLTHROUGH with ABSL_FALLTHROUGH_INTENTEDDanil Chapovalov
2020-01-14Concatenate string literals at compile time.Jonas Olsson
2020-01-14Suppress C5041 constexpr warning for MSVC 2019Jerome Humbert
2020-01-08Remove extra delay field trial.Jakob Ivarsson
2020-01-08Remove inter-arrival delay mode from DelayManager.Jakob Ivarsson
2020-01-07Add include of <cstdlib>Niels Möller
2019-12-13Replace assert() with RTC_DCHECKJerome Humbert
2019-12-11Fix ASAN bug in iSAC codecSam Zackrisson
2019-12-02NetEq: Fix bug in PLC for multi-channel audioHenrik Lundin
2019-11-29Clean up the NetEqFactory API.Ivo Creusen
2019-11-29NetEQ: fix initial decoder frame length.Alessio Bazzica
2019-11-28Add ability to disable detailed error message in RTC_CHECKsArtem Titov
2019-11-26Add a CreateNetEq method that takes an AudioDecoderFactoryIvo Creusen
2019-11-26NetEQ RTP play: textlog to stderr as optionAlessio Bazzica
2019-11-25Fixing a buffer overflow in Merge::DownsampleHenrik Lundin
2019-11-21Add UMA counter for audio interruptionsHenrik Lundin
2019-11-20ACM: Adding unittests for the remixing functionalityPer Åhgren
2019-11-19Adding GetInDtx to WebRTC Opus Interface.Minyue Li
2019-11-19Fix a bug in interruption metricsHenrik Lundin
2019-11-15Correct the upmixing of mono to stereo in ACM2Per Åhgren
2019-11-13Correcting the ACM upmixing from mono/stereo to surroundPer Åhgren
2019-11-11Expose NetEqDecodingTest for re-use in chromium tests.Yves Gerey
2019-11-07Make Opus PLC always output 10ms audio.Minyue Li
2019-11-06Expose OpusTest class for re-use as chromium test.Yves Gerey
2019-11-06Suppress noisy logging from opus encoder.Sergey Silkin
2019-11-04Make some DecisionLogic functions virtual.Ivo Creusen
2019-11-04Return status instead of CHECKing in event log parser.Björn Terelius
2019-11-01Enable injection of a custom NetEqFactory into PeerConnectionFactory.Ivo Creusen
2019-10-31Move NetEq headers to api/Ivo Creusen
2019-10-31Removes RPLR based FEC controller.Sebastian Jansson
2019-10-31Removing unused Opus wrapper API: WebRTCOpus_DecodePlc.Minyue Li
2019-10-30Renaming opus_interface.c to opus_interface.cc.Minyue Li
2019-10-28Apply bitrate boosting depending on field-trial.Ivo Creusen
2019-10-25Introduce injectable NetEqController interface.Ivo Creusen
2019-10-22Reduce log level of Opus bitrate.Minyue Li
2019-10-21Change failing rtc::dchecked_cast to rtc::saturated_cast.Jakob Ivarsson
2019-10-19Move rtc_base/ignore_wundef.h to its own target.Mirko Bonadei
2019-10-17Use source_sets in component builds and static_library in release builds.Mirko Bonadei
2019-10-11NetEqImpl::GetDecoderFormat: Return RTP clockrate, not codec sample rateKarl Wiberg
2019-10-10Remove the unused `receive_timestamp` arg to NetEq::InsertPacketKarl Wiberg