webrtc/webrtc
2013-10-03 00:05:15 +00:00
..
build Fix include of isolate.gypi 2013-10-02 19:31:16 +00:00
common_audio Fix include of isolate.gypi 2013-10-02 19:31:16 +00:00
common_video Fix include of isolate.gypi 2013-10-02 19:31:16 +00:00
modules Disable Receiver unittests on Android. 2013-10-03 00:05:15 +00:00
system_wrappers Fix include of isolate.gypi 2013-10-02 19:31:16 +00:00
test Fix include of isolate.gypi 2013-10-02 19:31:16 +00:00
tools Fix include of isolate.gypi 2013-10-02 19:31:16 +00:00
video_engine Fix include of isolate.gypi 2013-10-02 19:31:16 +00:00
voice_engine Fix include of isolate.gypi 2013-10-02 19:31:16 +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 Makes webrtc and libjingle build from the same gyp-file. Also, the libjingle and webrtc DEPS revisions were mismatching. This cl takes the most recent revision of mismatches. Also disables 64 bit Mac builds for libjingle 2013-07-23 18:15:11 +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.