1. 0f4195c Fwd txfm and quantizer HBD/LBD data paths co-exist by Yi Luo · 8 years ago
  2. 8ab5b5f sad_highbd_avx2: avoid _mm256_set1_epi64x w/x86 vs2013 by James Zern · 8 years ago
  3. 6c4af6b Fix some irregularities in SSE2 variance code by David Barker · 8 years ago
  4. f053cba Reduce multiplier precision for warp least squares by Debargha Mukherjee · 8 years ago
  5. 5128109 Fix inv txfm low/high bitdepth selection logic by Yi Luo · 8 years ago
  6. d43d677 quantize.c: convert to int before apply sign by Yaowu Xu · 8 years ago
  7. 284c883 aom_dsp.cmake: add highbd_quantize_intrin_avx2.c by James Zern · 8 years ago
  8. ad8290b New experiment: LGT by Lester Lu · 8 years ago
  9. 079acac Silence warnings in VS by Steinar Midtskogen · 8 years ago
  10. 193422e Add avx2 highbd_quantize_b by Yi Luo · 8 years ago
  11. 78516fc Build static libaom without internal deps in CMake. by Tom Finegan · 8 years ago
  12. 84f2d79 Add shared library support to the CMake build. by Tom Finegan · 8 years ago
  13. 71adf52 Revert "Clamp inverse transform coefficients" by Jingning Han · 8 years ago
  14. 5d24b6f encoder: Remove 64x upsampled reference buffers by Timothy B. Terriberry · 8 years ago
  15. 79b78b7 Clamp inverse transform coefficients by Sebastien Alaiwan · 8 years ago
  16. 3613c51 Sync CMake build with the configure build. by Tom Finegan · 8 years ago
  17. 4770189 Remove dead macro by Sebastien Alaiwan · 8 years ago
  18. 105eecf Resolve compiler warning when highbd is off by Jingning Han · 8 years ago
  19. dab3e99 Fix Windows x86 build with --enable-ext-inter by David Barker · 8 years ago
  20. 92aa22a AOM_QM: Use 8-bit matrices and fix 2x2 transform sizes. by Thomas Davies · 8 years ago
  21. d405f8a Cleanup dead fwd transform functions by Frederic Barbier · 8 years ago
  22. 31c6650 Remove deprecated high-bitdepth functions by Sarah Parker · 8 years ago
  23. 766a389 Add a new experiment "rect-intra-pred". by Urvang Joshi · 8 years ago
  24. 6f9dfa5 Sync CMake build defaults with the configure build. by Tom Finegan · 8 years ago
  25. 17ccaec Add include guards to CMake files used as includes. by Tom Finegan · 8 years ago
  26. 17905ed integrate parallel_deblocking with CB4x4 by Ryan Lei · 8 years ago
  27. 8ea3319 Remove VAR_BASED_PARTITION. by Thomas Daede · 8 years ago
  28. 11cf46f High precision Wiener filter rework by Debargha Mukherjee · 8 years ago
  29. 0aa39ff ext-inter: Vectorize new masked SAD/SSE functions by David Barker · 8 years ago
  30. 60f5961 Function parameter type correction by Cheng Chen · 8 years ago
  31. 476c63c Remove the DAALA_EC experiment. by Nathan E. Egge · 8 years ago
  32. c156224 Support CONFIG_LOOP_RESTORATION in the CMake build. by Tom Finegan · 8 years ago
  33. 1738c10 aom_dsp: Remove empty CMake target. by Tom Finegan · 8 years ago
  34. 1624765 tx64x64: Fix build when highbitdepth is on. by Urvang Joshi · 8 years ago
  35. 378d652 Remove CONFIG_{DE,EN}CODERS from the build system. by Tom Finegan · 8 years ago
  36. f19f35f ext-inter: Further cleanup by David Barker · 8 years ago
  37. 5d34e6a Vectorize high-precision convolve filter by David Barker · 8 years ago
  38. 0f3c94e ext-inter: Delete dead code by David Barker · 8 years ago
  39. ba02c24 Remove CONFIG_{DE,EN}CODERS from the CMake build. by Tom Finegan · 8 years ago
  40. cd53951 Replace EC_MULTISYMBOL with DAALA_EC || ANS. by Nathan E. Egge · 8 years ago
  41. c155e01 ext-inter: Use joint_motion_search for masked compounds by David Barker · 8 years ago
  42. efdad1f Add NELEMENTS() macro in aom_dsp/aom_dsp_common.h by hui su · 8 years ago
  43. aaa65f2 Correct function signature for Visual Studio by Yi Luo · 8 years ago
  44. 28d15c7 Experimental high precision convolve for Wiener by Debargha Mukherjee · 8 years ago
  45. be111b3 Remove armv6 media-extension assembly. by Ralph Giles · 8 years ago
  46. d1fb415 Fix uninitialzed __m256i vector warning by Yi Luo · 8 years ago
  47. eec78cc Prevent call to non-existing error_handler by Yaowu Xu · 8 years ago
  48. 40f22ef Partial IDCT 32x32 avx2 by Yi Luo · 8 years ago
  49. f695d65 smooth_pred: 1D weights array to use less memory. by Urvang Joshi · 8 years ago
  50. 165adf8 Use saturation addition to do rounding for avx2 IDCT by Yi Luo · 8 years ago
  51. e13a11f Fix warning about unused functions by Sebastien Alaiwan · 8 years ago
  52. f6176ab Partial IDCT 16x16 avx2 by Yi Luo · 8 years ago
  53. e6ca8e8 Add a new experiment SMOOTH_HV. by Urvang Joshi · 8 years ago
  54. 78e8e67 v64_intrinsics.h: fix v64_align signature by James Zern · 8 years ago
  55. f489d31 Move ssse3 only functions to a separate header by Yaowu Xu · 8 years ago
  56. e23d5c3 Make the binary codes library accounting enabled by Debargha Mukherjee · 8 years ago
  57. f998544 Remove function call overhead in HBD convolve filter AVX2 by Yi Luo · 8 years ago
  58. 34c06df Revert "Avoid use of deprecated high-bitdepth functions" by Frank Galligan · 8 years ago
  59. f9d77bd Avoid use of deprecated high-bitdepth functions by Frederic Barbier · 8 years ago
  60. b7e7c04 Resolve -Wshorten-64-to-32 in highbd obmc/ext-inter variance. by James Zern · 8 years ago
  61. 3493982 Silence warning in CMake mips64 build. by Tom Finegan · 8 years ago
  62. 51e0c54 Resolve -Wshorten-64-to-32 in highbd variance. by James Zern · 8 years ago
  63. dead17d Clear test failures and compiler warnings of MOTION_VAR by Yue Chen · 8 years ago
  64. d18c84c Fix quantize_b_c function by Jingning Han · 8 years ago
  65. 4fc8df6 Cleanup dead high-bitdepth inverse-tx functions by Frederic Barbier · 8 years ago
  66. 963cacb Fix CMake build. by Tom Finegan · 8 years ago
  67. ce8275c Fix bugs of aom_quantize_b when AOM_QM turned on by Cheng Chen · 8 years ago
  68. 3fcb356 Update partial inverse DCT according to VP9 by Yi Luo · 8 years ago
  69. 9b18037 Refactor aom_quantize_b by Cheng Chen · 8 years ago
  70. 4a2e3b2 remove remaining refs to aom_highbd_idct8x8_64_add by James Zern · 8 years ago
  71. c756e4d Cleanup dead high-bitdepth inverse-tx functions by Frederic Barbier · 8 years ago
  72. 032573d Cleanup: remove const by Yaowu Xu · 8 years ago
  73. c3bcf3b Intra prediction: Remove unused variants. by Urvang Joshi · 8 years ago
  74. b3494d6 Fix gcc warning on int type conversion in ext-inter by Jingning Han · 8 years ago
  75. 4ff59b5 Cleanup: Remove const for params passed by value by Yaowu Xu · 8 years ago
  76. f152a0b aom_read_primitive_refbilevel: rm some dead stores by James Zern · 8 years ago
  77. 71a37de bitstream.c: normalize some size types by James Zern · 8 years ago
  78. 83fbd57 [Code Cleanup] Move accounting.[ch] to decoder by Luc Trudeau · 8 years ago
  79. ec4048a Move scale_sqrt2_* functions to a common location. by Urvang Joshi · 8 years ago
  80. bd343f4 Common Identity 16x8 transform: forward and reverse. by Urvang Joshi · 8 years ago
  81. c6a48a2 Drop support for CONFIG_EMULATE_HARDWARE by Sebastien Alaiwan · 8 years ago
  82. f6c807c ec_smallmul: Convert CDFs to iCDFs. by Timothy B. Terriberry · 8 years ago
  83. a4d8799 Move width branch out of height loop by Yi Luo · 8 years ago
  84. 27acc47 Skip adding zero siginal to prediction with DC only idct by Yushin Cho · 8 years ago
  85. d5b89d0 ec_smallmul: Simplify binary read/write. by Timothy B. Terriberry · 8 years ago
  86. ead5287 daala_ec: Convert the decoder to use iCDFs by Timothy B. Terriberry · 8 years ago
  87. 881f109 daala_ec: Invert the internal state of the decoder by Timothy B. Terriberry · 8 years ago
  88. 41b4f75 daala_ec: Convert the encoder to use iCDFs by Timothy B. Terriberry · 8 years ago
  89. 033e536 daala_ec: Remove non-dyadic functions. by Timothy B. Terriberry · 8 years ago
  90. dd6fa06 update parallel_deblocking experiment with more filter tap options by Ryan Lei · 8 years ago
  91. e5728a9 Simplify coefficient range checking by Sebastien Alaiwan · 8 years ago
  92. 6c86ace Fix CONFIG_HIGHBITDEPTH in cmake. by Tom Finegan · 8 years ago
  93. d148c96 Add mips32 support to the cmake build. by Tom Finegan · 8 years ago
  94. 1b2b739 Add s8 -> s16 unpack instrinsics by Steinar Midtskogen · 8 years ago
  95. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  96. b1c5760 Add ec_smallmul experiment. by Timothy B. Terriberry · 8 years ago
  97. f178329 Add gm parameter coding based on ref parameters by Sarah Parker · 8 years ago
  98. 859931e variance_neon: sync variance*() w/c,sse2 by James Zern · 8 years ago
  99. 1e64e70 Fix forward transform compilation errors by Yunqing Wang · 8 years ago
  100. c07b23d RTCD defs: refactor intra prediction protos. by Urvang Joshi · 8 years ago