1. 60e653d cmake: Output aom_config in config sub dir. by Tom Finegan · 7 years ago
  2. fb04a9a Turn on error resilient mode in frame drop unit test by Jingning Han · 7 years ago
  3. 123e8a6 adopt some clang 5.0.0 formatting by Johann · 7 years ago
  4. 4eafefe apply clang-format by clang-format · 8 years ago
  5. 4322bc1 Fix constructor order in unit tests (sanitizer) by Sebastien Alaiwan · 8 years ago
  6. 446d037 Reduce number of tests for DatarateTest by Yaowu Xu · 8 years ago
  7. 7a07ece Include googletest cmake support. by Tom Finegan · 8 years ago
  8. 049c64c Reduce time needed for some unit tests by Yaowu Xu · 8 years ago
  9. 2ab7ff0 Change to use AOM copyright notice by Yaowu Xu · 9 years ago
  10. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  11. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago
  12. 3a826f1 test/: apply clang-format by clang-format · 9 years ago
  13. cc73e1f remove SVC by James Zern · 9 years ago
  14. a3cff08 more cleanup of vp8 and vp9 by Yaowu Xu · 9 years ago
  15. 8bf837f Cherry pick from AOM: by Yaowu Xu · 9 years ago
  16. 134710a Disable tests not applicable to VP10 by Yaowu Xu · 9 years ago
  17. 3fa28d5 More vp8/vp9 clean up by Yaowu Xu · 9 years ago
  18. 2967bf3 Merge changes from libvpx/master by cherry-pick by Johann · 9 years ago
  19. 0cb7f54 Fix ubsan warning: test/datarate_test.cc by Yaowu Xu · 9 years ago
  20. 75d5517 vp9: Add datarate test for 1 pass VBR mode. by Marco · 9 years ago
  21. 11bf7ea vp9-svc: Fix to frame dropping in svc mode. by Marco · 9 years ago
  22. b5ab881 vp9-svc unitests: Add more tests for key frame periods. by Marco · 9 years ago
  23. 38e401b vp9-svc: Fix issues with svc with periodic key frames. by Marco · 9 years ago
  24. c83bcb3 vp9-svc: Allow for 2 stage downscaling for spatial layers. by Marco · 9 years ago
  25. 41667f4 vp9-datarate unittests: Include coverage up to speed 8. by Marco · 9 years ago
  26. f21ff53 vp9: Remove effective_bitrate from SVC datarate tests. by Marco · 9 years ago
  27. 4b00f0e datarate_test/ChangingDropFrameThresh: set kf interval by James Zern · 9 years ago
  28. 6a23966 vp9-svc: Bugfix for svc in non-rd variance partition. by Marco · 9 years ago
  29. 14828e7 vp9: set kf_max_dist to a reasonable default (128) by James Zern · 9 years ago
  30. cffef11 tests: quiet some unused parameter warnings by James Zern · 9 years ago
  31. f5c07b6 vp9-svc: Allow frame-dropping in svc datarate control tests. by Marco · 9 years ago
  32. b0027b9 vp9-svc: Fix to allow setting qp-max/min per spatial and temporal layer. by Marco · 9 years ago
  33. cb7b2a4 Adjust threshold for datarate frame drop test. by Marco · 9 years ago
  34. c9426aa Add unittest for SVC 1pass CBR mode with 4 threads. by Marco · 10 years ago
  35. a8c5ab2 Remove ABI check for 1 pass CBR SVC. by Marco · 10 years ago
  36. c139b81 Vidyo patch: Rate control for SVC, 1 pass CBR mode. by Marco · 10 years ago
  37. 1861340 put spatial svc behind an ABI check by James Zern · 10 years ago
  38. e38066a Fix crash with vp9 denoiser on. by Marco · 10 years ago
  39. 81fc5bf Improve skip_txfm thresholds in the non-rd mode selection by Yunqing Wang · 10 years ago
  40. 7cb111b Unit test for turning VP8 denoiser on/off periodically. by JackyChen · 10 years ago
  41. e82a3b2 Unit test for turning VP9 denoiser on/off periodically. by JackyChen · 10 years ago
  42. 5b860e1 Turn denoiser sensitivity on starting from kf in unit test by Jingning Han · 10 years ago
  43. bf758b6 Enforce error resilient mode on in temporal svc real-time mode by Jingning Han · 10 years ago
  44. 65d6320 Turn off temporal svc unit test in RTC setting by Jingning Han · 10 years ago
  45. 4eece0d Add a conditional compilation macro to VP8 unit test. by JackyChen · 11 years ago
  46. a86e6e8 Add unit test for VP9 denoiser. by JackyChen · 11 years ago
  47. 503792f Add a separate datarate test for denoiser enabled. by Marco · 11 years ago
  48. 16e52fc Enable denoiser for vp8 datarate tests. by Marco · 11 years ago
  49. cd2ac82 datarate_test.cc: remove unused param warnings by James Zern · 11 years ago
  50. 9d41313 Decide the partitioning threshold from the variance histogram by Yunqing Wang · 11 years ago
  51. c4180f8 Relax rc test threshold by Yaowu Xu · 11 years ago
  52. 6f5e9a7 Relax the threshold for datarate test by 5% by Yaowu Xu · 11 years ago
  53. a8b7361 Re-enable datarate tests for speeds 5 and 6. by Marco Paniconi · 11 years ago
  54. 6fc20a8 Adjust rt speed steps. by Yaowu Xu · 11 years ago
  55. fcdabb1 Disable speed 6 for datarate test. by Marco Paniconi · 11 years ago
  56. 6505b07 datarate_test renaming with suffix large because it is slow. by Jim Bankoski · 11 years ago
  57. 1880744 Add realtime-mode to datarate tests. by Marco Paniconi · 11 years ago
  58. 41cd4c4 Add speeed 5 to datarate test. by Marco Paniconi · 11 years ago
  59. 6e3cf6e Stop gating non420 features with a configure flag. by Alex Converse · 11 years ago
  60. 640885d Datarate test for temporal layers and frame dropper. by Marco Paniconi · 11 years ago
  61. 1604ad2 Fix frames that have no references to them. by Frank Galligan · 11 years ago
  62. 531d3ac Disabling BasicRateTargeting3TemporalLayers test. by Dmitry Kovalev · 11 years ago
  63. 812bacc Some updates and fixes for layered CBR mode. by Marco Paniconi · 11 years ago
  64. 4864ab2 Layer based rate control for CBR mode. by Marco Paniconi · 11 years ago
  65. 7ec838e Revert "Layer based rate control for CBR mode." by Marco Paniconi · 11 years ago
  66. 6be2b75 Layer based rate control for CBR mode. by Marco Paniconi · 11 years ago
  67. f5949fa Expand the lossless and datarate tests to cover 4:4:4. by Alex Converse · 11 years ago
  68. cac85f8 datarate_test: fix some type conversions by James Zern · 11 years ago
  69. 1b8b8b0 Updates for 1-pass CBR rate control. by Marco Paniconi · 11 years ago
  70. 4a535ef Change in data rate test to be less stringent by Deb Mukherjee · 11 years ago
  71. 9977332 For CBR, keep rate-correction damping factor to 2. by Marco Paniconi · 11 years ago
  72. b26ce8b Updates to 1-pass: by Marco Paniconi · 11 years ago
  73. e078c3d Initial 1-pass. by Marco Paniconi · 11 years ago
  74. afffa3d cleanup cpplint warnings by Yaowu Xu · 12 years ago
  75. 1c05e9d encode_test_driver: check for fatal failures by James Zern · 12 years ago
  76. 706cafe Support multiple codecs in test infrastructure by John Koleszar · 12 years ago
  77. cd7f684 Update to datarate_test. by Marco Paniconi · 12 years ago
  78. 533470c add unit test for datarate control by Jim Bankoski · 12 years ago