1. 04e5da8 Revert "Fix issues with prune_compound_using_single_ref" by Satish Kumar Suman · 4 years, 8 months ago
  2. 8254434 Remove pack_bitstream flag in AV1_COMP by Hui Su · 4 years, 8 months ago
  3. a1d7184 Do dummy bitstream pack when min CR is specified by Hui Su · 4 years, 8 months ago
  4. 0cbf0e4 Disable highbd_dr_prediction_z2_avx2 by Yunqing Wang · 4 years, 8 months ago
  5. e7e9e5a Fix in calculation of key frame boost by Deepa K G · 4 years, 9 months ago
  6. e604b4e Fix overflow in av1_quantize_fp_neon. Add tests. by Jerome Jiang · 4 years, 9 months ago
  7. 0d0ee66 Fix potential infinite loop in encoder_encode() by Hui Su · 4 years, 8 months ago
  8. ff57adc Resubmit use interp_rd_facade for non dual interp filter by Satish Kumar Suman · 4 years, 8 months ago
  9. 59745d9 AV1 RT: Implement low temp variance short circuit by Fyodor Kyslov · 4 years, 8 months ago
  10. 67691bd AV1 RT: Use adaptive threshold in fast pick inter mode by Fyodor Kyslov · 4 years, 8 months ago
  11. 0389a49 Resubmit change mask of adaptive_interp_filter_search by Satish Kumar Suman · 4 years, 8 months ago
  12. 88fdf64 Add 3 new rate control variables and frame debug stats. by Paul Wilkins · 4 years, 8 months ago
  13. 829c168 Move interp_filter_search_mask after speed feature initialization by Satish Kumar Suman · 4 years, 8 months ago
  14. 6c2c0f9 Modify datatype of ref_relative_dist by Lokeshwar Reddy B · 4 years, 8 months ago
  15. 1fcd64f Cosmetic changes to aom_int_pro_row and tests. by Jerome Jiang · 4 years, 8 months ago
  16. 5d93406 Adjust subpel search feature at speed 3 by Yunqing Wang · 4 years, 8 months ago
  17. 895efa7 Improve reduce_inter_modes speed feature by Lokeshwar Reddy B · 4 years, 8 months ago
  18. ba6da8b Change datatype of local variable delta_lf by Remya · 4 years, 8 months ago
  19. 7671857 Revert "Use interp_rd_facade for non dual interp filter" by Satish Kumar Suman · 4 years, 8 months ago
  20. bde9c5d Fix build for CONFIG_MISMATCH_DEBUG=1 by Urvang Joshi · 4 years, 8 months ago
  21. 2d577e6 Cleanup setup_delta_q() by Hui Su · 4 years, 8 months ago
  22. eb960f4 Remove unnecessary initialization by Ruiling Song · 4 years, 8 months ago
  23. c03d327 Extend reduce_wiener_window_size speed feature by Cherma Rajan A · 4 years, 8 months ago
  24. 46b5e75 Allow to set min_partition_size and max_partition_size by Yunqing Wang · 4 years, 8 months ago
  25. 7344d3e Improve q_high adjustment for large overshoot. by Urvang Joshi · 4 years, 8 months ago
  26. 1e50d30 Adjust speed 4 features by Yunqing Wang · 4 years, 8 months ago
  27. 79b924e Revert "Change mask of adaptive_interp_filter_search for consistency" by Wan-Teh Chang · 4 years, 8 months ago
  28. 3521376 Tune speed 5 speed features by Yunqing Wang · 4 years, 8 months ago
  29. 6556729 Enable selective_ref_frame = 4 speed feature by Ravi Chaudhary · 4 years, 8 months ago
  30. 038df03 sad.c: normalize pointer types in highbd_sadb by James Zern · 4 years, 9 months ago
  31. fd79651 decoder_inspect: consume trailing zero bytes by James Zern · 4 years, 9 months ago
  32. 283b1f4 Multiply bps by 2 if AOM_IMG_FMT_HIGHBITDEPTH. by Wan-Teh Chang · 4 years, 9 months ago
  33. be23528 Remove unused neighbors scan arrays by Debargha Mukherjee · 4 years, 8 months ago
  34. 29ee2ae Fix issues with prune_compound_using_single_ref by Satish Kumar Suman · 4 years, 8 months ago
  35. 4b9cc281 Fix av1_refs_are_one_sided by Ravi Chaudhary · 4 years, 8 months ago
  36. ba8052c Tune the reference frame assignment to fit speed feature by Jingning Han · 4 years, 8 months ago
  37. 978b3c2 Reduce predictor buffer size for tpl motion search by Yue Chen · 4 years, 8 months ago
  38. f0b9ec1 AV1 levels: change max bitrate constraint by Hui Su · 4 years, 8 months ago
  39. 6100f2b Refactor tpl mc flow unit bsize calculation by Yue Chen · 4 years, 8 months ago
  40. 647f2d1 Remove deprecated code from av1_update_ref_frame_map() by Jingning Han · 4 years, 8 months ago
  41. c9c172d Remove deprecated code in av1_get_refresh_frame_flags() by Jingning Han · 4 years, 8 months ago
  42. 157c1ea Remove 1 partition_search_breakout_rate_thr setting by Yunqing Wang · 4 years, 8 months ago
  43. 439955b Fix selective_ref_frame speed feature by Ravi Chaudhary · 4 years, 8 months ago
  44. eff4794 Fix condition to try ext partitions by chiyotsai · 4 years, 8 months ago
  45. 4a57c94 Introduce a function for interp filter match by Venkat · 4 years, 8 months ago
  46. cece1ae Use interp_rd_facade for non dual interp filter by Satish Kumar Suman · 4 years, 8 months ago
  47. c983745 Abstract interp_skip_pred calc to a function by Venkat · 4 years, 8 months ago
  48. 5738e03 Deprecate cpi->preserve_alt_as_gld flag by Jingning Han · 4 years, 8 months ago
  49. 58f2feb Add sse2 for av1_block_error and tests. by Jerome Jiang · 4 years, 8 months ago
  50. eb1e6d1 [ext-tile] fix overflow by Frederic Barbier · 4 years, 9 months ago
  51. 3307d83 Change mask of adaptive_interp_filter_search for consistency by Satish Kumar Suman · 4 years, 8 months ago
  52. 667561a Remove duplicate ref_frame_flag array in scale_references() by Jingning Han · 4 years, 8 months ago
  53. 2dcb368 Clean up unused variables in tpl_model by Jingning Han · 4 years, 8 months ago
  54. 84a7050 Remove ext_refresh_flags guard in update_ref_map by Jingning Han · 4 years, 8 months ago
  55. bcbbd8c Fix unit test on droppable frames by Jingning Han · 4 years, 8 months ago
  56. 47aaf87 Fix unit test failure for S-frame by Jingning Han · 4 years, 8 months ago
  57. 31a0ee9 Integrate the arf stack buffer control with tpl by Jingning Han · 4 years, 9 months ago
  58. 81d6fbb Rework tpl model strcture by Jingning Han · 4 years, 9 months ago
  59. 1dc0102 AV1 RT: Move CurvFit mode selection to run-time by Fyodor Kyslov · 4 years, 9 months ago
  60. c5806c2 Add an encoding option "--enable-chroma-deltaq" by Yue Chen · 4 years, 8 months ago
  61. ce8b759 Improve the alt_ref_search_fp speed feature by Lokeshwar Reddy B · 4 years, 9 months ago
  62. ee58653 Add sse2 for aom_int_pro_{row, col} and tests. by Jerome Jiang · 4 years, 8 months ago
  63. 5083a9f One-pass encoding of key frame with temporal filtering. by Cheng Chen · 4 years, 9 months ago
  64. 8487e95 Refactor pred_dual_interp_filter_rd function by Satish Kumar Suman · 4 years, 8 months ago
  65. 42266ca Make ref frame buffer control functions public by Jingning Han · 4 years, 9 months ago
  66. 0a2af4e Enable arf stack based reference frame selection by Jingning Han · 4 years, 9 months ago
  67. f58175c Use arf stacks to monitor the reference frame map by Jingning Han · 4 years, 9 months ago
  68. cf6d325 Add ARF stack buffer operations by Jingning Han · 4 years, 9 months ago
  69. 9701cd6 Add framework to compute distance in display order by Ravi Chaudhary · 4 years, 9 months ago
  70. 87f1c68 Add comments in compound_type_rd by Remya · 4 years, 9 months ago
  71. e1c8156 Unify interp filter search evaluation order by Satish Kumar Suman · 4 years, 9 months ago
  72. b18b238 Refactor masked_compound_type_rd by Remya · 4 years, 9 months ago
  73. f40a40d Reverted to call HBD inv_txfm c functions by Yunqing Wang · 4 years, 9 months ago
  74. 13784d4 rtc: Fix issue with CONFIG_REALTIME_ONLY by Marco Paniconi · 4 years, 9 months ago
  75. 824f9db Enable R-D optimization of qcoeff for winner mode by Ranjit Kumar Tulabandu · 4 years, 9 months ago
  76. 1056a37 Refactor is_comp_rd_match() by Remya · 4 years, 9 months ago
  77. 4ceeffb Fix bug in adaptive_interp_filter_search by Satish Kumar Suman · 4 years, 9 months ago
  78. 6a04d47 Abstract update of comp type stats to a function by Remya · 4 years, 9 months ago
  79. 1f29d9f Refactor compute_valid_comp_types by Remya · 4 years, 9 months ago
  80. c9adbba Revert "Adjust RD mult for keyframe in Q mode" by Hui Su · 4 years, 9 months ago
  81. 5427c0c Add missing obmc/masked var tests for 4:1 blocks by Debargha Mukherjee · 4 years, 9 months ago
  82. 90f256f Add missing variance tests for 4:1 blocksizes by Debargha Mukherjee · 4 years, 9 months ago
  83. 18293ef Misc. code cleanup in av1_rd_pick_inter_mode_sb() by Hui Su · 4 years, 9 months ago
  84. cea99e2 rtc: Move RC code for RTC to separate path by Marco Paniconi · 4 years, 9 months ago
  85. c6b9f6b Add sse2 assembly for highbd_sad_4xn(_avg) by chiyotsai · 4 years, 9 months ago
  86. 46d995f Adjust RD mult for keyframe in Q mode by Hui Su · 4 years, 9 months ago
  87. bdfec11 Refactor core loop of compound_type_rd by Remya · 4 years, 9 months ago
  88. fe87d5d Remove redundant assignments of mi_grid by chiyotsai · 4 years, 9 months ago
  89. 27c6bf7 Refactor try_average_and_distwtd_comp case by Remya · 4 years, 9 months ago
  90. 42451f7 Add a few avx2 functions for sad by Debargha Mukherjee · 4 years, 9 months ago
  91. ca36519 Scene-cut detection: avoid very short KF intervals by Urvang Joshi · 4 years, 9 months ago
  92. fda31aa Revert "rtc: Refactor 1 pass rate control" by Marco Paniconi · 4 years, 9 months ago
  93. d4bbce6 Consolidate best comp type info into functions by Remya · 4 years, 9 months ago
  94. dc2fe7f Modify pred_filter_search function by Venkat · 4 years, 9 months ago
  95. 4bb718f Fix bug in interpolation_filter_rd function by Venkat · 4 years, 9 months ago
  96. 548460b Add structure for best compound type stats by Remya · 4 years, 9 months ago
  97. 79787fd Add missing Obmc sad tests for 4:1 block sizes by Debargha Mukherjee · 4 years, 9 months ago
  98. b9da783 Enable adaptive_rd_thresh for row-mt by Ravi Chaudhary · 4 years, 9 months ago
  99. c41e3e1 Add a non-linearity in flow calculation by Debargha Mukherjee · 4 years, 9 months ago
  100. fede198 Initialize search state best mode index by Deepa K G · 4 years, 9 months ago