aboutsummaryrefslogtreecommitdiff
path: root/talk/app/webrtc
AgeCommit message (Expand)Author
2014-12-29Accept incoming pings before remote answer is set to reduce connection latency.jiayl@webrtc.org
2014-12-19Add initWithCoder to RTCEAGLVideoView.tkchin@webrtc.org
2014-12-19Enable payload-based padding by default and remove the API.stefan@webrtc.org
2014-12-17Change MockStatsObserver to grab values inside of OnComplete.tommi@webrtc.org
2014-12-16Add adapter_type into Candidate object.guoweis@webrtc.org
2014-12-16Move ViewRequest and MediaStreams to streamparams.h, and remove dependency on...pthatcher@webrtc.org
2014-12-16Revert "Add adapter_type into Candidate object."guoweis@webrtc.org
2014-12-15Add adapter_type into Candidate object.guoweis@webrtc.org
2014-12-15Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess.pkasting@chromium.org
2014-12-15Clean up StatsObserver's OnComplete methods (address TODOs).tommi@webrtc.org
2014-12-15(Auto)update libjingle 82121498-> 82126219buildbot@webrtc.org
2014-12-15Remove unneeded ctor and add a more practical onetommi@webrtc.org
2014-12-15Add thread asserts to StatsCollector.tommi@webrtc.org
2014-12-15Revert r7885.pbos@webrtc.org
2014-12-15Revert r7886:7887.pbos@webrtc.org
2014-12-12Move the obvious/easy Jingle-specific code into webrtc/libjingle.pthatcher@webrtc.org
2014-12-12Add adapter_type into Candidate object.guoweis@webrtc.org
2014-12-12Switch kStatsValueName* constants to be enums instead of char*.tommi@webrtc.org
2014-12-12Cleanup little things found when refactoring.pthatcher@webrtc.org
2014-12-09Add back a constructor to fix FYI build.tommi@webrtc.org
2014-12-09Move implementation of types in statstypes. to its cc file.tommi@webrtc.org
2014-12-09AppRTCDemo (Android): built-in AEC should be enabled if device supports it an...henrika@webrtc.org
2014-12-09Add empty implementation file that will hold statstypes.h implementation.tommi@webrtc.org
2014-12-04Fix assertion failure when closing data channel, and add a unit test.bemasc@webrtc.org
2014-12-04With IPv6 enabled, it's important to know whether IPv6 is really used or not....guoweis@webrtc.org
2014-12-01Add start bitrate and vp8 hw acceleration option toglaznev@webrtc.org
2014-11-26Revert "Revert "This adds an Android apk for running tests on the Java layer...perkj@webrtc.org
2014-11-24Use mirror image for Android AppRTCDemo local preview.glaznev@webrtc.org
2014-11-23Revert "This adds an Android apk for running tests on the Java layer of Peer...kjellander@webrtc.org
2014-11-23This adds an Android apk for running tests on the Java layer of PeerConnection.perkj@webrtc.org
2014-11-20Use size_t more consistently for packet/payload lengths.pkasting@chromium.org
2014-11-17Add jmi field for packets discarded due to network errorguoweis@webrtc.org
2014-11-14Revert 7693 "Add jmi field for packets discarded due to network error" breaks...henrike@webrtc.org
2014-11-13Add jmi field for packets discarded due to network errorguoweis@webrtc.org
2014-11-12Fix a SCTP message reordering issue in datachannel.cc.jiayl@webrtc.org
2014-11-07Change dummy address to use 0.0.0.0 instead of ::perkj@webrtc.org
2014-11-06Remove deprecated PeerConnection APIs.perkj@webrtc.org
2014-11-05This fixes a small memory leak (found using Xcode/Instruments on iOS) intkchin@webrtc.org
2014-11-04Cleanup RTCVideoRenderer interface.tkchin@webrtc.org
2014-11-04ReAdd PeerConnectionInterface::AddStream to fix Chrome build.perkj@webrtc.org
2014-11-04Change the PeerConnection proxy templates to use blocking method calls instea...tommi@webrtc.org
2014-11-04Prepare for removal of PeerConnectionObserver::OnError.perkj@webrtc.org
2014-11-03Android AppRTCDemo improvements:glaznev@webrtc.org
2014-11-03Disable PeerConnectionEndToEndTest.CreateDataChannelAfterNegotiate under MSanhenrik.lundin@webrtc.org
2014-10-29(Auto)update libjingle 78738075-> 78738103buildbot@webrtc.org
2014-10-28move xmpp and p2p to webrtchenrike@webrtc.org
2014-10-27Adding setting screen to AppRTCDemo.glaznev@webrtc.org
2014-10-27Use flags set by the port allocator.braveyao@webrtc.org
2014-10-24Add HD support to Android if we detect a hardware video encoder that can be u...perkj@webrtc.org
2014-10-23patch from issue 25469004pthatcher@webrtc.org