webrtc/src
kjellander@webrtc.org 5608fe9861 Disabling FileBeforeStreamingTest due to flakiness.
BUG=619
TBR=xians1
TEST=Tested on Linux, Mac and Windows.

Review URL: https://webrtc-codereview.appspot.com/654006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2426 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-06-20 06:14:31 +00:00
..
build Refactored ARM specific code in Noise Suppression. Bit exact. 2012-05-26 01:05:27 +00:00
common_audio VAD Refactoring: API change of return value from int16_t to int. 2012-06-19 11:03:32 +00:00
common_video Libyuv Scalerunittest: Added PSNR check to some tests in scaler unittest: 2012-06-14 17:00:45 +00:00
modules Remove unused member variables found by clang's -Wunused-private-field. 2012-06-19 14:56:50 +00:00
system_wrappers Created a wrapper class for condition_variable that lets me write (hopefully) reliable tests for some of its properties. 2012-06-19 13:49:48 +00:00
test/libtest Added a bit flip fuzz test to the voice engine. 2012-05-18 08:02:37 +00:00
video_engine Remove unused member variables found by clang's -Wunused-private-field. 2012-06-19 14:56:50 +00:00
voice_engine Disabling FileBeforeStreamingTest due to flakiness. 2012-06-20 06:14:31 +00:00
common_types.h Add option to configure error concealment and disable by default. 2012-05-30 11:25:00 +00:00
engine_configurations.h Enable iSAC_FIX on android 2012-04-18 16:52:00 +00:00
LICENSE Aligning license file with file header 2011-11-02 09:31:39 +00:00
LICENSE_THIRD_PARTY Introduced ARM version of WebRtcSpl_SqrtFloor(). Function cycles reduced by ~ 30% in a real time VOE test in an android device (Nexus-S, ARMv7a). 2012-02-07 17:15:15 +00:00
PATENTS Adding copies of license files to src/ so that Chromium will get those as well. 2011-07-14 08:00:33 +00:00
README.chromium git-svn-id: http://webrtc.googlecode.com/svn/trunk@156 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-07-07 08:21:25 +00:00
typedefs.h Typedef WebRtc_word8 to int8_t 2012-03-12 16:52:28 +00:00

Name: WebRTC
URL: http://www.webrtc.org
Version: 90
License: BSD
License File: LICENSE

Description:
WebRTC provides real time voice and video processing
functionality to enable the implementation of 
PeerConnection/MediaStream.

Third party code used in this project is described 
in the file LICENSE_THIRD_PARTY.