1. 0df0fae Migrate modules/audio_coding, audio_mixer/ and audio_processing/ to webrtc::Mutex. by Markus Handell · 4 years, 3 months ago
  2. 24762f2 Fix missing dependencies. by Mirko Bonadei · 4 years, 3 months ago
  3. 30a3e78 iSAC encoder: Make it possible to change target bitrate at any time by Karl Wiberg · 4 years, 3 months ago
  4. f46902c Add a simple frame length controller. by Jakob Ivarsson · 4 years, 4 months ago
  5. 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 4 months ago
  6. 7e5dfdb Implement AudioEncoder::GetFrameLengthRange() for all audio encoders. by Ali Tofigh · 4 years, 6 months ago
  7. b3548bf iSAC unit test: test encode/decode via API wrapper by Alessio Bazzica · 4 years, 8 months ago
  8. 64f1f3f Replace RTC_FALLTHROUGH with ABSL_FALLTHROUGH_INTENTED by Danil Chapovalov · 4 years, 9 months ago
  9. 3e3c551 Suppress C5041 constexpr warning for MSVC 2019 by Jerome Humbert · 4 years, 9 months ago
  10. bd5874a Remove inter-arrival delay mode from DelayManager. by Jakob Ivarsson · 4 years, 9 months ago
  11. 39cf3c7 Clean up the NetEqFactory API. by Ivo Creusen · 4 years, 10 months ago
  12. 9dc209a Add ability to disable detailed error message in RTC_CHECKs by Artem Titov · 4 years, 10 months ago
  13. 68c6572 Add a CreateNetEq method that takes an AudioDecoderFactory by Ivo Creusen · 4 years, 10 months ago
  14. 4dd56a3 ACM: Adding unittests for the remixing functionality by Per Åhgren · 4 years, 11 months ago
  15. 3a65f39 Expose NetEqDecodingTest for re-use in chromium tests. by Yves Gerey · 5 years ago
  16. 8e83c7a Make Opus PLC always output 10ms audio. by Minyue Li · 5 years ago
  17. 82976bb Expose OpusTest class for re-use as chromium test. by Yves Gerey · 5 years ago
  18. 3ce44a3 Move NetEq headers to api/ by Ivo Creusen · 5 years ago
  19. cd2a92f Removes RPLR based FEC controller. by Sebastian Jansson · 5 years ago
  20. 54d0278 Renaming opus_interface.c to opus_interface.cc. by Minyue Li · 5 years ago
  21. 53a31f7 Introduce injectable NetEqController interface. by Ivo Creusen · 5 years ago
  22. 3663ed3 Move rtc_base/ignore_wundef.h to its own target. by Mirko Bonadei · 5 years ago
  23. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
  24. 99a2096 Added support for skipping get_audio events, adding dummy packets and setting a field trial string. by Ivo Creusen · 5 years ago
  25. 834a554 Include module_common_types.h only where needed by Niels Möller · 5 years ago
  26. 544dfb5 Delete isac GetBandwidthInfo/SetBandwidthInfo by Niels Möller · 5 years ago
  27. 48b32b7 Delete support for enabling adaptive isac mode by Niels Möller · 5 years ago
  28. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  29. 16cb1f6 Stop using rtc_event.h forward header by Danil Chapovalov · 5 years ago
  30. 25eb47c Make the RtpHeaderParserImpl available to tests and tools only. by Tommi · 5 years ago
  31. 2dac4e4 Remove rtc_use_lto GN arg. by Mirko Bonadei · 5 years ago
  32. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  33. b79f564 Switch neteq_rtpplay into an executable. by Mirko Bonadei · 5 years ago
  34. 8f319a3 Reland "Reland "Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker."" by Alessio Bazzica · 5 years ago
  35. fab3460 Revert "Reland "Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker."" by Alessio Bazzica · 5 years ago
  36. 9973933 Reland "Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker." by Chen Xing · 5 years ago
  37. 2ab97f6 Migrate WebRTC test infra to ABSL_FLAG. by Mirko Bonadei · 5 years ago
  38. 24192c2 Revert "Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker." by Ivo Creusen · 5 years ago
  39. 46dda83 Improve buffer level estimation with DTX and add CNG time stretching. by Jakob Ivarsson · 5 years ago
  40. 14be799 Switch neteq tools to ABSL_FLAG. by Mirko Bonadei · 5 years ago
  41. 3e8ef94 Add plumbing of RtpPacketInfos to each AudioFrame as input for SourceTracker. by Chen Xing · 5 years ago
  42. 44c21f4 Encoder side of Multistream Opus. by Alex Loiko · 5 years ago
  43. e5b9416 Decoder for multistream Opus. by Alex Loiko · 5 years ago
  44. 741daaf Move rtc::FunctionView to the public API by Artem Titov · 6 years ago
  45. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 6 years ago
  46. ef1052a Reland "Move api/rtp_headers.h to its own build target." by Niels Möller · 6 years ago
  47. 2baef35 Revert "Move api/rtp_headers.h to its own build target." by Steve Anton · 6 years ago
  48. a67050d Move api/rtp_headers.h to its own build target. by Niels Möller · 6 years ago
  49. c936cb6 Make AudioFrameType an enum class, and move to audio_coding_module_typedefs.h by Niels Möller · 6 years ago
  50. 7edc49c Mark neteq_rtpplay as publicly visible. by Mirko Bonadei · 6 years ago
  51. 5ad789c Reland "NetEQ RTP Play: Optionally write output audio file" by Alessio Bazzica · 6 years ago
  52. c4b391a Revert "NetEQ RTP Play: Optionally write output audio file" by Ivo Creusen · 6 years ago
  53. 6330818 NetEQ RTP Play: Optionally write output audio file by Alessio Bazzica · 6 years ago
  54. 745cfb9 use link_deps in ana_debug_dump_proto by Takuto Ikuta · 6 years ago
  55. fc52b91 Implicitly suppress //build/config/clang:find_bad_constructs. by Mirko Bonadei · 6 years ago
  56. ba7886b Move command line flags out of NetEqTestFactory by Ivo Creusen · 6 years ago
  57. 08f6a6c Import proto_library.gni when rtc_enable_protobuf is true by Kimmo Kinnunen · 6 years ago
  58. 1eb3d7e Refactor DelayManager into separate Histogram class and make it injectable for testing purposes. by Jakob Ivarsson · 6 years ago
  59. e45c688 Remove webrtc::ProtoString. by Mirko Bonadei · 6 years ago
  60. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  61. 5c2f1f0 Add some missing includes and dependencies. by Bjorn Terelius · 6 years ago
  62. 7289906 Delete enum NetEqDecoder. by Niels Möller · 6 years ago
  63. 9c277dd Delete NetEq::RegisterExternalDecoder. by Niels Möller · 6 years ago
  64. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  65. d375f1c Refactor NetEqTestFactory to not use "external" decoders by Niels Möller · 6 years ago
  66. 3f651d8 Reland "Add AudioDecoderFactory to NetEqTest constructor." by Niels Möller · 6 years ago
  67. 41f3a43 Remove CodecInst pt.3 by Fredrik Solenberg · 6 years ago
  68. f7f753b Revert "Add AudioDecoderFactory to NetEqTest constructor." by Oleh Prypin · 6 years ago
  69. daa970f Add AudioDecoderFactory to NetEqTest constructor. by Niels Möller · 6 years ago
  70. f693bfa Remove CodecInst pt.2 by Fredrik Solenberg · 6 years ago
  71. 2db46b0 Added new feature to print a text log to neteq_rtpplay by Ivo Creusen · 6 years ago
  72. 657b296 Reland "Remove CodecInst pt.1" by Fredrik Solenberg · 6 years ago
  73. ec0f45b Revert "Remove CodecInst pt.1" by Fredrik Solenberg · 6 years ago
  74. 056f973 Remove CodecInst pt.1 by Fredrik Solenberg · 6 years ago
  75. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  76. 53382cb Move RtcpStatistics from common_types.h to a new header file by Niels Möller · 6 years ago
  77. e3abb81 Decouple //rtc_base:rtc_base_tests_utils from gunit. by Mirko Bonadei · 6 years ago
  78. d51b355 Delete unused NetEq Rtcp stats. by Niels Möller · 6 years ago
  79. 78e88fe Move NetworkStatistics and AudioDecodingCallStats from common_types.h by Fredrik Solenberg · 6 years ago
  80. 42b715a Add visibility to ana config proto by Piotr (Peter) Slatala · 6 years ago
  81. 49c33ce AudioCodingModule: Remove support for creating encoders by Karl Wiberg · 6 years ago
  82. f0e7440 Add missing conditional defines to neteq test and tools targets by Sam Zackrisson · 6 years ago
  83. 254d3db Add missing #include to absl/memory/memory.h from audio_encoder_cng.cc by tzik · 6 years ago
  84. 2365936 Hide the AudioEncoderCng class behind a create function by Karl Wiberg · 6 years ago
  85. 69807e8 Depend directly on destination targets. by Yves Gerey · 6 years ago
  86. 21cddff Harmonize paths to dependent targets. by Yves Gerey · 6 years ago
  87. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  88. 2edab4c Delete use of STR_CASE_CMP, replaced with absl::EqualsIgnoreCase. by Niels Möller · 6 years ago
  89. b9972fa Adds AudioNetworkAdaptation support to Scenario tests. by Sebastian Jansson · 6 years ago
  90. 40a7a35 Extract functionality of test_main into separate library. by Artem Titov · 6 years ago
  91. 5350d1c RtcEventLogSource no longer uses deprecated parsing functions. by Bjorn Terelius · 6 years ago
  92. 7730193 Remove SetExecutablePath, simplify ResourcePath by Patrik Höglund · 6 years ago
  93. 8ca5c52 Temporarily increase visibility of publicly used build targets. by Mirko Bonadei · 6 years ago
  94. c2c4d04 AudioCodingModuleTest.TestRedFec: Don't let the ACM create audio encoders by Karl Wiberg · 6 years ago
  95. 311c13b Remove noop system_wrappers_default build target. by Mirko Bonadei · 6 years ago
  96. 895ce82 VAD/DTX tests: Don't let the ACM create audio encoders by Karl Wiberg · 6 years ago
  97. 3ff52ff Remove the useless ACMTest base class by Karl Wiberg · 6 years ago
  98. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  99. 91957c1 AudioCodingModuleTest.TwoWayCommunication: Don't let the ACM create encoders by Karl Wiberg · 6 years ago
  100. bf7a046 AudioCodingModuleTest.TestIsac: Don't rely on the ACM to create encoders by Karl Wiberg · 6 years ago