- 9d9b3a3 Add option for the audio encoder to allocate a bitrate range. by Jakob Ivarsson · 1 year, 1 month ago
- de17252 Reland "Unify access to SDP codec parameters" by Philipp Hancke · 1 year, 2 months ago
- 6c9c958 Revert "Unify access to SDP codec parameters" by Mirko Bonadei · 1 year, 3 months ago
- 63d03f5 Unify access to SDP codec parameters by Philipp Hancke · 1 year, 3 months ago
- 78f905e Move some users to use webrtc::RefCountInterface by Harald Alvestrand · 1 year, 4 months ago
- bceec84 Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ by Jared Siskin · 1 year, 11 months ago
- 6e1ae44 Don't use low complexity Opus on all ARM devices. by Jakob Ivarsson · 2 years, 3 months ago
- 8754a3c Update some audio modules with new OWNERS by Henrik Lundin · 2 years, 4 months ago
- b00f881 Remove xooglers from WATCHLISTS and OWNERS by Christoffer Jansson · 2 years, 4 months ago
- 17887eb Reland "[ACM] iSAC audio codec removed" by Alessio Bazzica · 2 years, 4 months ago
- fbeb76a Revert "[ACM] iSAC audio codec removed" by Alessio Bazzica · 2 years, 4 months ago
- b46c4bf [ACM] iSAC audio codec removed by Alessio Bazzica · 2 years, 4 months ago
- 5c9b7da Add missing dependencies. by Mirko Bonadei · 2 years, 5 months ago
- 9d9c2d5 Make header files self contained. by Mirko Bonadei · 2 years, 5 months ago
- 7c8c4db Add rtc::make_ref_counted to api/ by Niels Möller · 2 years, 9 months ago
- c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 2 years, 11 months ago
- a30aef3 Move event_tracer out of rtc_base_approved by Florent Castelli · 2 years, 11 months ago
- f9c5984 Move buffer out of rtc_base_approved by Florent Castelli · 2 years, 11 months ago
- 57aa81b Remove //rtc_base:stringutils from public deps by Florent Castelli · 3 years ago
- e10a9f6 Remove //rtc_base:safe_conversions from public deps by Florent Castelli · 3 years ago
- f86f6f9 Remove //rtc_base:refcount from public deps by Florent Castelli · 3 years ago
- e62c2f2 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf by Jonas Oreland · 3 years ago
- 6e2b9e2 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 5/inf by Jonas Oreland · 3 years ago
- c065e73 Remove RTC_DISALLOW_COPY_AND_ASSIGN more. by Byoungchan Lee · 3 years, 2 months ago
- deb1b1b Always call IsOk() to ensure audio codec configuration is valid when negotiating. by Ivo Creusen · 3 years, 4 months ago
- d823259 Set the maximum number of audio channels to 24 by Ivo Creusen · 3 years, 4 months ago
- d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 4 months ago
- 0e61fdd Use backticks not vertical bars to denote variables in comments for /api by Artem Titov · 3 years, 8 months ago
- 190244b Remove all #include <assert.h>/<cassert> and usage in Obj-C code. by Mirko Bonadei · 3 years, 8 months ago
- 25ab322 Replace assert() with RTC_DCHECK(). by Mirko Bonadei · 3 years, 8 months ago
- c1d5891 Replace `new rtc::RefCountedObject` with `rtc::make_ref_counted` in a few files by Tomas Gunnarsson · 3 years, 11 months ago
- a3575cb Remove tautological 'unsigned expr < 0' comparisons by Anton Bikineev · 4 years ago
- e904161 Replace RTC_DEPRECATED with ABSL_DEPRECATED by Danil Chapovalov · 4 years, 1 month ago
- ff0e01f Implement audio_interruption metric for kCodecPlc by Pablo Barrera González · 4 years, 1 month ago
- 6c80aeb Remove kwiberg@webrtc.org from OWNERS files by Henrik Lundin · 4 years, 3 months ago
- c95b939 Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() by Karl Wiberg · 4 years, 4 months ago
- d354d56 Audio codec factories: Implementations return null on unsupported formats by Karl Wiberg · 4 years, 7 months ago
- 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 9 months ago
- b261118 Fix a typo for decoder naming by Hua, Chunbo · 4 years, 11 months ago
- 90ecee1 Make AudioEncoder::GetFrameLengthRange() pure virtual. by Ali Tofigh · 5 years ago
- e52115a Remove inactive OWNERS. by Mirko Bonadei · 5 years ago
- 08b11ca iSAC config: target bitrate exposed for fixed impl by Alessio Bazzica · 5 years ago
- ccbe95f Reformat GN files. by Mirko Bonadei · 5 years ago
- 44d7ec0 Add Opus-only audio codec factories by Karl Wiberg · 5 years ago
- cd2a92f Removes RPLR based FEC controller. by Sebastian Jansson · 5 years ago
- c66e004 Adding missing RTC_EXPORT for component build. by Mirko Bonadei · 5 years ago
- 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
- 62aee93 Adds trial to calculate audio overhead based on available data. by Sebastian Jansson · 5 years ago
- ef14f07 Delete AudioDecoder method IncomingPacket by Niels Möller · 5 years ago
- 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
- 608e6ba Add AudioDecoderIsacT::Config to include sampling rate and BWInfo object by Jiawei Ou · 6 years ago
- a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
- 7eb0a5e AudioDecoderOpus: Add support for 16 kHz output sample rate by Karl Wiberg · 6 years ago
- 126f2b3 AudioEncoderOpus: Add support for 16 kHz input sample rate by Karl Wiberg · 6 years ago
- 44c21f4 Encoder side of Multistream Opus. by Alex Loiko · 6 years ago
- 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
- e5b9416 Decoder for multistream Opus. by Alex Loiko · 6 years ago
- 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 6 years ago
- 3aa584f Fixes ClangTidy issues in api/ by Benjamin Wright · 6 years ago
- 6543881 2nd reland of https://webrtc-review.googlesource.com/c/src/+/114883 by Alex Loiko · 6 years ago
- 8b3db59 Revert "Reland of https://webrtc-review.googlesource.com/c/src/+/114883" by Alex Loiko · 6 years ago
- 5341aac Reland of https://webrtc-review.googlesource.com/c/src/+/114883 by Alex Loiko · 6 years ago
- ffd1f93 Revert "Tests for multi-stream Opus." by Mirko Bonadei · 6 years ago
- 9c31ac2 Tests for multi-stream Opus. by Alex Loiko · 6 years ago
- 1c54605 [clang-tidy] Apply performance-move-const-arg fixes (misc). by Mirko Bonadei · 6 years ago
- 05cf6be [clang-tidy] Apply performance-move-const-arg fixes. by Mirko Bonadei · 6 years ago
- d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
- 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
- ad858d1 Improve the audio codec factory documentation. by Karl Wiberg · 6 years ago
- b7180c0 Replace RegisterExternalDecoder in NetEq test VerifyTimestampPropagation. by Niels Möller · 6 years ago
- 540ef28 Adds OnReceivedUplinkAllocation method to AudioEncoder. by Sebastian Jansson · 6 years ago
- 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
- 2edab4c Delete use of STR_CASE_CMP, replaced with absl::EqualsIgnoreCase. by Niels Möller · 6 years ago
- ac19414 Export symbols needed by the Chromium component build (part 6). by Mirko Bonadei · 6 years ago
- e482ff8 Audio codecs API: Remove some weasel words in the docs by Karl Wiberg · 6 years ago
- 276827c Export symbols needed by the Chromium component build (part 3). by Mirko Bonadei · 6 years ago
- 3b56ee7 Export symbols needed by the Chromium component build (part 2). by Mirko Bonadei · 6 years ago
- 3d25530 Reland "Export symbols needed by the Chromium component build (part 1)." by Mirko Bonadei · 6 years ago
- edc49c1 [Cleanup] Remove unused swap function. by Yves Gerey · 6 years ago
- 16fe3f2 Revert "Export symbols needed by the Chromium component build (part 1)." by Mirko Bonadei · 6 years ago
- 99eea42 Reland "Reland "Export symbols needed by the Chromium component build (part 1)."" by Mirko Bonadei · 6 years ago
- 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
- 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
- be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
- b49520b Revert "Reland "Export symbols needed by the Chromium component build (part 1)."" by Mirko Bonadei · 6 years ago
- 588f464 Reland "Export symbols needed by the Chromium component build (part 1)." by Mirko Bonadei · 6 years ago
- 2ea9af2 Revert "Export symbols needed by the Chromium component build (part 1)." by Mirko Bonadei · 6 years ago
- 9e24dcf Export symbols needed by the Chromium component build (part 1). by Mirko Bonadei · 6 years ago
- 00eb12a Let NetEq use the PLC output from a decoder by Henrik Lundin · 7 years ago
- 801500c Audio encoder tests: Create audio encoders the new way by Karl Wiberg · 7 years ago
- 24744a9 Use string_view instead of overloading for const string& and const char* by Karl Wiberg · 7 years ago
- 133cff0 AudioCodingModuleTest.TestAllCodecs: Create audio encoders the new way by Karl Wiberg · 7 years ago
- a12c42a Delete root header file typedef.h. by Niels Möller · 7 years ago
- 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
- 0bc58cf Replace rtc::Optional with absl::optional in api by Danil Chapovalov · 7 years ago
- 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
- f1c470e Remove the audio codec factory methods that don't take AudioCodecPairId by Karl Wiberg · 7 years ago
- c7f09ad NetEq fix for repeated audio issue. by Ivo Creusen · 7 years ago
- 3e18c82 Reland "Reland "Remove our stream << overloads from non-test build targets."" by Jonas Olsson · 7 years ago
- bb23c83 GN hack to tag targets as poisonous (and use it with audio codecs) by Karl Wiberg · 7 years ago