1. af3e5cc Move invalid_file_test files to decoder section. by Wan-Teh Chang · 7 years ago
  2. c055a05 Add a test for oss-fuzz:10555 to invalid_file_test by Wan-Teh Chang · 7 years ago
  3. b63b571 aomenc: respect chroma-sample-position for Y4M by elliottk · 7 years ago
  4. 27d46e3 aomdec: respect chroma-sample-position by elliottk · 7 years ago
  5. 89b4c61 add quantize functions to tests by Johann · 7 years ago
  6. 929b4d1 Optimize highbd 8x16 and 16x8 inv_txfm by Remya · 7 years ago
  7. 7d447f5 Further reduce AVxEncoderThreadTest by Yunqing Wang · 7 years ago
  8. df4ffb7 Remove vestigial VP8 token partition support. by Tom Finegan · 7 years ago
  9. f8a5dc3 test/test-data*: add park_joy_90p_8_420_monochrome.y4m by James Zern · 7 years ago
  10. c613fd4 Zero frame buffers on sequence header change. by Wan-Teh Chang · 7 years ago
  11. f2b7da0 Add avx2 variants of highbd 8x8 and 16x16 var modules by Sachin Kumar Garg · 7 years ago
  12. 6b97198 Remove obsoleted skip_block for highbd_quantize_b by Peng Bin · 7 years ago
  13. 850e126 Optimize highbd 32x32 inv_txfm by Venkat · 7 years ago
  14. 5413ec3 Add unit test for highbd fwd_txfm by Venkat · 7 years ago
  15. 95c38b2 Add AVX2 variant for sum_squares_2d by Satish Kumar Suman · 7 years ago
  16. b18fd06 Reduce the number of encoder thread tests by Yunqing Wang · 7 years ago
  17. 7c01d22 Avoid Visual C++ compiler warning C4503. by Wan-Teh Chang · 7 years ago
  18. e1cbb13 cosmetics: normalize include guards by James Zern · 7 years ago
  19. 6e2aac2 Fix y4m monochrome output; split raw/y4m logic by elliottk · 7 years ago
  20. 8d728cc Record whether mc_buf[i] stores highbd pointers. by Wan-Teh Chang · 7 years ago
  21. 1d773ac Add av1C generation. by Tom Finegan · 7 years ago
  22. fe870f1 Facilitate SIMD optimization of subpel motion search by Deepa K G · 7 years ago
  23. 6a5e9c4 Add two test vectors with multiple AV1 sequences by Yaowu Xu · 7 years ago
  24. f8d6a16 Implement aom_codec_get_global_headers for AV1. by Tom Finegan · 7 years ago
  25. 959a860 Optimize highbd inv_txfm modules by Venkat · 7 years ago
  26. 8443732 Add test of color info passing through bitstream by Yaowu Xu · 7 years ago
  27. 5ce638f Add av1_encode_parms_get_decoder test by Yaowu Xu · 7 years ago
  28. aa218b2 Add compound_diffwtd_mask avx2 code by Xing Jin · 7 years ago
  29. 939b67e Add eob logic for highbd 64x64 inv_txfm by Venkat · 7 years ago
  30. 0ec03a4 Add unittest for encoder row based multi-threading by Ravi Chaudhary · 7 years ago
  31. b45f5d1 Restore external frame buffer tests. by Tom Finegan · 7 years ago
  32. b01bfcf Add highbd inv_txfm unit test to support eob logic by Venkat · 7 years ago
  33. de2b711 Add blend_a64_mask avx2 code by Xing Jin · 7 years ago
  34. a7106c3 Add v1_txb_init_levels_avx2 by Xing Jin · 7 years ago
  35. 47d59ce Detect when we have read beyond the end of buffer. by Wan-Teh Chang · 7 years ago
  36. 2c893e6 Add ARM Neon optimization of av1_warp_affine_c by Remya · 7 years ago
  37. 3ab3a7b Unify parameters of hbd/lbd compound pred function by Peng Bin · 7 years ago
  38. f7b11f5 Clean up "ref" field in ConvolveParams by Peng Bin · 7 years ago
  39. 901ecab Use the short filter in subpel motion search by Yunqing Wang · 7 years ago
  40. baa0373 Add a regression test for bug oss-fuzz:9720. by Wan-Teh Chang · 7 years ago
  41. 3500d0e av1_txfm_test: exclude from shared lib tests. by Tom Finegan · 7 years ago
  42. 3a53922 Document get_partition_subsize and ss_size_lookup. by Wan-Teh Chang · 7 years ago
  43. 17a418b wiener_test: Dedup compute_stats_win* funcs. by Urvang Joshi · 7 years ago
  44. f921344 Add AVX2 optimization for obmc_variance module by Venkat · 7 years ago
  45. 184cfc7 Fix a compile warning when SSE and NEON are unused by Debargha Mukherjee · 7 years ago
  46. de6adff cmake: Output generated sources in sub dir. by Tom Finegan · 7 years ago
  47. 64af22d Add log2_test.cc: unit tests for binary log. by Wan-Teh Chang · 7 years ago
  48. 83374c8 Fix shared lib builds on mac and windows. by Tom Finegan · 7 years ago
  49. a0bb6c0 Fix valgrind error av1warpfilter test by Ravi Chaudhary · 7 years ago
  50. a88f27b Add pixel_proj_error simd code by Xing Jin · 7 years ago
  51. 04c7c84 Rename compute_stats by Xing Jin · 7 years ago
  52. 20c102f Add support for "don't care" in the result file. by Wan-Teh Chang · 7 years ago
  53. 0e41f76 Add support for Windows DLL builds. by Ilie Halip · 7 years ago
  54. 8cd5dc3 Remove prefix so fft tests lead with SSE2/AVX2 by Neil Birkbeck · 7 years ago
  55. 828eb20 Modify warp unit-test for different params by Ravi Chaudhary · 7 years ago
  56. 37ee03b Add compute_stats SSE4_1 and AVX2 code by Xing Jin · 7 years ago
  57. f02d5f5 Enable sse2 intrinsics for highbd variance calculation by Deepa K G · 7 years ago
  58. 07fa778 Add ifdef in SSE2/AVX2 fft tests by Neil Birkbeck · 7 years ago
  59. 25a17f3 Add oss-fuzz test cases for invalid_file_test.cc. by Wan-Teh Chang · 7 years ago
  60. b0c13b2 SSE2 optimization of aom_highbd_comp_mask_pred by Ravi Chaudhary · 7 years ago
  61. 0a165c4 Opt blend_a64_mask by Xing Jin · 7 years ago
  62. c67b3cd Fix Valgrind error from WRAP_AVX2/ConvolveTest.Copy by Xing Jin · 7 years ago
  63. 3a0c2ed Speedup InterpFilterParams by Peng Bin · 7 years ago
  64. 20cf30e Move profile and color config to SequenceHeader. by Urvang Joshi · 7 years ago
  65. 5e9dce7 Use the more common way to clear a bit. by Wan-Teh Chang · 7 years ago
  66. 369ab20 cmake: fix formatting typo by Johann · 7 years ago
  67. e426b01 Modify encoder multi-threading unit tests by Ravi Chaudhary · 7 years ago
  68. fd68191 Opt convolve avx2 by Xing Jin · 7 years ago
  69. 8237078 Fix build failure on macos by clang by Peng Bin · 7 years ago
  70. 000f2f6 Facilitate eob support in inverse transform for neon by Venkat · 7 years ago
  71. 45811bc Add Masked sad avx2 code by Xing Jin · 7 years ago
  72. 8177488 Add Wedge utils avx2 code by Xing Jin · 7 years ago
  73. 6042d90 x86: Add subpixel obmc variance by Kyle Siefring · 7 years ago
  74. 6eecfe9 Add obmc add avx2 code by Xing Jin · 7 years ago
  75. 9ea1c6c Delete an obsolete TODO comment. by Wan-Teh Chang · 7 years ago
  76. c067adc Add automated lightfield testing by Yunqing Wang · 7 years ago
  77. e93d4e0 Put IntraPredFunc outside the anonymous namespace. by Wan-Teh Chang · 7 years ago
  78. 9af24c3 decode_test_driver: break decompress loop on error by James Zern · 7 years ago
  79. ef64ee8 shell tests: Drop incorrect uses of readonly. by Tom Finegan · 7 years ago
  80. 85ad011 AVX2 optimization of aom_highbd_comp_mask_pred by Ravi Chaudhary · 7 years ago
  81. f0d46ba dr_prediction_test: set upsample_above/left correctly by Scott LaVarnway · 7 years ago
  82. e54b823 shell tests: Fix read of aom_config.c. by Tom Finegan · 7 years ago
  83. 99ee82e Add a test vector with all key frames by Yaowu Xu · 7 years ago
  84. 75815c2 Add missing 10-bit test vector files by Yaowu Xu · 7 years ago
  85. f2fccbc Add 10-bit test vectors by Yaowu Xu · 7 years ago
  86. 354773c Add forward txfm2d avx2 code by Xing Jin · 7 years ago
  87. 0350496 Add neon optimization for selfguided_restoration by Venkat · 7 years ago
  88. b48bc12 Add NEON optimization of lpf_vertical_4 and lpf_horizontal_4 by Cherma Rajan A · 7 years ago
  89. 5660235 Add NEON optimization of lpf_vertical_6 and lpf_horizontal_14 by Cherma Rajan A · 7 years ago
  90. ab79c45 test/ add missing license blocks by Johann · 7 years ago
  91. 966c44e Add unit test for decoder row based multi-threading by Deepa K G · 7 years ago
  92. bf9d6d4 Enable TestVector test when CONFIG_LOWBITDEPTH=0 by Yaowu Xu · 7 years ago
  93. ce8f481 Re-enable ext-tile unit tests by Yunqing Wang · 7 years ago
  94. 5b7e5e2 Update unit test of compound_diffwtd_mask by Sachin Kumar Garg · 7 years ago
  95. 41b0505 Add ARM Neon optimization of aom_highbd_dc_predictor by Sachin Kumar Garg · 7 years ago
  96. 0347fc2 Fixed issue in AV1MultiThreaded/TestVectorTest by Ravi Chaudhary · 7 years ago
  97. 70bffc7 Revert "Fix bug in round shift array unit test" by Johann Koenig · 7 years ago
  98. d78396e Add ARM Neon optimization of compound_diffwtd_mask_d16 by Sachin Kumar Garg · 7 years ago
  99. d9647f2 cmake: Improve testing. by Tom Finegan · 7 years ago
  100. 5b3ba8e cmake: test_data_util, set() -> list(APPEND). by Tom Finegan · 7 years ago