1. b6568aa Refactor common code in 2 pass rate control by Sarah Parker · 5 years ago
  2. c9b23e0 Support parsing multi-layer gf group and 7 ref frame in tpl tool by Yue Chen · 5 years ago
  3. 2349161 Clean up some stale comments and fix some typos by chiyotsai · 5 years ago
  4. d224f62 Turn model based tx search pruning on for speed 1+ by Debargha Mukherjee · 5 years ago
  5. 76574b6 Turn on simple_motion_search_split on lowres by chiyotsai · 5 years ago
  6. 08ee14a Use better simple_motion_search_split on speed 3+ by Chi Yo Tsai · 5 years ago
  7. 0e48db9 Code cleanup in write_modes_b() by Hui Su · 5 years ago
  8. f1b1106 Remove CB_COEFF_BUFFER from MB_MODE_INFO_EXT by Hui Su · 5 years ago
  9. c45451d Add assertions to validate precomputed reference frame map by Yue Chen · 5 years ago
  10. 5a5688d Remove motion_mode rd breakout speed feature by Debargha Mukherjee · 5 years ago
  11. 7eccd3f Reset system state before floating point operation by Ravi Chaudhary · 5 years ago
  12. e1ad277 Set up explicit reference frame maps in GF_GROUP by Yue Chen · 5 years ago
  13. 1d7d4d4 Enable ml_early_term_after_part_split for speed 0 by Hui Su · 5 years ago
  14. c6a6fe3 Specialize split_only_threshold for lowres on speed 1-2 by chiyotsai · 5 years ago
  15. 03467d0 Cleanup rd_test_partition3() by Hui Su · 5 years ago
  16. e10416d Move all partition models in encodeframe.c to partition_strategy by chiyotsai · 5 years ago
  17. 1bed36e Speed up wiener filter search in HBD case by Yunqing Wang · 5 years ago
  18. 2c4a6c1 Refactor rd_try_subblock() by Hui Su · 5 years ago
  19. 7918e47 Speed feature: skip part search after trying split by Hui Su · 5 years ago
  20. a560322 Revert "Fix highbd inv_txfm's mismatch between C and SIMD" by James Zern · 5 years ago
  21. 008de33 Speed up wiener search with aligned loads/stores by Yunqing Wang · 5 years ago
  22. b59712c Fix decoder wiener filter avx2 vs c mismatch by Satish Kumar Suman · 5 years ago
  23. 4342093 Use enum for pick mode type by Hui Su · 5 years ago
  24. 645dbcb Add speed feature to reduce wiener_win size by Satish Kumar Suman · 5 years ago
  25. 1362e15 Fix PSNRHVS computation by Yaowu Xu · 5 years ago
  26. 3e3b934 Revert "Revert "Use 64x64 SB size more aggressively"" by Hui Su · 5 years ago
  27. a6fe432 fix compile error LLVM-9.1 by Pascal Massimino · 5 years ago
  28. 64a2ffb More conservative rule to enable intrabc by Hui Su · 5 years ago
  29. 628055b Change datatype of ref_mv_weight to uint16_t by Remya · 5 years ago
  30. b998d07 Seperate weight from candidate_mv structure by Remya · 5 years ago
  31. bf5e770 Enable superres on KF for video in SUPERRES_AUTO. by Urvang Joshi · 5 years ago
  32. 1c8d70b Fix issue with 32bit build for row-mt=1 by Ravi Chaudhary · 5 years ago
  33. 837df48 Fix highbd inv_txfm's mismatch between C and SIMD by Peng Bin · 5 years ago
  34. 0ed6385 Fix static analysis warnings by kyslov · 5 years ago
  35. fa9f24a Revert "Add checks for the mode/ref frame lookups" by Elliott Karpilovsky · 5 years ago
  36. 836b69b Fix a potential segfault when NSTEP is used on scaled reference by chiyotsai · 5 years ago
  37. 6fdf934 Fix static analysis warnings by kyslov · 5 years ago
  38. 0295531 Fix the loop for gop frame setup in tpl experiment by Yue Chen · 5 years ago
  39. 5f40f21 update libwebm to libwebm-1.0.0.27-358-gdbf1d10 by James Zern · 5 years ago
  40. 09c8534 Disable av1_inv_txfm_add NEON optimization by Yunqing Wang · 5 years ago
  41. ea20106 Fix a segfault in simple_motion_search due to invalid search site by chiyotsai · 5 years ago
  42. 5859dca Fix more warnings from static analysis by kyslov · 5 years ago
  43. 172f1d3 Add checks for the mode/ref frame lookups by elliottk · 5 years ago
  44. 05af612 Simplify how grain_max is calculated. by Wan-Teh Chang · 5 years ago
  45. cff7444 Use RD_STATS in PICK_MODE_CONTEXT by Hui Su · 5 years ago
  46. cd73550 Remove redundant data in RD_STATS by Hui Su · 5 years ago
  47. 9a0da64 Add speed_features to disable PARTITION_SPLIT on speed 1~2 by chiyotsai · 5 years ago
  48. 0c9cfe5 Fix some issues with delta q by Debargha Mukherjee · 5 years ago
  49. e7ff3b6 Fix static analyzer warnings by kyslov · 5 years ago
  50. 0f3b40b Fix frame offset in lookahead for tpl tool by Yue Chen · 5 years ago
  51. a2312b0 Optimize aom_quantize_b_adaptive module by Aniket Dhok · 5 years ago
  52. c79fd24 Reformat doxygen style comments to regular style by Yue Chen · 5 years ago
  53. c2d0bd0 Prelimanry version of objective delta q mode by Debargha Mukherjee · 5 years ago
  54. 060a77a Correct deltaq calculation by Yue Chen · 5 years ago
  55. 627eb7e4 cmake: add cfi sanitizer for clang7 by Hien Ho · 5 years ago
  56. f595b5c Revert "Use 64x64 SB size more aggressively" by Hui Su · 5 years ago
  57. 1bc5be6 Fix overflow caused by large timestamps by Yue Chen · 6 years ago
  58. 830b897 update .clang-format for clang-7 by Hien Ho · 5 years ago
  59. 2ca790a resize.c: remove unnecessary __clang_analyzer__ checks by James Zern · 5 years ago
  60. 4fef7a5 Split delta_lf from delta_q mode and refactor by Debargha Mukherjee · 5 years ago
  61. cc78b70 Add a test to test rollover of int64 in encoder interface by Yue Chen · 5 years ago
  62. 1eafa08 cmake: sanitizer support update for clang 7. by Hien Ho · 5 years ago
  63. e3c05a8 Porting VP9 nonRD mode to AV1 by kyslov · 5 years ago
  64. 752940e Use 64x64 SB size more aggressively by Hui Su · 5 years ago
  65. 1d15282 Disable trellis in estimate_yrd by default by Sarah Parker · 5 years ago
  66. eb4b7de Do not change SB size when seq_params is locked by Hui Su · 5 years ago
  67. 748f93b Retrain simple_motion_search_based_split on speed 1-2 by chiyotsai · 5 years ago
  68. 373df0c dr_prediction AVX calc improvement by Victoria Zhislina · 5 years ago
  69. 068f2cc Fix lowbd inv_txfm's mismatch between C and SIMD by Peng Bin · 5 years ago
  70. 4c7c21d Fix variance-based partitioning by kyslov · 5 years ago
  71. 6b36ccd Refactor nonrd_use_partitioning by kyslov · 5 years ago
  72. a8bc103 Don't set up motion info for each frame for NonRD mode by kyslov · 5 years ago
  73. 05fed21 fix bad mapping of modes 26 and 27 by elliottk · 5 years ago
  74. 5898e1a aom/aomcx.h: fix AOME_SET_CQ_LEVEL comment by James Zern · 5 years ago
  75. 9f5d84c Refine quality of keyframes for superres. by Urvang Joshi · 5 years ago
  76. d3ed898 AV1 levels: add max bitrate by Hui Su · 5 years ago
  77. 29d8ce4 Optimize aom_quantize_b_64x64_adaptive module by Aniket Dhok · 5 years ago
  78. 9501326 Clean up interp filter prediction speed feature by Sachin Kumar Garg · 5 years ago
  79. 13ecaf7 Optimize adaptive quantization modules by Aniket Dhok · 5 years ago
  80. f9c1f5b Reduce number of ref to one in simple_motion_search by chiyotsai · 5 years ago
  81. 8ea8732 Initialize level info. before each sequence by Hui Su · 5 years ago
  82. de959b9 AV1 levels: tier cannot be 1 below level 4.0 by Hui Su · 5 years ago
  83. 74933f0 Add check for product of tile size and header rate by Hui Su · 5 years ago
  84. 978ab9e AV1 levels: add min frame width and height by Hui Su · 5 years ago
  85. 62133bf AV1 levels: add max superres tile width by Hui Su · 5 years ago
  86. dee839c AV1 levels: add max tile rate by Hui Su · 5 years ago
  87. 1ca3b26 Correct ref frame buffer in scaled subpixel simple_motion_search by chiyotsai · 5 years ago
  88. ceb16a2 Introduce early exit for partition none by Venkat · 5 years ago
  89. 5bdd954 Implement av1_get_seq_level_idx() by Hui Su · 5 years ago
  90. d06d2d5 Refactor check_level_constraints() by Hui Su · 5 years ago
  91. 3522632 Move some data from AV1LevelSpec to AV1LevelStats by Hui Su · 5 years ago
  92. bfe9261 AV1 levels: add check for min compression ratio by Hui Su · 5 years ago
  93. 87a8394 FIRSTPASS_STATS: Add comments for struct members. by Urvang Joshi · 5 years ago
  94. a1cf38d Disable two pass partition search on lowres and midres by chiyotsai · 5 years ago
  95. ecf5a3c Level test: add testcase for target level index 19 by Hui Su · 5 years ago
  96. 37fa0e8 AV1 levels: add header, display and decode rate by Hui Su · 5 years ago
  97. eff7d30 Remove unused parameters in tpl experiment by Yue Chen · 5 years ago
  98. 13cccf2 Update border for ref buffer to allow scaled pred by Debargha Mukherjee · 5 years ago
  99. fa946af Temp fix for ctrl based resize setting by Debargha Mukherjee · 5 years ago
  100. 81a59f1 Add data structure to store frame info. by Hui Su · 5 years ago