680555f923constructormagic.h macros are duplicated in several repositories. undef them in webrtc to prevent conflict for some build configurations.
henrike@webrtc.org
2014-06-27 15:49:02 +00:00
f4d6d7c27eAdd DrMemory suppression for AsyncWriteTest
aluebs@webrtc.org
2014-06-27 13:55:36 +00:00
767d98ebffTSan: Move suppressions to source file.
kjellander@webrtc.org
2014-06-27 09:18:51 +00:00
a2142caa2fBump version number to 3.55
tnakamura@webrtc.org
2014-06-25 22:04:27 +00:00
fe526ff10ffix after r6472 in rtp_sender, comparison between signed and unsigned integer expressions.
henrike@webrtc.org
2014-06-25 20:59:51 +00:00
4ddcc40d32pkg-config-wrapper should not be run when build_nss is disabled (=0).
henrike@webrtc.org
2014-06-25 20:14:13 +00:00
3b84b3a58cAdd RTCP packet types to packet builder: REMB, TMMBR, TMMBN and extended reports: RRTR, DLRR, VoIP metric.
asapersson@webrtc.org
2014-06-25 12:22:17 +00:00
6568e97d10This is to compare NetEq with various codecs under a shared packet loss pattern.
minyue@webrtc.org
2014-06-25 12:17:41 +00:00
d5075bdbb5Neon version of FilterFar()
bjornv@webrtc.org
2014-06-25 12:15:46 +00:00
1ed1af9b31Remove payload duplication in AudioDecoderTest
henrik.lundin@webrtc.org
2014-06-25 07:59:40 +00:00
ec9f5fb34cChange SdpSerializeCandidate to output candidate line without the "a=" and without the leading \r\n", i.e. candidate-attribute as defined in section 15.1 of [ICE].
wu@webrtc.org
2014-06-24 17:05:10 +00:00
1da152d7f6talk/base and webrtc/base suppression had the same names for their suppressions which is not allowed. Renamed the talk/base ones as they are going away.
henrike@webrtc.org
2014-06-24 14:24:37 +00:00
eecf5e6ba7Removing neteq decode lock and friends
henrik.lundin@webrtc.org
2014-06-24 13:11:22 +00:00
05f1464df3Exclude AsyncWriteTest.TestWrite from Win DrMemory Full bot and suppress the reported errors
aluebs@webrtc.org
2014-06-24 11:08:51 +00:00
04fbc38c4aNeon version of ScaleErrorSignal()
bjornv@webrtc.org
2014-06-24 10:25:00 +00:00
9a4f651037Disable PhysicalSocketTest.TestUdpReadyToSendIPv4 for TSAN2
aluebs@webrtc.org
2014-06-24 08:35:39 +00:00
78f440c5e7GN: BUILD.gn for system_wrappers
kjellander@webrtc.org
2014-06-21 14:25:16 +00:00
ff1b1bf094When creating an answer, takes the codec preference from the offer.
wu@webrtc.org
2014-06-20 20:57:42 +00:00
a24d366e1c- Exit from a camera thread lopper loop() method only after all camera release calls are completed. This fixes camera exceptions observed from time to time when calling camera functions on a terminated looper. - Allocate real texture for camera preview. - Add fps and camera frame duration logging. - Get camera frame timestamp in Java code and pass it to jni code so the frame timestamp is assigned as soon as possible. Jni code will not use these timestamps yet until timestamp ntp correction and zeroing in webrtcvideengine.cc will be addressed.
glaznev@webrtc.org
2014-06-20 20:55:54 +00:00
b43c99de29Limits the send and receive buffer by bytes, not by packets. The new limit is 16MB for each buffer. Also refactors the code to handle send failure more consistently.
jiayl@webrtc.org
2014-06-20 17:11:14 +00:00
db397e5c6cRe-evalutes the ICE role on ICE restart. Also unifies the logic of ICE restart.
jiayl@webrtc.org
2014-06-20 16:32:09 +00:00
0b893b1e05Do not hold the critical section in VideoCaptureAndroid::SetCaptureRotation since it would case possible deadlock with OS Camear thread.
braveyao@webrtc.org
2014-06-20 16:00:30 +00:00
594aefa807Do not call CaptureCursor in ScreenCapturerWinGdi if no MouseShapeObserver. It's wasted work and affects frame rate adaptation in Chrome.
jiayl@webrtc.org
2014-06-19 22:04:41 +00:00