1. 62aee93 Adds trial to calculate audio overhead based on available data. by Sebastian Jansson · 5 years ago
  2. ef14f07 Delete AudioDecoder method IncomingPacket by Niels Möller · 5 years ago
  3. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  4. 608e6ba Add AudioDecoderIsacT::Config to include sampling rate and BWInfo object by Jiawei Ou · 5 years ago
  5. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  6. 7eb0a5e AudioDecoderOpus: Add support for 16 kHz output sample rate by Karl Wiberg · 5 years ago
  7. 126f2b3 AudioEncoderOpus: Add support for 16 kHz input sample rate by Karl Wiberg · 5 years ago
  8. 44c21f4 Encoder side of Multistream Opus. by Alex Loiko · 5 years ago
  9. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  10. e5b9416 Decoder for multistream Opus. by Alex Loiko · 6 years ago
  11. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 6 years ago
  12. 3aa584f Fixes ClangTidy issues in api/ by Benjamin Wright · 6 years ago
  13. 6543881 2nd reland of https://webrtc-review.googlesource.com/c/src/+/114883 by Alex Loiko · 6 years ago
  14. 8b3db59 Revert "Reland of https://webrtc-review.googlesource.com/c/src/+/114883" by Alex Loiko · 6 years ago
  15. 5341aac Reland of https://webrtc-review.googlesource.com/c/src/+/114883 by Alex Loiko · 6 years ago
  16. ffd1f93 Revert "Tests for multi-stream Opus." by Mirko Bonadei · 6 years ago
  17. 9c31ac2 Tests for multi-stream Opus. by Alex Loiko · 6 years ago
  18. 1c54605 [clang-tidy] Apply performance-move-const-arg fixes (misc). by Mirko Bonadei · 6 years ago
  19. 05cf6be [clang-tidy] Apply performance-move-const-arg fixes. by Mirko Bonadei · 6 years ago
  20. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  21. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  22. ad858d1 Improve the audio codec factory documentation. by Karl Wiberg · 6 years ago
  23. b7180c0 Replace RegisterExternalDecoder in NetEq test VerifyTimestampPropagation. by Niels Möller · 6 years ago
  24. 540ef28 Adds OnReceivedUplinkAllocation method to AudioEncoder. by Sebastian Jansson · 6 years ago
  25. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  26. 2edab4c Delete use of STR_CASE_CMP, replaced with absl::EqualsIgnoreCase. by Niels Möller · 6 years ago
  27. ac19414 Export symbols needed by the Chromium component build (part 6). by Mirko Bonadei · 6 years ago
  28. e482ff8 Audio codecs API: Remove some weasel words in the docs by Karl Wiberg · 6 years ago
  29. 276827c Export symbols needed by the Chromium component build (part 3). by Mirko Bonadei · 6 years ago
  30. 3b56ee7 Export symbols needed by the Chromium component build (part 2). by Mirko Bonadei · 6 years ago
  31. 3d25530 Reland "Export symbols needed by the Chromium component build (part 1)." by Mirko Bonadei · 6 years ago
  32. edc49c1 [Cleanup] Remove unused swap function. by Yves Gerey · 6 years ago
  33. 16fe3f2 Revert "Export symbols needed by the Chromium component build (part 1)." by Mirko Bonadei · 6 years ago
  34. 99eea42 Reland "Reland "Export symbols needed by the Chromium component build (part 1)."" by Mirko Bonadei · 6 years ago
  35. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  36. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  37. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  38. b49520b Revert "Reland "Export symbols needed by the Chromium component build (part 1)."" by Mirko Bonadei · 6 years ago
  39. 588f464 Reland "Export symbols needed by the Chromium component build (part 1)." by Mirko Bonadei · 6 years ago
  40. 2ea9af2 Revert "Export symbols needed by the Chromium component build (part 1)." by Mirko Bonadei · 6 years ago
  41. 9e24dcf Export symbols needed by the Chromium component build (part 1). by Mirko Bonadei · 6 years ago
  42. 00eb12a Let NetEq use the PLC output from a decoder by Henrik Lundin · 6 years ago
  43. 801500c Audio encoder tests: Create audio encoders the new way by Karl Wiberg · 6 years ago
  44. 24744a9 Use string_view instead of overloading for const string& and const char* by Karl Wiberg · 6 years ago
  45. 133cff0 AudioCodingModuleTest.TestAllCodecs: Create audio encoders the new way by Karl Wiberg · 6 years ago
  46. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  47. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  48. 0bc58cf Replace rtc::Optional with absl::optional in api by Danil Chapovalov · 6 years ago
  49. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  50. f1c470e Remove the audio codec factory methods that don't take AudioCodecPairId by Karl Wiberg · 6 years ago
  51. c7f09ad NetEq fix for repeated audio issue. by Ivo Creusen · 6 years ago
  52. 3e18c82 Reland "Reland "Remove our stream << overloads from non-test build targets."" by Jonas Olsson · 7 years ago
  53. bb23c83 GN hack to tag targets as poisonous (and use it with audio codecs) by Karl Wiberg · 6 years ago
  54. bd73928 Revert "Reland "Remove our stream << overloads from non-test build targets."" by Taylor Brandstetter · 6 years ago
  55. d7ee720 Reland "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 7 years ago
  56. 31ef5f0 Revert "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 7 years ago
  57. c841d18 Remove our stream << overloads from non-test build targets. by Jonas Olsson · 7 years ago
  58. 6e9d895 Add missing includes checks.h/array_view.h by Danil Chapovalov · 7 years ago
  59. d6fbf2a Tests: Pass codec ID argument to audio codecs by Karl Wiberg · 7 years ago
  60. 12edf4c Separate build target for rtc_base/numerics/safe_minmax.h by Karl Wiberg · 7 years ago
  61. 6b54228 Adapt audio codec factory templates to the new codec pair ID arguments by Karl Wiberg · 7 years ago
  62. 17668ec Audio codec implementations: Take optional codec ID argument by Karl Wiberg · 7 years ago
  63. 9890074 Audio codec factories: Pass a codec pair ID to new codecs by Karl Wiberg · 7 years ago
  64. 5d436ac Removed Die mock from MockAudioEncoder by Sebastian Jansson · 7 years ago
  65. 6114c24 Stop using public_deps in api. by Mirko Bonadei · 7 years ago
  66. 65ce311 Removing useless dependencies on //testing/gmock. by Mirko Bonadei · 7 years ago
  67. a7f2d84 Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" by Per Kjellander · 7 years ago
  68. c73e1f4 Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"" by Per Kjellander · 7 years ago
  69. 588c548 GN rtc_* templates: Set default visibility to webrtc_root + "/*" by Karl Wiberg · 7 years ago
  70. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
  71. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  72. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  73. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  74. 7eaf2f9 Require audio codec API types to have a Config type member by Karl Wiberg · 7 years ago
  75. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  76. 9065730 Optional: Use nullopt and implicit construction in /api/audio_codecs by Oskar Sundbom · 7 years ago
  77. fb65b10 Removing forward declarations that are never referenced. by Mirko Bonadei · 7 years ago
  78. eb254b4 Don't select audio codecs depending on GN vars `build_with_{chromium|mozilla}` by Karl Wiberg · 7 years ago
  79. 7275e18 Hide the internal AudioEncoderOpus class by giving it an "Impl" suffix by Karl Wiberg · 7 years ago
  80. 735a838 Make iSAC build targets and headers that automatically pick fix or float by Karl Wiberg · 7 years ago
  81. 84255bb Add explicit includes of refcountedobject.h where it is used. by Niels Möller · 7 years ago
  82. fb26f85 Revert "Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h."" by Niels Moller · 7 years ago
  83. bf6937a Reland "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Möller · 7 years ago
  84. d25fa78 Revert "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Moller · 7 years ago
  85. b7239a9 Make rtc_base/refcount.h self contained, not including refcountedobject.h. by Niels Möller · 7 years ago
  86. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  87. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  88. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago