10adbeff78Exclude /out* instead of just /out from pylint checks.
fischman@webrtc.org
2014-03-01 02:09:36 +00:00
2bd5944144Re-enable libjingle_peerconnection_java_unittest since bug 2952 is fixed.
fischman@webrtc.org
2014-03-01 00:07:08 +00:00
d3dc424fe5Remove posting of ICE messages from WebRTCSession in PeerConnection to signaling thread. These callbacks are called from signal thread already. There is no point in posting messages on the same thread again.
mallinath@webrtc.org
2014-03-01 00:05:52 +00:00
bcfc1670d6AppRTCDemo(android): don't send local SDP until it's set.
fischman@webrtc.org
2014-03-01 00:02:27 +00:00
b898ce9227Revert of r5622 "disable unit tests" as it should be fixed in r5623.
henrike@webrtc.org
2014-02-28 23:18:44 +00:00
f0fc72f70eCall PrintWindow for the first time of capturing to capture the window frames correctly. This will fix artifacts on the captured window frames, especially for cmd, which sometimes leaks glimpss of other window's content.
jiayl@webrtc.org
2014-02-27 16:43:12 +00:00
00073aafa8Clean up CPU detection defines in SincResampler a little.
andrew@webrtc.org
2014-02-27 04:12:34 +00:00
0231e801d6Invalidate the whole screen when the frame size is changed. Otherwise we'll compare frames of different sizes and read into invalid memory.
jiayl@webrtc.org
2014-02-26 18:54:57 +00:00
2038920a2bUse scoped_ptr<T[]> in SincResampler to avoid .get()[] weirdness.
andrew@webrtc.org
2014-02-26 18:14:54 +00:00
c0e9aebe8fAdd SetConfig method to FakeNetworkPipe and to DirectTransport
henrik.lundin@webrtc.org
2014-02-26 13:34:52 +00:00
eaadecaf98iOS, AppRTCDemo: Fixes exception due to JSON for ice using "urls" instead of "url", which is introduced by r5599.
braveyao@webrtc.org
2014-02-26 04:16:02 +00:00
c2d69d3229Resolves memcheck issue in AudioCodingModuleTest. The issue is coditional jumnp based on uninitialized variable.
turaj@webrtc.org
2014-02-19 20:31:17 +00:00
97e7a640d8Make WindowCapturerLinux handling window resize events. We need to re-initialize the XServerPixelBuffer to the new size when a window resize event is received.
jiayl@webrtc.org
2014-02-19 17:28:41 +00:00
242102517dAdded architecture for compiling under chrome NaCl.
andresp@webrtc.org
2014-02-19 13:55:02 +00:00
056287eee0This CL separate all ACM tests with new and old implementation of ACM and NetEq. The reason is to debug an issue with failure on Android try bots. We need to see if the error only occurs with the new ACM/NetEq, or if it is a flakiness that affects both.
tina.legrand@webrtc.org
2014-02-19 13:45:54 +00:00
8098e07478Add RTCP packet type counter (for getting statistics such as sent/received NACK and FIR). Add counter to RTCP sender and RTCP receiver. Add video api GetRtcpPacketTypes().
asapersson@webrtc.org
2014-02-19 11:59:02 +00:00
358e3367a3PeerConnection(java): enable HW encoder on N5 for standalone build.
fischman@webrtc.org
2014-02-18 17:29:37 +00:00
c2d75e0708PeerConnection(java): account for thread shutdown vagaries.
fischman@webrtc.org
2014-02-18 16:57:36 +00:00
c320027d6aDon't print a warning if RTPPacketHistory::SetStorePacketStatus is called twice with the same settings.
mflodman@webrtc.org
2014-02-18 14:51:00 +00:00
a07923339bRemove external encryption API for VoE.
solenberg@webrtc.org
2014-02-18 11:27:22 +00:00
0a9d822812Change mime type to text/html for multiple-relay.html
kjellander@webrtc.org
2014-02-18 08:45:13 +00:00
346094cb01Incorrect overhead calculation when using FEC + RTP extension headers.
sprang@webrtc.org
2014-02-18 08:40:33 +00:00
b60346e951Reset estimate if no frame has been seen for a certain time (to avoid large jitter if stop sending). Add delay before start processing after a reset.
asapersson@webrtc.org
2014-02-17 19:02:15 +00:00
92fdfebeddUpdate talk to 61699344.
mallinath@webrtc.org
2014-02-17 18:49:41 +00:00
e3842897e2Adding tsan suppression for error introduced in r5555, causing libjingle_unittest to fail on TSan bot.
mflodman@webrtc.org
2014-02-17 15:09:39 +00:00
340746aa13Misc small nits in NetEq
henrik.lundin@webrtc.org
2014-02-17 11:37:16 +00:00
1009798b31Demo of multi-pass encode - used for testing limits.
hta@webrtc.org
2014-02-15 06:13:41 +00:00
f92aaff104AudioProcessing is not a Module.
andrew@webrtc.org
2014-02-15 04:22:49 +00:00
e749c9ebdbUpdate libjingle to 61514460
xians@webrtc.org
2014-02-13 15:09:40 +00:00
8f690bc222Increase overuse and normal use thresholds for Mac.
asapersson@webrtc.org
2014-02-13 14:43:18 +00:00
ae2563ae2fFixes a race when writing to send_padding_.
stefan@webrtc.org
2014-02-13 13:48:38 +00:00
12cb88cab9Add check to verify tree is open to PRESUBMIT.py.
kjellander@webrtc.org
2014-02-13 11:53:43 +00:00
fcfc6a990eSmall refactoring of NetEq unittest for CNG with clock drift
henrik.lundin@webrtc.org
2014-02-13 11:42:28 +00:00
3eda643a91PeerConnection(java): added MediaConstraints support to AudioSource, now fed to AudioTrack.
fischman@webrtc.org
2014-02-13 04:01:04 +00:00
540acde5b3PeerConnection(java): use MediaCodec for HW-accelerated video encode where available.
fischman@webrtc.org
2014-02-13 03:56:14 +00:00
17342e5092Add a method to inform AudioProcessing that its output will be muted.
andrew@webrtc.org
2014-02-12 22:28:31 +00:00
de782180b0Change the type of propagation delta from int64 to int. The delta value never exceeds the range of int. Changing it to int will save memory and copying cost.
jiayl@webrtc.org
2014-02-12 19:19:23 +00:00