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