1. 4fc8df6 Cleanup dead high-bitdepth inverse-tx functions by Frederic Barbier · 8 years ago
  2. 3fcb356 Update partial inverse DCT according to VP9 by Yi Luo · 8 years ago
  3. ff4fa06 Add the motion vector unit test by Yunqing Wang · 8 years ago
  4. 4a2e3b2 remove remaining refs to aom_highbd_idct8x8_64_add by James Zern · 8 years ago
  5. c756e4d Cleanup dead high-bitdepth inverse-tx functions by Frederic Barbier · 8 years ago
  6. 032573d Cleanup: remove const by Yaowu Xu · 8 years ago
  7. c3bcf3b Intra prediction: Remove unused variants. by Urvang Joshi · 8 years ago
  8. 4ff59b5 Cleanup: Remove const for params passed by value by Yaowu Xu · 8 years ago
  9. 3d0135f EndToEndTest : split into tests that runs per commit and nightly. by Jim Bankoski · 8 years ago
  10. 57ec566 test-data.mk: correct dependency for encode-perf-tests by James Zern · 8 years ago
  11. b472a94 test-data.mk : Fix inadvertent use of LIBVPX instead of LIBAOM. by Jim Bankoski · 8 years ago
  12. 775a4be Correct row padding to avoid overflow in all cases. by Sean Purser-Haskell · 8 years ago
  13. 9aeaeb7 tests: use scoped_ptr for local video source vars by James Zern · 8 years ago
  14. c6a48a2 Drop support for CONFIG_EMULATE_HARDWARE by Sebastien Alaiwan · 8 years ago
  15. 2874430 intrabc: Add initial skeleton by Alex Converse · 8 years ago
  16. d8cd55f ext_tile: add 2 tile encoding modes by Yunqing Wang · 8 years ago
  17. 8625112 test-data: restrict large yuv to perf tests by James Zern · 8 years ago
  18. a57f77f Fix array bounds overflow in warped test. by Sean Purser-Haskell · 8 years ago
  19. a4d8799 Move width branch out of height loop by Yi Luo · 8 years ago
  20. 8082614 Remove rt deadline. by Thomas Daede · 8 years ago
  21. de45e15 Fix cmake build. by Tom Finegan · 8 years ago
  22. 18c6634 Fix CONFIG_FILTER_INTRA in the cmake build. by Tom Finegan · 8 years ago
  23. 43edb7b Avoid invalid parameter combinations in CLPF test by Steinar Midtskogen · 8 years ago
  24. 1b2b739 Add s8 -> s16 unpack instrinsics by Steinar Midtskogen · 8 years ago
  25. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  26. 7e32a4c Fix high bit-depth transform unit test failure by Jingning Han · 8 years ago
  27. e3bc0da Change parameter limit to be <1, not <=1. This saves a bit. by Sean Purser-Haskell · 8 years ago
  28. 27f6e66 Reduce precision of shear parameters to 16 bits by Debargha Mukherjee · 8 years ago
  29. 521383a Add SSSE3 highbd warp filter by David Barker · 8 years ago
  30. 2bcf280 Prepare for vectorizing highbd warp filter by David Barker · 8 years ago
  31. 57338fc Support CONFIG_WARPED_MOTION in the cmake build. by Tom Finegan · 8 years ago
  32. 0a4ef08 Add install rule to cmake build. by Tom Finegan · 8 years ago
  33. 05d9f53 test/test.cmake: fix parse error by James Zern · 8 years ago
  34. 8ff52fc CDEF: Add damping to dering by Steinar Midtskogen · 8 years ago
  35. 05a12ea Refactored warp_filter_test to allow reuse by external tests. by Sean Purser-Haskell · 8 years ago
  36. c1a1399 Exclude decode_to_md5 test from examples.sh. by Thomas Davies · 8 years ago
  37. eb64972 Enable new_tokenset by default and fix experiment compatibility. by Thomas Davies · 8 years ago
  38. 1d4568c od_filter_dering_direction() no longer returns the total change by Jean-Marc Valin · 8 years ago
  39. 493623e Enable ec_adapt by default and fix experiment compatibilities. by Thomas Davies · 8 years ago
  40. f8abdb0 Improve unit tests for CDEF by Steinar Midtskogen · 8 years ago
  41. 34c8038 CLPF unit test: Only test damping values that are actually used by Steinar Midtskogen · 8 years ago
  42. 6033fb8 Add v64_abs_s8, v128_abs_s8 and v256_abs_s8 by Steinar Midtskogen · 8 years ago
  43. 9b8444a Add v64_ssub_u16, v128_ssub_u16 and v256_ssub_u16 by Steinar Midtskogen · 8 years ago
  44. bea96c5 Make CLPF unit test try all dampings by Steinar Midtskogen · 8 years ago
  45. 13d2aee Add the missing IDTX type optimization to hybrid txfm by Yi Luo · 8 years ago
  46. 19e0c4b update md5 to reflect bitstream change by Yaowu Xu · 8 years ago
  47. 9d24735 High bit depth inter prediction filter AVX2 by Yi Luo · 8 years ago
  48. 9a3d29e Add SSE2 av1_fht32x32 by Yi Luo · 8 years ago
  49. e5034e3 clpf_test: mark TestSpeed disabled by James Zern · 8 years ago
  50. 22c0d57 dering_test: mark TestSpeed disabled by James Zern · 8 years ago
  51. 8036058 Enable/disable unit tests correctly in decoder-only build case by Yunqing Wang · 8 years ago
  52. 4c5b020 Make aom_sum_squares_2d_i16 take width and height parameters. by Alex Converse · 8 years ago
  53. dfad2b1 Add unit tests for SIMD optimised dering functions by Steinar Midtskogen · 8 years ago
  54. b8ff6aa Add SIMD support for CDEF dering for sse2/ssse3 and neon by Steinar Midtskogen · 8 years ago
  55. b8e6f2c Add unit tests for vertically restricted CLPF by Steinar Midtskogen · 8 years ago
  56. 73aa77c Increase parallelism in CLPF SIMD by Steinar Midtskogen · 8 years ago
  57. 099220b Fix a buffer over-read by Yaowu Xu · 8 years ago
  58. a04cd93 Fix spelling error in the ISA extension prefix by Steinar Midtskogen · 8 years ago
  59. 86437ef Add testing for subsampling in warping function by Sarah Parker · 8 years ago
  60. f47f6ff Flip binary_codes_test off when ANS is turned on. by Alex Converse · 8 years ago
  61. 47748b5 Adds binary code lib for coding various symbols by Debargha Mukherjee · 8 years ago
  62. 929e806 Fix cut&paste bug in the CLPF unit tests by Steinar Midtskogen · 8 years ago
  63. b754ec3 Fix an alignment issue in the CLPF unit test by Steinar Midtskogen · 8 years ago
  64. 3b96b76 test/decode_test_driver: rm unused deadline member by James Zern · 8 years ago
  65. 1f89d0f Fix CLPF test to avoid looking outside the frame by Jean-Marc Valin · 8 years ago
  66. d280a84 Remove boundary checks in CLPF by Steinar Midtskogen · 8 years ago
  67. 6eca835 Remove "best" deadline parameter from aomenc. by Thomas Daede · 8 years ago
  68. 7d53271 Make input buffers for intrinsics testing uint8_t by Steinar Midtskogen · 8 years ago
  69. 7e08ac3 Fix two bugs in highbitdepth self-guided filter by David Barker · 8 years ago
  70. eb10b75 Add neon simd tests to cmake test target. by Tom Finegan · 8 years ago
  71. c16e044 Disable intrinsics unit tests if optimisations are disabled by Steinar Midtskogen · 8 years ago
  72. 6c79576 Fix ubsan warnings by Steinar Midtskogen · 8 years ago
  73. 1f40e22 Reduce scope of local variable by Sebastien Alaiwan · 8 years ago
  74. 7889e5f Don't indent the 'normal' case by Sebastien Alaiwan · 8 years ago
  75. 13f77be Group TX by sizes by Sebastien Alaiwan · 8 years ago
  76. 93d44fb Reduce size in FrameSizeTests for 32-bit arch by Yaowu Xu · 8 years ago
  77. 1e6f24d Simplify test: avoid dynamic memory allocation by Sebastien Alaiwan · 8 years ago
  78. 1bc3046 Simplify list of functions to test by Sebastien Alaiwan · 8 years ago
  79. c3f5bd1 Align memory allocation for SIMD operations by Yaowu Xu · 8 years ago
  80. 3260480 Update golden MD5 in decode_to_md5 test. by Urvang Joshi · 8 years ago
  81. bcc5535 Fix self-guided filter tests by David Barker · 8 years ago
  82. ee7ee7f SMOOTH_PRED: Use get_msb() to get log2 of block dimension. by Urvang Joshi · 8 years ago
  83. 4d2af5d Add SSE4.1 highbitdepth self-guided filter by David Barker · 8 years ago
  84. 7e9f59e Avoid out-of-range memory access by Yaowu Xu · 8 years ago
  85. 506eb72 Make encoder use vectorized self-guided filter by David Barker · 8 years ago
  86. 5765fad Handle non-multiple-of-4 widths in SSE4.1 self-guided filter by David Barker · 8 years ago
  87. 6d2f3c2 Fix some potential warnings on unused functions and implicit cast by Steinar Midtskogen · 8 years ago
  88. 2f103aa Disable sse2 for inverse tx with emulate-hardware by Sarah Parker · 8 years ago
  89. ce110cc Vectorize self-guided filter by David Barker · 8 years ago
  90. 4f7e104 Add test data download support to the cmake build. by Tom Finegan · 8 years ago
  91. c20176e Remove ASM_REGISTER_STATE_CHECK when testing v64/v128/v256 intrinsics by Steinar Midtskogen · 8 years ago
  92. 8d8638a Use 3-tap spatial filter in FILTER_INTRA experiment by Yue Chen · 8 years ago
  93. 8c636c1 simd_cmp_impl,TestSimd*Arg: break on failure by James Zern · 8 years ago
  94. 4db04d3 Move cmake build setup for testing into test/test.cmake. by Tom Finegan · 8 years ago
  95. 0a2c0cb Let hbd conv func be flexible by Angie Chiang · 8 years ago
  96. 8176081 SMOOTH_PRED: Use 12-bit multiplications instead of 18-bit. by Urvang Joshi · 8 years ago
  97. 8c019d5 Test average in av1_convolve_horiz/vert by Angie Chiang · 8 years ago
  98. a60da3b Use buffer vector to manage input/output buffer by Angie Chiang · 8 years ago
  99. dd1ca30 Reimplement av1_convolve unit test by Angie Chiang · 8 years ago
  100. 0143513 Merging the dering and clpf experiments into a single experiment: CDEF by Jean-Marc Valin · 8 years ago