1. d1701d0 Adding stats that can be used to compute output audio levels as described here https://w3c.github.io/webrtc-stats/#dom-rtcmediastreamtrackstats-totalaudioenergy. by zstein · 8 years ago
  2. 76de83e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  3. bc32410 Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  4. 60154fd Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  5. 04ef6b0 Introduce RtpStreamReceiverInterface and RtpStreamReceiverControllerInterface. by nisse · 8 years ago
  6. f26202b Injectable audio encoders: Moved audio encoder, factory and builtin factory to api/. by ossu · 8 years ago
  7. fe5f71c Injectable audio encoders: WebRtcVoiceEngine and company by ossu · 8 years ago
  8. 69579d7 Reland of Implemented the GetSources() in native code. (patchset #1 id:1 of https://codereview.webrtc.org/2809613002/ ) by hbos · 8 years ago
  9. fee642e Revert of Implemented the GetSources() in native code. (patchset #11 id:510001 of https://codereview.webrtc.org/2770233003/ ) by olka · 8 years ago
  10. b5eeeee Added the GetSources() to the RtpReceiverInterface and implemented by zhihuang · 8 years ago
  11. 1aa04eb Injectable audio encoders: voice_engine/channel changes. by ossu · 8 years ago
  12. 5e9233b Let PacketRouter separate send and receive modules. by nisse · 8 years ago
  13. afd1255 Reland "WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType" by kwiberg · 8 years ago
  14. 22de8f3 Define RtpTransportControllerSendInterface. by nisse · 8 years ago
  15. 52b9df6 Revert of WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType (patchset #13 id:260001 of https://codereview.webrtc.org/2686043006/ ) by kwiberg · 8 years ago
  16. 135be28 WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType by kwiberg · 8 years ago
  17. 1993d91 Allow ANA to receive RPLR (recoverable packet loss rate) indications by elad.alon · 8 years ago
  18. 49d1987 Attach TransportFeedbackPacketLossTracker to ANA (PLR only) by elad.alon · 8 years ago
  19. 07f189f Remove VoEVolumeControl interface. by solenberg · 8 years ago
  20. bf77153 Remove usage of VoEVolumeControl from WVoE and Audio[Send|Receive]Stream. by solenberg · 8 years ago
  21. 95a13b4 Replace AudioReceiveStream::DeliverRtp with OnRtpPacket. by nisse · 8 years ago
  22. ac16f1b Remove VoEVideoSync interface. by solenberg · 8 years ago
  23. c10c31d Wire up audio packet loss to BWE. by stefan · 8 years ago
  24. 6045993 Remove most of the remaining calls to VoE APIs from Audio[Send|Receive]Stream. by solenberg · 8 years ago
  25. 9551ae0 Stop using VoEVideoSync in Call/VideoReceiveStream. by solenberg · 8 years ago
  26. bc2b639 Pass SdpAudioFormat through Channel, without converting to CodecInst by kwiberg · 8 years ago
  27. 2bc91bf Reland "Update rtt on audio only calls". by michaelt · 8 years ago
  28. c01dfe6 Relanding "Pass time constant to bwe smoothing filter." by minyue · 8 years ago
  29. acd8db6 Revert of Pass time constant to bwe smoothing filter. (patchset #8 id:140001 of https://codereview.webrtc.org/2518923003/ ) by ossu · 8 years ago
  30. 4d9c52e Pass time constanct to bwe smoothing filter. by michaelt · 8 years ago
  31. ff9d77c Support multiple timestamp rates for sending DTMF. by solenberg · 8 years ago
  32. dbe2c77 Remove usage of VoEBase::AssociateSendChannel() from WVoMC. by solenberg · 8 years ago
  33. 2454551 Set actual transport overhead in rtp_rtcp by michaelt · 8 years ago
  34. e9523f0 Clean up abs-send-time for audio. by stefan · 8 years ago
  35. 5206602 Using AudioOption to enable audio network adaptor. by minyue · 8 years ago
  36. b87bc5d Add a NeededFrequency() method to the AudioMixer::Source interface. by aleloi · 8 years ago
  37. fbd0246 Move audio frame memory handling inside AudioMixer. by aleloi · 8 years ago
  38. b4ac6b0 Made AudioReceiveStream a mixer participant. by aleloi · 8 years ago
  39. 5e0ea59 Revert of Add RtcpRttStats to AudioStream (patchset #1 id:1 of https://codereview.webrtc.org/2402333002/ ) by sprang · 8 years ago
  40. 6dcc486 Add RtcpRttStats to AudioStream by michaelt · 8 years ago
  41. f29ccf6 Variable audio bitrate. by mflodman · 8 years ago
  42. 23ea12e Reland of "Move RtcEventLog object from inside VoiceEngine to Call.", "Fix to make the start/stop functions for the Rtc Eventlog non-virtual." and "Fix for RtcEventLog ObjC interface" by ivoc · 9 years ago
  43. 822f09e Revert of Move RtcEventLog object from inside VoiceEngine to Call. (patchset #16 id:420001 of https://codereview.webrtc.org/1748403002/ ) by ivoc · 9 years ago
  44. 1e2f1e5 Move RtcEventLog object from inside VoiceEngine to Call. by Ivo Creusen · 9 years ago
  45. 784336a Add AudioReceiveStream::SetGain() method and use that in WVoMC::SetOutputVolume(). by solenberg · 9 years ago
  46. d9cd888 Add AudioSendStream::SetMuted() method and use it in WVoMC::MuteStream(). by solenberg · 9 years ago
  47. 5a37e3e Configure VoE NACK through AudioSendStream::Config, for send streams. by solenberg · 9 years ago
  48. e840777 Moved creation of AudioDecoderFactory to inside PeerConnectionFactory. by ossu · 9 years ago
  49. 823f908 Switch voice transport to use Call and Stream instead of VoENetwork. by mflodman · 9 years ago
  50. a528b35 Early initialize recording on the ADM from WebRtcVoiceMediaChannel. by solenberg · 9 years ago
  51. d25cdbb - Add temporary VoEBase::audio_device_module() method. by solenberg · 9 years ago
  52. f2e3315 Relanding https://codereview.webrtc.org/1715883002/ in pieces. by solenberg · 9 years ago
  53. b9a65af Revert of - Clean up unused voice engine DTMF code. (patchset #4 id:60001 of https://codereview.webrtc.org/1722253002/ ) by solenberg · 9 years ago
  54. 9ef75db - Clean up unused voice engine DTMF code following removal of VoEDtmf APIs. by solenberg · 9 years ago
  55. 484e0cd Replace scoped_ptr with unique_ptr in webrtc/voice_engine/ by kwiberg · 9 years ago
  56. 3dad57b Use separate rtp module lists for send and receive in PacketRouter. by stefan · 9 years ago
  57. 9b91023 Enable transport seq num extension on receive channel to suppress log warning. by stefan · 9 years ago
  58. e3f40fb Revert of Storing raw audio sink for default audio track. (patchset #7 id:120001 of https://codereview.chromium.org/1551813002/ ) by deadbeef · 9 years ago
  59. cf354ef Storing raw audio sink for default audio track. by deadbeef · 9 years ago
  60. 387e90b Support for unmixed remote audio into tracks. by Tommi · 9 years ago
  61. f95302f Prepare the AudioSendStream to be hooked up to send-side BWE. by Stefan Holmer · 9 years ago
  62. ae4b1f0 - Remove calls to VoEDtmf from WVoE/MC. by Fredrik Solenberg · 9 years ago
  63. 21ca0a4 Use ChannelProxy for most calls on voe::Channel in Audio[Receive|Send]Stream. by solenberg · 9 years ago
  64. 5bbf7f9 Open backdoor in VoiceEngineImpl to get at the actual voe::Channel objects from an ID. by solenberg · 9 years ago