1. 36783bd Remove ONE_PASS_SVM speed feature by chiyotsai · 6 years ago
  2. 9c484b3 Collect time taken to encode each prediction partition by chiyotsai · 6 years ago
  3. 3638d96 Remove CONFIG_FP_MB_STATS experiment by Yunqing Wang · 6 years ago
  4. a4ef447 A small refactor for global motion computation by Debargha Mukherjee · 6 years ago
  5. 835bbd5 Rework prune_ref_frame_for_rect_partitions by Hui Su · 6 years ago
  6. 08f6d83 Gate interintra using first partition pass stats by Remya · 6 years ago
  7. 0ab5e04 Consolidate prune_ref_mode_for_partitions by Hui Su · 6 years ago
  8. 8025b88 Consolidate 2 two pass partition search speed features by Yunqing Wang · 6 years ago
  9. c3e21ec Resolve conflict partition search features by Yunqing Wang · 6 years ago
  10. 2b05912 Introduce simple_motion_search_early_term_none by chiyotsai · 6 years ago
  11. c808f16 Separate speed feature flags for min and max partition pred by Yue Chen · 6 years ago
  12. 90f6ccf Cosmetics for max partition pred to address new comments by Yue Chen · 6 years ago
  13. fd8ece6 Max partition prediction based on NN by Yue Chen · 6 years ago
  14. 16060fe Remove deprecated VP9 feature auto_min_max_partition by Yue Chen · 6 years ago
  15. d1f32e6 Add more component timing information by Yunqing Wang · 6 years ago
  16. bdf0c99 More strict rule to decide if intrabc should be on by Hui Su · 6 years ago
  17. 4f719c2 Add simple motion sse to MACROBLOCK and implement data prep by Yue Chen · 6 years ago
  18. 9f4d910 Add a function for sse/var after simple motion search by Yue Chen · 6 years ago
  19. 6f95b57 Make aq-mode=3 (cyclic refresh) work by Marco Paniconi · 6 years ago
  20. e6d0be5 Facilitate separate frame buffer offset in diamond search by Satish Kumar Suman · 6 years ago
  21. 53c90d9 Remove deprecated vp9 speed feature by Yue Chen · 6 years ago
  22. ba25558 Add timers to collect encoding component timing information by Yunqing Wang · 6 years ago
  23. 032a295 Improve simple_motion_search_prune_rect by chiyotsai · 6 years ago
  24. 9bd30fa Bugfix for ref1_counts index by Remya · 6 years ago
  25. 03ad12d Add encoder options for cost update frequency by Debargha Mukherjee · 6 years ago
  26. a20aa68 Expand aomenc flag to disable coeff optimization by Debargha Mukherjee · 6 years ago
  27. e418416 Fix an overflow issue related to the split partition cost by Yunqing Wang · 6 years ago
  28. 7b9d0d6 AV1 RealTime path. Initial implementation by kyslov · 6 years ago
  29. 54eabb5 Streamline compound types by Debargha Mukherjee · 6 years ago
  30. 52ea88f max_ref_frames enforcement at beginning of frame. by Urvang Joshi · 6 years ago
  31. 17dd3ea Compute strongest Sobel x and y edge component by elliottk · 6 years ago
  32. f7f0ef5 Fix misspelling in misc. comments by Sarah Parker · 6 years ago
  33. c5c2418 Add av1 prefix to partition model parameters by chiyotsai · 6 years ago
  34. 0ec86ac Remove template for collect rd stats; it is always on by elliottk · 6 years ago
  35. 44169d1 enforce_max_ref_frames only when 7 refs allowed. by Urvang Joshi · 6 years ago
  36. 92ed0dd Add code to collect partition_stats by chiyotsai · 6 years ago
  37. a7f133c primary_ref_frame order_offset to EncodeFrameParams by David Turner · 6 years ago
  38. 8386512 Include partition cost in best_remain_rdcost for PARTITION_HORZ by chiyotsai · 6 years ago
  39. d4701d4 Move 2pass partition model to partition_model_weights.h by chiyotsai · 6 years ago
  40. 8010d49 Consolidate inter prediction functions for encoder by Hui Su · 6 years ago
  41. bdd4a8a Use is_cur_buf_hbd() when possible by Hui Su · 6 years ago
  42. b6540c0 Consolidate simple_motion_search based models by chiyotsai · 6 years ago
  43. 733a8c1 Remove effectless code by Yaowu Xu · 6 years ago
  44. 0308ac9 set_offsets(): minor clean-ups by Yaowu Xu · 6 years ago
  45. ca4f138 Fix for partition search speed feature + superres by Urvang Joshi · 6 years ago
  46. d859264 Revert "Do not call av1_setup_motion_field unconditionally" by Wan-Teh Chang · 6 years ago
  47. 92f661b Do not call av1_setup_motion_field unconditionally by Wan-Teh Chang · 6 years ago
  48. 0857e66 Add counter to count #tx_searches during encoding by Debargha Mukherjee · 6 years ago
  49. 461cfe4 Allow inter mode rd est to use static models by Debargha Mukherjee · 6 years ago
  50. 44ce26f Refine speed feature gm_search_type by Venkat · 6 years ago
  51. 39502fd Cleanup of enc row-mt for update_cdf=0 by Ravi Chaudhary · 6 years ago
  52. e521517 Use weighted averaging of CDFs in enc row-mt by Ravi Chaudhary · 6 years ago
  53. 36cb63f Enable ml_prune_rect_partition on speed 1 by chiyotsai · 6 years ago
  54. 8d1969e Add float casts to silence MSVC compiler warnings. by Wan-Teh Chang · 6 years ago
  55. e2cf962 Use common SyncRange for SB=128 & 64 in enc row-mt by Ravi Chaudhary · 6 years ago
  56. 638e802 combine the same branch in encode_b by wenyao.liu · 6 years ago
  57. 36b3088 code-cleanup: delete mode_map by elliottk · 6 years ago
  58. 79cd069 Introduce simple_motion_search_prune_rect by chiyotsai · 6 years ago
  59. 4667aa1 Make enum size same for all compilers by Satish Kumar Suman · 6 years ago
  60. 9d9cf19 Add an encoder option to turn off rect partitions by Debargha Mukherjee · 6 years ago
  61. 0b7e590 Add encoder options for reduced tx type set by Sarah Parker · 6 years ago
  62. 5e12951e Add command line option to disable OBMC by Yue Chen · 6 years ago
  63. 0304847 Remove CONFIG_GLOBAL_MOTION_SEARCH compile flag by Debargha Mukherjee · 6 years ago
  64. d2e53ca Add encoder options for global and local warp by Debargha Mukherjee · 6 years ago
  65. a21966b Remove frame_refs: de-duplicate ref frame refs by David Turner · 6 years ago
  66. 70dde4b Make max and min partition more well-defined by Yue Chen · 6 years ago
  67. 67aec0f Fix simple_motion_search with different bsize by chiyotsai · 6 years ago
  68. b757ce0 Remove unused variables from AV1_COMMON & AV1_COMP by David Turner · 6 years ago
  69. 1b3082d Add max and min partition sizes to rd_pick_partition() by Yue Chen · 6 years ago
  70. c3ad76b Refactors motion search in full_pixel_based_split. by chiyotsai · 6 years ago
  71. ddb8060 De-duplicate references to current frame buffer by Jack Haughton · 6 years ago
  72. c1642b1 Update conditions for disabling wedge search by elliottk · 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. d2a592e Form CurrentFrame structure, rename frame_offset by David Turner · 6 years ago
  76. ebf96f4 Group parameters in AV1_COMMON into sub-structures by David Turner · 6 years ago
  77. f802a78 Fix an assertion error in full_pixel_motion_search_based_split. by chiyotsai · 6 years ago
  78. 70658ad Introduce full_pixel_motion_search_based_split by chiyotsai · 6 years ago
  79. 1dbb8c1 Add computation of edge strength to each block by elliottk · 6 years ago
  80. 486cc98 SSE3-optimised av1_nn_predict by David Turner · 6 years ago
  81. c957b00 Namespace global motion functions by sarahparker · 6 years ago
  82. 982ac04 Fix issues for palette content in enc row-mt by Ravi Chaudhary · 6 years ago
  83. 00525ef Fix issues in multithreading for screen content by Ravi Chaudhary · 6 years ago
  84. dfd79b8 Enhance selective_ref_frame for use in speed 0 by Debargha Mukherjee · 6 years ago
  85. 1c0a6e9 Add macro to determine type of global motion computation by Sarah Parker · 6 years ago
  86. 864ae6a Introduce one pass svm early termination speed feature. by chiyotsai · 6 years ago
  87. 5396fc8 Fix initialization in delta-q-mode by Ravi Chaudhary · 6 years ago
  88. 6bc6d34 Cosmetic changes in rd_pick_partition() by Hui Su · 6 years ago
  89. 86062af Refactor code about first pass of partition search by Hui Su · 6 years ago
  90. 63d01af Refactor code about encoder delta-q setup by Hui Su · 6 years ago
  91. e23a7fd Cosmetic changes in encode_rd_sb_row() by Hui Su · 6 years ago
  92. 77d14cf Cosmetic changes in av1_encode_sb_row() by Hui Su · 6 years ago
  93. cf64444 Mark unexposed functions as static by Sarah Parker · 6 years ago
  94. e12eaac Add ML partition search breakout in rd_pick_sqr_partition by Grant Hsu · 6 years ago
  95. c5e7469 Add sync_read and sync_write for enc row-mt by Ravi Chaudhary · 6 years ago
  96. 57a041d Update cpi->row_mt conditionally by Ravi Chaudhary · 6 years ago
  97. 40cdf13 Add dummy sync_read and sync_write for enc row-mt by Ravi Chaudhary · 6 years ago
  98. da4c872 Changes to facilitate hook function for enc row-mt by Ravi Chaudhary · 6 years ago
  99. b1de4a9 Initialize pc_tree_stats in reset_partition by Ravi Chaudhary · 6 years ago
  100. 7cae98f Add temporal dependency model and rdmult modulation to AV1 by Yue Chen · 7 years ago