webrtc/webrtc
hclam@chromium.org 69bb348084 Log error in ViESender::SendRTCPPacket
Log the packet length and the error of SendRTCPPacket.

R=mikhal@webrtc.org, wu@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1512005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4074 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-05-20 22:39:39 +00:00
..
build Revert 4000 "Reverting r3978" 2013-05-20 21:18:04 +00:00
common_audio Remove const for plain data types in common_audio/ 2013-05-14 09:24:49 +00:00
common_video Recalibrate point sample expectation 2013-05-20 18:17:44 +00:00
modules Fix assertions in rtp_header_extension.h caused by not handling the AudioLevel extension. Added unit tests to do basic checks of the AudioLevel extension. 2013-05-20 20:55:07 +00:00
system_wrappers Refactoring for typing detection 2013-05-07 21:04:24 +00:00
test Drop Virtual webcam check script as moved into buildbot scripts. 2013-05-09 07:53:08 +00:00
tools Moved command line parsing to internal tools and moved back the mic volume thingie. 2013-05-17 11:52:08 +00:00
video_engine Log error in ViESender::SendRTCPPacket 2013-05-20 22:39:39 +00:00
voice_engine Remove const for plain data types in voice_engine/ 2013-05-14 08:31:39 +00:00
.gitignore .gitignore: Add *.mk, created as part of ChromiumOS build 2013-01-04 21:25:42 +00:00
common_types.h Replace ExtraCodecOptions with new Config class that supports multiple settings at once. 2013-05-14 08:02:25 +00:00
common_unittest.cc Added a config class to ease passing a set of options across webrtc. 2013-05-13 08:06:36 +00:00
common.h Added a config class to ease passing a set of options across webrtc. 2013-05-13 08:06:36 +00:00
engine_configurations.h Remove WEBRTC_*_ENGINE_NETWORK_API use 2013-04-04 19:51:42 +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
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

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.