1. 7cb2db1 Add ssse3 version of aom_smooth_predictor_wxh() by Scott LaVarnway · 7 years ago
  2. 828bffe Set max number of bits for aom_rb_read_uvlc() by Hui Su · 7 years ago
  3. fe7cc16 intrapred,smooth_predictor: rm unnecessary saturation by James Zern · 7 years ago
  4. 0e1df78 Fix the use of HBD buffers for 8bit input by Yaowu Xu · 7 years ago
  5. f1abb41 Implement aom_variance{128,64,32}_sse2/avx2 by Peng Bin · 7 years ago
  6. 1a79a7e cosmetics: fix some typos by James Zern · 7 years ago
  7. 6834b53 Clean up dead code by Yue Chen · 7 years ago
  8. 789cf9e Refactor aom_v_predictor 32/64 x h by Scott LaVarnway · 7 years ago
  9. 87430ba [non-normative] Remove encoder-only code from decoder by David Barker · 7 years ago
  10. 8ab96a6 aom_dsp_rtcd_defs.pl: rm VP9 directional intra-preds by James Zern · 7 years ago
  11. 79363c8 SSE optimization of motion compensation functions by Ravi Chaudhary · 7 years ago
  12. f245e1e Remove dead code: non-scaled DCT by Sebastien Alaiwan · 7 years ago
  13. be4dd10 SSE optimization of motion compensation functions by Ravi Chaudhary · 7 years ago
  14. fcc8f34 Add sse2/avx2 version of aom_v_predictor_wxh() by Scott LaVarnway · 7 years ago
  15. a7bbf1c loopfilter _6 vertical improvement by Victoria Zhislina · 7 years ago
  16. 0d52f12 Remove macro 'OD_ASSERT', use 'assert'. by Sebastien Alaiwan · 7 years ago
  17. 2209fc0 odintrin.h: reduce scope of floating-point OD_LOG2 by Sebastien Alaiwan · 7 years ago
  18. 02f04d0 Remove CONFIG_JNT_COMP macro by Deepa K G · 7 years ago
  19. efa5c6c entcode.h: delete dead declaration by Sebastien Alaiwan · 7 years ago
  20. 148f6e6 entcode.h: homogenize include guards by Sebastien Alaiwan · 7 years ago
  21. 892a543 Add sse2/avx2 version of aom_dc_predictor_wxh() by Scott LaVarnway · 7 years ago
  22. 4a707a8 Remove CONFIG_TIMING_INFO_IN_SEQ_HEADERS config flag by Debargha Mukherjee · 7 years ago
  23. 28b33e0 Suppress integer overflow warning by Cheng Chen · 7 years ago
  24. efef81c Add sse2/avx2 version of aom_dc_top_predictor_wxh() by Scott LaVarnway · 7 years ago
  25. 52a096f Revert "[wedge/compound-segment, normative] Remove more rounding" by Debargha Mukherjee · 7 years ago
  26. de79128 Add sse2/avx2 version of aom_dc_left_predictor_wxh() by Scott LaVarnway · 7 years ago
  27. 3fffb88 Add sse2/avx2 version of aom_dc_128_predictor_wxh() by Scott LaVarnway · 7 years ago
  28. 879488f [NORMATIVE] Film grain gauss values and update_parameters by Andrey Norkin · 7 years ago
  29. 1687085 Remove CONFIG_EXT_PARTITION_TYPES config flag by Debargha Mukherjee · 7 years ago
  30. 0944452 [NORMATIVE] Film grain 4:4:4 and 4:2:2 support by Andrey Norkin · 7 years ago
  31. 098631c Fix highbd_variance 32x8 bug by Peng Bin · 7 years ago
  32. f0cf4e3 Add ssse3/avx2 version of aom_paeth_predictor_wxh() by Scott LaVarnway · 7 years ago
  33. 2ccf4b9 Remove CONFIG_EXT_PARTITION config flag by Debargha Mukherjee · 7 years ago
  34. f2f276c AVX2 optimization of motion compensation functions by Deepa K G · 7 years ago
  35. 9cab45c AVX2 implementation of av1_highbd_convolve_y_sr_c by Ravi Chaudhary · 7 years ago
  36. 0d639a9 Remove CONFIG_LOOP_RESTORATION config flag by Debargha Mukherjee · 7 years ago
  37. bfed738 Remove CONFIG_AOM_QM macro by Yaowu Xu · 7 years ago
  38. bbc0c21 AVX2 implementation of av1_highbd_convolve_x_sr_c by Ravi Chaudhary · 7 years ago
  39. 9415af7 Round compound prediction into 16 bits by Cheng Chen · 7 years ago
  40. feb9c7a AVX2 implementation of av1_highbd_convolve_2d_sr_c by Ravi Chaudhary · 7 years ago
  41. 2f347ed Add sse4 implementation of lbd filter_intra modes by Yue Chen · 7 years ago
  42. 8b50964 Remove CDF_STORAGE_REDUCTION experiment by Sebastien Alaiwan · 7 years ago
  43. 59b633c Remove deprecated intra predictor functions by Hui Su · 7 years ago
  44. 6839682 Rect DC_PRED: mult and shifts equivalent to div. by Urvang Joshi · 7 years ago
  45. 20be545 [NORMATIVE] Monochrome support in film grain by Andrey Norkin · 7 years ago
  46. 238bc28 Turn on jnt_comp by default by Cheng Chen · 7 years ago
  47. 2680275 rename the simd function name to reflect the number of taps used. by Ryan · 7 years ago
  48. 0c294fa [NORMATIVE] Film grain bug fixes by Andrey Norkin · 7 years ago
  49. cd44a05 Change to use 8bit for qmatrix entries by Yaowu Xu · 7 years ago
  50. d6a7dd1 SSE2 optimization for lpf 16_dual implementations by Maxym Dmytrychenko · 7 years ago
  51. a840cde [NORMATIVE] Film grain scale parameter by Andrey Norkin · 7 years ago
  52. 143de43 Remove unused jnt functions by Johann · 7 years ago
  53. 3290ba0 Fix a bug in memory access by Cheng Chen · 7 years ago
  54. d3d4159 Remove CONFIG_TX64X64 by Yaowu Xu · 7 years ago
  55. aa5904b film-grain: fix buffer overflow by Dominic Symes · 7 years ago
  56. 2e8ae05 [NORMATIVE] Film grain bug-fixes by Andrey Norkin · 7 years ago
  57. 8b8aaff Refactor pair_set_epi16 for speedup by Peng Bin · 7 years ago
  58. cbfffa8 Remove unused variables by Yaowu Xu · 7 years ago
  59. 8ec5c07 Remove two more LPF macros by Yaowu Xu · 7 years ago
  60. 6d0ed3e Remove CONFIG_PARALLEL_DEBLOCKING by Yaowu Xu · 7 years ago
  61. 36a9f0c Cleanup dead code by Frederic Barbier · 7 years ago
  62. 18976fa Add inv txfm2d sse2 for sizes with 4 by Peng Bin · 7 years ago
  63. e8c1138 aom_dsp: apply clang-format v5.0.0 by Johann · 7 years ago
  64. 7dbb005 [wedge/compound-segment, normative] Remove more rounding by David Barker · 7 years ago
  65. d3b9973 [wedge/compound-segment, normative] Reduce multiple rounding by David Barker · 7 years ago
  66. e33f581 SSE2 optimizations for _16 highbd lpf functions by Maxym Dmytrychenko · 7 years ago
  67. 57a8f0e Add transpose_sse2.h by Angie Chiang · 7 years ago
  68. 0768d98 Faster AVX2 implementation of motion compensation modules by Deepa K G · 7 years ago
  69. 3dc71a3 inline get_random_number() by Timo Witte · 7 years ago
  70. 7029948 Fix subsampled AR-filter coefficient estimation by Neil Birkbeck · 7 years ago
  71. 3c74dd4 Add aom_comp_mask_pred_avx2 by Peng Bin · 7 years ago
  72. 953b77e comp_mask_pred:process each width separately by Peng Bin · 7 years ago
  73. f06f641 Replace 64 bit operations with 32 bit ones by Yaowu Xu · 7 years ago
  74. aab6aee AVX2 implementation of the Wiener filter by Imdad Sardharwalla · 7 years ago
  75. f8daa92 Remove aom_comp_mask_upsampled_pred from rtcd by Peng Bin · 7 years ago
  76. 6a70598 Move if statement outside for loops by Peng Bin · 7 years ago
  77. 4972ac8 use GLOBAL() macro when loading constant by Johann · 7 years ago
  78. c8e0336 AVX2 optimization of motion compensation functions by Deepa K G · 7 years ago
  79. 0cf864f BUG FIX: sse2 subpel variance is not PIC compliant by Johann · 7 years ago
  80. 33ba1fe Add aom_comp_mask_<upsampled>pred_ssse3 by Peng Bin · 7 years ago
  81. 5a667bf aom_lpf_horizontal_6_sse2(): fix valgrind warnings by Yaowu Xu · 7 years ago
  82. c048a2d fwd txfm: cherrypick improvements from libvpx by Johann · 7 years ago
  83. 6f1c2f7 Film grain synthesis algorithm by Andrey Norkin · 7 years ago
  84. 5f0c41d Add CDF_STORAGE_REDUCTION experiment flag. by Thomas Daede · 7 years ago
  85. ae6e6bc SSE2 optimizations for _6/_16 lowbd lpf functions by Maxym Dmytrychenko · 7 years ago
  86. 5859636 Remove DAALA_TX experiment by Sebastien Alaiwan · 7 years ago
  87. 3179127 Fix loopfilter function usage by Yi Luo · 7 years ago
  88. b844ee1 [intra, bugfix] Prevent overflow in DC_PRED by David Barker · 7 years ago
  89. 28e9ce2 Adding timing info to sequence headers by Andrey Norkin · 7 years ago
  90. 123e8a6 adopt some clang 5.0.0 formatting by Johann · 7 years ago
  91. 751a233 Remove av1_cost_bit() by Hui Su · 7 years ago
  92. 41d6152 lv-map: replace read/write_bin with read/write_symbol by Hui Su · 7 years ago
  93. 9fdf2e2 Remove more code about probability based entropy coding by Hui Su · 7 years ago
  94. 2e8eadd Move if statement outside for loops by Peng Bin · 7 years ago
  95. 37ebf18 [Normative] DC_PRED: Avoid div using mult+shift. by Urvang Joshi · 7 years ago
  96. 6394f0f Reorder operation to avoid UBsan warning by Yaowu Xu · 7 years ago
  97. 837262b Allow CDF precision to be configured with CDF_PROB_BITS. by Thomas Daede · 7 years ago
  98. ed25a61 Add utilities to aom_dsp for modeling correlated noise. by Neil Birkbeck · 7 years ago
  99. e07a675 remove configure and Makefiles by Johann · 7 years ago
  100. 40125ca Remove code not in use by Yaowu Xu · 7 years ago