aboutsummaryrefslogtreecommitdiff
path: root/talk/app
AgeCommit message (Expand)Author
2015-01-20Update libjingle license statements at top of talk files for consistencyjlmiller@webrtc.org
2015-01-19Update StatsCollector's interface in preparation of more changes.tommi@webrtc.org
2015-01-19Revert 8095 "Update StatsCollector's interface in preparation of..."tommi@webrtc.org
2015-01-19Update StatsCollector's interface in preparation of more changes.tommi@webrtc.org
2015-01-19Fixing LD_LIBRARY_PATH, improving safety for libjingle java unit test.phoglund@webrtc.org
2015-01-15Add stats collection for the data channel.decurtis@webrtc.org
2015-01-15Update AppRTCDemo UI.tkchin@webrtc.org
2015-01-15Fix a case where empty candidate id is usedguoweis@webrtc.org
2015-01-14Add BundlePolicy to RTCConfiguration. Don't change any behavior. Just make ...pthatcher@webrtc.org
2015-01-14Remove COMPILE_ASSERT and use static_assert everywherekwiberg@webrtc.org
2015-01-13Unify the two copies of compile_assert.hkwiberg@webrtc.org
2015-01-12Use int64_t more consistently for times, in particular for RTT values.pkasting@chromium.org
2015-01-12Allow 720x1280 frames encoding on Android.glaznev@webrtc.org
2015-01-12Use proxy macro for PeerConnectionFactory instead of sending messages interna...perkj@webrtc.org
2015-01-09Revert "Accept incoming pings before remote answer is set to reduce connectio...pthatcher@webrtc.org
2015-01-07Avoid reading past end of string in GetLine.decurtis@webrtc.org
2015-01-07RTCPeerConnectionFactory: Explicitly create new worker and signaling threads.tkchin@webrtc.org
2015-01-06Remove peer connection and signaling calls from UI thread.glaznev@webrtc.org
2015-01-02Make P2PTestConductor use VirtualSocketServer.pbos@webrtc.org
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