Sign in
webrtc
/
src.git
/
b2c0e8f60fad10e2786e5e131136a0da1299d883
/
test
/
testsupport
3d95c31
Delete logic to look for arch-specific resource files.
by Niels Möller
· 6 years ago
a12c42a
Delete root header file typedef.h.
by Niels Möller
· 7 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 7 years ago
431abd9
Replace rtc::Optional with absl::optional in test and rtc_tools
by Danil Chapovalov
· 7 years ago
92b24f0
Delete an unneeded include of pathutils.h.
by Niels Möller
· 7 years ago
392f8d0
Add JoinFilename to testsupport code, replacing use of rtc::Pathname.
by Niels Möller
· 7 years ago
d7b9131
Move socklen_t definition for windows to win32.h.
by Niels Möller
· 7 years ago
e9c2088
Delete unused header file unittest_utils.h.
by Niels Möller
· 7 years ago
e62f600
Extend WavReader and WavWriter API.
by Artem Titov
· 7 years ago
bbf1465
Delete dead code for video quality calculation.
by Rasmus Brandt
· 7 years ago
3a5653a
Use FILE* instead of const FILE* in perf_test.h
by Edward Lemur
· 7 years ago
c9e4522
Add an option to print perf results to a file.
by Edward Lemur
· 7 years ago
1723cf9
Get rid of packet loss related stuff from videoprocessor.
by Sergey Silkin
· 7 years ago
e66572b
Reland "iOS: Save perf results under Documents/perf_result.json"
by Edward Lemur
· 7 years ago
c492bf1
Fix JSON format for reporting perf results.
by Edward Lemur
· 7 years ago
712989d
Revert "Reland "iOS: Save perf results under Documents/perf_result.json""
by Mirko Bonadei
· 7 years ago
8b886bb
Reland "iOS: Save perf results under Documents/perf_result.json"
by Edward Lemur
· 7 years ago
081c651
Revert "iOS: Save perf results under Documents/perf_result.json"
by Rasmus Brandt
· 7 years ago
10a8e7a
iOS: Save perf results under Documents/perf_result.json
by Edward Lemur
· 7 years ago
6543206
Including libyuv headers using fully qualified paths.
by Mirko Bonadei
· 7 years ago
cb666f5
Increase precision when printing perf_results
by Edward Lemur
· 7 years ago
936dfb1
Add a function to report perf results in JSON format.
by Edward Lemur
· 7 years ago
f49a56b
Disable PerfTest.AppendResult on iOS.
by Edward Lemur
· 7 years ago
2f06168
Make PrintResultList receive a vector of doubles instead of a string.
by Edward Lemur
· 7 years ago
18b823e
Revert "Let PrintResultMeanAndError accept a string."
by Edward Lemur
· 7 years ago
b54bc06
Let PrintResultMeanAndError accept a string.
by Edward Lemur
· 7 years ago
f9d303c
Make PrintResultMeanAndError receive two doubles instead of a string.
by Edward Lemur
· 7 years ago
6a82207
Make PrintResult receive a double instead of a string.
by Edward Lemur
· 7 years ago
f7ff3e8
Remove AppendResult* and SystemCommit* functions from perf_test.
by Edward Lemur
· 7 years ago
64eaa99
On-fly calculation of quality metrics.
by Sergey Silkin
· 7 years ago
675513b
Stop using LOG macros in favor of RTC_ prefixed macros.
by Mirko Bonadei
· 7 years ago
4332d09
Reland "Reland "Remove WEBRTC_TRACE.""
by Fredrik Solenberg
· 7 years ago
39cefdb
Revert "Reland "Remove WEBRTC_TRACE.""
by Fredrik Solenberg
· 7 years ago
68007e9
Reland "Remove WEBRTC_TRACE."
by Fredrik Solenberg
· 7 years ago
729b910
Revert "Remove WEBRTC_TRACE."
by Fredrik Solenberg
· 7 years ago
2209b90
Remove WEBRTC_TRACE.
by Fredrik Solenberg
· 7 years ago
af8659a
Rename test output to test artifacts.
by Edward Lemur
· 7 years ago
7120742
Adding NOLINT for typedefs.h and common_types.h
by Mirko Bonadei
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
81cf5e4
Move test to src/test.
by andrew@webrtc.org
· 13 years ago
4aa57b4
Extracted a helper library from vie_auto_test.
by phoglund@webrtc.org
· 13 years ago
29fafef
Fix building errors Review URL: https://webrtc-codereview.appspot.com/399012
by leozwang@webrtc.org
· 13 years ago
51198f1
More PRESUBMIT checks.
by kjellander@webrtc.org
· 13 years ago
cf6a295
Making video codecs test framework integration test execute in a reproducable fashion.
by kjellander@webrtc.org
· 13 years ago
9d9ad88
Fixed remaining warnings.
by phoglund@webrtc.org
· 13 years ago
c80d9d9
Removed default cases causing clang errors, -Wcovered-switch-default.
by mflodman@webrtc.org
· 13 years ago
cc33737
Changing all PSNR/SSIM calculations to use libyuv.
by kjellander@webrtc.org
· 13 years ago
173b7bb
Integration test that tracks dropped frames and compares video output.
by kjellander@webrtc.org
· 13 years ago
5b97b12
Splitted FileHandler into FrameReader and FrameWriter classes and moved them to testsupport in test.gyp.
by kjellander@webrtc.org
· 13 years ago
80b2661
Fixing invalid check for existing file.
by kjellander@webrtc.org
· 13 years ago
4ed4f24
New fileutils.h method for managing resources on different platforms
by kjellander@webrtc.org
· 13 years ago
82d91ae
Fixing crash when calculating SSIM and PSNR with empty video files in video_metrics.cc
by kjellander@webrtc.org
· 13 years ago
5483210
Fixed open file handle in fileutils.cc Thanks Henrik L for pointing this out.
by kjellander@webrtc.org
· 13 years ago
0db7dc6
Add file-playing channels to voe_cmd_test.
by andrew@webrtc.org
· 13 years ago
1144ba2
Base and codec tests now run verify output and render to file instead of to screen.
by phoglund@webrtc.org
· 13 years ago
4d8cd9d
Adding GetOutputDir method to test_support library.
by kjellander@webrtc.org
· 13 years ago
20a370e
Changing the namespace of TestSuite to webrtc::test.
by kjellander@webrtc.org
· 13 years ago
1e10bb3
Remove global std::strings from fileutils.
by andrew@webrtc.org
· 13 years ago
7951e81
Simple utility method for finding the project root dir (to be used by tests loading resource files)
by kjellander@webrtc.org
· 13 years ago