1. e280cde Voe::Channel: Turned GetPlayoutFrequency into GetRtpTimestampRateHz. by ossu · 9 years ago
  2. 7056be9 Delete old video defines in engine config. by mflodman · 9 years ago
  3. 5adaf73 AudioCodingModule: Specify decoders using SdpAudioFormat by kwiberg · 9 years ago
  4. 46a8d18 ACM: Removed the code for InitialDelayManager by ossu · 9 years ago
  5. c4ccd4d AcmReceiver: Eliminate AcmReceiver::decoders_ by kwiberg · 9 years ago
  6. 6b19b56 AcmReceiver: Ask NetEq to delete all decoders at once instead of one by one by kwiberg · 9 years ago
  7. 6f0f616 AcmReceiver: Look up last decoder in NetEq's table of decoders by kwiberg · 9 years ago
  8. 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
  9. 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
  10. f6232b4 AcmReceiver: Ask NetEq to delete all decoders at once instead of one by one by kwiberg · 9 years ago
  11. 1e4d8b5 AcmReceiver: Look up last decoder in NetEq's table of decoders by kwiberg · 9 years ago
  12. b3f1c5d Add NetEq::FilteredCurrentDelayMs() and use it in VoiceEngine by henrik.lundin · 9 years ago
  13. 834a6ea Add muted_output parameter to ACM by henrik.lundin · 9 years ago
  14. 9a410dd Change NetEq::GetPlayoutTimestamp to return an rtc::Optional<uint32_t> by henrik.lundin · 9 years ago
  15. 500c04b Delete VAD methods from AcmReceiver and move functionality inside NetEq by henrik.lundin · 9 years ago
  16. 6d8e011 Change NetEq::GetAudio to use AudioFrame by henrik.lundin · 9 years ago
  17. 0023fdf Remove the ID from AcmReceiver by henrik.lundin · 9 years ago
  18. 16c5a96 Replace scoped_ptr with unique_ptr in webrtc/modules/audio_coding/ by kwiberg · 9 years ago
  19. 5ad935c Remove mutable from rtc::CriticalSection members. by pbos · 9 years ago
  20. 9090e0b Switch CriticalSectionWrapper->rtc::CriticalSection in modules/audio_coding. by Tommi · 9 years ago
  21. 6955870 Convert channel counts to size_t. by Peter Kasting · 10 years ago
  22. 4cf61dd NetEq: Add codec name and RTP timestamp rate to DecoderInfo by henrik.lundin · 10 years ago
  23. 3e6db23 audio_coding: remove "main" directory by kjellander · 10 years ago[Renamed (95%) from webrtc/modules/audio_coding/main/acm2/acm_receiver.h]
  24. 057fb89 Add new method AcmReceiver::last_packet_sample_rate_hz() by henrik.lundin · 10 years ago
  25. d89814b NetEq: Add new method last_output_sample_rate_hz by henrik.lundin · 10 years ago
  26. ee2bac2 AcmReceiver::InsertPacket and NetEq::InsertPacket: Take ArrayView arguments by kwiberg · 10 years ago
  27. 39d8bee Make ACMCodecDB private to RentACodec by kwiberg · 10 years ago
  28. ff761fb modules: more interface -> include renames by Henrik Kjellander · 10 years ago
  29. 678c903 Delete AcmReceiver::SetInitialDelay by henrik.lundin · 10 years ago
  30. 1d5c9bd Remove unused method AcmReceiver:RedPayloadType by henrik.lundin · 10 years ago
  31. 48ed930 ACM: Move NACK functionality inside NetEq by henrik.lundin · 10 years ago
  32. 7464089 audio_coding: rename interface -> include by Henrik Kjellander · 10 years ago
  33. 1bd0e03 ACM: Removing runtime APIs related to playout mode by henrik.lundin · 10 years ago
  34. 4e14f09 Add support for external decoders in ACM by kwiberg · 10 years ago
  35. d8399e6 Also provide sample rate when registering decoders by Karl Wiberg · 10 years ago
  36. a990784 AcmReceiver: index decoders by payload type instead of ACM codec ID by Jelena Marusic · 10 years ago
  37. a4bef3e AcmReceiver: use std::map instead of an array to keep the list of decoders by jmarusic@webrtc.org · 10 years ago
  38. 00b8f6b Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 10 years ago
  39. 1eda4e3 Reland r8476 "Set decoder output frequency in AudioDecoder::Decode call" by henrik.lundin@webrtc.org · 10 years ago
  40. 903182b Revert r8476 "Set decoder output frequency in AudioDecoder::Decode call" by henrik.lundin@webrtc.org · 10 years ago
  41. b9c18d5 Set decoder output frequency in AudioDecoder::Decode call by henrik.lundin@webrtc.org · 10 years ago
  42. c0bd7be Adding two new stats to VoiceReceiverInfo by minyue@webrtc.org · 10 years ago
  43. 16825b1 Use int64_t more consistently for times, in particular for RTT values. by pkasting@chromium.org · 11 years ago
  44. 4591fbd Use size_t more consistently for packet/payload lengths. by pkasting@chromium.org · 11 years ago
  45. 913f7b8 Fix for glitches in ACM when switching desired output sample rate by henrik.lundin@webrtc.org · 11 years ago
  46. 38344ed Move thread_annotations.h to webrtc/base/. by pbos@webrtc.org · 11 years ago
  47. ea25784 Change how background noise mode in NetEq is set by henrik.lundin@webrtc.org · 11 years ago
  48. eecf5e6 Removing neteq decode lock and friends by henrik.lundin@webrtc.org · 11 years ago
  49. a90abde Add thread annotations to AcmReceiver by henrik.lundin@webrtc.org · 11 years ago
  50. 9c55f0f Rename neteq4 folder to neteq by henrik.lundin@webrtc.org · 11 years ago
  51. 94454b7 Fix the chain that propagates the audio frame's rtp and ntp timestamp including: by wu@webrtc.org · 11 years ago
  52. 1b9df05 Revert 6257 "Rename neteq4 folder to neteq" by henrik.lundin@webrtc.org · 11 years ago
  53. a90f6d6 Rename neteq4 folder to neteq by henrik.lundin@webrtc.org · 11 years ago
  54. 0bc9b5a Add clock to ACM config struct by henrik.lundin@webrtc.org · 11 years ago
  55. e772c71 Introduce a config struct for AudioCoding module by henrik.lundin@webrtc.org · 11 years ago
  56. 0c1444c Create ACM2 instance when calling AudioCodingModule::Create by henrik.lundin@webrtc.org · 11 years ago
  57. 35ead38 Adding a config struct to NetEq by henrik.lundin@webrtc.org · 11 years ago
  58. 24301a6 Update talk to 58174641 together with http://review.webrtc.org/4319005/. by wu@webrtc.org · 12 years ago
  59. 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
  60. 48af652 Prepare to compile ACM1 and ACM2. by turaj@webrtc.org · 12 years ago
  61. 7959e16 ACM2 integration with NetEq 4. by turaj@webrtc.org · 12 years ago