webrtc/src
2011-12-15 19:17:28 +00:00
..
build The change http://webrtc-codereview.appspot.com/299001 (commit 1062) does not do what it intends (exclude codecs from Chromium build). This is a fix for that. webrtc.gyp is not pulled in Chromium, hence it has no effect putting a define there. Moving it to src/build/common.gypi. 2011-12-09 09:58:39 +00:00
common_audio Removed valgrind warnings in resampler_unittest. 2011-12-13 09:06:54 +00:00
common_video Build libyuv for webrtc 2011-12-14 20:03:26 +00:00
modules Removed usage of the deprecated critical section constructor in udp_transport. 2011-12-15 19:17:28 +00:00
system_wrappers Clean up file wrapper a bit further. 2011-12-15 19:11:41 +00:00
video_engine Refactored ViEFileRecorder. 2011-12-15 15:31:47 +00:00
voice_engine Completed rewrite of codec test. 2011-12-15 10:40:19 +00:00
common_settings.gypi git-svn-id: http://webrtc.googlecode.com/svn/trunk@156 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-07-07 08:21:25 +00:00
common_types.h Fixes to temporal layers, Henrika please review src/common_types.h 2011-12-02 11:31:08 +00:00
engine_configurations.h Disable typing detection for chromium since CGEventSourceKeyState is violating chromium sandbox. 2011-12-08 16:45:46 +00:00
LICENSE Aligning license file with file header 2011-11-02 09:31:39 +00:00
LICENSE_THIRD_PARTY Add references to src/ copies for LICENSE etc. 2011-10-26 01:05:07 +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 git-svn-id: http://webrtc.googlecode.com/svn/trunk@785 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-10-20 12:30:35 +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.