Files
platform-external-webrtc/webrtc
Peter Kasting f045e4da43 Prepare to convert various types to size_t.
This makes some behaviorally-invariant changes to make certain code that
currently only works correctly with signed types work safely regardless of the
signedness of the types in question.  This is preparation for a future change
that will convert a variety of types to size_t.

There are also some formatting changes (e.g. converting "enum hack" usage to real consts) to make it simpler to just change "int" to "size_t" in the future to change the types of those constants.

BUG=none
R=andrew@webrtc.org, juberti@webrtc.org, kwiberg@webrtc.org
TBR=ajm

Review URL: https://codereview.webrtc.org/1174813003

Cr-Commit-Position: refs/heads/master@{#9413}
2015-06-11 04:15:51 +00:00
..
2015-06-10 18:33:24 +00:00
2015-06-10 18:33:24 +00:00
2015-04-01 15:08:49 +00:00
2015-06-04 13:18:28 +00:00
2015-06-08 11:05:07 +00:00
2015-06-08 11:05:07 +00:00
2015-06-08 11:05:07 +00:00
2015-06-08 11:05:07 +00:00
2015-04-29 13:24:10 +00:00
2015-05-20 05:20:04 +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.