1. 5361f04 VoE: Remove unused interfaces by Jelena Marusic · 10 years ago
  2. 2450d62 Remove rtp_rtcp/ dump functionality. by Peter Boström · 10 years ago
  3. 26b26b3 Remove VideoEngine interfaces. by Peter Boström · 10 years ago
  4. 1d3a685 Delete VoiceChannelTransport before deleting Channel in voe_cmd_test by Minyue Li · 10 years ago
  5. f0b18c6 Added SetBitRate function to VoE API to allow changing the audio bitrate. by Ivo Creusen · 10 years ago
  6. ca55fa1 Moving the pacer and the pacer thread to ChannelGroup. by Stefan Holmer · 10 years ago
  7. 01c1481 Re-land 8810 "- Add a SetPriority method to ThreadWr..." by tommi@webrtc.org · 10 years ago
  8. eb2730e Revert 8810 "- Add a SetPriority method to ThreadWrapper" by tommi@webrtc.org · 10 years ago
  9. be8dbba - Add a SetPriority method to ThreadWrapper by tommi@webrtc.org · 10 years ago
  10. 0e57be8 Use scoped_ptr for ThreadWrapper::CreateThread. by tommi@webrtc.org · 10 years ago
  11. 0487759 Supporting Opus DTX in Voice Engine. by minyue@webrtc.org · 10 years ago
  12. 04d511c Remove thread id from ThreadWrapper::Start(). by pbos@webrtc.org · 10 years ago
  13. 860ac53 Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro by kjellander@webrtc.org · 10 years ago
  14. deb9dae Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 10 years ago
  15. be487b4 Misc. cleanup split out of https://webrtc-codereview.appspot.com/37699004/ : by pkasting@chromium.org · 10 years ago
  16. 5f8d288 Adding two new stats to VoiceReceiverInfo by minyue@webrtc.org · 10 years ago
  17. 8c5258c Add range checks in a variety of places where the values will subsequently be by pkasting@chromium.org · 10 years ago
  18. fae177c Remove EventWrapper::Reset(). by pbos@webrtc.org · 10 years ago
  19. a270e21 Fix potential flakiness in voe_auto_test. by solenberg@webrtc.org · 10 years ago
  20. 5009286 audio_processing: Now records mic volume level also when using new AGC by bjornv@webrtc.org · 10 years ago
  21. 49da516 voice_engine: Updates GetEcDelayMetrics() w.r.t. new metric by bjornv@webrtc.org · 10 years ago
  22. 22b04fa Remove SetNotAlive method from the thread class. by tommi@webrtc.org · 10 years ago
  23. 7114b82 Fixing a VoE test to set correct rate for iSAC by henrik.lundin@webrtc.org · 10 years ago
  24. f924d43 Reland r8125: Modify some tests to never use DTX disable mode by henrik.lundin@webrtc.org · 10 years ago
  25. efa8073 Re-allowing RED in voice engine. by minyue@webrtc.org · 10 years ago
  26. bc39115 Revert 8125 "Modify some tests to never use DTX disable mode" by kjellander@webrtc.org · 10 years ago
  27. 5bd6ea0 Modify some tests to never use DTX disable mode by henrik.lundin@webrtc.org · 10 years ago
  28. 0ab923a Use size_t more consistently for packet/payload lengths. by pkasting@chromium.org · 10 years ago
  29. 9735284 Report total bitrate for all streams in GetStats. by pbos@webrtc.org · 10 years ago
  30. c10bfea Mark all virtual overrides in the hierarchy of Transport as virtual + OVERRIDE. by xians@webrtc.org · 10 years ago
  31. d29f51c Reland "Remove DTMF status methods from Voice Engine" r7276 by henrik.lundin@webrtc.org · 10 years ago
  32. 21cb262 Revert "Remove DTMF status methods from Voice Engine" r7276 by henrik.lundin@webrtc.org · 10 years ago
  33. f70e632 Remove DTMF status methods from Voice Engine by henrik.lundin@webrtc.org · 10 years ago
  34. b0aac71 Renaming SetOpusMaxBandwidth to SetOpusMaxPlaybackRate by minyue@webrtc.org · 11 years ago
  35. 0e2b7ec Remove Android.mk build files. by pbos@webrtc.org · 11 years ago
  36. 7a2cfc5 Remove former team members from OWNERS and WATCHLISTS by kjellander@webrtc.org · 11 years ago
  37. 440755a Adding online bitrate change to voe_cmd_test by minyue@webrtc.org · 11 years ago
  38. 1bfd540 Adding SetOpusMaxBandwidth in VoE and ACM by minyue@webrtc.org · 11 years ago
  39. 22c283b Remove more dependencies on openssl, add dependency on boringssl. Continues on r6798 by henrike@webrtc.org · 11 years ago
  40. b9ca3e2 Fixing two bugs in voe_cmd_test. by minyue@webrtc.org · 11 years ago
  41. d89fa97 This is related to an earlier CL of enabling Opus 48 kHz. by minyue@webrtc.org · 11 years ago
  42. 6aae61c Some refactoring inside rtp_rtcp/. by pbos@webrtc.org · 11 years ago
  43. 8f02f89 Add ExperimentalNs support in Config by aluebs@webrtc.org · 11 years ago
  44. dd671de This CL is to adding feedback of packet loss rate to encoder in voice engine. A direct reason for doing it is to make use of Opus FEC, which can adapt itself to changes in the packet loss rate. by minyue@webrtc.org · 11 years ago
  45. eb6cd40 VoEVolumeTest: Enabled Linux flaky tests by bjornv@webrtc.org · 11 years ago
  46. 73d6d1f Reduce flakiness of voe_auto_test MixingTest by checking dumped audio size by minyue@webrtc.org · 11 years ago
  47. 8a557b5 Fix flaky test SendRtpRtcpHeaderExtensionsTest.SentPackets*. by solenberg@webrtc.org · 11 years ago
  48. 7b2651a Removes parts of the webrtc::VoEVolumeControl sub API as part of a clean-up operation where the goal is to remove unused APIs. by henrika@webrtc.org · 11 years ago
  49. 265cb1b VoEVolumeTest: Adds error return tests. by bjornv@webrtc.org · 11 years ago
  50. f33a674 Make vie/voe_auto_test accept non-supported flags without error. by kjellander@webrtc.org · 11 years ago
  51. efe9461 Enables VolumeTest.DefaultMicrophoneVolumeIsAtMost255 by bjornv@webrtc.org · 11 years ago
  52. 7f5e297 Removes parts of the webrtc::VoEFile sub API as part of a clean-up operation where the goal is to remove unused APIs. by henrika@webrtc.org · 11 years ago
  53. d2632a0 Removes parts of the webrtc::VoEExternalMedia sub API as part of a clean-up operation where the goal is to remove unused APIs. by henrika@webrtc.org · 11 years ago
  54. 12884ba Removes parts of the webrtc::VoERTP_RTCP sub API as part of a clean-up operation where the goal is to remove unused APIs. by henrika@webrtc.org · 11 years ago
  55. e639a03 Removes parts of the webrtc::VoEHardware sub API (relanding) by henrika@webrtc.org · 11 years ago
  56. b8db407 Revert 6090 "Removes parts of the webrtc::VoEHardwareMedia sub A..." by henrika@webrtc.org · 11 years ago
  57. a4943ea Removes parts of the webrtc::VoEHardwareMedia sub API as part of a clean-up operation where the goal is to remove unused APIs. by henrika@webrtc.org · 11 years ago
  58. 99ec896 Removed NetworkTest.CanSwitchToExternalTransport since it tests an unsupported case and we should not maintain such a test. by henrika@webrtc.org · 11 years ago
  59. 945d969 Remove ACM1/ACM2 switching from VoiceEngine tests by henrik.lundin@webrtc.org · 11 years ago
  60. 692224a Removes parts of the VoEBase sub API as part of a clean-up operation where the goal is to remove unused APIs. by henrika@webrtc.org · 11 years ago
  61. 66ccaff Removes VoECodec sub API as part of a clean-up operation where the goal is to remove unused APIs. by henrika@webrtc.org · 11 years ago
  62. 1a07e42 Re-enable AGC tests: by aluebs@webrtc.org · 11 years ago
  63. 8fb9156 iOS: baby steps to being able to include_tests=1 by fischman@webrtc.org · 11 years ago
  64. 4ff0eda Removes VoECallReport sub API as part of a clean-up operation where the goal is to remove unused APIs. by henrika@webrtc.org · 11 years ago
  65. 56aeb0e Make ACM2 the default in voe_cmd_test. by andrew@webrtc.org · 11 years ago
  66. 172f42a VoiceEngine(iOS & Android): removed NOT_SUPPORTED by fischman@webrtc.org · 11 years ago
  67. 2bf87a2 Make RTPHeaderParser skip over unknown RTP header extensions rather than bail out. by solenberg@webrtc.org · 11 years ago
  68. fec6b6e VoE changes to allow forwarding of packets from VoE to ViE BWE. by solenberg@webrtc.org · 11 years ago
  69. 650772a Removes error printout in voe_cmd_test which was caused by attempts to transmit RTCP packets even if a transport object was not registered. by henrika@webrtc.org · 11 years ago
  70. 9a82322 Help to land 7969005 on behalf of solenberg. The review and try is done in 7969005. by wu@webrtc.org · 11 years ago
  71. 4845ee0 Removes VoERTP_RTCP::InsertExtraRTPPacket. by henrika@webrtc.org · 11 years ago
  72. f6c4fc3 Remove obsolete voe_unit_test. by solenberg@webrtc.org · 11 years ago
  73. a56c5b4 Remove external encryption API for VoE. by solenberg@webrtc.org · 11 years ago
  74. 9a95ac2 Remove unused and not working voe_extended_test. by solenberg@webrtc.org · 11 years ago
  75. 4c20478 Reduce mixing threshold in test to avoid flakiness. by andrew@webrtc.org · 11 years ago
  76. 8ad10ec Restore mixing integration tests. by andrew@webrtc.org · 11 years ago
  77. 05384c0 Revert "Disable the test: DtmfTest.ManualSuccessfullySendsIn/OutOfBandTelephoneEvents" by pbos@webrtc.org · 11 years ago
  78. 6b15b51 Fix locking in LoopBackTransport::StorePacket. by pbos@webrtc.org · 11 years ago
  79. a84ddcd Disable the test: DtmfTest.ManualSuccessfullySendsIn/OutOfBandTelephoneEvents by marpan@webrtc.org · 11 years ago
  80. c13a537 Move out typing detection to its own class. by henrikg@webrtc.org · 11 years ago
  81. 0584274 Output logs to stderr from voe_cmd_test by default. by andrew@webrtc.org · 11 years ago
  82. b3ff385 Temporarily disabling some more audio processing tests. by aluebs@webrtc.org · 11 years ago
  83. 09b40ec Add experimental noise suppression dummy API. by aluebs@webrtc.org · 11 years ago
  84. 76dad96 Fixing broken tests in voe_auto_test extended by tina.legrand@webrtc.org · 11 years ago
  85. 9653397 Roll chromium_revision 226126:228675 and fix clang warnings by kjellander@webrtc.org · 11 years ago
  86. 0de0049 1. adding request of ACM version in the manual mode of voe_auto_test by minyue@webrtc.org · 11 years ago
  87. e21b64b Disables RtpRtcpTest.CanTransmitExtraRtpPacketsWithoutError as it flakily breaks the waterfall. See http://chromegw.corp.google.com/i/client.webrtc/builders/Linux64%20Release%20%5Blarge%20tests%5D/builds/99/steps/voe_auto_test/logs/stdio the cl triggering it was a no-change (disabled some other broken tests). by henrike@webrtc.org · 12 years ago
  88. 7fc75bb Update talk to 50918584. by wu@webrtc.org · 12 years ago
  89. d171544 Disable CanTransmitExtraRtpPacketsWithoutError on Windows. by pbos@webrtc.org · 12 years ago
  90. 7d82c9d Hand over loopback packets to a network thread. by pbos@webrtc.org · 12 years ago
  91. b3ada15 Ref-counted rewrite of ChannelManager. by pbos@webrtc.org · 12 years ago
  92. f3bae63 Disabled flaky HardwareTest.BuiltInWasapiAECWorksForAudioWindowsCoreAudioLayer. by phoglund@webrtc.org · 12 years ago
  93. 44634a6 Disabled SsrcPropagatesCorrectly on Linux. by phoglund@webrtc.org · 12 years ago
  94. 3f45c2e Switch C++-style C headers with their C equivalents. by pbos@webrtc.org · 12 years ago
  95. 6349e17 Default constructor for RtcpAppHandler. by pbos@webrtc.org · 12 years ago
  96. 0ba496b Revert r4301 by tnakamura@webrtc.org · 12 years ago
  97. 6a4acb9 Fix some voe_auto_test uninitialised-value errors. by pbos@webrtc.org · 12 years ago
  98. a32d18f Breaking out receive-stats, rtp-payload-registry and rtp-receiver from the by stefan@webrtc.org · 12 years ago
  99. 3b89e10 Proper spacing for end-of-namespace comments. by pbos@webrtc.org · 12 years ago
  100. 0e7cd85 Fixed Rtp/Rtcp tests by pwestin@webrtc.org · 12 years ago