webrtc/src
mflodman@webrtc.org b1fbf016b5 Added timestamp logs, i.e. only tracing.
BUG=
TEST=

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2030 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-04-16 12:58:49 +00:00
..
build Enable the "unused variable" warning on Windows. 2012-04-10 07:13:46 +00:00
common_audio Same code change from issue 428004, with uint corrected to uint32_t in WebRtcSpl_MaxAbsValueW32, for a MAC compiler error. 2012-04-11 17:40:40 +00:00
common_video Disable libyuv MirrorTest due to crashes on Linux 32 bit. 2012-04-12 13:26:22 +00:00
modules Added timestamp logs, i.e. only tracing. 2012-04-16 12:58:49 +00:00
system_wrappers Move the COMPILE_ASSERT macro to its own header file. 2012-04-10 11:53:07 +00:00
video_engine Added timestamp logs, i.e. only tracing. 2012-04-16 12:58:49 +00:00
voice_engine Disabled flaky voe tests. 2012-04-13 10:11:15 +00:00
common_types.h Upgrade libvpx to 6b66c01 and enabling temporal denoising. 2012-03-21 16:52:03 +00:00
engine_configurations.h adding back external media api since it is used in chromium unittest 2012-03-15 14:40: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.