1. 756717c Remove high bithdepth pointer conversion logic by James Almer · 2 years, 3 months ago
  2. 41c6dd7 CI: Fix the CI Formatting by Vibhoothi · 3 years, 3 months ago
  3. 7319db5 Update BSD-3 license for AVM project and files by Krishna Rapaka · 3 years, 4 months ago
  4. b396969 Add NEON version of av1_fwht4x4 function by Vitalii Dziumenko · 4 years, 8 months ago
  5. 96786fe Update google test to version 1.10.x by Cheng Chen · 5 years ago
  6. a543df5 Replace testing::tuple with std::tuple by sarahparker · 6 years ago
  7. 4e8bbd1 Add neon/sse2 optimization for fwd txfm 4x4 by Jerome Jiang · 5 years ago
  8. 44702c8 cmake: generate rtcd headers in config subdir. by Tom Finegan · 7 years ago
  9. 8c489a8 Move iwht4x4 to av1_inv_txfm2d.c by Angie Chiang · 7 years ago
  10. 8207b91 Remove code/tests related to old transform funcs by Urvang Joshi · 7 years ago[Renamed from test/fdct4x4_test.cc]
  11. 9561280 test: use testing::*tuple instead of std::tr1 by James Zern · 7 years ago
  12. 66dde40 Remove unreachable tx: iwht4x4 by Sebastien Alaiwan · 7 years ago
  13. 38c9067 Remove unreachable tx: idct4x4 by Sebastien Alaiwan · 7 years ago
  14. 98392b2 Remove unreachable tx: fht4x4 by Sebastien Alaiwan · 7 years ago
  15. e2ca0b6 Remove unreachable tx: iht4x4 by Sebastien Alaiwan · 7 years ago
  16. 5859636 Remove DAALA_TX experiment by Sebastien Alaiwan · 7 years ago
  17. 123e8a6 adopt some clang 5.0.0 formatting by Johann · 7 years ago
  18. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  19. 359854f Simplify Daala inverse TX toplevel for constant shift by Monty Montgomery · 7 years ago
  20. 3bac992 Remove experimental flag of EXT_TX by Sebastien Alaiwan · 7 years ago
  21. e554f36 Rename DAALA_DCTx experiments to DAALA_TXx. by Nathan E. Egge · 7 years ago
  22. 2283d37 Use TX_TYPE consistently instead of int. by Urvang Joshi · 7 years ago
  23. 1d19095 Disable only coding transform SIMD for DAALA_TX by Monty Montgomery · 7 years ago
  24. 27319b6 Unify FWD_TXFM_PARAM and INV_TXFM_PARAM by Lester Lu · 8 years ago
  25. 4ee9300 dct tests: quiet unused param warnings by James Zern · 8 years ago
  26. d8b1ddc Signature changes for the LGT experiment by Lester Lu · 8 years ago
  27. 24d565b Cleanup dead inv-txfm functions in HBD data path by Frederic Barbier · 8 years ago
  28. 31c6650 Remove deprecated high-bitdepth functions by Sarah Parker · 8 years ago
  29. c6a48a2 Drop support for CONFIG_EMULATE_HARDWARE by Sebastien Alaiwan · 8 years ago
  30. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  31. 7a07ece Include googletest cmake support. by Tom Finegan · 8 years ago
  32. 8f315b1 Fix 4x4 hybrid transform accuracy check tests by Yi Luo · 8 years ago
  33. e6aece8 Fix RunAccuracyCheck failure by Angie Chiang · 8 years ago
  34. 7825022 Enable test system to detect transforms misusing 'stride' parameter by David Barker · 8 years ago
  35. 2ab7ff0 Change to use AOM copyright notice by Yaowu Xu · 8 years ago
  36. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 8 years ago
  37. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 8 years ago
  38. 1c25b7f fix mips msa build w/CONFIG_EXT_TX by James Zern · 8 years ago
  39. 3a826f1 test/: apply clang-format by clang-format · 8 years ago
  40. 3fa28d5 More vp8/vp9 clean up by Yaowu Xu · 8 years ago
  41. 3bd709f Remove vp8, vp9 folders by Yaowu Xu · 8 years ago
  42. 2967bf3 Merge changes from libvpx/master by cherry-pick by Johann · 9 years ago
  43. 6fe07a2 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  44. 06c6e4c fdct4x4_test: fix unsigned overflow by James Zern · 9 years ago
  45. af7fb17 Upgrade fwht4x4_mmx() to fwht4x4_sse2() for vp9 and vp10. by Linfeng Zhang · 9 years ago
  46. 267f73a Added vp10_fht4x4_sse2() unit test by Yi Luo · 9 years ago
  47. cffef11 tests: quiet some unused parameter warnings by James Zern · 9 years ago
  48. 08a453b Replace vp9_ prefix with vpx_ prefix in vpx_dsp function names by Jingning Han · 9 years ago
  49. 097d59c Cosmetics - Fix header file order in unit tests by Jingning Han · 9 years ago
  50. 4b5109c Replace vp9_ prefix in 2D-DCT functions with vpx_ by Jingning Han · 9 years ago
  51. 9aaf523 Move msa implementations of 2D-DCT to vpx_dsp by Jingning Han · 10 years ago
  52. b67821f Factor forward 2D-DCT transforms into vpx_dsp by Jingning Han · 10 years ago
  53. e253eaa Unify the high bit-depth forward hybrid transforms by Jingning Han · 10 years ago
  54. d8426d6 Add an SSE2 version of vp9_iwht4x4_16_add by Alex Converse · 10 years ago
  55. ae5394b Revert "Add an SSE2 version of vp9_iwht4x4_16_add." by Yaowu Xu · 10 years ago
  56. f8d3501 Add an SSE2 version of vp9_iwht4x4_16_add. by Alex Converse · 10 years ago
  57. bc94999 mips msa vp9 fdct 4x4 optimization by Parag Salasakar · 10 years ago
  58. 54a6f73 mips msa vp9 idct4x4 and iwht4x4 optimization by Parag Salasakar · 10 years ago
  59. 1d7ccd5 Relocate memory operations for common code by Johann · 10 years ago
  60. fd3658b replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED by James Zern · 10 years ago
  61. 6b71013 VP9 common for ARMv8 by using NEON intrinsics 05 by James Yu · 11 years ago
  62. 7e40a55 Added high bitdepth sse2 transform functions by Peter de Rivaz · 10 years ago
  63. 1929c9b Rename highbitdepth functions to use highbd prefix by Deb Mukherjee · 10 years ago
  64. d50716f Incorporate WRAPLOW macro into non-highbitdepth tx by Deb Mukherjee · 10 years ago
  65. 10783d4 Adds high bitdepth transform functions and tests by Deb Mukherjee · 10 years ago
  66. 771dd6e fdct4x4_test.cc: remove unused param warnings by James Zern · 10 years ago
  67. 4ba92dc Fix bug 805 by levytamar82 · 11 years ago
  68. b8b3dd9 fdct4x4_test: drop '_t' from local typenames by James Zern · 11 years ago
  69. 29e1b1a tests: add API_REGISTER_STATE_CHECK by James Zern · 11 years ago
  70. b8395a8 dct4x4_test: add missing avx2 functions by James Zern · 11 years ago
  71. 5c2696c Rework unit test for 8x8 transformation by Jingning Han · 11 years ago
  72. ce23931 Only build neon assembly for armv7 targets by Johann · 11 years ago
  73. b5422fa Add an x86inc MMX fwht4x4. by Alex Converse · 11 years ago
  74. 33b1c45 Revert "Add an MMX fwht4x4" by Paul Wilkins · 11 years ago
  75. 89fbf3d Add an MMX fwht4x4 by Alex Converse · 11 years ago
  76. 9f9f87c Add test for 4x4 WHT. by Alex Converse · 11 years ago
  77. 08c3180 fdct4x4_test: add NEON functions by James Zern · 11 years ago
  78. 005fc69 Finally removing "short" from transform names. by Dmitry Kovalev · 11 years ago
  79. 002ad40 test/: remove unnecessary extern "C"s by James Zern · 11 years ago
  80. 51490e5 Removing PARAMS macro for consistency by Joshua Litt · 11 years ago
  81. 30d4c5e Enable 4x4 DCT/ADST transform unit test by Jingning Han · 11 years ago
  82. fd724f1 Renaming vp9_short_fdct4x4 and vp9_short_walsh4x4. by Dmitry Kovalev · 11 years ago
  83. 190c2b4 Using stride (# of elements) instead of pitch (bytes) in fdct4x4. by Dmitry Kovalev · 11 years ago
  84. 7ef5739 Consistent names for inverse hybrid transforms (1 of 2). by Dmitry Kovalev · 11 years ago
  85. 3a06025 Giving consistent names to IDCT/IWHT functions. by Dmitry Kovalev · 11 years ago
  86. afffa3d cleanup cpplint warnings by Yaowu Xu · 11 years ago
  87. bc484eb fix unit test failure on win32 vs2008 build by Yaowu Xu · 11 years ago
  88. 6094bf3 Cosmetic changes in 4x4 and 8x8 fdct unit tests by Jingning Han · 12 years ago
  89. 9b744ce Fix aligned memory allocation in unit tests by Jingning Han · 12 years ago
  90. e4f38c8 test/fdct*: fix some warnings by James Zern · 12 years ago
  91. 29b6e73 Cosmetic changes in 4x4 fwd transform unit test by Jingning Han · 12 years ago
  92. ab36262 Add 8x8 dct/adst unit tests by Jingning Han · 12 years ago
  93. 362809d Add unit tests for 4x4 ADST by Jingning Han · 12 years ago
  94. ba48a11 WIP: 4x4 idct/recon merge by Scott LaVarnway · 12 years ago
  95. 0055526 removed reference to "LLM" and "x8" by Yaowu Xu · 12 years ago
  96. 4e2697f changes related fdct/idct tests by Yaowu Xu · 12 years ago
  97. 510557e removed the idct rtcd idct calls by Jim Bankoski · 12 years ago
  98. a9c7597 support building vp8 and vp9 into a single lib by John Koleszar · 12 years ago
  99. 2e3e685 fix test builds by James Zern · 12 years ago
  100. 4b2c2b9 Rename vp8/ codec directory to vp9/. by Ronald S. Bultje · 12 years ago