1. 64a5e40 Optimize aom_quantize_b_adaptive module by Aniket Dhok · 6 years ago
  2. f763def Respect max_gf_interval in case of fwd key-frame. by Urvang Joshi · 6 years ago
  3. eb982ae Add unit test for gf-max-pyr-height options. by Urvang Joshi · 6 years ago
  4. 5aae713 Add level test by Hui Su · 6 years ago
  5. 6351388 Cleanup fwd-kf tests by Sarah Parker · 6 years ago
  6. 460272c Add quality tests for fwd-kf by Sarah Parker · 6 years ago
  7. cf6a19d Add basic encode tests for forward key frame by Sarah Parker · 6 years ago
  8. ede75c7 Add SSE4_1 highbd version of temporal filter by chiyotsai · 6 years ago
  9. 7b9ce53 Revert "dr_prediction AVX calc moved to 16 bit" by James Zern · 6 years ago
  10. 881f629 dr_prediction AVX calc moved to 16 bit by Victoria Zhislina · 6 years ago
  11. 8307403 Add SSE4_1 implementation of lowbd apply_temporal filter by chiyotsai · 6 years ago
  12. 5758a2a Add test cases for av1_apply_temporal_filter by chiyotsai · 6 years ago
  13. 4012631 Fix variance-based partition for 64x64 SB size by kyslov · 6 years ago
  14. 005f5c5 Fix encoder crash in RT mode on lowres with 64x64 TX disabled by kyslov · 6 years ago
  15. fd740ac Revert "Optimize av1_wiener_convolve_add_src_avx2" by Yunqing Wang · 6 years ago
  16. 027e537 Avoid transform search as part of inter mode search for RT path by kyslov · 6 years ago
  17. fd12564 Temporarily disable highbd_dr_prediction_z2_avx2 by Urvang Joshi · 6 years ago
  18. e980281 Optimize highbd sub_pixel_variance module by Aniket Dhok · 6 years ago
  19. 3054fcf Optimize av1_highbd_block_error module by Aniket Dhok · 6 years ago
  20. f101cd9 Don't directly use best quality for a special case by Urvang Joshi · 6 years ago
  21. fa4abbd Add 3 test vectors by Yaowu Xu · 6 years ago
  22. bd2fe1a Disable frame_parallel_decoding_mode by default by Yunqing Wang · 6 years ago
  23. 7b9d0d6 AV1 RealTime path. Initial implementation by kyslov · 6 years ago
  24. 3ff6ff3 Optimize aom_highbd_quantize_b_64x64 module by Aniket Dhok · 6 years ago
  25. 09864d8 Reintroduce lowbd 8x16 and 16x8 fwd_txfm modules by Aniket Dhok · 6 years ago
  26. fc6bcc7 Superres test refactor. by Urvang Joshi · 6 years ago
  27. 41b8ccc Superres: Add test for SUPERRES_AUTO mode. by Urvang Joshi · 6 years ago
  28. 17dd3ea Compute strongest Sobel x and y edge component by elliottk · 6 years ago
  29. 4ee28ca avx2 dr prediction z2 valgrind issue fix by Victoria Zhislina · 6 years ago
  30. 36a8373 Introduce SUPERRES_AUTO mode. by Urvang Joshi · 6 years ago
  31. 1f3265d Increase PSNR tolerance in resize_test by chiyotsai · 6 years ago
  32. c4b4811 Revert "Optimize lowbd fwd_txfm modules" by Debargha Mukherjee · 6 years ago
  33. e8704db Optimize aom_quantize_b_64x64 module by Aniket Dhok · 6 years ago
  34. 0ec68d4 Re-disable av1_highbd_dr_prediction_z*_avx2 functions by Sarah Parker · 6 years ago
  35. f9b3d9b Optimize highbd fwd_txfm modules by Aniket Dhok · 6 years ago
  36. 8055cda Change "ximage" to "aom_image_t" in comments. by Wan-Teh Chang · 6 years ago
  37. e3b00f1 cmake: Always build googletest using internal target. by Tom Finegan · 6 years ago
  38. 5aafc14 Change "libvpx" to "libaom" in comments. by Wan-Teh Chang · 7 years ago
  39. a1615ed Optimize highbd fwd_txfm module by Aniket Dhok · 6 years ago
  40. 3563b12 avx2 dr prediction valgrind bug fix by Victoria Zhislina · 6 years ago
  41. b61948f Optimize highbd fwd_txfm module by Aniket Dhok · 6 years ago
  42. 06e2c4f Temporarily disable av1_highbd_dr_prediction_z*_avx2 functions by Sarah Parker · 6 years ago
  43. 2395ed0 Optimize highbd fwd_txfm module by Aniket Dhok · 6 years ago
  44. 0c96c11 Rename jnt_comp convolves to dist_wtd_comp by Debargha Mukherjee · 6 years ago
  45. 16f9fe9 Optimize highbd fwd_txfm module by Aniket Dhok · 6 years ago
  46. d52c292 Optimize aom_sse_avx2 module by Aniket Dhok · 6 years ago
  47. aa7195d Optimize lowbd fwd_txfm modules by Aniket Dhok · 6 years ago
  48. d9032e5 Fix valgrind error in EndToEndTestLarge unit test by Satish Kumar Suman · 6 years ago
  49. f90004a Complete renaming jnt_comp into dist_wtd_comp by Debargha Mukherjee · 6 years ago
  50. e08559f AVX2 dr prediction full version - lbd & hbd, Z1,Z2,Z3 by Victoria Zhislina · 6 years ago
  51. 4667aa1 Make enum size same for all compilers by Satish Kumar Suman · 6 years ago
  52. cc0cc71 Add AVX2 optimization for cross_correlation module by Aniket Dhok · 6 years ago
  53. 7ac3eb1 Replace jnt_comp with dist_wtd_comp by Debargha Mukherjee · 6 years ago
  54. 98dae94 move av1_round_shift_array definition by Johann · 6 years ago
  55. 4a400ac Add invalid file tests for three oss-fuzz bugs. by Wan-Teh Chang · 6 years ago
  56. 352c10b Use fabsf instead of fabs for single floats by David Turner · 6 years ago
  57. 26776f2 decoder_get_frame() should use output frame index. by Wan-Teh Chang · 6 years ago
  58. 1468e60 AVX2 ver of highbd dr predictions Z1,Z3 by Victoria Zhislina · 6 years ago
  59. 9284af6 Adjust DropFrames test params to temporarily avoid failure by Sarah Parker · 6 years ago
  60. 90fc8d0 Fix mismatches in quantize asm by Aniket Dhok · 6 years ago
  61. ccc8050 Clean-up test code: nn_predict, pickrst, wiener by David Turner · 6 years ago
  62. 98c3d00 Remove unused includes in horver_correlation_test.cc by sarahparker · 6 years ago
  63. ea29981 Correct signed shift mistake in NnpredictTest by David Turner · 6 years ago
  64. 6d3067c Document the ACMRandom::Rand31() method. by Wan-Teh Chang · 6 years ago
  65. ec359c7 Fix av1_nn_predict_test MSVC build error by David Turner · 6 years ago
  66. 1dbb8c1 Add computation of edge strength to each block by elliottk · 6 years ago
  67. 486cc98 SSE3-optimised av1_nn_predict by David Turner · 6 years ago
  68. 1201778 Fix optimization config flag by Yunqing Wang · 6 years ago
  69. 84c6daf Add high bit-depth edge detection by elliottk · 6 years ago
  70. 3ab5b87 Clean up naming in horver_correlation_test by sarahparker · 6 years ago
  71. 8e29643 Check pointers in test/* functions by sarahparker · 6 years ago
  72. 270a7ff Replace scoped_ptr with unique_ptr by sarahparker · 6 years ago
  73. 83607dc cdef: remove unused "max" parameter by Johann · 6 years ago
  74. 24ec464 Implement av1_jnt_convolve_2d_sse2() by Yaowu Xu · 6 years ago
  75. e2a4caf Re-enable the NotEnoughBuffers and NoRelease tests. by Wan-Teh Chang · 6 years ago
  76. df260b8 Fix issue in AV1HighBDJNTCOMPAVGUPSAMPLEDTest by Sachin Kumar Garg · 6 years ago
  77. 1e6ce79 Fix build with -DCONFIG_WEBM_IO=0 -DCONFIG_LOWBITDEPTH=0 by Bruno Berthier · 6 years ago
  78. 819aff6 Fix issues with SIMD horver_correlation_full by David Turner · 6 years ago
  79. 2518fb4 Fix the ExtFBMD5Match test. by Wan-Teh Chang · 7 years ago
  80. f2ea6e1 Enforce C++11 in build configuration by David Turner · 7 years ago
  81. 1c573e0 Optimise get_horver_correlation_full, SSE4 & AVX2 by David Turner · 7 years ago
  82. b5ed1e6 SSE4.1 and AVX2 highbd_blend_a64_d16_mask by David Turner · 7 years ago
  83. c9c806a test-data.sha1: update svc .md5 file sha1sums by James Zern · 7 years ago
  84. 9be5922 std::tuple/tie not available on mac by elliottk · 7 years ago
  85. 35be78d Add edge detector to rdopt by elliottk · 7 years ago
  86. 8f2210a Correct md5 hashes for three test files by Yaowu Xu · 7 years ago
  87. 30cc950 Move large array from stack to heap by Yaowu Xu · 7 years ago
  88. 1996a35 Optimize av1_wiener_convolve_add_src_avx2 by Satish Kumar Suman · 7 years ago
  89. d68b607 add bitstreams with scalability to test vector set by Soo-Chul Han · 7 years ago
  90. 07f8a18 Revert "add edge detector to rdopt" by Debargha Mukherjee · 7 years ago
  91. 17fbdd5 static analysis: ensure sym is set by Johann · 7 years ago
  92. a9edad7 Fix aom_<highbd>_sse_sse4_1/avx2 issue by Peng Bin · 7 years ago
  93. 05a43ff cfl_test: Fix rng initialization by Vignesh Venkatasubramanian · 7 years ago
  94. 3539bf2 add edge detector to rdopt by elliottk · 7 years ago
  95. 5baee46 Add an invalid file test case for oss-fuzz:10779. by Wan-Teh Chang · 7 years ago
  96. 1c6c5ad SSE4.1 and AVX2 highbd_pixel_proj_error by David Turner · 7 years ago
  97. 4ca0087 Change Wiener unit test allocation to heap by David Turner · 7 years ago
  98. 8048e8c Modified unit test to test 4-tap filter by Sachin Kumar Garg · 7 years ago
  99. ce781ca Clean up aom_subpixel_8t_intrin_sse2.c by Sachin Kumar Garg · 7 years ago
  100. 3a0667d SSE2 implementation of 4-tap highbd filter by Sachin Kumar Garg · 7 years ago