1. a8b7c7f Move remaining traces of VoiceEngine by Fredrik Solenberg · 7 years ago[Renamed (95%) from test/mock_voe_channel_proxy.h]
  2. 90ea504 Delete Channel::OnRecoveredPacket. by Niels Möller · 7 years ago
  3. 8f5787a Move ownership of voe::Channel into Audio[Receive|Send]Stream. by Fredrik Solenberg · 7 years ago
  4. d524751 Replace VoEBase::[Start/Stop]Playout(). by Fredrik Solenberg · 7 years ago
  5. aaedf75 Replace VoEBase::[Start/Stop]Send(). by Fredrik Solenberg · 7 years ago
  6. 2a87797 Remove voe::TransmitMixer by Fredrik Solenberg · 7 years ago
  7. 1c239d4 Remove voe::Statistics. by solenberg · 7 years ago
  8. 2397b9a Remove voe::OutputMixer and AudioConferenceMixer. by solenberg · 7 years ago
  9. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  10. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/test/mock_voe_channel_proxy.h]
  11. e1198e0 Add new ANA stats to the old GetStats() to count the number of actions taken by each controller. by ivoc · 7 years ago
  12. e76bd3a 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 · 7 years ago
  13. 20a4b3f Injectable audio encoders: WebRtcVoiceEngine and company by ossu · 7 years ago
  14. 8d609f6 Reland of Implemented the GetSources() in native code. (patchset #1 id:1 of https://codereview.webrtc.org/2809613002/ ) by hbos · 7 years ago
  15. fbcc5cb Revert of Implemented the GetSources() in native code. (patchset #11 id:510001 of https://codereview.webrtc.org/2770233003/ ) by olka · 7 years ago
  16. 292084c Added the GetSources() to the RtpReceiverInterface and implemented by zhihuang · 7 years ago
  17. 1ffbd6c Injectable audio encoders: voice_engine/channel changes. by ossu · 7 years ago
  18. fdbfdc9 Let PacketRouter separate send and receive modules. by nisse · 7 years ago
  19. 1c07c70 Reland "WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType" by kwiberg · 7 years ago
  20. b8f9a32 Define RtpTransportControllerSendInterface. by nisse · 7 years ago
  21. 670a7f3 Revert of WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType (patchset #13 id:260001 of https://codereview.webrtc.org/2686043006/ ) by kwiberg · 7 years ago
  22. 1724cfb WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType by kwiberg · 7 years ago
  23. dadb4dc Allow ANA to receive RPLR (recoverable packet loss rate) indications by elad.alon · 7 years ago
  24. d12a8e1 Attach TransportFeedbackPacketLossTracker to ANA (PLR only) by elad.alon · 7 years ago
  25. 8d73f8c Remove VoEVolumeControl interface. by solenberg · 7 years ago
  26. 796b8f9 Remove usage of VoEVolumeControl from WVoE and Audio[Send|Receive]Stream. by solenberg · 7 years ago
  27. 657bab2 Replace AudioReceiveStream::DeliverRtp with OnRtpPacket. by nisse · 7 years ago
  28. 08b19df Remove VoEVideoSync interface. by solenberg · 7 years ago
  29. 7de8d64 Wire up audio packet loss to BWE. by stefan · 7 years ago
  30. bd9a77f Remove most of the remaining calls to VoE APIs from Audio[Send|Receive]Stream. by solenberg · 7 years ago
  31. 3ebbcb5 Stop using VoEVideoSync in Call/VideoReceiveStream. by solenberg · 7 years ago
  32. 9332b7d Reland "Update rtt on audio only calls". by michaelt · 8 years ago
  33. 78b4d56 Relanding "Pass time constant to bwe smoothing filter." by minyue · 8 years ago
  34. 6287e82 Revert of Pass time constant to bwe smoothing filter. (patchset #8 id:140001 of https://codereview.webrtc.org/2518923003/ ) by ossu · 8 years ago
  35. 9abbf5a Pass time constanct to bwe smoothing filter. by michaelt · 8 years ago
  36. ffbbcac Support multiple timestamp rates for sending DTMF. by solenberg · 8 years ago
  37. 7602aab Remove usage of VoEBase::AssociateSendChannel() from WVoMC. by solenberg · 8 years ago
  38. 79e0588 Set actual transport overhead in rtp_rtcp by michaelt · 8 years ago
  39. b521aa7 Clean up abs-send-time for audio. by stefan · 8 years ago
  40. 6b825df Using AudioOption to enable audio network adaptor. by minyue · 8 years ago
  41. 982bf89 Revert of Add RtcpRttStats to AudioStream (patchset #1 id:1 of https://codereview.webrtc.org/2402333002/ ) by sprang · 8 years ago
  42. e0729c5 Add RtcpRttStats to AudioStream by michaelt · 8 years ago
  43. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  44. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  45. 86cc6ff Variable audio bitrate. by mflodman · 8 years ago
  46. 14d5dbe 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 · 8 years ago
  47. 9e03c3b Revert of Move RtcEventLog object from inside VoiceEngine to Call. (patchset #16 id:420001 of https://codereview.webrtc.org/1748403002/ ) by ivoc · 8 years ago
  48. 1895526 Move RtcEventLog object from inside VoiceEngine to Call. by Ivo Creusen · 8 years ago
  49. 217fb66 Add AudioReceiveStream::SetGain() method and use that in WVoMC::SetOutputVolume(). by solenberg · 8 years ago
  50. 9421853 Add AudioSendStream::SetMuted() method and use it in WVoMC::MuteStream(). by solenberg · 8 years ago
  51. 971cab0 Configure VoE NACK through AudioSendStream::Config, for send streams. by solenberg · 8 years ago
  52. 29b1a8d Moved creation of AudioDecoderFactory to inside PeerConnectionFactory. by ossu · 8 years ago
  53. 3d7db26 Switch voice transport to use Call and Stream instead of VoENetwork. by mflodman · 8 years ago
  54. 8842c3e Relanding https://codereview.webrtc.org/1715883002/ in pieces. by solenberg · 8 years ago
  55. 3ecb5c8 Revert of - Clean up unused voice engine DTMF code. (patchset #4 id:60001 of https://codereview.webrtc.org/1722253002/ ) by solenberg · 8 years ago
  56. 8886c81 - Clean up unused voice engine DTMF code following removal of VoEDtmf APIs. by solenberg · 8 years ago
  57. bba9dec Use separate rtp module lists for send and receive in PacketRouter. by stefan · 8 years ago
  58. 3313ec9 Enable transport seq num extension on receive channel to suppress log warning. by stefan · 9 years ago
  59. b86d4e4 Prepare the AudioSendStream to be hooked up to send-side BWE. by Stefan Holmer · 9 years ago
  60. b572768 - Remove calls to VoEDtmf from WVoE/MC. by Fredrik Solenberg · 9 years ago
  61. 358057b Use ChannelProxy for most calls on voe::Channel in Audio[Receive|Send]Stream. by solenberg · 9 years ago
  62. 1372508 Open backdoor in VoiceEngineImpl to get at the actual voe::Channel objects from an ID. by solenberg · 9 years ago