1. b7c05bd *.{c,cc,h}: normalize AOMedia copyright by James Zern · 7 months ago
  2. fe36011 Fix Clang -Wunreachable-code-aggressive warnings by Wan-Teh Chang · 1 year, 8 months ago
  3. 39acbe5 reconinter.c: make av1_allow_warp static by James Zern · 1 year, 10 months ago
  4. f4c53bd Template-fy recon_inter functions by chiyotsai · 2 years, 3 months ago
  5. 208cec6 Fix type in av1_count_overlappable_neighbors() by Rachel Barker · 2 years, 3 months ago
  6. c912b87 RTC: Inline a couple init functions by chiyotsai · 2 years, 4 months ago
  7. f883c11 Remove REALTIME_ONLY from decoder by Jerome Jiang · 2 years, 9 months ago
  8. d08bd43 Use the void args list for C functions by Wan-Teh Chang · 2 years, 10 months ago
  9. 5ed0ea5 Add aom_once() around some functions in initialize_enc() by Mudassir Galagnath · 2 years, 10 months ago
  10. da0b537 Detect use of warped motion in realtime only build by Wan-Teh Chang · 3 years, 6 months ago
  11. a43277c Distance Weighted Compound: cleanup. by Urvang Joshi · 3 years, 9 months ago
  12. 92e1aec Modify is_cur_buf_hbd() and get_buf_by_bd() functions by Aniket Wanare · 3 years, 9 months ago
  13. 4243e62 Abstract seq_params to AV1_PRIMARY and AV1Decoder by Tarundeep Singh · 3 years, 9 months ago
  14. 901965a Remove cm from av1_predict_intra_block() by Angie Chiang · 3 years, 10 months ago
  15. b777c60 Revert "Comp_mask_upsampled_pred unit tests for widths>32" by Krishna Malladi · 4 years, 2 months ago
  16. 6ac8a08 Comp_mask_upsampled_pred unit tests for widths>32 by Krishna Malladi · 4 years, 2 months ago
  17. d9cf28f Rework uniform compound mode search by Jingning Han · 4 years, 3 months ago
  18. ff2eb57 Make compound mask return the seg_mask by default by Jingning Han · 4 years, 3 months ago
  19. 16814e4 Remove warped motion from realtime only build by Jerome Jiang · 4 years, 3 months ago
  20. 6ee9a59 Properly set pointers in masked variance functions by Jingning Han · 4 years, 4 months ago
  21. 057f634 Set fwd/bck offset to default value by Jingning Han · 4 years, 3 months ago
  22. cb99209 Simplify overlappable_neighbors count by Hui Su · 4 years, 4 months ago
  23. 0f5cd05 Add doxygen comments for MB_MODE_INFO by chiyotsai · 4 years, 5 months ago
  24. 744fca6 Change make_masked_inter_predictor to static by Elliott Karpilovsky · 4 years, 9 months ago
  25. 55858ae Clarify logic in is_sub8x8_inter by Elliott Karpilovsky · 4 years, 9 months ago
  26. b0be267 Remove unused vars from interpred_sub8x8 by Elliott Karpilovsky · 4 years, 9 months ago
  27. 8e87415 remove av1_init_mask, compound_index by Elliott Karpilovsky · 4 years, 9 months ago
  28. bac1dea Introduce DecoderCodingBlock struct. by Urvang Joshi · 4 years, 9 months ago
  29. 33e9b7f Remove unused 'jcp_param' from MACROBLOCKD struct. by Urvang Joshi · 4 years, 9 months ago
  30. 7ccbade Refactor code to setup obmc dst bufs. by Urvang Joshi · 4 years, 9 months ago
  31. 7d0449a Make setup_address_for_obmc() function static. by Urvang Joshi · 4 years, 9 months ago
  32. ebe812f separate compound/singleref convolve functions by Elliott Karpilovsky · 4 years, 9 months ago
  33. b188f31 Refactor av1_build_inter_predictors. by Urvang Joshi · 4 years, 9 months ago
  34. 7440c01 Common av1_build_inter_predictors() function. by Urvang Joshi · 4 years, 10 months ago
  35. 443fb6a Common av1_build_one_inter_predictor function. by Urvang Joshi · 4 years, 10 months ago
  36. 33930b8 Documentation/cleanup for MACROBLOCKD struct. by Urvang Joshi · 4 years, 10 months ago
  37. c420ec0 Cleanup of multiple inter prediction functions by Xin Zhao · 4 years, 10 months ago
  38. f2d15ee Rename onyxc_int.h to av1_common_int.h. by Wan-Teh Chang · 4 years, 11 months ago
  39. 6d3ca0c Pre-calculate and store smooth interintra masks by Hui Su · 5 years ago
  40. 87bb805 Correct some usages of subpel/fullpel conversion by chiyotsai · 5 years ago
  41. c88f974 Simplify code about wedge types by Hui Su · 5 years ago
  42. d8134c7 Remove redundant params from av1_init_warp_params() by Jingning Han · 5 years ago
  43. 7a6c7dc Make av1_build_inter_predictor support mask compound by Jingning Han · 5 years ago
  44. 1a27d7f Rework conv_params setup by Jingning Han · 5 years ago
  45. d5353a1 Decompose single and compound inter prediction by Jingning Han · 5 years ago
  46. 4f75fac Refactor masked compound prediction by Jingning Han · 5 years ago
  47. b94cd5e Store mi_row and mi_col in MACROBLOCKD, part 1 by Hui Su · 5 years ago
  48. b726c56 Refactor obmc prediction by Jingning Han · 5 years ago
  49. b38d0ed Load reference frame pointer to initialize inter_params by Jingning Han · 5 years ago
  50. 350be7f Deprecate build_inter_predictors_single_buf() by Jingning Han · 5 years ago
  51. 6050c2c Fix convolve function for IntraBC by Hui Su · 5 years ago
  52. 26e5b5f Clean up av1_make_inter_predictor() interface by Jingning Han · 5 years ago
  53. 5d040a9 Make inter_predictor() independent of intrabc by Jingning Han · 5 years ago
  54. 12d93eb Pass inter prediction filter parameter by Jingning Han · 5 years ago
  55. 0f89d0b Clean up av1_make_masked_inter_predictor() by Jingning Han · 5 years ago
  56. c18b11a Decouple av1_make_inter_predictor() dependency on MACROBLOCKD by Jingning Han · 5 years ago
  57. 68c88b2 Refactor av1_make_inter_predictor() control by Jingning Han · 5 years ago
  58. b2ff835 Add InterPredParams struct by Jingning Han · 5 years ago
  59. 7b748d5 Remove unused code from reconinter.c by Jingning Han · 5 years ago
  60. ebba9c7 Exclude hbd functions in decoder and common. by Jerome Jiang · 5 years ago
  61. 1cb298c Exclude hbd functions in aom_dsp from HBD flag. by Jerome Jiang · 5 years ago
  62. 18fcd6a ~0.1% - 0.3% speedup: inline static functions by Elliott Karpilovsky · 5 years ago
  63. 1e4f94b Refactor InterpFilters variable by Ravi Chaudhary · 6 years ago
  64. f75b984 Change datatype of wedge in mb_mode_info structure by Remya · 6 years ago
  65. e51a494 Prefix wedge_params_lookup() with av1_ by Yaowu Xu · 6 years ago
  66. 5859dca Fix more warnings from static analysis by kyslov · 6 years ago
  67. 316a724 Move the code for an enc feature out of common folder by Yue Chen · 6 years ago
  68. ee7a9c0 Add some const qualifiers for BUFFER_SET variables by Hui Su · 6 years ago
  69. bdd4a8a Use is_cur_buf_hbd() when possible by Hui Su · 6 years ago
  70. cf7f263 Data structure change for memory optimization by Satish Kumar Suman · 6 years ago
  71. 7ac3eb1 Replace jnt_comp with dist_wtd_comp by Debargha Mukherjee · 6 years ago
  72. a21966b Remove frame_refs: de-duplicate ref frame refs by David Turner · 6 years ago
  73. acbe83b Move frame_refs into current_frame by David Turner · 6 years ago
  74. 1bcefb3 Remove idx from RefBuffer, use ptr instead by David Turner · 6 years ago
  75. 86e45e9 Speed feature: skip obmc or wm if mv field is identical by Yue Chen · 6 years ago
  76. ebf96f4 Group parameters in AV1_COMMON into sub-structures by David Turner · 6 years ago
  77. e386338 allow_warp: rectify mismatch between spec and code by Urvang Joshi · 6 years ago
  78. 38acd6c Fix bug in obmc_mask_* arrays by Sachin Kumar Garg · 6 years ago
  79. d547fa6 Special handling of IntraBC interpolation by Hui Su · 6 years ago
  80. 1bc5804 Correct outdated variable names, n8_w and n8_h by Yushin Cho · 6 years ago
  81. 7500f80 reconinter: Separate files for encoder-only funcs by Urvang Joshi · 6 years ago
  82. c1c91b0 Unused function: av1_build_interintra_predictors by Urvang Joshi · 6 years ago
  83. a2bad5a Cleanup warp motion param in MB_MODE_INFO by Peng Bin · 7 years ago
  84. 8f26da4 Optimize interpolation filter selection by Ranjit Kumar Tulabandu · 7 years ago
  85. c4b0b0d Merge av1_build_interintra_predictors_sb{y/c} by Peng Bin · 7 years ago
  86. 18242ba Remove unnecessary setting of variables by Deepa K G · 7 years ago
  87. 9ccfcd6 Extract compound type search as a function by Peng Bin · 7 years ago
  88. 42b7770 Use INTERINTER_COMPOUND_DATA in MB_MODE_INFO by Peng Bin · 7 years ago
  89. 589b7a1 Change blend function param order from h,w to w,h by Scott LaVarnway · 7 years ago
  90. 18c5f6f Facilitate on-the-fly padding in decoder by Ravi Chaudhary · 7 years ago
  91. 460001a Remove unused static function 'invert_mask' by David Michael Barr · 7 years ago
  92. 44702c8 cmake: generate rtcd headers in config subdir. by Tom Finegan · 7 years ago
  93. 60e653d cmake: Output aom_config in config sub dir. by Tom Finegan · 7 years ago
  94. 3718526 Remove av1_get_compound_type_mask_inverse() by Yue Chen · 7 years ago
  95. 8ab1f44 Bitmask: loop filtering using bitmask by Cheng Chen · 7 years ago
  96. 00b2ccc Refactor: build_inter_predictors_single_buf by Peng Bin · 7 years ago
  97. 088bfd0 Refactor: inter_predictor(highbd) by Peng Bin · 7 years ago
  98. 9295fca Refactor: av1_make_inter_predictor by Peng Bin · 7 years ago
  99. 8c41e3a Refactor: av1_make_masked_inter_predictor by Peng Bin · 7 years ago
  100. bc0031b Refactor: build_inter_predictors by Peng Bin · 7 years ago