1. ee7a9c0 Add some const qualifiers for BUFFER_SET variables by Hui Su · 6 years ago
  2. 4667aa1 Make enum size same for all compilers by Satish Kumar Suman · 6 years ago
  3. 7ac3eb1 Replace jnt_comp with dist_wtd_comp by Debargha Mukherjee · 6 years ago
  4. 9333b31 Revert "Fix overflow in clamp_mv_to_umv_border_sb" by Remy Foray · 6 years ago
  5. 86e45e9 Speed feature: skip obmc or wm if mv field is identical by Yue Chen · 6 years ago
  6. 716f289 Fix overflow in clamp_mv_to_umv_border_sb by Remy Foray · 6 years ago
  7. e386338 allow_warp: rectify mismatch between spec and code by Urvang Joshi · 7 years ago
  8. d547fa6 Special handling of IntraBC interpolation by Hui Su · 7 years ago
  9. e58f6ec Add pointers to temp buffers in 'xd'. by Urvang Joshi · 7 years ago
  10. 0a4cfad decodeframe and reconinter_enc: Reduce stack use. by Urvang Joshi · 7 years ago
  11. e1cbb13 cosmetics: normalize include guards by James Zern · 7 years ago
  12. 7500f80 reconinter: Separate files for encoder-only funcs by Urvang Joshi · 7 years ago
  13. c1c91b0 Unused function: av1_build_interintra_predictors by Urvang Joshi · 7 years ago
  14. 8f26da4 Optimize interpolation filter selection by Ranjit Kumar Tulabandu · 7 years ago
  15. c4b0b0d Merge av1_build_interintra_predictors_sb{y/c} by Peng Bin · 7 years ago
  16. 18c5f6f Facilitate on-the-fly padding in decoder by Ravi Chaudhary · 7 years ago
  17. 3718526 Remove av1_get_compound_type_mask_inverse() by Yue Chen · 7 years ago
  18. 088bfd0 Refactor: inter_predictor(highbd) by Peng Bin · 7 years ago
  19. 9295fca Refactor: av1_make_inter_predictor by Peng Bin · 7 years ago
  20. 8c41e3a Refactor: av1_make_masked_inter_predictor by Peng Bin · 7 years ago
  21. e20e5bc Revert "Implement on the fly padding in decoder" by Yunqing Wang · 7 years ago
  22. 3ba1a25 Implement on the fly padding in decoder by Ravi Chaudhary · 7 years ago
  23. 6ac4b13 Facilitate on the fly padding in inter prediction by Ravi Chaudhary · 7 years ago
  24. 52b6299 Scaled pred: proper convolve for subpel search by Urvang Joshi · 7 years ago
  25. 0565387 [NORMATIVE] Dont send interp filters for identity by Debargha Mukherjee · 7 years ago
  26. 7d4a0c1 Make av1_setup_dst_planes do the setup for required planes by Deepa K G · 7 years ago
  27. b356cdd Refactor of build_compound_diffwtd_mask(_highbd) by Peng Bin · 7 years ago
  28. 5b4df2b Rename COMPOUND_SEG to COMPOUND_DIFFWTD by Sarah Parker · 7 years ago
  29. 53b53f0 Merge MB_MODE_INFO and MODE_INFO by Yue Chen · 7 years ago
  30. 21acbca Remove WARP_GM/WM_NEIGHBORS_WITH_OBMC macros by Debargha Mukherjee · 7 years ago
  31. cab937d Cleanup smoothers from wedge masks by Debargha Mukherjee · 7 years ago
  32. fb049a7 Revert "[NORMATIVE] Extend full-pixel motion vectors to 12 bits" by Yunqing Wang · 7 years ago
  33. c981385 [NORMATIVE] S_FRAME handling update by Tarek AMARA · 7 years ago
  34. 9c35578 reconinter.c: delete dead code by Sebastien Alaiwan · 7 years ago
  35. 051df78 Remove convolve_opt and cleanup by Debargha Mukherjee · 7 years ago
  36. f552a31 [NORMATIVE] Extend full-pixel motion vectors to 12 bits by Yunqing Wang · 7 years ago
  37. 02f04d0 Remove CONFIG_JNT_COMP macro by Deepa K G · 7 years ago
  38. 5938ffc Remove OBMC_HIGH_PREC_BLENDING experiment by Yue Chen · 7 years ago
  39. 93c3502 Remove CONFIG_EXT_SKIP flag by Zoe Liu · 7 years ago
  40. f1e1293 Clean-up more effectless code by Yaowu Xu · 7 years ago
  41. 19d7601 Add high precision blending obmc by Yue Chen · 7 years ago
  42. 09d4530 Unify HBD and 8-bit convolve functions by Cherma Rajan A · 7 years ago
  43. c3a8ae4 Clean up and use do_post_rounding consistently by Debargha Mukherjee · 7 years ago
  44. 3ffa0fe Add a wrapper to 8-bit scaled convolve function by Debargha Mukherjee · 7 years ago
  45. 91b235f Some minor clean-ups on convolve functions by Debargha Mukherjee · 7 years ago
  46. 33ba1fe Add aom_comp_mask_<upsampled>pred_ssse3 by Peng Bin · 7 years ago
  47. af8e264 Don't calculate chroma data in monochrome mode by Imdad Sardharwalla · 7 years ago
  48. 504f4a8 Remove unused macro USE_EXTRA_FILTER by Yunqing Wang · 7 years ago
  49. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  50. 94e3fe3 Add optimized convolve functions for single reference case by Yunqing Wang · 7 years ago
  51. d790c80 Set AV1 convolve function pointers by Yunqing Wang · 7 years ago
  52. 07f93af Remove sub8x8 mv average functions by Jingning Han · 7 years ago
  53. fa00507 Remove convolve_round/compound_round config flags by Yunqing Wang · 7 years ago
  54. 0ead613 Remove NCOBMC experiment by Sebastien Alaiwan · 7 years ago
  55. 8efc827 Enforce the block size requirement on comp ref by Zoe Liu · 7 years ago
  56. b3b5304 scaling: Fix border clamping for subsampled planes by David Barker · 7 years ago
  57. 8263f80 JNT_COMP: refactor if statements by Cheng Chen · 7 years ago
  58. f40a957 Add motion selection to ext_skip by Zoe Liu · 7 years ago
  59. b09e55c Revert "JNT_COMP: turn off for one_sided_compound" by Cheng Chen · 7 years ago
  60. 060e192 JNT_COMP: turn off for one_sided_compound by Cheng Chen · 7 years ago
  61. f78632e JNT_COMP: Refactor code by Cheng Chen · 7 years ago
  62. 80daf0c Remove NCOBMC_ADAPT_WEIGHT from AV1 by Yue Chen · 7 years ago
  63. 670b660 Remove CONFIG_INTERINTRA by Yue Chen · 7 years ago
  64. f704a1c Add decoder support to ext_skip by Zoe Liu · 8 years ago
  65. 1f56b8e Remove experimental flag of WARPED_MOTION by Sebastien Alaiwan · 7 years ago
  66. 1bc94fc Remove experimental flag of MOTION_VAR by Sebastien Alaiwan · 7 years ago
  67. 371968c Remove compound-segment/wedge config flags by Debargha Mukherjee · 7 years ago
  68. 4879580 Remove experimental flag of GLOBAL_MOTION by Sebastien Alaiwan · 7 years ago
  69. f02f8ae Add short_filter experiment by Zhijie Yang · 7 years ago
  70. 9fa9623 Remove experimental flag of chroma_sub8x8 by Hui Su · 7 years ago
  71. edced25 Further cleanups related to removal of cb4x4 flags by Debargha Mukherjee · 7 years ago
  72. 6ea917e Remove CONFIG_CB4X4 config flags by Debargha Mukherjee · 7 years ago
  73. d8b93f5 Remove abandonned CHROMA_2X2 experiment by Sebastien Alaiwan · 7 years ago
  74. 0cf54d4 Remove abandonned SUPERTX experiment by Sebastien Alaiwan · 7 years ago
  75. 20758f1 Remove baseline compiling warnings by Yi Luo · 7 years ago
  76. 5433fa4 Fix mv clamping when superres is used by Debargha Mukherjee · 7 years ago
  77. 989dd5b Fix msvc 2015 build by Yaowu Xu · 7 years ago
  78. 27e9029 Pack InterpFilters into a single integer by Rupert Swarbrick · 8 years ago
  79. 0bdea0d Remove compile guards for CONFIG_EXT_INTER by Sebastien Alaiwan · 8 years ago
  80. 761b1ac ext-partition: Don't read not-yet-decoded values by David Barker · 8 years ago
  81. c17a443 For 16x4/4x16 blocks disable gm/wm/obmc/wedge/cs by Debargha Mukherjee · 8 years ago
  82. 6a93b15 Add support for 16x4 partitions by Rupert Swarbrick · 8 years ago
  83. 1cfe474 Simplify motion var parameters in reconinter.h by Rupert Swarbrick · 8 years ago
  84. 9c5b108 Add scaled convolve functions for convolve_round by Debargha Mukherjee · 8 years ago
  85. 2bfa206 ncobmc-adapt-weight: add recon functions by Wei-Ting Lin · 8 years ago
  86. e800716 Pass conv_param to av1_make_masked_inter_predictor by Angie Chiang · 8 years ago
  87. 7739752 Frame scaling prediction for highbitdepth pt 2 by Debargha Mukherjee · 8 years ago
  88. 2cf590f Remove deprecated av1_build_inter_predictor_sub8x8 function by Jingning Han · 8 years ago
  89. 52c5173 warped_motion: disable warped_motion mode if ref frame is scaled by Yue Chen · 8 years ago
  90. 93c39e9 ext-partition-types: Add 4:1 partitions by Rupert Swarbrick · 8 years ago
  91. 0eea89f Remove SEPARATE_GLOBAL_MOTION macro by Sarah Parker · 8 years ago
  92. 505f006 Fix frame scaling prediction by Fergus Simpson · 8 years ago
  93. 1583614 Changed scaling of MVs to use higher precision. by Debargha Mukherjee · 8 years ago
  94. 81ec261 cb4x4: Move sub-4X4 block sizes behind chroma flags. by Timothy B. Terriberry · 8 years ago
  95. 4a81001 ext_inter: Skip compound type probs. for small block sizes. by Timothy B. Terriberry · 8 years ago
  96. 81b2e50 Pass conv_params into warp-related functions by Angie Chiang · 8 years ago
  97. 85b6646 Add encoder/decoder pipeline to support single ref comp modes by Zoe Liu · 8 years ago
  98. 60baa35 Fix a compile warning with dual-filter off by Yushin Cho · 8 years ago
  99. 8e689e4 supertx: code refactoring + resolve conflicts with baseline by Yue Chen · 8 years ago
  100. e64d51a Add 'do_average' to ConvolveParams structure by David Barker · 8 years ago