1. c936cb6 Make AudioFrameType an enum class, and move to audio_coding_module_typedefs.h by Niels Möller · 6 years ago
  2. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 6 years ago
  3. 6543881 2nd reland of https://webrtc-review.googlesource.com/c/src/+/114883 by Alex Loiko · 6 years ago
  4. 8b3db59 Revert "Reland of https://webrtc-review.googlesource.com/c/src/+/114883" by Alex Loiko · 6 years ago
  5. 5341aac Reland of https://webrtc-review.googlesource.com/c/src/+/114883 by Alex Loiko · 6 years ago
  6. b35bacc Fix NetEq minimum and maximum delay always reset on acm creation. by Ruslan Burakov · 6 years ago
  7. ffd1f93 Revert "Tests for multi-stream Opus." by Mirko Bonadei · 6 years ago
  8. 9c31ac2 Tests for multi-stream Opus. by Alex Loiko · 6 years ago
  9. afb5dbb Update ACM to use RTPHeader instead of WebRtcRTPHeader by Niels Möller · 6 years ago
  10. 3b50f9f Propagate base minimum delay to audio_receiver_stream by Ruslan Burakov · 6 years ago
  11. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 7 years ago
  12. f693bfa Remove CodecInst pt.2 by Fredrik Solenberg · 7 years ago
  13. 49c33ce AudioCodingModule: Remove support for creating encoders by Karl Wiberg · 7 years ago
  14. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 7 years ago
  15. 2edab4c Delete use of STR_CASE_CMP, replaced with absl::EqualsIgnoreCase. by Niels Möller · 7 years ago
  16. eddd366 Delete unused method AudioCodingModuleImpl::SetOpusApplication. by Niels Möller · 7 years ago
  17. 764c14c8 Delete unused AudioCodingModule methods. by Niels Möller · 7 years ago
  18. 18f1adc Delete AudioCodingModule::LeastRequiredDelayMs and related NetEq code. by Niels Möller · 7 years ago
  19. ec93075 Delete deprecated methods on AudioCodingModule by Niels Möller · 7 years ago
  20. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  21. b602123 Replace rtc::Optional with absl::optional in modules/audio_coding by Danil Chapovalov · 7 years ago
  22. bbf21a3 Remove dependencies on modules:module_api from AudioProcessing. by Fredrik Solenberg · 7 years ago
  23. 5817d3d AudioCodingModule::Create(): Require caller to supply an AudioDecoderFactory by Karl Wiberg · 7 years ago
  24. abbff89 Add new UMA metric for NetEq target buffer delay by Henrik Lundin · 8 years ago
  25. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 8 years ago
  26. 12ab00b Optional: Use nullopt and implicit construction in /modules/audio_coding by Oskar Sundbom · 8 years ago
  27. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 8 years ago
  28. d4a790f Remove AudioCodingModule::IncomingPayload by Henrik Lundin · 8 years ago
  29. c7b4a45 Remove various IDs: by solenberg · 8 years ago
  30. e423a9de Revert of Remove various IDs (patchset #7 id:120001 of https://codereview.webrtc.org/3019543002/ ) by solenberg · 8 years ago
  31. 2d0f775 Remove various IDs: by solenberg · 8 years ago
  32. 48d96c0 Corrected upper limits of NetEq minimum and maximum delay. by Gustaf Ullberg · 8 years ago
  33. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  34. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/modules/audio_coding/acm2/audio_coding_module.cc]
  35. e1198e0 Add new ANA stats to the old GetStats() to count the number of actions taken by each controller. by ivoc · 8 years ago
  36. 56359be Update thread annotiation macros in modules to use RTC_ prefix by danilchap · 8 years ago
  37. 36344a0 Fix incorrect memset on muted frames. by Jonathan Yu · 8 years ago
  38. bc8ee33 Remove verbose logs from audio_coding_module.cc. by Noah Richards · 8 years ago
  39. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  40. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
  41. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
  42. 300ec8c Remove WEBRTC_TRACE from webrtc/modules/audio_coding by Alex Loiko · 8 years ago
  43. 36b1a5f Add mute state field to AudioFrame and switch some callers to use it. Also make AudioFrame::data_ private and instead provide: by yujo · 8 years ago
  44. b8c55b1 Handle padded audio packets correctly by henrik.lundin · 8 years ago
  45. 368f5cf Replace use of system_wrappers/include/logging.h by base/logging.h. by nisse · 8 years ago
  46. 1c07c70 Reland "WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType" by kwiberg · 8 years ago
  47. 670a7f3 Revert of WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType (patchset #13 id:260001 of https://codereview.webrtc.org/2686043006/ ) by kwiberg · 8 years ago
  48. 1724cfb WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType by kwiberg · 8 years ago
  49. d3edd77 Introduce dchecked_cast, and start using it by kwiberg · 8 years ago
  50. 087bd34 Move AudioDecoder and related stuff to the api/ directory by kwiberg · 8 years ago
  51. 566d820 Update smoothed bitrate. by michaelt · 9 years ago
  52. 4b9a2cb Reland "Renaming AudioEncoder::SetTargetBitrate and SetProjectedPacketLossRate." by minyue · 9 years ago
  53. e69b468 Revert of Renaming AudioEncoder::SetTargetBitrate and SetProjectedPacketLossRate. (patchset #5 id:240001 of https://codereview.webrtc.org/2411613002/ ) by minyue · 9 years ago
  54. 84e56d5 Renaming AudioEncoder::SetTargetBitrate and SetProjectedPacketLossRate. by minyue · 9 years ago
  55. af476c7 RTC_[D]CHECK_op: Remove "u" suffix on integer constants by kwiberg · 9 years ago
  56. e280cde Voe::Channel: Turned GetPlayoutFrequency into GetRtpTimestampRateHz. by ossu · 9 years ago
  57. 5adaf73 AudioCodingModule: Specify decoders using SdpAudioFormat by kwiberg · 9 years ago
  58. 24c7c12 Move FunctionView from AudioCodingModule to the rtc namespace by kwiberg · 9 years ago
  59. 6b19b56 AcmReceiver: Ask NetEq to delete all decoders at once instead of one by one by kwiberg · 9 years ago
  60. bfb78d1 Revert of AcmReceiver: Ask NetEq to delete all decoders at once instead of one by one (patchset #2 id:20001 of https://codereview.webrtc.org/2342313002/ ) by kwiberg · 9 years ago
  61. f6232b4 AcmReceiver: Ask NetEq to delete all decoders at once instead of one by one by kwiberg · 9 years ago
  62. 36a4388 Fix Chromium clang plugin warnings by kwiberg · 9 years ago
  63. fcada90 Fixing timestamp comparison assert. by deadbeef · 9 years ago
  64. b3f1c5d Add NetEq::FilteredCurrentDelayMs() and use it in VoiceEngine by henrik.lundin · 9 years ago
  65. 85228d6 Regression test for issue where Opus DTX status was being forgotten. by ivoc · 9 years ago
  66. 63fb95a Fixed time moving backwards in the AudioCodingModule. by ossu · 9 years ago
  67. c13ded5 Move AudioCodingModuleImpl to anonymous namespace in audio_coding_module.cc by kwiberg · 9 years ago
  68. e352578 Moved injection of AudioDecoderFactory into voe::Channel. by ossu · 9 years ago
  69. 6955870 Convert channel counts to size_t. by Peter Kasting · 10 years ago
  70. 3e6db23 audio_coding: remove "main" directory by kjellander · 10 years ago[Renamed (92%) from webrtc/modules/audio_coding/main/acm2/audio_coding_module.cc]
  71. be57983 Rename Maybe to Optional by Karl Wiberg · 10 years ago
  72. 7464089 audio_coding: rename interface -> include by Henrik Kjellander · 10 years ago
  73. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 10 years ago
  74. fce4a94 RentACodec: New class that takes over part of ACMCodecDB's job by kwiberg · 10 years ago
  75. e9eca8f Removing AudioCoding class, a.k.a the new ACM API by henrik.lundin · 10 years ago
  76. 061b79a ACM: Remove functions related to DTMF by henrik.lundin · 10 years ago
  77. 64dad83 Reland r9159 "Adding a new constraint to set NetEq buffer capacity ..." by Henrik Lundin · 10 years ago
  78. 1f62923 Revert r9164 "Adding a new constraint to set NetEq buffer capacity ..." by Henrik Lundin · 10 years ago
  79. fd32f35 Reland r9159 "Adding a new constraint to set NetEq buffer capacity ..." by Henrik Lundin · 10 years ago
  80. cdb47a4 Revert r9159 "Adding a new constraint to set NetEq buffer capacity ..." by Henrik Lundin · 10 years ago
  81. 208a229 Adding a new constraint to set NetEq buffer capacity from peerconnection by Henrik Lundin · 10 years ago
  82. 93ef1d8 Change ACM's CodecManager to hold one encoder instead of an array by Henrik Lundin · 10 years ago
  83. 2519c45 Fix clang style warnings in webrtc/modules/audio_coding by Karl Wiberg · 10 years ago
  84. ed8bcd3 Starting to implement the new ACM API by henrik.lundin@webrtc.org · 11 years ago
  85. 70e53fa Remove ACM1 and NetEq3 related targets from modules.gyp by henrik.lundin@webrtc.org · 11 years ago
  86. fdf2053 Remove AudioCodingModuleFactory by henrik.lundin@webrtc.org · 11 years ago
  87. 0bc9b5a Add clock to ACM config struct by henrik.lundin@webrtc.org · 11 years ago
  88. e772c71 Introduce a config struct for AudioCoding module by henrik.lundin@webrtc.org · 11 years ago
  89. 0c1444c Create ACM2 instance when calling AudioCodingModule::Create by henrik.lundin@webrtc.org · 11 years ago
  90. 1e8c93c Distinguish instances of ACM1 from ACM2 by a version string. This is fpr testing purposes and will be removed when the experiment is done and ACM1 is fade out. by turaj@webrtc.org · 12 years ago
  91. 6d5d248 Wrap ACM2 code inside acm2 namespace. This gurantees that one ACM would not use components of others by accident. by turaj@webrtc.org · 12 years ago
  92. eb524d9 Remove deprecated AudioCodingModule::Destroy. by andrew@webrtc.org · 12 years ago
  93. 532f3dc Compile ACM2 and ACM1. by turaj@webrtc.org · 12 years ago
  94. 1c77dfd Revert r4772 "Compile ACM1 and ACM2." by stefan@webrtc.org · 12 years ago
  95. 367baa6 Compile ACM1 and ACM2. by turaj@webrtc.org · 12 years ago
  96. 48af652 Prepare to compile ACM1 and ACM2. by turaj@webrtc.org · 12 years ago
  97. 7959e16 ACM2 integration with NetEq 4. by turaj@webrtc.org · 12 years ago