1. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  2. e8fbc5d Refactor WebRtcOpus_PacketHasFec. by Minyue Li · 5 years ago
  3. 225842c Initialize signal processing function pointers statically by Karl Wiberg · 5 years ago
  4. 7eb0a5e AudioDecoderOpus: Add support for 16 kHz output sample rate by Karl Wiberg · 5 years ago
  5. a1d1a1e WebRTC Opus C interface: Add support for non-48 kHz decode sample rate by Karl Wiberg · 5 years ago
  6. 126f2b3 AudioEncoderOpus: Add support for 16 kHz input sample rate by Karl Wiberg · 5 years ago
  7. e0eb325 AudioEncoderOpusImpl: Remove unused static methods by Karl Wiberg · 5 years ago
  8. 7e7c5c3 WebRTC Opus C interface: Add support for non-48 kHz encode sample rate by Karl Wiberg · 5 years ago
  9. eb16697 AudioEncoderOpus: Don't mix up sample rate and RTP timestamp rate by Karl Wiberg · 5 years ago
  10. 44c21f4 Encoder side of Multistream Opus. by Alex Loiko · 5 years ago
  11. 40889f3 Removes TimeMicros interface from ThreadProcessingFakeClock. by Sebastian Jansson · 5 years ago
  12. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  13. e5b9416 Decoder for multistream Opus. by Alex Loiko · 5 years ago
  14. 50b8c39 Generalize the C-language Opus interface. by Alex Loiko · 5 years ago
  15. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 5 years ago
  16. c4dd730 Fix -Wextra-semi warnings. by Mirko Bonadei · 5 years ago
  17. 6543881 2nd reland of https://webrtc-review.googlesource.com/c/src/+/114883 by Alex Loiko · 5 years ago
  18. 22f9925 webrtc: Remove semicolons. by Nico Weber · 5 years ago
  19. 8b3db59 Revert "Reland of https://webrtc-review.googlesource.com/c/src/+/114883" by Alex Loiko · 5 years ago
  20. 5341aac Reland of https://webrtc-review.googlesource.com/c/src/+/114883 by Alex Loiko · 5 years ago
  21. ffd1f93 Revert "Tests for multi-stream Opus." by Mirko Bonadei · 5 years ago
  22. 9c31ac2 Tests for multi-stream Opus. by Alex Loiko · 5 years ago
  23. e45c688 Remove webrtc::ProtoString. by Mirko Bonadei · 5 years ago
  24. 05cf6be [clang-tidy] Apply performance-move-const-arg fixes. by Mirko Bonadei · 5 years ago
  25. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 5 years ago
  26. 7a3e43a Reland of Opus multistream. by Alex Loiko · 5 years ago
  27. 649a4c2 [clang-tidy] Apply performance-inefficient-vector-operation fixes. by Mirko Bonadei · 5 years ago
  28. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  29. 9dac02d Adding text log on actual opus bitrate. by Minyue Li · 6 years ago
  30. 1fa51d6 Revert "Opus multistream." by Amit Hilbuch · 6 years ago
  31. 83ed89a Opus multistream. by Alex Loiko · 6 years ago
  32. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  33. 7289906 Delete enum NetEqDecoder. by Niels Möller · 6 years ago
  34. 41f3a43 Remove CodecInst pt.3 by Fredrik Solenberg · 6 years ago
  35. f693bfa Remove CodecInst pt.2 by Fredrik Solenberg · 6 years ago
  36. e10b163 Stop using 'using namespace'. by Mirko Bonadei · 6 years ago
  37. 698d6c4 Change the type of indW32 back to int32_t by Sam Zackrisson · 6 years ago
  38. 622eeda Bump variable sizes in response to fuzzer bug by Jonas Olsson · 6 years ago
  39. 8ac05cc Adds trial to use link capacity estimate in Opus encoder. by Sebastian Jansson · 6 years ago
  40. 254d3db Add missing #include to absl/memory/memory.h from audio_encoder_cng.cc by tzik · 6 years ago
  41. 0070655 Removing ancient and unused test scripts and data files by Henrik Lundin · 6 years ago
  42. 2365936 Hide the AudioEncoderCng class behind a create function by Karl Wiberg · 6 years ago
  43. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  44. 2edab4c Delete use of STR_CASE_CMP, replaced with absl::EqualsIgnoreCase. by Niels Möller · 6 years ago
  45. 83bd37c Add field trials for configuring Opus encoder packet loss rate. by Jakob Ivarsson · 6 years ago
  46. 88b68ac Create field trial for setting a minimum value for Opus encoder packet loss rate by Jakob Ivarsson · 6 years ago
  47. 366a50c Remove simple stringstream usages. by Jonas Olsson · 6 years ago
  48. d4161a3 Moving LappedTransform, Blocker and AudioRingBuffer. by Alessio Bazzica · 6 years ago
  49. 75caa59 Untangle fft third party lib from dependon WebRTC by Artem Titov · 6 years ago
  50. a15fd0d Add missing include of stdint.h in MIPS code. by Niels Möller · 6 years ago
  51. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  52. 52b9000 Move g722 to proper third_party directory by Artem Titov · 6 years ago
  53. e095b81 Move g711 to proper third_party directory by Artem Titov · 6 years ago
  54. 8a838fd Move fft to proper third_party directory by Artem Titov · 6 years ago
  55. 682aac5 Enable clang::find_bad_constructs for audio_coding (part 1/2). by Mirko Bonadei · 6 years ago
  56. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  57. 91280e4 Extract third party part of g722 codec into separate target by Artem Titov · 6 years ago
  58. 3ecec17 Extract third party part of g711 codec into separate target by Artem Titov · 6 years ago
  59. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  60. b602123 Replace rtc::Optional with absl::optional in modules/audio_coding by Danil Chapovalov · 6 years ago
  61. 27fe43a Removing warning suppression flags from modules/audio_coding. by Mirko Bonadei · 6 years ago
  62. e058568 iLBC decoding: Ignore a signed overflow by Karl Wiberg · 6 years ago
  63. c7f09ad NetEq fix for repeated audio issue. by Ivo Creusen · 6 years ago
  64. b9fc650 Add min and max allowed bitrate in Opus bitrate tests by Gustaf Ullberg · 6 years ago
  65. ae93f04 Make an energy computation not overflow in iLBC PLC by Sam Zackrisson · 6 years ago
  66. 5f83cf0 Replacing rtc::TimeDelta with webrtc::TimeDelta. by Sebastian Jansson · 6 years ago
  67. 7ba22b8 Break out the part of the iSAC codec that's used for Voice Activity Detection by Karl Wiberg · 6 years ago
  68. 2a35c43 Removing shared_ptr in a unittest in audio coding. by Minyue Li · 6 years ago
  69. 6f3d01c "Fix" signed integer overflow in old code by Karl Wiberg · 6 years ago
  70. 89f645a Add missing header include for filterbanks_neon.c by Jiawei Ou · 6 years ago
  71. 36b096c Ignore overflowing left shift by Karl Wiberg · 6 years ago
  72. bb19fcf Add explicit cast to void to silence -Wcomma warning by Karl Wiberg · 6 years ago
  73. 338f58d iSAC decoder: Don't read past the end of the buffer of encoded bytes by Karl Wiberg · 6 years ago
  74. 7aabd39 Move asm_defines.h to rtc_base/system/ by Karl Wiberg · 6 years ago
  75. d757356 Fixing -Wstrict-prototypes warnings. by Mirko Bonadei · 6 years ago
  76. d6fbf2a Tests: Pass codec ID argument to audio codecs by Karl Wiberg · 6 years ago
  77. 1631dc6 Make isac_fix_test correctly parse --isolated-script-test-perf-output. by Patrik Höglund · 6 years ago
  78. 5d436ac Removed Die mock from MockAudioEncoder by Sebastian Jansson · 6 years ago
  79. 0c15a09 Don't use gtest-parallel when running webrtc_perf_tests. by Edward Lemur · 6 years ago
  80. 96a48ef Reland "Removing forward headers in modules/audio_coding/codecs."" by Mirko Bonadei · 6 years ago
  81. 1d0b9d0 Revert "Removing forward headers in modules/audio_coding/codecs." by Mirko Bonadei · 6 years ago
  82. 7272453 Using fully qualified #include paths in pcm16b code. by Mirko Bonadei · 6 years ago
  83. 8e2852d Add chartjson_result_file argument to isac_fix_test. by Edward Lemur · 6 years ago
  84. 06c2aa9 Using fully qualified #include paths in ilbc code. by Mirko Bonadei · 6 years ago
  85. 2279aec Removing forward headers in modules/audio_coding/codecs. by Mirko Bonadei · 6 years ago
  86. bc3b782 Using fully qualified #include paths in g722 code. by Mirko Bonadei · 6 years ago
  87. 2bf82c1 Using fully qualified #include paths in g711 code. by Mirko Bonadei · 6 years ago
  88. 08973ee Using fully qualified #include paths in isac code. by Mirko Bonadei · 6 years ago
  89. 91fedfb Add missing iSAC headers. by Patrik Höglund · 7 years ago
  90. 1c62ffa Normalize main(..) routines for WinUWP by Robin Raymond · 7 years ago
  91. 32c6ae2 Fix fuzzer-found undefined behavior in webrtc_cng by Sam Zackrisson · 7 years ago
  92. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  93. eeb2765 Implement Opus bandwidth adjustment behind a FieldTrial by Alex Luebs · 7 years ago
  94. 36de62e Avoid flagging Opus DTX frames as speech. by Gustaf Ullberg · 7 years ago
  95. 12ab00b Optional: Use nullopt and implicit construction in /modules/audio_coding by Oskar Sundbom · 7 years ago
  96. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  97. eb254b4 Don't select audio codecs depending on GN vars `build_with_{chromium|mozilla}` by Karl Wiberg · 7 years ago
  98. 7275e18 Hide the internal AudioEncoderOpus class by giving it an "Impl" suffix by Karl Wiberg · 7 years ago
  99. c5ee987 Stop using std::tr1 by Edward Lemur · 7 years ago
  100. 737e073 Fixing warning C4267 on Win (more_configs). by Mirko Bonadei · 7 years ago