1. c3d1f9b Enable injection of a custom NetEqFactory into PeerConnectionFactory. by Ivo Creusen · 6 years ago
  2. 3ce44a3 Move NetEq headers to api/ by Ivo Creusen · 6 years ago
  3. 3247244 Delete unused method AudioCodingModule::GetDecodingCallStatistics by Niels Möller · 6 years ago
  4. 5ceb4ac Delete some unused AudioCodingModule methods by Niels Möller · 6 years ago
  5. dc5ed5c Delete NACK-related methods from AudioCodingModule by Niels Möller · 6 years ago
  6. b90d38a Delete unused Opus-specific methods of AudioCodingModule by Niels Möller · 6 years ago
  7. c653172 Delete obsolete method AudioCodingModule::SetBitRate by Niels Möller · 6 years ago
  8. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  9. 4babc68 Delete deprecated version of AudioPacketizationCallback::SendData. by Niels Möller · 6 years ago
  10. c35b6e6 Deprecate RTPFragmentationHeader argument to AudioPacketizationCallback::SendData by Niels Möller · 6 years ago
  11. 741daaf Move rtc::FunctionView to the public API by Artem Titov · 6 years ago
  12. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 6 years ago
  13. 1925b5a Delete deprecated version of AudioCodingModule::IncomingPacket by Niels Möller · 6 years ago
  14. afb5dbb Update ACM to use RTPHeader instead of WebRtcRTPHeader by Niels Möller · 6 years ago
  15. 3b50f9f Propagate base minimum delay to audio_receiver_stream by Ruslan Burakov · 6 years ago
  16. f693bfa Remove CodecInst pt.2 by Fredrik Solenberg · 7 years ago
  17. 49c33ce AudioCodingModule: Remove support for creating encoders by Karl Wiberg · 7 years ago
  18. eddd366 Delete unused method AudioCodingModuleImpl::SetOpusApplication. by Niels Möller · 7 years ago
  19. 764c14c8 Delete unused AudioCodingModule methods. by Niels Möller · 7 years ago
  20. 18f1adc Delete AudioCodingModule::LeastRequiredDelayMs and related NetEq code. by Niels Möller · 7 years ago
  21. ec93075 Delete deprecated methods on AudioCodingModule by Niels Möller · 7 years ago
  22. a12c42a Delete root header file typedef.h. by Niels Möller · 7 years ago
  23. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  24. b602123 Replace rtc::Optional with absl::optional in modules/audio_coding by Danil Chapovalov · 7 years ago
  25. bbf21a3 Remove dependencies on modules:module_api from AudioProcessing. by Fredrik Solenberg · 7 years ago
  26. 5817d3d AudioCodingModule::Create(): Require caller to supply an AudioDecoderFactory by Karl Wiberg · 7 years ago
  27. abbff89 Add new UMA metric for NetEq target buffer delay by Henrik Lundin · 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. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 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/include/audio_coding_module.h]
  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. 84f6a3f Move optional.h to webrtc/api/ by kwiberg · 8 years ago
  37. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  38. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
  39. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
  40. eb1fde4 Injectable audio encoders: Moved audio encoder, factory and builtin factory to api/. by ossu · 8 years ago
  41. 1c07c70 Reland "WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType" by kwiberg · 8 years ago
  42. 670a7f3 Revert of WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType (patchset #13 id:260001 of https://codereview.webrtc.org/2686043006/ ) by kwiberg · 8 years ago
  43. 1724cfb WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType by kwiberg · 8 years ago
  44. 65cb70d Fix cyclic deps: rent_a_codec<->audio_coding and rent_a_codec<->neteq by kwiberg · 8 years ago
  45. 08b19df Remove VoEVideoSync interface. by solenberg · 8 years ago
  46. 087bd34 Move AudioDecoder and related stuff to the api/ directory by kwiberg · 8 years ago
  47. e280cde Voe::Channel: Turned GetPlayoutFrequency into GetRtpTimestampRateHz. by ossu · 9 years ago
  48. 7e30432 Hooking up audio network adaptor to VoE. by minyue · 9 years ago
  49. 5adaf73 AudioCodingModule: Specify decoders using SdpAudioFormat by kwiberg · 9 years ago
  50. 24c7c12 Move FunctionView from AudioCodingModule to the rtc namespace by kwiberg · 9 years ago
  51. 36a4388 Fix Chromium clang plugin warnings by kwiberg · 9 years ago
  52. b3f1c5d Add NetEq::FilteredCurrentDelayMs() and use it in VoiceEngine by henrik.lundin · 9 years ago
  53. 85228d6 Regression test for issue where Opus DTX status was being forgotten. by ivoc · 9 years ago
  54. e352578 Moved injection of AudioDecoderFactory into voe::Channel. by ossu · 9 years ago
  55. 834a6ea Add muted_output parameter to ACM by henrik.lundin · 9 years ago
  56. 84be511 Replace the remaining scoped_ptr with unique_ptr in webrtc/modules/ by kwiberg · 9 years ago
  57. 52d4e6b Revert of Replace the remaining scoped_ptr with unique_ptr in webrtc/modules/ (patchset #1 id:40001 of https://codereview.webrtc.org/1921233002/ ) by terelius · 9 years ago
  58. 2c27a06 Replace the remaining scoped_ptr with unique_ptr in webrtc/modules/ by kwiberg · 9 years ago
  59. 9a410dd Change NetEq::GetPlayoutTimestamp to return an rtc::Optional<uint32_t> by henrik.lundin · 9 years ago
  60. 4cdbd57 AudioCodingModule: Add methods for injecting external encoder stacks by kwiberg · 9 years ago
  61. 6955870 Convert channel counts to size_t. by Peter Kasting · 10 years ago
  62. 25702cb Misc. small cleanups. by pkasting · 10 years ago
  63. 4cf61dd NetEq: Add codec name and RTP timestamp rate to DecoderInfo by henrik.lundin · 10 years ago
  64. 3e6db23 audio_coding: remove "main" directory by kjellander · 10 years ago