- 054582b Replace remaining gflags usages with rtc_base/flags by oprypin · 7 years ago
- 3ba7282 Delete unneeded includes of atomic32.h. by nisse · 7 years ago
- e0d2fcf Reland of Stop silently accepting unsupported flags in test binaries (patchset #1 id:1 of https://codereview.webrtc.org/3002963002/ ) by oprypin · 7 years ago
- f46c48b Revert of Stop silently accepting unsupported flags in test binaries (patchset #5 id:150001 of https://codereview.webrtc.org/2968003003/ ) by oprypin · 7 years ago
- 54c62fa Stop silently accepting unsupported flags in test binaries by oprypin · 7 years ago
- 76de83e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
- bc32410 Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
- 60154fd Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
- 588f761 Allow an external audio processing module to be used in WebRTC by peah · 8 years ago
- df45757 Don't make a top-level namespace called "voetest" by kwiberg · 8 years ago
- e699d57 Remove voe_auto_test cases for VoEFile. by solenberg · 8 years ago
- afd1255 Reland "WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType" by kwiberg · 8 years ago
- 52b9df6 Revert of WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType (patchset #13 id:260001 of https://codereview.webrtc.org/2686043006/ ) by kwiberg · 8 years ago
- e1b3d1c Remove voe_base_misc_test.cc. by solenberg · 8 years ago
- 135be28 WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType by kwiberg · 8 years ago
- 961dd1b Remove mixing_test.cc. by solenberg · 8 years ago
- 191c2da Remove VoEHardware interface. by solenberg · 8 years ago
- f5fbd05 Remove VoENetEqStats interface. by solenberg · 8 years ago
- 788c1f7 Remove VoEAudioProcessing interface. by solenberg · 8 years ago
- 07f189f Remove VoEVolumeControl interface. by solenberg · 8 years ago
- 6bbab56 Reland of Delete class SSRCDatabase, and its global ssrc registry. (patchset #1 id:1 of https://codereview.webrtc.org/2700413002/ ) by nisse · 8 years ago
- 71e8df9 Remove usage of VoEAudioProcessing from WVoE/MC. by solenberg · 8 years ago
- 3264fc7 Revert of Delete class SSRCDatabase, and its global ssrc registry. (patchset #20 id:370001 of https://codereview.webrtc.org/2644303002/ ) by kjellander · 8 years ago
- 46dc8df Delete class SSRCDatabase, and its global ssrc registry, by nisse · 8 years ago
- ac16f1b Remove VoEVideoSync interface. by solenberg · 8 years ago
- bda935c Remove VoEExternalMedia interface. by solenberg · 8 years ago
- 660a2e0 Clean out platform specific things from voice_engine_defines.h. by solenberg · 8 years ago
- accd9f2 Remove unused voe_stress_test.cc by solenberg · 8 years ago
- 7edfe9e Remove unused voe_cpu_test.cc. by solenberg · 8 years ago
- a48313d Remove unused voe_output_test.cc. by solenberg · 8 years ago
- a1daebb Delete voice_engine_configurations.h by henrik.lundin · 8 years ago
- f292dcf Remove API-related #defines from voice_engine_configurations.h by henrik.lundin · 8 years ago
- d382b83 Prep to remove API-related #defines from voice_engine_configurations.h by henrik.lundin · 8 years ago
- 45a0bd3 Replace test_support_main by test_main and get rid of test_support_main_threaded_mac by ehmaldonado · 8 years ago
- 4cb29f6 RTC_[D]CHECK_op: Remove "u" suffix on integer constants by kwiberg · 8 years ago
- cd1064b WebRTC: Replace ProjectRootPath by ResourcePath by ehmaldonado · 8 years ago
- ff9d77c Support multiple timestamp rates for sending DTMF. by solenberg · 8 years ago
- e9523f0 Clean up abs-send-time for audio. by stefan · 8 years ago
- 72aebf4 Remove voe::Channel::StopReceive() and associated logic. by solenberg · 8 years ago
- 23bb454 Original CL: https://codereview.webrtc.org/2433153003/, commit 8b8d3e4c30e8ea3846b58dfd36d1fd35a7799df4. by ivoc · 8 years ago
- 75666cc Revert of New statistics interface for APM (patchset #11 id:200001 of https://codereview.webrtc.org/2433153003/ ) by ivoc · 8 years ago
- b0bdb91 New statistics interface for APM by ivoc · 8 years ago
- c859ded Delete old video defines in engine config. by mflodman · 8 years ago
- e59b6ff Moved RtcEventLog files from call/ to logging/ by skvlad · 8 years ago
- 36a2479 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
- 15b966d Enable the -Wundef warning for clang by kwiberg · 8 years ago
- d208d89 The VoE functionality to apply receive-side processing to VoE channels is unused. I'm removing it so we can avoid instantiating a full APM per channel (and thus also for webrtc::AudioSendStream and webrtc::AudioReceiveStream), and then never use it. by solenberg · 8 years ago
- 17365a3 Moved webrtc/test/channel_transport/ into webrtc/voice_engine/test/ by solenberg · 8 years ago
- 0380718 Revert of Moved webrtc/test/channel_transport/ into webrtc/voice_engine/test/ (patchset #7 id:120001 of https://codereview.webrtc.org/2319583005/ ) by solenberg · 8 years ago
- 1087e71 Moved webrtc/test/channel_transport/ into webrtc/voice_engine/test/ by solenberg · 8 years ago
- a686d5e Moving/renaming webrtc/common.h. by solenberg · 8 years ago
- a194cd7 Adding comment regarding the disabling the flaky test VolumeTest.ManualRequiresMicrophoneCanSetMicrophoneVolumeWithAgcOff by peah · 8 years ago
- af8f70e Disabling the test VolumeTest.ManualRequiresMicrophoneCanSetMicrophoneVolumeWithAgcOff by peah · 8 years ago
- 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
- 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
- 1e2f1e5 Move RtcEventLog object from inside VoiceEngine to Call. by Ivo Creusen · 9 years ago
- 69e722e Make mixing test die earlier on failure instead of spamming errors by phoglund · 9 years ago
- 47d5136 Reland of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2018553002/ ) by Tommi · 9 years ago
- 51e5639 Revert of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2014183003/ ) by tommi · 9 years ago
- 9f94c1b Reland of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2006313009/ ) by tommi · 9 years ago
- 130ee05 Revert of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2009253004/ ) by kjellander · 9 years ago
- 4fcc5b2 Reland of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2006243002/ ) by tommi · 9 years ago
- b53ca75 Revert of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #6 id:100001 of https://codereview.webrtc.org/2007563002/ ) by tommi · 9 years ago
- 049b2cd Adding a some checks and switching out a few assert for RTC_[D]CHECK. by tommi · 9 years ago
- 3f20ddb Change default timestamp to 64 bits in all webrtc directories. by Honghai Zhang · 9 years ago
- 39673bb Remove the VoEDtmf interface. by solenberg · 9 years ago
- 484e0cd Replace scoped_ptr with unique_ptr in webrtc/voice_engine/ by kwiberg · 9 years ago
- 7979ebb Remove mutable from rtc::CriticalSections. by pbos · 9 years ago
- c8e8cb0 Swap use of CriticalSectionWrapper with rtc::CriticalSection in voice_engine/ by tommi · 9 years ago
- 80590d9 Convert channel counts to size_t. by Peter Kasting · 9 years ago
- 98836c0 Remove DISABLED_ON_ macros. by Peter Boström · 9 years ago
- 4eb3389 AudioCodingModuleImpl: Stop failing artificially for non-Opus encoders by kwiberg · 9 years ago
- 0739714 Rewrote the PRNG using an xorshift* algorithm and moved the files from test/ to base/. by terelius · 9 years ago
- daf1aa4 Clean up PlatformThread. by Peter Boström · 9 years ago
- 9410e01 Move ThreadWrapper to ProcessThread in base. by pbos · 9 years ago
- 77124b4 Remove webrtc/test/channel_transport/include by Henrik Kjellander · 9 years ago
- e89b614 Reland "Prevent Opus DTX from generating intermittent noise during silence" by minyue · 9 years ago
- 224da71 Revert of Prevent Opus DTX from generating intermittent noise during silence (patchset #10 id:250001 of https://codereview.webrtc.org/1415173005/ ) by kjellander · 9 years ago
- b1032e0 Prevent Opus DTX from generating intermittent noise during silence. by minyue · 9 years ago
- 6f98e75 Removing trace checks in VoETestManager. by minyue · 9 years ago
- 36a14b5 modules: more interface -> include renames by Henrik Kjellander · 9 years ago
- 78f65d0 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
- 07e22e6 Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
- eb16b93 Add a PacketOptions struct to webrtc::Transport. by stefan · 9 years ago
- d5bdda3 Unify Transport and newapi::Transport interfaces. by pbos · 9 years ago
- bf9f73c Split webrtc/video into webrtc/{audio,call,video}. by Peter Boström · 9 years ago
- 00a7fa4 Remove channel ids from various interfaces. by Peter Boström · 9 years ago
- 96a7ed7 Remove some dead code. by Peter Boström · 9 years ago
- 5c075c8 Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 9 years ago
- 35fd753 Hooked up RtcEventLog. It lives in Voice Engine and pointers are propagated to ACM and Call. by ivoc · 9 years ago
- a0ad248 Update a ton of audio code to use size_t more correctly and in general reduce by Peter Kasting · 9 years ago
- 4c766e6 Add LoudestFilter in ConferenceTransport by minyue · 9 years ago
- 20d4fde Reformat existing code. There should be no functional effects. by Peter Kasting · 10 years ago
- f1af975 Reland "Adding a test framework for conference mode application in VoE." by Minyue · 10 years ago
- 32a337b Revert "Adding a test framework for conference mode application in VoE." by Minyue · 10 years ago
- 1058a84 Adding a test framework for conference mode application in VoE. by Minyue · 10 years ago
- 5361f04 VoE: Remove unused interfaces by Jelena Marusic · 10 years ago
- 2450d62 Remove rtp_rtcp/ dump functionality. by Peter Boström · 10 years ago
- 26b26b3 Remove VideoEngine interfaces. by Peter Boström · 10 years ago
- ca55fa1 Moving the pacer and the pacer thread to ChannelGroup. by Stefan Holmer · 10 years ago