webrtc/src
leozwang@webrtc.org a11299648c Retrieve data from input
Espeically on tablet, we have to read data dirtectly from input text edit rather than
track key input to let text edit get updated automatically

BUT=None
TEST=local test
Review URL: https://webrtc-codereview.appspot.com/705010

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2599 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-08-11 04:33:02 +00:00
..
build Move include_tests to a higher variable nesting. 2012-08-10 00:41:18 +00:00
common_audio Added more unit tests for min-max operations in signal processing module. 2012-08-07 19:35:00 +00:00
common_video Removing RawImage. 2012-08-02 22:18:47 +00:00
modules Removing unneeded baseclass headers. 2012-08-11 03:36:24 +00:00
system_wrappers Changed compiler assert code so that it can be used by both C and C++ source files. 2012-08-11 00:13:25 +00:00
test Removed v4l2_file_player code, which is checked into the signal repo. 2012-08-09 14:57:58 +00:00
video_engine Retrieve data from input 2012-08-11 04:33:02 +00:00
voice_engine Make some dependencies more flexible. 2012-08-09 18:28:40 +00:00
common_types.h Makes it possible to disable automatic resizing. 2012-08-10 02:44:30 +00:00
engine_configurations.h Make some build settings more flexible. 2012-07-23 16:28:02 +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 [MIPS] Adding support for MIPS architecture for WebRTC. 2012-06-27 22:24:43 +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.