1. 3ac2093 Enable altref2 by default and merge it into ext-refs by Zoe Liu · 8 years ago
  2. ffbb0f9 Enable motion field estimation in DRL by Jingning Han · 8 years ago
  3. c723b34 Add frame index to the decoded frames by Jingning Han · 8 years ago
  4. d797ea9 Refactor setup_ref_mv_list by Yunqing Wang · 8 years ago
  5. 93b543a Remove ALT_INTRA flag. by Urvang Joshi · 8 years ago
  6. b25ba50 Remove the CONFIG_TILE_GROUPS experimental flag. by Thomas Davies · 8 years ago
  7. 97ad058 Add support to the experiment of altref2 by Zoe Liu · 8 years ago
  8. 1bc8286 Sample selection in warped motion by Yunqing Wang · 8 years ago
  9. fcf5fa2 Further work on ext-comp-refs for ref frame coding by Zoe Liu · 8 years ago
  10. c082bbc Add new coding tool of ext-comp-refs by Zoe Liu · 8 years ago
  11. 85b6646 Add encoder/decoder pipeline to support single ref comp modes by Zoe Liu · 8 years ago
  12. 5a9ea00 Handle SMOOTH_HV config in some missing places. by Urvang Joshi · 8 years ago
  13. bb6e134 Remove NEAREST_NEARMV / NEAR_NEARESTMV modes by Debargha Mukherjee · 8 years ago
  14. 44c2bad intrabc: Add a DV prediction scheme derived from ref_mv by Alex Converse · 8 years ago
  15. e140c50 Merge ref-mv into codebase by Sebastien Alaiwan · 8 years ago
  16. 239f06b Add new compound modes using single reference by Zoe Liu · 8 years ago
  17. 2874430 intrabc: Add initial skeleton by Alex Converse · 8 years ago
  18. 7f24e1b Remove the single ref inter mode NEWFROMNEARMV by Zoe Liu · 8 years ago
  19. 9620bcd Re-enable av1_nmv_ctx() when ext-inter is enabled by David Barker · 8 years ago
  20. 531d6af localize the use of CONFIG_DEPENDENT_HORZTILES by Yaowu Xu · 8 years ago
  21. 73126c0 dependent tiles togeter with tile groups by Fangwen Fu · 8 years ago
  22. ae7c458 Turn off global motion for sub8x8 blocks by Sarah Parker · 8 years ago
  23. f6dd3c6 Better block center in gm_get_motion_vector fn by Debargha Mukherjee · 8 years ago
  24. e6eb3b5 Integerize warped motion computation by Debargha Mukherjee · 8 years ago
  25. 7b9f2b3 add horizontal tile dependence support by Fangwen Fu · 8 years ago
  26. 01770b3 Rename NONE to NONE_FRAME. by Emil Keyder · 8 years ago
  27. 8570b35 Streamline reference motion vector search for all block sizes by Jingning Han · 8 years ago
  28. 102245d Make ALT_INTRA experiment work with EXT_INTER experiment. by Urvang Joshi · 8 years ago
  29. 69f18e1 Add WARPED_MOTION experiment by Yue Chen · 9 years ago
  30. 4ce287a Replace int with uint32_t for non-negative values by Yaowu Xu · 8 years ago
  31. dd28be8 Remove simp_mv_pred leftover code by Yaowu Xu · 8 years ago
  32. 24e0a18 Merge simp_pred_mv changes into ref_mv by Jingning Han · 8 years ago
  33. 3f33883 Pre-store the pred_diff for nmv context by Jingning Han · 8 years ago
  34. 731af49 Sync reference frame type use case by Jingning Han · 8 years ago
  35. ca8d24d simp-mv-pred integration with ref-mv by Deng · 8 years ago
  36. 6317c88 Remove av1_use_hp_mv() by Alex Converse · 8 years ago
  37. 5264844 Code cleanup: mainly rd_pick_partition and methods called from there. by Urvang Joshi · 8 years ago
  38. 8205b78 Make ref_mv_idx syntax context dependent on block distance only by Jingning Han · 8 years ago
  39. 4306b6e more ref_mv changes from aom/master by Yaowu Xu · 8 years ago
  40. f5bbbfa rename pred_mv_s8 to pred_mv by Yaowu Xu · 8 years ago
  41. 2ab7ff0 Change to use AOM copyright notice by Yaowu Xu · 9 years ago
  42. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  43. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago[Renamed (99%) from vp10/common/mvref_common.h]
  44. 7feae8e vp10/common: apply clang-format by clang-format · 9 years ago
  45. 1af28f0 Code refactoring on Macros related to ref frame numbers by Zoe Liu · 9 years ago
  46. b605de0 Refactor reference frame type defs by Jingning Han · 9 years ago
  47. c2195c5 Make drl support bi-directional reference frames by Jingning Han · 9 years ago
  48. 9ab9438 Break tile row dependencies. by Geza Lore · 9 years ago
  49. 7ff7943 Brings back near-near compound mode into ext-inter by Debargha Mukherjee · 9 years ago
  50. 552d5cd Extend superblock size fo 128x128 pixels. by Geza Lore · 9 years ago
  51. c810740 Merge branch 'masterbase' into nextgenv2 by Yaowu Xu · 9 years ago
  52. 490ba1a Port large scale tile coding features from nextgen. by Geza Lore · 9 years ago
  53. 1fcb5fc Refactor motion vector residual coding process by Jingning Han · 9 years ago
  54. 66df6e7 Refactor sub8x8 reference motion vector search function by Jingning Han · 9 years ago
  55. 5c9d315 Rework the DRL syntax entropy coding system by Jingning Han · 9 years ago
  56. 47bc2a5 Enable context based motion vector entropy coding by Jingning Han · 9 years ago
  57. df59bb8 Vectorize motion vector probability models by Jingning Han · 9 years ago
  58. 876c8b0 Store predicted motion vectors by Jingning Han · 9 years ago
  59. a39e83d Refactor vp10_drl_idx concept by Jingning Han · 9 years ago
  60. 4958987 Entropy coding for dynamic ref mv modes by Jingning Han · 9 years ago
  61. 4d90ae4 Fixed warnings of unused functions by Yaowu Xu · 9 years ago
  62. 968bbc7 Adding new compound modes to EXT_INTER experiment by Yue Chen · 9 years ago
  63. 1ac8587 EXT_INTER experiment by Yue Chen · 9 years ago
  64. 33cc1bd Generate compound reference motion vector by Jingning Han · 9 years ago
  65. 253a200 Refactor ref mv stack system by Jingning Han · 9 years ago
  66. 387a10e Enable context analyzer for inter mode entropy coding by Jingning Han · 9 years ago
  67. aa5d53e Enable adaptive prediction mode coding by Jingning Han · 9 years ago
  68. 40cedd6 Refactor sub8x8 ref motion vector search by Jingning Han · 9 years ago
  69. e5c57c5 Integrate motion vector stack into codec by Jingning Han · 9 years ago
  70. 254d3e1 Analyze motion field to produce reference motion vectors by Jingning Han · 9 years ago
  71. 66f2f65 Merge MISC_FIXES by hui su · 9 years ago
  72. 293e20d vp10: clip MVs before adding to find_ref_mvs() list. by Ronald S. Bultje · 9 years ago
  73. dea9989 vp10: allow MV refs to point outside visible image. by Ronald S. Bultje · 9 years ago
  74. 5b4805d vp10: remove clamp_mv2() call from vp10_find_best_ref_mvs(). by Ronald S. Bultje · 9 years ago
  75. 43be86d vp10: remove double MV value check. by Ronald S. Bultje · 10 years ago
  76. fc7cbd1 VP9_COMMON -> VP10->COMMON by Yaowu Xu · 10 years ago
  77. 2dcefd9 Correct guard macros in header files by Yaowu Xu · 10 years ago
  78. 54d66ef Remove vp9_ prefix from vp10 files by Jingning Han · 10 years ago[Renamed (98%) from vp10/common/vp9_mvref_common.h]
  79. 3ee6db6 Fork VP9 and VP10 codebase by Jingning Han · 10 years ago