aboutsummaryrefslogtreecommitdiff
path: root/modules/audio_coding/codecs/opus/audio_encoder_opus.cc
AgeCommit message (Expand)Author
2019-04-08Decoder for multistream Opus.Alex Loiko
2019-02-16Remove webrtc::ProtoString.Mirko Bonadei
2019-01-18Adding text log on actual opus bitrate.Minyue Li
2019-01-11(4) Rename files to snake_case: update BUILD.gn, include paths, header guards...Steve Anton
2018-12-18Remove CodecInst pt.3Fredrik Solenberg
2018-11-22Adds trial to use link capacity estimate in Opus encoder.Sebastian Jansson
2018-10-23[Cleanup] Add missing #include. Remove useless ones.Yves Gerey
2018-10-23Delete use of STR_CASE_CMP, replaced with absl::EqualsIgnoreCase.Niels Möller
2018-10-15Add field trials for configuring Opus encoder packet loss rate.Jakob Ivarsson
2018-10-10Create field trial for setting a minimum value for Opus encoder packet loss rateJakob Ivarsson
2018-07-05Use absl::make_unique and absl::WrapUnique directlyKarl Wiberg
2018-06-19Reformat the WebRTC code baseYves Gerey
2018-06-19Replace rtc::Optional with absl::optional in modules/audio_codingDanil Chapovalov
2017-11-22Move some numeric utility code from rtc_base/ to rtc_base/numerics/Karl Wiberg
2017-11-20Implement Opus bandwidth adjustment behind a FieldTrialAlex Luebs
2017-11-20Avoid flagging Opus DTX frames as speech.Gustaf Ullberg
2017-11-17Optional: Use nullopt and implicit construction in /modules/audio_codingOskar Sundbom
2017-11-09Stop using LOG macros in favor of RTC_ prefixed macros.Mirko Bonadei
2017-10-25Hide the internal AudioEncoderOpus class by giving it an "Impl" suffixKarl Wiberg
2017-09-15Adding NOLINT for typedefs.h and common_types.hMirko Bonadei
2017-09-15Fixing WebRTC after moving from src/webrtc to src/Mirko Bonadei
2017-09-15Moving src/webrtc into src/.Mirko Bonadei