1. cfea218 Use backticks not vertical bars to denote variables in comments by Artem Titov · 4 years ago
  2. d00ce74 Use backticks not vertical bars to denote variables in comments for /modules/audio_coding by Artem Titov · 4 years ago
  3. 6b4d962 Fix standard GetStats to not modify NetEq state. by Niels Möller · 4 years, 10 months ago
  4. 0df0fae Migrate modules/audio_coding, audio_mixer/ and audio_processing/ to webrtc::Mutex. by Markus Handell · 5 years ago
  5. 4b64411 NetEqImpl::GetDecoderFormat: Return RTP clockrate, not codec sample rate by Karl Wiberg · 6 years ago
  6. dc5ed5c Delete NACK-related methods from AudioCodingModule by Niels Möller · 6 years ago
  7. ed44f54 In ChannelReceive, use AcmReceiver directly, not AudioCodingModule by Niels Möller · 6 years ago
  8. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  9. afb5dbb Update ACM to use RTPHeader instead of WebRtcRTPHeader by Niels Möller · 6 years ago
  10. 9bee67c Add get/set base min delay to neteq and acm_receiver. by Ruslan Burakov · 6 years ago
  11. aa01f27 Removes all const Clock*. by Sebastian Jansson · 6 years ago
  12. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 7 years ago
  13. f693bfa Remove CodecInst pt.2 by Fredrik Solenberg · 7 years ago
  14. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 7 years ago
  15. 377a231 acm_receiver_unittest: Don't rely on the ACM to create encoders by Karl Wiberg · 7 years ago
  16. 18f1adc Delete AudioCodingModule::LeastRequiredDelayMs and related NetEq code. by Niels Möller · 7 years ago
  17. a12c42a Delete root header file typedef.h. by Niels Möller · 7 years ago
  18. b602123 Replace rtc::Optional with absl::optional in modules/audio_coding by Danil Chapovalov · 7 years ago
  19. bbf21a3 Remove dependencies on modules:module_api from AudioProcessing. by Fredrik Solenberg · 7 years ago
  20. abbff89 Add new UMA metric for NetEq target buffer delay by Henrik Lundin · 8 years ago
  21. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 8 years ago
  22. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  23. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/modules/audio_coding/acm2/acm_receiver.h]
  24. 56359be Update thread annotiation macros in modules to use RTC_ prefix by danilchap · 8 years ago
  25. 84f6a3f Move optional.h to webrtc/api/ by kwiberg · 8 years ago
  26. 529662a Move array_view.h to webrtc/api/ by kwiberg · 8 years ago
  27. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  28. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
  29. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
  30. 6af9399 ACM: Make AcmReceiver's ownership of NetEq more obvious by Henrik Lundin · 8 years ago
  31. 02ed201 AcmReceiver: Make a member variable const by Henrik Lundin · 8 years ago
  32. 1c07c70 Reland "WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType" by kwiberg · 8 years ago
  33. 670a7f3 Revert of WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType (patchset #13 id:260001 of https://codereview.webrtc.org/2686043006/ ) by kwiberg · 8 years ago
  34. 1724cfb WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType by kwiberg · 8 years ago
  35. a9a6d4b Delete voice_engine_configurations.h by henrik.lundin · 9 years ago
  36. e280cde Voe::Channel: Turned GetPlayoutFrequency into GetRtpTimestampRateHz. by ossu · 9 years ago
  37. 7056be9 Delete old video defines in engine config. by mflodman · 9 years ago
  38. 5adaf73 AudioCodingModule: Specify decoders using SdpAudioFormat by kwiberg · 9 years ago
  39. 46a8d18 ACM: Removed the code for InitialDelayManager by ossu · 9 years ago
  40. c4ccd4d AcmReceiver: Eliminate AcmReceiver::decoders_ by kwiberg · 9 years ago
  41. 6b19b56 AcmReceiver: Ask NetEq to delete all decoders at once instead of one by one by kwiberg · 9 years ago
  42. 6f0f616 AcmReceiver: Look up last decoder in NetEq's table of decoders by kwiberg · 9 years ago
  43. 7a0f2c5 Revert of AcmReceiver: Look up last decoder in NetEq's table of decoders (patchset #1 id:100001 of https://codereview.webrtc.org/2339953002/ ) by kwiberg · 9 years ago
  44. 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
  45. f6232b4 AcmReceiver: Ask NetEq to delete all decoders at once instead of one by one by kwiberg · 9 years ago
  46. 1e4d8b5 AcmReceiver: Look up last decoder in NetEq's table of decoders by kwiberg · 9 years ago
  47. b3f1c5d Add NetEq::FilteredCurrentDelayMs() and use it in VoiceEngine by henrik.lundin · 9 years ago
  48. 834a6ea Add muted_output parameter to ACM by henrik.lundin · 9 years ago
  49. 9a410dd Change NetEq::GetPlayoutTimestamp to return an rtc::Optional<uint32_t> by henrik.lundin · 9 years ago
  50. 500c04b Delete VAD methods from AcmReceiver and move functionality inside NetEq by henrik.lundin · 9 years ago
  51. 6d8e011 Change NetEq::GetAudio to use AudioFrame by henrik.lundin · 9 years ago
  52. 0023fdf Remove the ID from AcmReceiver by henrik.lundin · 9 years ago
  53. 16c5a96 Replace scoped_ptr with unique_ptr in webrtc/modules/audio_coding/ by kwiberg · 9 years ago
  54. 5ad935c Remove mutable from rtc::CriticalSection members. by pbos · 9 years ago
  55. 9090e0b Switch CriticalSectionWrapper->rtc::CriticalSection in modules/audio_coding. by Tommi · 10 years ago
  56. 6955870 Convert channel counts to size_t. by Peter Kasting · 10 years ago
  57. 4cf61dd NetEq: Add codec name and RTP timestamp rate to DecoderInfo by henrik.lundin · 10 years ago
  58. 3e6db23 audio_coding: remove "main" directory by kjellander · 10 years ago[Renamed (95%) from webrtc/modules/audio_coding/main/acm2/acm_receiver.h]
  59. 057fb89 Add new method AcmReceiver::last_packet_sample_rate_hz() by henrik.lundin · 10 years ago
  60. d89814b NetEq: Add new method last_output_sample_rate_hz by henrik.lundin · 10 years ago
  61. ee2bac2 AcmReceiver::InsertPacket and NetEq::InsertPacket: Take ArrayView arguments by kwiberg · 10 years ago
  62. 39d8bee Make ACMCodecDB private to RentACodec by kwiberg · 10 years ago
  63. ff761fb modules: more interface -> include renames by Henrik Kjellander · 10 years ago
  64. 678c903 Delete AcmReceiver::SetInitialDelay by henrik.lundin · 10 years ago
  65. 1d5c9bd Remove unused method AcmReceiver:RedPayloadType by henrik.lundin · 10 years ago
  66. 48ed930 ACM: Move NACK functionality inside NetEq by henrik.lundin · 10 years ago
  67. 7464089 audio_coding: rename interface -> include by Henrik Kjellander · 10 years ago
  68. 1bd0e03 ACM: Removing runtime APIs related to playout mode by henrik.lundin · 10 years ago
  69. 4e14f09 Add support for external decoders in ACM by kwiberg · 10 years ago
  70. d8399e6 Also provide sample rate when registering decoders by Karl Wiberg · 10 years ago
  71. a990784 AcmReceiver: index decoders by payload type instead of ACM codec ID by Jelena Marusic · 10 years ago
  72. a4bef3e AcmReceiver: use std::map instead of an array to keep the list of decoders by jmarusic@webrtc.org · 10 years ago
  73. 00b8f6b Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 10 years ago
  74. 1eda4e3 Reland r8476 "Set decoder output frequency in AudioDecoder::Decode call" by henrik.lundin@webrtc.org · 10 years ago
  75. 903182b Revert r8476 "Set decoder output frequency in AudioDecoder::Decode call" by henrik.lundin@webrtc.org · 10 years ago
  76. b9c18d5 Set decoder output frequency in AudioDecoder::Decode call by henrik.lundin@webrtc.org · 10 years ago
  77. c0bd7be Adding two new stats to VoiceReceiverInfo by minyue@webrtc.org · 10 years ago
  78. 16825b1 Use int64_t more consistently for times, in particular for RTT values. by pkasting@chromium.org · 11 years ago
  79. 4591fbd Use size_t more consistently for packet/payload lengths. by pkasting@chromium.org · 11 years ago
  80. 913f7b8 Fix for glitches in ACM when switching desired output sample rate by henrik.lundin@webrtc.org · 11 years ago
  81. 38344ed Move thread_annotations.h to webrtc/base/. by pbos@webrtc.org · 11 years ago
  82. ea25784 Change how background noise mode in NetEq is set by henrik.lundin@webrtc.org · 11 years ago
  83. eecf5e6 Removing neteq decode lock and friends by henrik.lundin@webrtc.org · 11 years ago
  84. a90abde Add thread annotations to AcmReceiver by henrik.lundin@webrtc.org · 11 years ago
  85. 9c55f0f Rename neteq4 folder to neteq by henrik.lundin@webrtc.org · 11 years ago
  86. 94454b7 Fix the chain that propagates the audio frame's rtp and ntp timestamp including: by wu@webrtc.org · 11 years ago
  87. 1b9df05 Revert 6257 "Rename neteq4 folder to neteq" by henrik.lundin@webrtc.org · 11 years ago
  88. a90f6d6 Rename neteq4 folder to neteq by henrik.lundin@webrtc.org · 11 years ago
  89. 0bc9b5a Add clock to ACM config struct by henrik.lundin@webrtc.org · 11 years ago
  90. e772c71 Introduce a config struct for AudioCoding module by henrik.lundin@webrtc.org · 11 years ago
  91. 0c1444c Create ACM2 instance when calling AudioCodingModule::Create by henrik.lundin@webrtc.org · 11 years ago
  92. 35ead38 Adding a config struct to NetEq by henrik.lundin@webrtc.org · 11 years ago
  93. 24301a6 Update talk to 58174641 together with http://review.webrtc.org/4319005/. by wu@webrtc.org · 12 years ago
  94. 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
  95. 48af652 Prepare to compile ACM1 and ACM2. by turaj@webrtc.org · 12 years ago
  96. 7959e16 ACM2 integration with NetEq 4. by turaj@webrtc.org · 12 years ago