webrtc/webrtc
2013-10-21 10:34:43 +00:00
..
build Disable the -Wno-unused-const-variable Clang warning on Mac 2013-10-18 14:42:27 +00:00
common_audio Add APK and isolate target for video_engine_tests 2013-10-04 18:20:38 +00:00
common_video Open file in binary in CreateFromYuvFile(). 2013-10-16 08:46:06 +00:00
modules Make sure the first frame isn't dropped. 2013-10-21 09:02:30 +00:00
system_wrappers Revert "Disable tests for TSan v2" 2013-10-16 12:26:48 +00:00
test Revert "Disable tests for TSan v2" 2013-10-16 12:26:48 +00:00
tools Move audio_e2e_harness into include_tests==1 condition. 2013-10-21 08:40:56 +00:00
video_engine Implement I420FrameCallbacks in Call. 2013-10-21 10:34:43 +00:00
voice_engine Protect _transportPtr, which can be accessed by different threads in the case of external transport. This change avoid the potential use-after-free, e.g. the case in the reported bug. 2013-10-18 21:10:51 +00:00
.gitignore .gitignore: Add *.mk, created as part of ChromiumOS build 2013-01-04 21:25:42 +00:00
common_types.h Remove redundant STR_CASE_CMP macro definitions. 2013-09-09 17:50:10 +00:00
common_unittest.cc Fix unnamed-type-template-args warnings on clang. 2013-06-27 10:18:09 +00:00
common.h Add a Config class interface to AudioProcessing for passing options. 2013-07-25 18:28:29 +00:00
engine_configurations.h Adds a new voice engine warning for the typing noise off state. 2013-09-17 18:09:20 +00:00
LICENSE Move src/ -> webrtc/ 2012-10-22 18:19:23 +00:00
LICENSE_THIRD_PARTY Consolidate all third party licenses in LICENSE_THIRD_PARTY. 2013-05-05 18:54:10 +00:00
PATENTS Move src/ -> webrtc/ 2012-10-22 18:19:23 +00:00
PRESUBMIT.py Modified the presubmit checks such that difference license templates are checked for in webrtc and talk folder. 2013-07-22 22:32:50 +00:00
README.chromium Move src/ -> webrtc/ 2012-10-22 18:19:23 +00:00
typedefs.h Disable clang C++11 warnings to permit OVERRIDE keyword. 2013-05-08 08:34:34 +00:00
webrtc.gyp Reorganize GYP targets to make webrtc.gyp more usable. 2013-10-10 08:48:16 +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.