1. 910f479 simd_cmp_impl,S64_V256V256: use correct store fn by James Zern · 8 years ago
  2. 8a65f9f Fix unit tests with --disable-lowbitdepth by Sebastien Alaiwan · 8 years ago
  3. 24d565b Cleanup dead inv-txfm functions in HBD data path by Frederic Barbier · 8 years ago
  4. d7b2be7 Remove references to a previously removed variable by Yaowu Xu · 8 years ago
  5. bd99b38 Pass mbmi into get_scan() by Angie Chiang · 8 years ago
  6. d598f04 variance_test: move Subpel* from tuples to TestParams by James Zern · 8 years ago
  7. d2a74d6 Add missing dependency to CMake test object libraries by Tom Finegan · 8 years ago
  8. 193422e Add avx2 highbd_quantize_b by Yi Luo · 8 years ago
  9. a9b275f variance_test: Use static arrays for test params by James Zern · 8 years ago
  10. 7184065 subtract_test: Use static arrays for test params by James Zern · 8 years ago
  11. ff766cd Make sure Python is present before pulling in gtest. by Tom Finegan · 8 years ago
  12. 6faf349 Add high bit depth fast path quantizer avx2 by Yi Luo · 8 years ago
  13. 84f2d79 Add shared library support to the CMake build. by Tom Finegan · 8 years ago
  14. 81b2e50 Pass conv_params into warp-related functions by Angie Chiang · 8 years ago
  15. 1fd7105 lpf_8_test: Use static arrays for test params by Yaowu Xu · 8 years ago
  16. acca889 Fix tile independency unit test by Jingning Han · 8 years ago
  17. db252a4 Fix ext-tile unit test by Jingning Han · 8 years ago
  18. d561ead Add avx2 fast path quantizer 32x32 by Yi Luo · 8 years ago
  19. 871d2ca Exclude tests of API internals from CMake shared lib builds. by Tom Finegan · 8 years ago
  20. 3613c51 Sync CMake build with the configure build. by Tom Finegan · 8 years ago
  21. 8b7a4e1 Fix unit tests with --disable-lowbitdepth by Sebastien Alaiwan · 8 years ago
  22. 29e40a6 Unify and clean up resize arguments by Debargha Mukherjee · 8 years ago
  23. 76fb126 Experiment: adding the source video information signaling (Netflix) by anorkin · 8 years ago
  24. 2d44b69 Add fast path quantizer AVX2 by Yi Luo · 8 years ago
  25. 57c1b8c Remove dead member by Sebastien Alaiwan · 8 years ago
  26. 30dfa88 Clean up hbd transform code by Sarah Parker · 8 years ago
  27. 67e1557 Fix bug in loop-restoration unit tests by David Barker · 8 years ago
  28. 1ce569d Fix compile error of convolve_round and compound_round by Yue Chen · 8 years ago
  29. 8295c7c Vectorize av1_convolve_2d() by David Barker · 8 years ago
  30. e64d51a Add 'do_average' to ConvolveParams structure by David Barker · 8 years ago
  31. 747cf98 Fix example test incompatibilites with CMake build. by Tom Finegan · 8 years ago
  32. d405f8a Cleanup dead fwd transform functions by Frederic Barbier · 8 years ago
  33. 31c6650 Remove deprecated high-bitdepth functions by Sarah Parker · 8 years ago
  34. d61e608 Add HBD data path for av1_block_error_avx2 by Yi Luo · 8 years ago
  35. 4322bc1 Fix constructor order in unit tests (sanitizer) by Sebastien Alaiwan · 8 years ago
  36. 7e2dce0 Misc quantize unit test fix to conform coding style by Yi Luo · 8 years ago
  37. 185575a Fix some UBSan warnings by David Barker · 8 years ago
  38. c2d500a Fix warp filter test with --disable-ssse3 by David Barker · 8 years ago
  39. 375ee84 CMake test target tweaks. by Tom Finegan · 8 years ago
  40. 28c779b Change to use static arrays by Yaowu Xu · 8 years ago
  41. aadbb02 Mark SMOOTH2 filter under USE_EXTRA_FILTER flag by Angie Chiang · 8 years ago
  42. 17ccaec Add include guards to CMake files used as includes. by Tom Finegan · 8 years ago
  43. fe67ed6 cb4x4: Move sub-4X4 TX sizes behind CONFIG_CHROMA_2X2. by Timothy B. Terriberry · 8 years ago
  44. f03907a Make ext_inter/wedge/compound_segment/interintra on by default by Yue Chen · 8 years ago
  45. 6e28006 Fix XCode clang build. by Alex Converse · 8 years ago
  46. 723923c Fix ASan bug in masked variance unit test by David Barker · 8 years ago
  47. 8ea3319 Remove VAR_BASED_PARTITION. by Thomas Daede · 8 years ago
  48. ef39c84 Add a unit test for AV1 quantizer optimization by Yi Luo · 8 years ago
  49. 0aa39ff ext-inter: Vectorize new masked SAD/SSE functions by David Barker · 8 years ago
  50. 476c63c Remove the DAALA_EC experiment. by Nathan E. Egge · 8 years ago
  51. 1624765 tx64x64: Fix build when highbitdepth is on. by Urvang Joshi · 8 years ago
  52. 7d7b2c2 Normalize parameter rounding with get_shear_params(). by Sean Purser-Haskell · 8 years ago
  53. 378d652 Remove CONFIG_{DE,EN}CODERS from the build system. by Tom Finegan · 8 years ago
  54. f19f35f ext-inter: Further cleanup by David Barker · 8 years ago
  55. 5d34e6a Vectorize high-precision convolve filter by David Barker · 8 years ago
  56. 0f3c94e ext-inter: Delete dead code by David Barker · 8 years ago
  57. ba02c24 Remove CONFIG_{DE,EN}CODERS from the CMake build. by Tom Finegan · 8 years ago
  58. d1cbd8c Use target file name generator exp in CMake test rules. by Tom Finegan · 8 years ago
  59. 1e42436 Add unit tests for v256 intrinsics by Steinar Midtskogen · 9 years ago
  60. d466882 Add transform test for 64x64. by Urvang Joshi · 8 years ago
  61. eec47e6 Refactor hbd txfm configurations to be 1D by Sarah Parker · 8 years ago
  62. 37f6220 Rename 32x32 transform test file. by Urvang Joshi · 8 years ago
  63. 9884be0 Only build/run test targets in MSVC when requested. by Tom Finegan · 8 years ago
  64. 3e629b9 Fix build on --disable-avx2 by Yi Luo · 8 years ago
  65. be111b3 Remove armv6 media-extension assembly. by Ralph Giles · 8 years ago
  66. e9d70c9 Add a test target with sharding support to the CMake build. by Tom Finegan · 8 years ago
  67. a9c4e51 Add some missing sources to fix the CMake build. by Tom Finegan · 8 years ago
  68. 367da99 Change the initializaton of test parameters by Yaowu Xu · 8 years ago
  69. 5ab5872 Add missing initializations of HBD buffers by Yaowu Xu · 8 years ago
  70. 40f22ef Partial IDCT 32x32 avx2 by Yi Luo · 8 years ago
  71. ee67432 Vectorize corner matching function by David Barker · 8 years ago
  72. 4cbf7a3 Fix handling of empty $LIBAOM_TEST_DATA_PATH in test_worker.cmake. by Tom Finegan · 8 years ago
  73. b7336fb Enable FilterIntra tests in the CMake build. by Tom Finegan · 8 years ago
  74. 92400ab Enable build support for high-bitdepth by default by Sebastien Alaiwan · 8 years ago
  75. d46b4d3 Add Emscripten support to the CMake build. by Tom Finegan · 8 years ago
  76. 165adf8 Use saturation addition to do rounding for avx2 IDCT by Yi Luo · 8 years ago
  77. 54cae22 Reduce number of AltRefForcedKeyTestLarge tests by Yaowu Xu · 8 years ago
  78. 446d037 Reduce number of tests for DatarateTest by Yaowu Xu · 8 years ago
  79. 2e7da0a Speed up ErrorResilienceTestLarge test by Yaowu Xu · 8 years ago
  80. 26843a0 Change to use 10 frames in BordersTest by Yaowu Xu · 8 years ago
  81. a51cb56 Change to use 15 frames in AqSegmentTest by Yaowu Xu · 8 years ago
  82. 3ccca4b Change screen content test to use 3 frames only by Yaowu Xu · 8 years ago
  83. f6176ab Partial IDCT 16x16 avx2 by Yi Luo · 8 years ago
  84. e6ca8e8 Add a new experiment SMOOTH_HV. by Urvang Joshi · 8 years ago
  85. 05e21d8 ec_smallmul: Relax tell test. by Timothy B. Terriberry · 8 years ago
  86. bbf7bb0 Simplify txfm code using helper function by Frederic Barbier · 8 years ago
  87. e23d5c3 Make the binary codes library accounting enabled by Debargha Mukherjee · 8 years ago
  88. 4581ee0 Use namespaces consistently by Yaowu Xu · 8 years ago
  89. 23aaaa9 Use 2k resolution in motion vector tests on 32-bit system by Yunqing Wang · 8 years ago
  90. afe71d9 Remove the aom_codec_stream_info_t size field. by Ralph Giles · 8 years ago
  91. d8a423c Add SSSE3 warp filter + const-ify warp filters by David Barker · 8 years ago
  92. 1b6e394 Remove LargeValidSizes test by Yaowu Xu · 8 years ago
  93. 022dc47 Reduce test time for MotionVectorTestLarge by Yaowu Xu · 8 years ago
  94. 1659191 Change to use defined vectors in test by Yaowu Xu · 8 years ago
  95. 0e58be0 Use INT16_MIN and INT16_MAX for portability by Yaowu Xu · 8 years ago
  96. 53d343e Silence some ubsan warnings by Debargha Mukherjee · 8 years ago
  97. 4e2df09 Set ext_delta_q default and bug fix by Fangwen Fu · 8 years ago
  98. e57473a Fix possibility of uninitialized vals in convolve_test by Sarah Parker · 8 years ago
  99. 6c29f46 Remove encoder speed 8 in AV1 by Yunqing Wang · 8 years ago
  100. e508db4 Silence clang warning about possible negative shift by Steinar Midtskogen · 8 years ago