ce2b44532eRevert 5510 "Disable failing libjingle_p2p_unittest test on Linux"
kjellander@webrtc.org
2014-02-09 18:21:00 +00:00
8d2ddd00f1Disable failing libjingle_p2p_unittest test on Linux
kjellander@webrtc.org
2014-02-08 21:35:20 +00:00
6f8acdc76fSuppressions for libjingle_unittest after roll in r5502
kjellander@webrtc.org
2014-02-08 21:15:59 +00:00
cc685acbdfDisable AsyncInvokeTest.CancelInvoker test
sergeyu@chromium.org
2014-02-08 19:59:00 +00:00
0178810659Don't use LOG() in callback.h
sergeyu@chromium.org
2014-02-08 03:18:03 +00:00
bfc26dcc10gitignore: ignore webrtc android demo apps build artifacts, and sort list
fischman@webrtc.org
2014-02-08 01:05:45 +00:00
5a59ccbb6dSwitching to NSS random number generator and adding init method to unittests.
mallinath@webrtc.org
2014-02-07 23:22:00 +00:00
ad3035fc9eFix WindowCapturerWin to unselect bitmap before destroying DC.
sergeyu@chromium.org
2014-02-07 21:24:04 +00:00
c5a839c3a9Updated demos so they work on FF, the createOffer api cannot have null parameters according to spec. Same applies to createAnswer.
vikasmarwaha@webrtc.org
2014-02-07 19:08:38 +00:00
9cf037b831Update libjingle to 61168196
sergeyu@chromium.org
2014-02-07 19:03:26 +00:00
09315705b9Wire up statistics in video receive stream of new API
sprang@webrtc.org
2014-02-07 12:06:29 +00:00
90ce73a0d5Remove svn:ignore for third_party/cygwin
kjellander@webrtc.org
2014-02-07 10:04:21 +00:00
b307e86076Updated demos to use the sucess and failure callback in addIceCandidate api.
vikasmarwaha@webrtc.org
2014-02-06 22:38:37 +00:00
60de116687libyuv.gyp fix for ios sim which is intel not neon, fixing a link error. BUG=none TEST=try bots R=andrew@webrtc.org
fbarchard@google.com
2014-02-06 21:17:16 +00:00
20a60ea39dFix a cursor capturing issue on Windows. The input position to WindowFromPoint should be relative to the desktop, not relative to the window; if the result from WindowFromPoint is a child window of the shared top window, it should be captured.
jiayl@webrtc.org
2014-02-04 17:49:12 +00:00
0e5a2b5de6Handle the invalid case of setting multiple stream_bitrates if there is only a single send stream registered.
stefan@webrtc.org
2014-02-04 14:38:25 +00:00
3e6c41c48fRevert "Disable the test: DtmfTest.ManualSuccessfullySendsIn/OutOfBandTelephoneEvents"
pbos@webrtc.org
2014-02-04 10:45:14 +00:00
064b32acbbFix locking in LoopBackTransport::StorePacket.
pbos@webrtc.org
2014-02-04 09:42:02 +00:00
c1e28038baMoved the new OnData interface to AudioTranport, and expose the AudioTransport pointer via voe_base
xians@webrtc.org
2014-02-02 15:30:20 +00:00
1af5ea0538Implement single monitor capture on Mac.
jiayl@webrtc.org
2014-02-01 02:03:24 +00:00
83aee8f450Fixing test name for NetEqPerformanceTest
henrik.lundin@webrtc.org
2014-01-31 11:46:34 +00:00
bdc5ed2e7dAdd configuration for cpu overuse detection to video send stream.
asapersson@webrtc.org
2014-01-31 10:05:07 +00:00
7d7f08957cAdd gyp_webrtc script to generate projects.
kjellander@webrtc.org
2014-01-31 09:34:51 +00:00
668a23b402Fix MIME type on new demo pages.
juberti@webrtc.org
2014-01-30 23:42:01 +00:00
5db9a3f32aAdded new create-offer and ice-servers demos to test the exact output of createOffer and .onicecandidate. Updated a few demos to work on Firefox.
juberti@webrtc.org
2014-01-30 23:38:44 +00:00
bda5fa77afFix the mouse cursor offset issue on Mac. The problem is that MouseCursorMonitor returns coordinates in DIPs, while DisplayAndMouseComposer assumes that they are in physical pixels. The fix is to convert the position to physical pixels in MouseCursorMonitorMac.
jiayl@webrtc.org
2014-01-30 23:27:35 +00:00
c693704cc2Move out typing detection to its own class.
henrikg@webrtc.org
2014-01-30 09:50:46 +00:00
cf1b51b6fbMoves the display reconfiguration callback into a separate class, so that it can be shared with the cursor monitor when single monitor capturing is added (https://webrtc-codereview.appspot.com/4679005/). This Cl should have no functionality change.
jiayl@webrtc.org
2014-01-29 21:59:12 +00:00
808b99b111Disable a test assert which fails due to usrsctp not cleaned up in SctpDataEngine.cc BUG=2749 R=fischman@webrtc.org
jiayl@webrtc.org
2014-01-29 19:44:40 +00:00
a576faf82aEnable SCTP and use OPENSSL on Anroid and NSS on other platforms. It includes unit test fixes to properly initialize SSL if DTLS or SSL random number generator is used in the tests. The private key and certificate constant strings used in some tests are updated to be compatible with NSS. A few potentially overflow type conversions caused compiling warning on Windows and they are fixed by importing and using Chromium's checked_cast, which aborts the program if overflow occurs. It also fixes a leak in nssstreamadapter.cc by releasing the PRFileDesc* in StreamClose.
jiayl@webrtc.org
2014-01-29 17:45:53 +00:00
07e5196414Added new capture callback interface to pass the capture callback to a specific voe channel from libjingle webrtcvoiceengine.cc.
xians@webrtc.org
2014-01-29 13:54:02 +00:00
094ac39b5aFix race when deleting video receive streams in Call.
solenberg@webrtc.org
2014-01-29 11:21:58 +00:00
f7c6e743b3Fix deadlock in video_receiver.cc.
stefan@webrtc.org
2014-01-29 10:27:51 +00:00
41907748cbConnect webrtc::Config to WrappingBitrateEstimator
henrik.lundin@webrtc.org
2014-01-29 08:47:15 +00:00
c7c7a531f3Add Config struct for experimental AGC.
andrew@webrtc.org
2014-01-29 04:57:25 +00:00
84eb0e952eAdd clean test to NetEq perf test
henrik.lundin@webrtc.org
2014-01-28 21:50:35 +00:00
45a60c7fdcAdd tools/gn and tools/swarming_client to svn:ignore
kjellander@webrtc.org
2014-01-28 19:30:26 +00:00
83dd95432erolling Opus 1.1
minyue@webrtc.org
2014-01-28 08:46:58 +00:00
0dac5378e5Revert 5447 "Update talk to 60420316."
mallinath@webrtc.org
2014-01-28 06:58:42 +00:00
752a017809Update talk to 60420316.
mallinath@webrtc.org
2014-01-28 06:45:52 +00:00
69ff90e832libyuv r976 for MJPGToI420 return code. BUG=2847 TESTED=libyuv MJPGToI420 unittest added which passes invalid MJPG and expects a failure. R=andrew@webrtc.org, braveyao@webrtc.org
fbarchard@google.com
2014-01-28 03:58:46 +00:00
932b0193e7VideoCaptureAndroid: stop preview in opposite order of starting.
fischman@webrtc.org
2014-01-27 22:32:05 +00:00
18586d38bcRevert 5421 "Fix deadlock on register/unregister observer while ..."
mallinath@webrtc.org
2014-01-27 22:00:57 +00:00
ecc96af15bExpose errors in apprtc demo to div. Currently the errors only show in the console, the CL attempts to expose critical errors on to the div element. BUG=2786 R=fischman@webrtc.org
vikasmarwaha@webrtc.org
2014-01-27 21:13:54 +00:00
776d8df25fFix hooks in DEPS to allow read-only checkout to succeed.
wjia@webrtc.org
2014-01-27 19:55:16 +00:00
a45cac0fb7Avoid potential dead lock in StreamStatisticianImpl
sprang@webrtc.org
2014-01-27 16:22:08 +00:00
2a260d9fabEnable Android APK trybots by default.
kjellander@webrtc.org
2014-01-27 16:08:43 +00:00
5314e85926Race condition in RTPSender::UpdateRtpStats
sprang@webrtc.org
2014-01-27 13:20:36 +00:00
d9b9560ee5Drop early packets when not sending in TransportAdapter.
sprang@webrtc.org
2014-01-27 13:03:02 +00:00
2397a17c6bFix bug introduced during replace of list wrapper with std equivalents in r5378.
andresp@webrtc.org
2014-01-27 12:33:30 +00:00
c8b99a49d1This is to roll a more recent Chromium, which contains latest Clang, so as to be able to roll Opus 1.1, which will the next step.
minyue@webrtc.org
2014-01-27 12:21:42 +00:00
c00adbed73Race in StreamStatisticianImpl::GetStatistics vs. ::IncomingPacket
sprang@webrtc.org
2014-01-27 10:42:48 +00:00
99eab02fb1Fix "field '_testNo' is uninitialized" warnings.
pbos@webrtc.org
2014-01-27 09:30:35 +00:00
c98882dcd3Always initialize Trace in Call TraceDispatcher.
pbos@webrtc.org
2014-01-27 09:11:10 +00:00