1. 117aa0d Add CONVOLVE_POST_ROUNDING flag by Angie Chiang · 8 years ago
  2. 9f45bc4 Pass ConvolveParams into prediction functions by Angie Chiang · 8 years ago
  3. 1edf9a3 Improvements on segment mask by Debargha Mukherjee · 8 years ago
  4. 86ae7b1 Add recon functions of non-causal obmc by Yue Chen · 8 years ago
  5. 674bffd Add rounding option into av1_convolve by Angie Chiang · 8 years ago
  6. b9f757c Refactor compound_segment to try different segmentation masks by Sarah Parker · 8 years ago
  7. 1733f6b Merge ext_interp and dual_filter by Angie Chiang · 8 years ago
  8. 569edda Add temporary dummy mask for compound segmentation by Sarah Parker · 8 years ago
  9. b46540c Simplify motion compensated predictor logic by Jingning Han · 8 years ago
  10. ac37fa3 Improve rdopt decisions for ext-inter by David Barker · 8 years ago
  11. 6fdc853 Refactor ext-inter to loop through all masked modes in rdopt by Sarah Parker · 8 years ago
  12. 6557ea9 Rename av1_convolve.[hc] to convolve.[hc] by Yaowu Xu · 8 years ago
  13. a69ce1b Let is_interp_needed always return 1 by Angie Chiang · 8 years ago
  14. b135deb Use has_subpel_mv_component in av1_is_interp_needed by Angie Chiang · 8 years ago
  15. 75c2209 Simplify interpolation filter search in handle_inter_mode() by Angie Chiang · 8 years ago
  16. 894fcce Move small fixes and refactoring for obmc pred from AV1 by Yue Chen · 8 years ago
  17. e29ea12 Sub8x8 block chroma component inter prediction by Jingning Han · 9 years ago
  18. 5264844 Code cleanup: mainly rd_pick_partition and methods called from there. by Urvang Joshi · 8 years ago
  19. cb60b18 Renamings for OBMC experiment by Yue Chen · 8 years ago
  20. 7b9407a s/INTERP_FILTER/InterpFilter/ by James Zern · 9 years ago
  21. 2ab7ff0 Change to use AOM copyright notice by Yaowu Xu · 9 years ago
  22. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  23. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago[Renamed (99%) from vp10/common/reconinter.h]
  24. 7feae8e vp10/common: apply clang-format by clang-format · 9 years ago
  25. d4c4724 Cherry pick renaming changes from AOMedia branch by Yaowu Xu · 9 years ago
  26. 166c325 Add buf0, width, height fields to buf_2d by Sarah Parker · 9 years ago
  27. 4c4f04a Optimize and cleanup obmc predictor and rd search. by Geza Lore · 9 years ago
  28. cd48926 Optimize and cleanup supertx predictor. by Geza Lore · 9 years ago
  29. bfa59b4 Improve vpx_blend_* functions. by Geza Lore · 9 years ago
  30. 135d663 Reinstate "Optimize wedge partition selection." without tests. by Geza Lore · 9 years ago
  31. 902ee50 A crash fix for supertx / ext-inter combination. by Debargha Mukherjee · 9 years ago
  32. 95340fc Revert "Optimize wedge partition selection." by Angie Chiang · 9 years ago
  33. efda283 Optimize wedge partition selection. by Geza Lore · 9 years ago
  34. ab29978 Pre-compute and use contiguous wedge masks. by Geza Lore · 9 years ago
  35. fa50229 Merge "Wedge refactoring to handle signs better" into nextgenv2 by Debargha Mukherjee · 9 years ago
  36. e5de2ad Wedge refactoring to handle signs better by Debargha Mukherjee · 9 years ago
  37. ba794ea Port change to highbitdepth code path by Yaowu Xu · 9 years ago
  38. 0f51375 Rework sub8x8 chroma component inter predictor by Jingning Han · 9 years ago
  39. 9161464 Account sub8x8 block reference filter type for prob context by Jingning Han · 9 years ago
  40. fb8ea17 Various wedge enhancements by Debargha Mukherjee · 9 years ago
  41. 372e12b Merge "Add single motion search for OBMC predictor" into nextgenv2 by Yue Chen · 9 years ago
  42. 370f203 Add single motion search for OBMC predictor by Yue Chen · 9 years ago
  43. 3fbe6e5 Merge "Wedge rd improvements" into nextgenv2 by Debargha Mukherjee · 9 years ago
  44. 447032e Wedge rd improvements by Debargha Mukherjee · 9 years ago
  45. 9de916e Fix dual filter type for high bit-depth by Jingning Han · 9 years ago
  46. bd33326 Dual prediction filter type for motion compensated reference by Jingning Han · 9 years ago
  47. 3407785 Refactoring and uv fix for wedge by Debargha Mukherjee · 9 years ago
  48. 88fe787 Refactor wedge generation by Debargha Mukherjee · 9 years ago
  49. 0fc82ea Refactoring and cosmetic changes to ext-inter expt by Debargha Mukherjee · 9 years ago
  50. 8d3a4aa Some fixes/speed-ups on inter-intra part of ext-inter by Debargha Mukherjee · 9 years ago
  51. 91707ac Merge "Extend superblock size fo 128x128 pixels." into nextgenv2 by Debargha Mukherjee · 9 years ago
  52. 552d5cd Extend superblock size fo 128x128 pixels. by Geza Lore · 9 years ago
  53. 068e799 Fix for ext_interp experiment by Julia Robson · 9 years ago
  54. 2e3f773 Refactor prediction functions of OBMC by Yue Chen · 9 years ago
  55. f34deab Adds compound wedge prediction modes by Debargha Mukherjee · 9 years ago
  56. 48589e8 Merge "Some refactoring and cleanups of interp filter" into nextgenv2 by Debargha Mukherjee · 9 years ago
  57. bab2912 Some refactoring and cleanups of interp filter by Debargha Mukherjee · 9 years ago
  58. 7ded038 Port interintra experiment from nextgen. by Geza Lore · 9 years ago
  59. d1cad9c Overlapped block motion compensation experiment by Yue Chen · 9 years ago
  60. d534911 add convolution function with adjustable length by Angie Chiang · 9 years ago
  61. 10ad97b Pass filter type instead of filter array by Angie Chiang · 9 years ago
  62. eef57c1 Fixes ext-interp experiment by Debargha Mukherjee · 9 years ago
  63. 3787b17 Super transform - ported from nextgen branch by Debargha Mukherjee · 9 years ago
  64. 85514c4 New interpolation experiment by Debargha Mukherjee · 9 years ago
  65. 7c514e2 Merged branch 'master' into nextgenv2 by Yaowu Xu · 10 years ago
  66. 7e14baa Mark VP10 functions as 'INLINE' by Johann · 10 years ago
  67. 2dcefd9 Correct guard macros in header files by Yaowu Xu · 10 years ago
  68. 54d66ef Remove vp9_ prefix from vp10 files by Jingning Han · 10 years ago[Renamed (98%) from vp10/common/vp9_reconinter.h]
  69. 3ee6db6 Fork VP9 and VP10 codebase by Jingning Han · 10 years ago