9e5b0342f6Added a delay measurement, measures the time between an incoming captured frame until the frame is being processed. Measures the delay per second.
asapersson@webrtc.org
2013-12-04 13:47:44 +00:00
79b63206b9Fixes a crash in fullstack tests introduced with r5209.
stefan@webrtc.org
2013-12-04 13:34:28 +00:00
b477fa6d21Small fixes to plot_neteq_delay.m
henrik.lundin@webrtc.org
2013-12-04 12:28:47 +00:00
7e9315b42eAdds support for sending redundant payloads over RTX.
stefan@webrtc.org
2013-12-04 10:24:26 +00:00
9523b55826Fix a typo in neteq.gypi
henrik.lundin@webrtc.org
2013-12-04 08:24:49 +00:00
d7696c4ed1Compile-out functions only used by the bit-exact test.
andrew@webrtc.org
2013-12-03 23:39:16 +00:00
d3865e9124Don't HANDLE_EINTR(close). Use IGNORE_EINTR(close).
fischman@webrtc.org
2013-12-03 19:10:20 +00:00
812dd11f8cAdd baseline generation/verification to BWE test framework.
solenberg@webrtc.org
2013-12-03 15:11:14 +00:00
499631c1e4Utility class for reading/writing network-byte-ordered integers.
sprang@webrtc.org
2013-12-03 13:22:48 +00:00
37968a9be7Change BitrateStats to more generalized RateStatistics
sprang@webrtc.org
2013-12-03 10:31:59 +00:00
b613b5ab2bSet local SSRC for VideoReceiveStream.
pbos@webrtc.org
2013-12-03 10:13:04 +00:00
5ecdef11ccDo not use recursive calling in NetEq test tools
henrik.lundin@webrtc.org
2013-12-03 08:26:49 +00:00
03c7a35ac0Fixing long lines in apprtc.py.
phoglund@webrtc.org
2013-11-28 17:45:08 +00:00
e1fc3f22eaDisable check for all sent SSRCs being valid.
pbos@webrtc.org
2013-11-28 15:40:12 +00:00
bd41a84694This CL adds an API to enable robust validation of delay estimates.
bjornv@webrtc.org
2013-11-28 14:58:35 +00:00
b627f676b3Fixes a crash in the pacer where it fails to find a normal prio packet if there are no high prio packets, given that the queue has grown too large.
stefan@webrtc.org
2013-11-28 14:00:09 +00:00
1f7c8d8b6aLock frame in ViECapturer::IncomingFrameI420.
pbos@webrtc.org
2013-11-28 13:26:33 +00:00
13d38a13e3Set up SSRCs correctly after switching codec.
pbos@webrtc.org
2013-11-28 11:59:31 +00:00
eea079a376Small refactoring change in delay_estimator.
bjornv@webrtc.org
2013-11-28 07:59:04 +00:00
19a40ff05bEnsure that no packet stays in the pacer queue for longer than 2 seconds.
stefan@webrtc.org
2013-11-27 14:16:20 +00:00
b3ea3afa60Create default implementation to fix issue in libjingle
sprang@webrtc.org
2013-11-27 10:28:27 +00:00
4070935f4fImplement and test EncodedImageCallback in new ViE API.
sprang@webrtc.org
2013-11-26 11:41:59 +00:00
c7ff8f990aAdded measure of encode time. Added encode time to the ViE CpuOveruseMeasure api.
asapersson@webrtc.org
2013-11-26 11:12:33 +00:00
bd51d9324eLSan suppressions for libjingle_peerconnection_unittest
kjellander@webrtc.org
2013-11-26 09:37:12 +00:00
7f959980f8Remove const in vie_rtp_rtcp, where there is conflict with mock defines in fakewebrtcvideoengine.
sprang@webrtc.org
2013-11-26 09:30:04 +00:00
d89b52af80Faster implementation of BitRateStats.
mikhal@webrtc.org
2013-11-25 17:49:28 +00:00
4e3161dd55Style-option file for clang-format.
pbos@webrtc.org
2013-11-25 15:30:37 +00:00
3260f109e3Made video quality toolchain more configurable.
phoglund@webrtc.org
2013-11-25 14:10:20 +00:00
47fadba750Add include stdlib.h to files using abs.
stefan@webrtc.org
2013-11-25 12:03:56 +00:00
4ab4fc0044Add test for automatically disabling padding when no video is being captured.
stefan@webrtc.org
2013-11-25 11:54:24 +00:00
b5bc098e20Clear empty video frames in unittest so DrMemory will allow them to be read without an uninitialized read error. BUG=libyuv:263 TESTED=drmemory out\Debug\modules_unittests.exe --gtest_filter=*PreprocessorLogic R=kjellander@webrtc.org, mflodman@webrtc.org
fbarchard@google.com
2013-11-25 09:06:33 +00:00
aa74b5d690Add success/error callback to set sdp calls. Add a workaround for crbug/322756 to append a line break to the end of sdp if needed.
wu@webrtc.org
2013-11-23 00:37:50 +00:00
5272eb8d83Don't register iSAC-swb and iSAC-fb in NetEqDecodingTest.
turaj@webrtc.org
2013-11-23 00:11:32 +00:00
e839da02c1Fix MouseCursor to MouseCursorShape conversion in ScreenCapturerWin.
sergeyu@chromium.org
2013-11-22 20:39:16 +00:00
78b41a09bdFix issues with sequence number wrap-around in jitter statistics.
turaj@webrtc.org
2013-11-22 20:27:07 +00:00
832bd74cfalibyuv r874 for build improvements on ios/android, and improved YUV scale performance. BUG=libyuv:288 TESTED=try bots R=andrew@webrtc.org
fbarchard@google.com
2013-11-22 19:30:52 +00:00
1e8c93c953Distinguish instances of ACM1 from ACM2 by a version string. This is fpr testing purposes and will be removed when the experiment is done and ACM1 is fade out.
turaj@webrtc.org
2013-11-22 17:04:49 +00:00
2ffb149c2cReplace VideoFrameI420 with I420VideoFrame.
pbos@webrtc.org
2013-11-22 13:10:13 +00:00
b0ed8f8a08Don't reset the AEC filter in extended mode.
andrew@webrtc.org
2013-11-22 06:39:42 +00:00
9e85c01ec8Add exception handling when configuring MediaCodc in order to prevent break in the new sdk release.
dwkang@webrtc.org
2013-11-22 02:49:17 +00:00
8d02f5dc71Added API for enabling/disabling RTCP Receiver Reference Time extension.
asapersson@webrtc.org
2013-11-21 08:57:04 +00:00
54a05518e2Increase run-time for full stack test for the rtt to be added reliably to the delay measurement.
asapersson@webrtc.org
2013-11-21 07:45:08 +00:00
425e1d0fb9Typo in vie_autotest_win.cc
braveyao@webrtc.org
2013-11-21 02:17:01 +00:00
a750044396Fixes a crash in VoE when unregistering JNI hooks.
henrike@webrtc.org
2013-11-20 22:32:12 +00:00
364f204d16Update talk to 56698267.
wu@webrtc.org
2013-11-20 21:49:41 +00:00
dc50aaeaa8Interface changes to old api, for use by new api transition.
sprang@webrtc.org
2013-11-20 16:47:07 +00:00
b24d33565cAdded ViE API for getting overuse measure.
asapersson@webrtc.org
2013-11-20 13:51:40 +00:00
d29d4e9c08Deliver I420VideoFrames from VideoRender module.
pbos@webrtc.org
2013-11-20 13:19:54 +00:00
1ae1d0c471Add possibility to get the last processed RTT from the call stats class (to be used by RTP/RTCP module).
asapersson@webrtc.org
2013-11-20 12:46:11 +00:00
5d85819dd2Fix DesktopAndCursorComposer to restore frames to the original state.
sergeyu@chromium.org
2013-11-19 02:15:47 +00:00
7a05ae5c69Adding back main() to the test. Now it is possible to choose between ACM1 and ACM2, furthermore, the test can simulate a channel with packet loss and FEC can be activated. Packet loss pattern is based on channel implementation in Channel{.cc,.h}, which currently is a determenistic pattern with 1 every 3rd packet is discarded.
turaj@webrtc.org
2013-11-18 18:16:53 +00:00
9c5fb76662Exclude AV-sync test from Valgrind platforms.
pbos@webrtc.org
2013-11-18 16:22:50 +00:00
ce8e0936d9Rename AutoMute to SuspendBelowMinBitrate
henrik.lundin@webrtc.org
2013-11-18 12:18:43 +00:00
28bf50f0ecFix test broken with r5128.
stefan@webrtc.org
2013-11-18 11:58:24 +00:00
b082ade3dbHook up audio/video sync to Call.
stefan@webrtc.org
2013-11-18 11:45:11 +00:00
4cfa6050f6Fix breakage after introducing new test.
stefan@webrtc.org
2013-11-15 13:15:56 +00:00
69969e2e2fImprove Call tests for RTX.
stefan@webrtc.org
2013-11-15 12:32:15 +00:00
6e95d7afabIncrement RTP timestamps for padding packets
henrik.lundin@webrtc.org
2013-11-15 08:59:19 +00:00
5973f3a24aRemove unneeded includes from trace_posix.cc.
andrew@webrtc.org
2013-11-08 17:30:07 +00:00
48df38114dFix for making sure that the packet in order checks are done prior to updating the last received packet state.
stefan@webrtc.org
2013-11-08 15:18:52 +00:00