aboutsummaryrefslogtreecommitdiff
path: root/third_party_mods
AgeCommit message (Expand)Author
2013-05-05Consolidate all third party licenses in LICENSE_THIRD_PARTY.andrew@webrtc.org
2012-02-09Removing PeerConnection sample client and libjingle from webrtc.wu@webrtc.org
2012-02-07Introduced ARM version of WebRtcSpl_SqrtFloor(). Function cycles reduced by ~...kma@webrtc.org
2012-01-10Adding libsrtp in libjingle.gyp and changing DEPS to retrieve libsrtp code fr...mallinath@webrtc.org
2011-12-13PortAllocator is now passed to PeerConnection instead of PeerConnectionFactor...mallinath@webrtc.org
2011-11-17Remove Peerconnection Dev branch.perkj@webrtc.org
2011-11-01Merge streamparams and mediasession from libjingle and made necessary changes...perkj@webrtc.org
2011-10-31Review URL: http://webrtc-codereview.appspot.com/239015henrike@webrtc.org
2011-10-31The implementation before this change list keeps the ownership of memory that...henrike@webrtc.org
2011-10-28Fix comment.perkj@webrtc.org
2011-10-28Add refcount and scoped_refptr.perkj@webrtc.org
2011-10-28Removed scoped_refptr from libjingle.gypperkj@webrtc.org
2011-10-28Move refcount and scoped_refptr to merge with libjingle. Deleted scoped_refp...perkj@webrtc.org
2011-10-24Fixes broken build in peerconnection unit testsmallinath@webrtc.org
2011-10-21Implement unittest for proxies of MediaStreamTrackInterface and MediaStreamIn...perkj@webrtc.org
2011-10-21kind() method in track interface is changed to std::string to keep uniformity...mallinath@webrtc.org
2011-10-21ref_count.h file name changed to refcount.h to keep as other ( most ) files a...mallinath@webrtc.org
2011-10-20Fix broken PeerConnection Dev build.perkj@webrtc.org
2011-10-20Notifier and RefCount interface and implementation class name changed accordi...mallinath@webrtc.org
2011-10-18Fix rendering in new PeerConnection API.perkj@webrtc.org
2011-10-17Adding peerconnection_unittest.henrike@webrtc.org
2011-10-17The change will separate the media tracks based on media type. MediaStreamInt...mallinath@webrtc.org
2011-10-17Implement proxy for both audio and video tracks.perkj@webrtc.org
2011-10-14session/phone/channel.cc updates after new push of libjingle revision.mallinath@webrtc.org
2011-10-14One of Justin comment was to have XXXXInterface and XXXX, rather than XXXX an...mallinath@webrtc.org
2011-10-13Fixes for build errors introduced most likely earlier today.henrike@webrtc.org
2011-10-13Define NO_SOUND_SYSTEM for chromium build.wu@webrtc.org
2011-10-13Remove the fakeportallocator from the libjingle.gyp.wu@webrtc.org
2011-10-13* Update to use the new libjingle release.wu@webrtc.org
2011-10-13Changes after comments received from Justin and Harald. Few comments are not ...mallinath@webrtc.org
2011-10-13Implement MediaStreamProxy.perkj@webrtc.org
2011-10-12Replace the DestroyDeviceInfo with a virtual destructor.wu@webrtc.org
2011-10-12Adding native client test page to test loopback.perkj@webrtc.org
2011-10-11Add VideoCaptureFactory so that we don't need to expose VideoCaptureImpl.wu@webrtc.org
2011-10-10Fix OnClose(socket, NO_ERROR) compile error on Linux.perkj@webrtc.org
2011-10-06Update PeerConnection_client to open a video capture device.perkj@webrtc.org
2011-10-06Fix setting VideoCaptureModule and VideoRenderer for local and remote streams.perkj@webrtc.org
2011-10-05Fixes session state transition and registering observer.mallinath@webrtc.org
2011-10-05Changes to WebRtcSession after Provider(s) interface addition.mallinath@webrtc.org
2011-10-05Moving creation of sessiondescriptions to webrtcsession.perkj@webrtc.org
2011-10-04Moved creation of objects to the signaling thread.perkj@webrtc.org
2011-10-04Temp hook in WebRtcSession to VideoChannel.mallinath@webrtc.org
2011-10-03Connecting PeerConnectionImpl with WebrtcSession and MediaStreamHandlers.perkj@webrtc.org
2011-10-03MediaStreamHandler implements eventhandlers for streams and tracks.perkj@webrtc.org
2011-10-03Interface changes after we have the Serialize and Deserialize.wu@webrtc.org
2011-10-03* Add the crypto serialize and deserialize.wu@webrtc.org
2011-10-03more webrtc session changes. Transport and TransportChannel handling is compl...mallinath@webrtc.org
2011-10-03First compiling version of peerconnection_client_dev using the new Peerconnec...perkj@webrtc.org
2011-09-30* Add Deserize for PeerConnectionMessagewu@webrtc.org
2011-09-29This patch hooks up PeerConnectionImpl to PeerConnectionSignaling.perkj@webrtc.org