webrtc/webrtc
2013-10-06 04:47:28 +00:00
..
build Add owners to [webrtc,talk]/build and *.isolate (take 2) 2013-10-04 19:36:45 +00:00
common_audio Add APK and isolate target for video_engine_tests 2013-10-04 18:20:38 +00:00
common_video Add APK and isolate target for video_engine_tests 2013-10-04 18:20:38 +00:00
modules Wrap ACM2 code inside acm2 namespace. This gurantees that one ACM would not use components of others by accident. 2013-10-06 04:47:28 +00:00
system_wrappers Add APK and isolate target for video_engine_tests 2013-10-04 18:20:38 +00:00
test Add APK and isolate target for video_engine_tests 2013-10-04 18:20:38 +00:00
tools Add APK and isolate target for video_engine_tests 2013-10-04 18:20:38 +00:00
video_engine Add APK and isolate target for video_engine_tests 2013-10-04 18:20:38 +00:00
voice_engine Add APK and isolate target for video_engine_tests 2013-10-04 18:20:38 +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 Remove unused Android dummy APK 2013-10-04 19:33:48 +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.