1. 1a0ae84 Fix OneByOneVideoTest for loop-restoration by Debargha Mukherjee · 8 years ago
  2. 04305c6 Add unit tests for v64 intrinsics by Steinar Midtskogen · 8 years ago
  3. 086c9db Remove "Large" from most of AV1FrameSizeTests by Alex Converse · 8 years ago
  4. af0c102 ans: Add a final state serialization test by Alex Converse · 8 years ago
  5. e2a703e av1_dct_test: fix duplicate symbol link error by James Zern · 8 years ago
  6. 2f97339 Add data file needed for perf test by Yaowu Xu · 8 years ago
  7. 1379746 Warp filter improvements by David Barker · 8 years ago
  8. 6870051 Update md5 for 308a639 by hui su · 8 years ago
  9. 0b3af1c EC_ADAPT: re-enable tests using tiles. by Thomas Davies · 8 years ago
  10. 2f6bdd8 Add a unit test for AV1E_SET_ANS_WINDOW_SIZE_LOG2 by Alex Converse · 8 years ago
  11. eb780e7 Add a control to set the ANS window size by Alex Converse · 8 years ago
  12. 838367d Add correctness tests for the SSE2 warp filter by David Barker · 8 years ago
  13. 9f45bc4 Pass ConvolveParams into prediction functions by Angie Chiang · 8 years ago
  14. b2ff17f Fix test failure in av1_convolve_optimz_test.cc by Angie Chiang · 8 years ago
  15. 0cfaeea Refactor av1_update_neighbors by Angie Chiang · 8 years ago
  16. fe2a959 Use default scan order as a tie breaker by Angie Chiang · 8 years ago
  17. 8f315b1 Fix 4x4 hybrid transform accuracy check tests by Yi Luo · 8 years ago
  18. f07ddf3 Fix 32x32 hybrid transform AVX2 to match C by Yi Luo · 8 years ago
  19. 3b0b5f1 Fix 16x32, 32x16 rectangular transform SSE2 to match C by Yi Luo · 8 years ago
  20. 674bffd Add rounding option into av1_convolve by Angie Chiang · 8 years ago
  21. 3bd8377 High bit depth 32x32 inverse DCT_DCT transform, AVX2 by Yi Luo · 8 years ago
  22. 346440b Use the standard aom_reader_init() interface for ans by Alex Converse · 8 years ago
  23. 03ab527 Fix compile problems with older VS releases by Steinar Midtskogen · 8 years ago
  24. 66ca597 Change md5 used in test by Yaowu Xu · 8 years ago
  25. e6aece8 Fix RunAccuracyCheck failure by Angie Chiang · 8 years ago
  26. 8b28d86 Don't cast function pointers to void* (v64/v128/v256 unit tests) by Steinar Midtskogen · 8 years ago
  27. d954f2d Disable unsupported SIMD optimisations for CLPF for 32 bit VS targets by Steinar Midtskogen · 8 years ago
  28. fb1425f Add framework for testing intrinsics by Steinar Midtskogen · 8 years ago
  29. 1733f6b Merge ext_interp and dual_filter by Angie Chiang · 8 years ago
  30. 7386eda Add an experiment to disable lpf on tile boundaries by Ryan Lei · 8 years ago
  31. 049c64c Reduce time needed for some unit tests by Yaowu Xu · 8 years ago
  32. 5bce3fe Further reduce number of frames used in test by Yaowu Xu · 8 years ago
  33. f8cb5a6 Reduce number of frames used in test by Yaowu Xu · 8 years ago
  34. 81f4815 Update md5 for decoding test by Yaowu Xu · 8 years ago
  35. 2cdf0d8 Specify ANS window size at initialization by Alex Converse · 8 years ago
  36. 251cf36 Reduce image size to avoid out of memory by Yaowu Xu · 8 years ago
  37. f10cba2 Apply the rect fwd tx changes to SSE2 optimization by Yi Luo · 8 years ago
  38. d526d0a Fix TestSuperframeIndexIsOptional to work with daala_ec. by Nathan E. Egge · 8 years ago
  39. f0aa420 Change scaling of rectangular fwd transforms by Debargha Mukherjee · 8 years ago
  40. 840b2be Modify test.mk by Yunqing Wang · 8 years ago
  41. fab6224 Remove obsolete control AOME_SET_ARNR_TYPE and command line flag by Alex Converse · 8 years ago
  42. 73c145a Revert "Add framework for testing intrinsics" by James Zern · 8 years ago
  43. e983258 High bit depth motion search SAD optimization on avx2 by Yi Luo · 8 years ago
  44. 685039d Rename tests by Yaowu Xu · 8 years ago
  45. 3e882f2 Add framework for testing intrinsics by Steinar Midtskogen · 8 years ago
  46. 1ecdf2b ans: Move buf_ans_flush to the .c file by Alex Converse · 8 years ago
  47. 25c900c test_libvpx: fix valgrind failures by Yaowu Xu · 8 years ago
  48. cfa83fd ans: Use BufAnsCoder in the ANS test by Alex Converse · 8 years ago
  49. b137289 Turn on convolve_test.cc by Angie Chiang · 8 years ago
  50. b968d46 Test all subpels in av1_convolve_vert_first test by Angie Chiang · 8 years ago
  51. ed2a00f superframe test: Remove VP9 style syntax by Alex Converse · 8 years ago
  52. ae5cfde Refactor to use block_size_wide/high[] consistently by Jingning Han · 8 years ago
  53. 73db4ac Replace b_width_log2_lookup[] with direct block size access by Jingning Han · 8 years ago
  54. b79424e Do interpolation with lower-tap filter first by Angie Chiang · 8 years ago
  55. bde4ac8 change to use AOMedia copyright notice by Yaowu Xu · 8 years ago
  56. 46f0f29 Fix compiling of tests with emulate-hardware by Yaowu Xu · 8 years ago
  57. 9e21874 SAD avg and 4D avx2 optimization for ext-partition by Yi Luo · 8 years ago
  58. 6be4a54 Add a new intra prediction mode "smooth". by Urvang Joshi · 8 years ago
  59. 838a53d Improve rectangular transform accuracy by David Barker · 8 years ago
  60. 8245b9a Add unit tests for 4x4, 8x8, 16x16 hybrid txfm by Yi Luo · 8 years ago
  61. 4362b3e decode_perf_test: don't have real test vectors with which to test perf by Jim Bankoski · 8 years ago
  62. 4ce287a Replace int with uint32_t for non-negative values by Yaowu Xu · 8 years ago
  63. 63bd6dc Fix rectangle transform computation overflow by Yi Luo · 8 years ago
  64. 637590c Fix warnings from static analaysis tools by Yaowu Xu · 8 years ago
  65. 3baf526 Change to use "DISABLED_" prefix to disable a test by Yaowu Xu · 8 years ago
  66. 6b3f0db Disable test for msa version of transforms by Yaowu Xu · 8 years ago
  67. 1e487c3 Fix MSVC warnings in tests by Yaowu Xu · 8 years ago
  68. 1f49624 SAD avx2 optimization for ext-partition by Yi Luo · 8 years ago
  69. 77bba8d New experiment: Perceptual Vector Quantization from Daala by Yushin Cho · 8 years ago
  70. ec994d8 accounting_test: fix read of uninitialized data by Tristan Matthews · 8 years ago
  71. 4891ef9 boolcoder_test: fix read of uninitialized data by Tristan Matthews · 8 years ago
  72. 3e4fcb4 Fix the bool coder test by Yushin Cho · 8 years ago
  73. fb77385 Merge "Remove unused copies of transform related source code" into nextgenv2 by Yi Luo · 8 years ago
  74. ea1167c Remove unused copies of transform related source code by Yi Luo · 8 years ago
  75. 7317200 Hybrid inverse transforms 16x16 AVX2 optimization by Yi Luo · 8 years ago
  76. fd601e3 Merge "Rename av1_convolve.[hc] to convolve.[hc]" into nextgenv2 by Yaowu Xu · 8 years ago
  77. 6557ea9 Rename av1_convolve.[hc] to convolve.[hc] by Yaowu Xu · 8 years ago
  78. ec93224 Refactor scan_test.cc by Angie Chiang · 8 years ago
  79. 0575e6c EC_ADAPT: disable tests requiring tiles. by Thomas Davies · 8 years ago
  80. 15c1aa6 Disable the SuperframeTest with --enable-daala_ec. by Yaowu Xu · 8 years ago
  81. 3ff8cb7 Merge "Fix aom_fdct8x8_ssse3 in high bit depth mode" into nextgenv2 by Debargha Mukherjee · 8 years ago
  82. 0602edf Fix aom_fdct8x8_ssse3 in high bit depth mode by David Barker · 8 years ago
  83. 3f84199 Add unit test for adapt_scan experiment by Angie Chiang · 8 years ago
  84. 400dcc8 Merge "Fix aom_fdct32x32_avx2 output as CONFIG_AOM_HIGHBITDEPTH=1" into nextgenv2 by Yi Luo · 8 years ago
  85. 8c1e57c Change 2 motion search counts to be tile data by Yunqing Wang · 8 years ago
  86. 0c552df Fix aom_fdct32x32_avx2 output as CONFIG_AOM_HIGHBITDEPTH=1 by Yi Luo · 8 years ago
  87. 3635a83 Merge "adapt_scan experiment" into nextgenv2 by Yaowu Xu · 8 years ago
  88. ed8cd9a adapt_scan experiment by Angie Chiang · 8 years ago
  89. 59b969d fdct4x4_test: fix unsigned overflow by Yaowu Xu · 8 years ago
  90. 62b6cc0 Merge "Fix avx2 16x16/32x32 fwd txfm coeff output on HBD" into nextgenv2 by Yi Luo · 8 years ago
  91. 1a0f27a Fix avx2 16x16/32x32 fwd txfm coeff output on HBD by Yi Luo · 8 years ago
  92. ff6d890 Pass AV1_COMMON into get_scan by Angie Chiang · 8 years ago
  93. c76572a Merge changes Icfc16070,Ied47a248,I8af087d9,I322a1366,If04580af into nextgenv2 by Yaowu Xu · 8 years ago
  94. e4abb97 Merge "Fix the overflow of av1_fht32x32() in 2D DCT_DCT" into nextgenv2 by Yi Luo · 8 years ago
  95. 77853e5 Remove some useless casts by Urvang Joshi · 9 years ago
  96. d71a231 Add compiler warning flag -Wextra and fix related warnings. by Urvang Joshi · 9 years ago
  97. ec5a194 Merge changes I7d6394e4,Ia8ce1464,If20e8637,Ia9adc46b,I651db25b into nextgenv2 by Yaowu Xu · 8 years ago
  98. 9cce436 Merge "Fix for AV1.TestTell" into nextgenv2 by Debargha Mukherjee · 8 years ago
  99. 157e45a Fix the overflow of av1_fht32x32() in 2D DCT_DCT by Yi Luo · 8 years ago
  100. f994855 Fix for AV1.TestTell by Peter de Rivaz · 8 years ago