1. 0b54e5a Reland "Add check_deps rules in DEPS files." by kjellander@webrtc.org · 9 years ago
  2. de82d23 Revert of Add check_deps rules in DEPS files. (patchset #2 id:60001 of https://codereview.webrtc.org/1796413002/ ) by kjellander · 9 years ago
  3. 181e867 Add check_deps rules in DEPS files. by kjellander@webrtc.org · 9 years ago
  4. f2e3315 Relanding https://codereview.webrtc.org/1715883002/ in pieces. by solenberg · 9 years ago
  5. 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
  6. 9ef75db - Clean up unused voice engine DTMF code following removal of VoEDtmf APIs. by solenberg · 9 years ago
  7. e38b09a Prevent a voice channel from sending data before a source is set. by Taylor Brandstetter · 9 years ago
  8. 19f0a9b GN: Update audio_sink.h location by kjellander@webrtc.org · 9 years ago
  9. caa8176 Reland "Move webrtc/audio/audio_sink.h to webrtc/ and fix some dependencies." by kjellander@webrtc.org · 9 years ago
  10. 52cf08c Revert of Move webrtc/audio/audio_sink.h to webrtc/ and fix some dependencies. (patchset #2 id:40001 of https://codereview.webrtc.org/1737593002/ ) by kjellander · 9 years ago
  11. 0bb951e Move webrtc/audio/audio_sink.h to webrtc/ and fix some dependencies. by kjellander@webrtc.org · 9 years ago
  12. abb2e3e Replace scoped_ptr with unique_ptr in webrtc/audio/ by kwiberg · 9 years ago
  13. ead3cf2 Move congestion controller to a separate module. by Stefan Holmer · 9 years ago
  14. 484e0cd Replace scoped_ptr with unique_ptr in webrtc/voice_engine/ by kwiberg · 9 years ago
  15. 1262b9d Simplify CongestionController. by Stefan Holmer · 9 years ago
  16. ed50be1 Clean up of CongestionController. by Stefan Holmer · 9 years ago
  17. 74c29e2 Add send-side BWE to WebRtcVoiceEngine under a finch experiment. by stefan · 9 years ago
  18. 3dad57b Use separate rtp module lists for send and receive in PacketRouter. by stefan · 9 years ago
  19. 1e5b805 Remove mutable from rtc::CriticalSection members. by pbos · 9 years ago
  20. 9b91023 Enable transport seq num extension on receive channel to suppress log warning. by stefan · 9 years ago
  21. 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
  22. cf354ef Storing raw audio sink for default audio track. by deadbeef · 9 years ago
  23. 80590d9 Convert channel counts to size_t. by Peter Kasting · 9 years ago
  24. 87f3db7 Wire-up BWE feedback for audio receive streams. by Stefan Holmer · 9 years ago
  25. fa9f5a8 Misc. small cleanups. by pkasting · 9 years ago
  26. 387e90b Support for unmixed remote audio into tracks. by Tommi · 9 years ago
  27. e8f0735 Reland of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:300001 of https://codereview.webrtc.org/1507903005/ ) by Peter Boström · 9 years ago
  28. a24951b Nuke TickTime::UseFakeClock. by Peter Boström · 9 years ago
  29. 32949e5 Revert of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:20001 of https://codereview.webrtc.org/1506773002/ ) by kjellander · 9 years ago
  30. 5be013d Merge webrtc/video_engine/ into webrtc/video/ by Peter Boström · 9 years ago
  31. f95302f Prepare the AudioSendStream to be hooked up to send-side BWE. by Stefan Holmer · 9 years ago
  32. ae4b1f0 - Remove calls to VoEDtmf from WVoE/MC. by Fredrik Solenberg · 9 years ago
  33. edbb7ba Enable cpplint for webrtc/audio and webrtc/call, and fix all uncovered cpplint errors. by Fredrik Solenberg · 9 years ago
  34. 21ca0a4 Use ChannelProxy for most calls on voe::Channel in Audio[Receive|Send]Stream. by solenberg · 9 years ago
  35. 5bbf7f9 Open backdoor in VoiceEngineImpl to get at the actual voe::Channel objects from an ID. by solenberg · 9 years ago
  36. 775e132 Move some receive stream configuration into webrtc::AudioReceiveStream. by solenberg · 9 years ago
  37. 03d4810 Converted a bunch of error checking in Audio[Receive|Send]Stream to RTC_CHECKs instead. They should never fail. by solenberg · 9 years ago
  38. ffe1ce0 Move some send stream configuration into webrtc::AudioSendStream. by solenberg · 9 years ago
  39. b0f22c5 Move VoiceEngineObserver into AudioSendStream so that we detect typing noises and return properly in GetStats(). by solenberg · 9 years ago
  40. 36a14b5 modules: more interface -> include renames by Henrik Kjellander · 9 years ago
  41. 4f247a6 Changed FakeVoiceEngine into a MockVoiceEngine. by Fredrik Solenberg · 9 years ago
  42. 78f65d0 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  43. 1c28f5c Implement AudioSendStream::GetStats(). by solenberg · 9 years ago
  44. 10762d3 Re-Land: Implement AudioReceiveStream::GetStats(). by Fredrik Solenberg · 9 years ago
  45. 0e9f679 Revert of Implement AudioReceiveStream::GetStats(). (patchset #19 id:360001 of https://codereview.webrtc.org/1390753002/ ) by solenberg · 9 years ago
  46. bbb922f Implement AudioReceiveStream::GetStats(). by Fredrik Solenberg · 9 years ago
  47. f707c68 Add webrtc::AudioSendStream and methods on webrtc::Call to create and delete AudioSendStreams. by solenberg · 9 years ago
  48. f863304 Log Call {audio, video} stream deletions. by pbos · 9 years ago
  49. bf9f73c Split webrtc/video into webrtc/{audio,call,video}. by Peter Boström · 9 years ago