- 78083bf * Add Serialize functions to PeerConnectionMessage. by wu@webrtc.org · 13 years ago
- 9a1249d first cut of webrtcsession. Doesn't do much other than creating files and empty function bodies. by mallinath@webrtc.org · 13 years ago
- 5eec6cf Started rewriting video_engine tests to use GUnit. by mflodman@webrtc.org · 13 years ago
- 5045f67 Add SignalUpdateSessionDescription to PeerConnectionSignaling. by perkj@webrtc.org · 13 years ago
- 6b6d081 Remove assert "currentVoEMicLevel <= kMaxVolumeLevel". We ran into an issue on a Linux system where the currentVoEMicLevel was in fact greater than the kMaxVolumeLevel. Therefore we are removing this assert and capping the currentMicLevel to the maxVolumeLevel when this case is detected. by punyabrata@webrtc.org · 13 years ago
- c611b1a Bit-exact with non-Neon version. by kma@google.com · 13 years ago
- 87d4979 Add patterns for root_files (src/build/ and non-recursive contents of ./ and src/), common_audio, and audio_processing to WATCHLISTS. by andrew@webrtc.org · 13 years ago
- 0beae67 Removed level estimator calls, since it is not supported. There are still one place left; used within SetRTPAudioLevelIndicationStatus(). The error return value of level_estimator() has no effect there. by bjornv@google.com · 13 years ago
- 2f56ff4 Implementation of PcSignaling. A Class to handle signaling between peerconnections. by perkj@webrtc.org · 13 years ago
- 18421f2 Remove unnecessary include from NS interface. by andrew@webrtc.org · 13 years ago
- 6a23ad5 Fixed the CameraCap button to say Version, also change the function name inside ChannelDlg.cpp by amyfong@webrtc.org · 13 years ago
- 2d08d43 * Added modification of Start Bit Rate to vie_auto_test_custom_call by amyfong@webrtc.org · 13 years ago
- 848fad2 video_coding: Updating media opt test - fixing call to protection callback. by mikhal@webrtc.org · 13 years ago
- 49d025f Get the right guid str for GetRecordingDeviceName by xians@google.com · 13 years ago
- 82f66a7 Return to the WebM git repository for libvpx. by andrew@webrtc.org · 13 years ago
- a2c6ea0 Removed a segmentation fault error when processing near_file only. by bjornv@google.com · 13 years ago
- 961885a In spl, introduced function WebRtcSpl_Sat32To16(), and changed file resample_by_2.c, both for optimization in ARMv7. by kma@google.com · 13 years ago
- e185e9f video_coding: updates to jitter buffer logic: Make sure that every frame is inserted only once to the list. by mikhal@webrtc.org · 13 years ago
- cf13618 Deleting matlab files by turajs@google.com · 13 years ago
- 13335cc Deleting matlab files by turajs@google.com · 13 years ago
- 610f478 Deleting matlab files by turajs@google.com · 13 years ago
- 53439d9 Deleting matlab files by turajs@google.com · 13 years ago
- 713f91e Fixed vie_autotest_custom_call.cc minor issues. by amyfong@webrtc.org · 13 years ago
- 105ff39 video coding: updating offline tests. by mikhal@webrtc.org · 13 years ago
- 496ef8a To fix warnings in test files. by turajs@google.com · 13 years ago
- 8e9e83b This CL adds guards against division by zero, that should fix http://b/issue?id=5278531 by bjornv@google.com · 13 years ago
- 9e7774f Added compare methods for TickInterval class. by kjellander@webrtc.org · 13 years ago
- dca57bd Adding git ignore file. by kjellander@webrtc.org · 13 years ago
- dc743a8 Replaces a use of log2. by bjornv@google.com · 13 years ago
- 90eff6c Fix compilation error in build-in AEC test by leozwang@google.com · 13 years ago
- 221b522 Return the number of /dev/video* without trying to open it. by wu@webrtc.org · 13 years ago
- c389aa2 Fix the bad video issue on Window client by increasing the rtp recv buffer size. by ronghuawu@google.com · 13 years ago
- 65e6ab3 Temporary log2 remove to build in chrome by bjornv@google.com · 13 years ago
- 3be70ca Added mute, hold and typing detect to voe_cmd_test to increase functionality in the voe_cmd_test application. by amyfong@webrtc.org · 13 years ago
- a193042 When WEBRTC_VIDEO_EXTERNAL_CAPTURE_AND_RENDER is defined, we should never try to use _ptrCaptureDeviceInfo. by wu@webrtc.org · 13 years ago
- 657f483 Fix compilation error Review URL: http://webrtc-codereview.appspot.com/162003 by leozwang@google.com · 13 years ago
- ec5e876 Enable OPENELSE defination when compile voice engine by leozwang@google.com · 13 years ago
- 741da94 Added support for new RTCP message REMB (remote estimated max bitrate) by pwestin@webrtc.org · 13 years ago
- 679e64d Cleaning up of Peerconnection API. by perkj@webrtc.org · 13 years ago
- c49db5e The files included in devicemanager.h/cc still have some conflict with chromium. Let's keep the devicemanager mods for now and I will see how can we solve this next. by wu@webrtc.org · 13 years ago
- cb99f78 * Update to use libjingle r85. by wu@webrtc.org · 13 years ago
- 86b85db Add missing intrinsic casts for VS 2005. by andrew@webrtc.org · 13 years ago
- 522f42b Add kPlatformAndroid to platform check function by leozwang@google.com · 13 years ago
- ed083d4 Modify the _vadActivity member of the AudioFrame passed to AudioProcessing. by andrew@webrtc.org · 13 years ago
- 94c7413 Allow echo metrics to be enabled in process_test. by andrew@webrtc.org · 13 years ago
- 4c36d3b Fixing windows warnings in rtp_utility by henrik.lundin@webrtc.org · 13 years ago
- dba7a3a Updating WATCHLIST with a video_coding watch and adding myself to it. by stefan@webrtc.org · 13 years ago
- 67812a4 Temporarily disabling SSE2 on Windows again until we can build on VS 2005. by andrew@webrtc.org · 13 years ago
- d02dc6e Removing bwe_standalone from modules.gyp by andrew@webrtc.org · 13 years ago
- fdaee9c include build/common.gypi directly by wjia@google.com · 13 years ago
- 7b7c045 Fix MSVC issues in AEC to enable SSE2 optimization on Windows. by andrew@webrtc.org · 13 years ago
- b37ec71 Remove delay_estimator_float.c from android build by leozwang@google.com · 13 years ago
- 427ee41 Remove unneeded webrtc_trunk variable from DEPS. by andrew@webrtc.org · 13 years ago
- a570087 Add include path to auto test by leozwang@google.com · 13 years ago
- 416d702 Fix autotest error on non-Win platforms. by andrew@webrtc.org · 13 years ago
- e126dbb Adding audio coding module to watchlist. by tina.legrand@webrtc.org · 13 years ago
- d15469e Fix typo in WATCHLISTS. Review URL: http://webrtc-codereview.appspot.com/154004 by niklase@google.com · 13 years ago
- 29f9159 Use http (not https) to sync jsoncpp. by andrew@webrtc.org · 13 years ago
- ce95069 Fix buidling error Review URL: http://webrtc-codereview.appspot.com/151002 by leozwang@google.com · 13 years ago
- fcd12b3 Add necessary spaces to log. by wu@webrtc.org · 13 years ago
- 4537c2a Remove the UNCONSTR code path from AEC. by andrew@webrtc.org · 13 years ago
- 8dc3985 Fix windows build. Review URL: http://webrtc-codereview.appspot.com/150001 by tommi@webrtc.org · 13 years ago
- b47d4b2 This CL includes a move of the fixed point delay estimator from aecm to apm/utility. There has also been a code change that makes it possible to enable/disable the far end alignment, so that we save complexity when used as a quality metrics. by bjornv@google.com · 13 years ago
- 29fd9a5 Removing warnings in all NetEQ test targets by henrik.lundin@webrtc.org · 13 years ago
- df587b2 Adding people to WATCHLISTS by niklase@google.com · 13 years ago
- b27f3f1 Update to use the new opensource jsoncpp and remove jsoncpp mods. by wu@webrtc.org · 13 years ago
- 19eefdc Add a unit testing framework. by andrew@webrtc.org · 13 years ago
- b524f44 Correct some comment spelling errors. Skipping review. by andrew@webrtc.org · 13 years ago
- 7a585a7 Correct voe_auto_test file path on Windows. by andrew@webrtc.org · 13 years ago
- a3c6d61 Integrate the built-in WASAPI AEC DMO to VoE. by andrew@webrtc.org · 13 years ago
- b1b3e67c Fix compilation errors Review URL: http://webrtc-codereview.appspot.com/142002 by leozwang@google.com · 13 years ago
- 803a5f2 Add include path Review URL: http://webrtc-codereview.appspot.com/141003 by leozwang@google.com · 13 years ago
- 2cef36f Fix Windows gyp run. by andrew@webrtc.org · 13 years ago
- f5fb095 Fix audio processing tests gypi after recent changes. by andrew@webrtc.org · 13 years ago
- 1fc632e Add gmock 1.6.0 to DEPS. Review URL: http://webrtc-codereview.appspot.com/132016 by andrew@webrtc.org · 13 years ago
- 6dd006e Replace tags with matching revision numbers in DEPS. by andrew@webrtc.org · 13 years ago
- 938a049 Clean up vie_auto_test.gypi. by andrew@webrtc.org · 13 years ago
- 45fa141 qm_select: changed default settings for uep. by marpan@google.com · 13 years ago
- 9f710d0 Switch to new sqrt in NetEQ by henrik.lundin@webrtc.org · 13 years ago
- f0a8464 Added more statistics during SSIM/PSNR calculation, including calculation of min/max value. by kjellander@webrtc.org · 13 years ago
- d3185fe refactor the gyp file to gypi file. by xians@google.com · 13 years ago
- 0cc68dc Change Video capture module to be reference counting. Also prevent the module from beeing deleted using the interface. by perkj@webrtc.org · 13 years ago
- 31c6b60 Adding calls to Version functions for external codecs. by tina.legrand@webrtc.org · 13 years ago
- b448ae2 Permanently adding additional logs by zakkhoyt@google.com · 13 years ago
- c6e8b72 Removing qualifiers on include path by zakkhoyt@google.com · 13 years ago
- 30ecda1 media_opt_util: Added comment and lowered window size parameter. by marpan@google.com · 13 years ago
- 3f28061 media_opt_util: Modification to correction factor in FEC overhead. by marpan@google.com · 13 years ago
- 955d0ee Removing echo warning because it seems to be flooding the logs by punyabrata@webrtc.org · 13 years ago
- 0ada410 Corrected conditional compilations for spl inline functions in ARM. by kma@google.com · 13 years ago
- 6f54c20 video coding test: Adding MT functionality by mikhal@webrtc.org · 13 years ago
- ecc43fd google-gflags is an open source command line parsing library for C++ that is useful for our test programs. by kjellander@webrtc.org · 13 years ago
- 35dcc23 Adding regression test to NetEQ by henrik.lundin@webrtc.org · 13 years ago
- c273019 linking error after tommi's changes. by mallinath@webrtc.org · 13 years ago
- b801571 Comment out the ARCH_ARM define temporarily, to avoid duplicate definition conflict with the Android makefiles. by andrew@webrtc.org · 13 years ago
- 73f98ae Temporarily switch the numeric locale formatting to 'classic' while we process the signaling message. by tommi@webrtc.org · 13 years ago
- 06e2c11 Remove unintentional printfs by stefan@webrtc.org · 13 years ago
- 167328e Disable libvpx partitions code for libvpx versions prior Cayuga. by stefan@webrtc.org · 13 years ago
- 9e812fc Adding missing parts related to VP8 partitions by stefan@webrtc.org · 13 years ago
- 42ab82b Disable independent partitions by default. by stefan@webrtc.org · 13 years ago
- c3d8910 Adds support for VP8 partitions by stefan@webrtc.org · 13 years ago