1. 3638d96 Remove CONFIG_FP_MB_STATS experiment by Yunqing Wang · 5 years ago
  2. 3673ba7 Changes to control IDs related to sequence level by Hui Su · 5 years ago
  3. 00b0bf4 Fix typo in comment by Sarah Parker · 5 years ago
  4. 8dc220b Refactor check_level_constraints() by Hui Su · 5 years ago
  5. 89609a8 Add setting to disable trellis in estimate_yrd_for_sb by Sarah Parker · 5 years ago
  6. 9f2c075 Remove redundant header inclusions by Hui Su · 5 years ago
  7. ede75c7 Add SSE4_1 highbd version of temporal filter by chiyotsai · 5 years ago
  8. abeeb7c Add infrastructure to calculate level statistics by kyslov · 5 years ago
  9. a4ef447 A small refactor for global motion computation by Debargha Mukherjee · 5 years ago
  10. ed43017 Code cleanup about encoder control functions by Hui Su · 5 years ago
  11. 835bbd5 Rework prune_ref_frame_for_rect_partitions by Hui Su · 5 years ago
  12. 6f9d8e9 Use mb_rd_hash in super_block_yrd by Aniket Dhok · 5 years ago
  13. 10d753f cmake: Fix arm neon intrinsic flag handling bugs. by Tom Finegan · 5 years ago
  14. d16a257 Add structs to store stats and specs of av1 level by chiyotsai · 5 years ago
  15. 12e5d4d Remove bidir_pred_enabled from GF_GROUP. by Urvang Joshi · 5 years ago
  16. 5debeab Remove unused arf_ref_idx from GF_GROUP. by Urvang Joshi · 5 years ago
  17. 08f6d83 Gate interintra using first partition pass stats by Remya · 5 years ago
  18. b6f1767 Remove unused frame_rf_level from CurrentFrame. by Urvang Joshi · 5 years ago
  19. 16ad7f5 cmake: Hook up dsp and scale dependencies in the proper places. by Tom Finegan · 5 years ago
  20. 003149e cmake: Remove superfluous target from av1.cmake. by Tom Finegan · 5 years ago
  21. a082f76 Add checks for minimum tile width restriction by Debargha Mukherjee · 5 years ago
  22. b0ea4b2 Fix decoder_peek_si parsing function by Debargha Mukherjee · 5 years ago
  23. 0ab5e04 Consolidate prune_ref_mode_for_partitions by Hui Su · 5 years ago
  24. fad3856 Add encoder API for target sequence level index by Hui Su · 5 years ago
  25. bd40ca7 Set seq_params.film_grain_params_present when noise modeling by Neil Birkbeck · 5 years ago
  26. b8becb2 Augment est-rd structure to also true-rd info by elliottk · 5 years ago
  27. 9613f95 Remove unused variable of structure TplDepStats by Satish Kumar Suman · 5 years ago
  28. 8d98671 Extend prune_comp_type_by_model_rd speed feature for speed 3 by Venkat · 5 years ago
  29. 7aee6fb Fix Visual Studio build failure by kyslov · 5 years ago
  30. 20bce6e Adjust Q-Based Loop Filter based on quality results by kyslov · 5 years ago
  31. 442f429 Fix a bug in prune_single_motion_modes by Hui Su · 5 years ago
  32. 8025b88 Consolidate 2 two pass partition search speed features by Yunqing Wang · 5 years ago
  33. 25f2d70 Remove gf_zeromotion_pct. by Urvang Joshi · 5 years ago
  34. bf71fb9 Initialize arf_q with forward keyframe by Sarah Parker · 5 years ago
  35. c3e21ec Resolve conflict partition search features by Yunqing Wang · 5 years ago
  36. e664bf5 Fix comment typos in av1_gen_inv_stage_range(). by Wan-Teh Chang · 5 years ago
  37. 2b05912 Introduce simple_motion_search_early_term_none by chiyotsai · 5 years ago
  38. 7b9ce53 Revert "dr_prediction AVX calc moved to 16 bit" by James Zern · 5 years ago
  39. 9de0d28 Add coarse ME to VAR_BASED_PART mode. Ref mode set for nonRD. by kyslov · 5 years ago
  40. 4aa25ce Replace surface fit model w/ functional modeling by Debargha Mukherjee · 5 years ago
  41. 5764337 Recode loop: better way to select next 'q'. by Urvang Joshi · 5 years ago
  42. 3896b60 Optimize av1_dist_wtd_convolve functions by Aniket Dhok · 5 years ago
  43. 1de4688 Fix ss config offset in intraBC by Satish Kumar Suman · 5 years ago
  44. 881f629 dr_prediction AVX calc moved to 16 bit by Victoria Zhislina · 5 years ago
  45. f96e31d Update and cleanup for aq-mode=3/cyclic-refresh by Marco Paniconi · 5 years ago
  46. 8307403 Add SSE4_1 implementation of lowbd apply_temporal filter by chiyotsai · 5 years ago
  47. c808f16 Separate speed feature flags for min and max partition pred by Yue Chen · 5 years ago
  48. e86ee0d Move show_existing_frame to EncodeFrameParams by David Turner · 5 years ago
  49. 90f6ccf Cosmetics for max partition pred to address new comments by Yue Chen · 5 years ago
  50. fd8ece6 Max partition prediction based on NN by Yue Chen · 5 years ago
  51. de8b198 Fix bitstream debug error. by logangw · 5 years ago
  52. 16060fe Remove deprecated VP9 feature auto_min_max_partition by Yue Chen · 5 years ago
  53. f459229 Refactor and explain reference frame management by David Turner · 5 years ago
  54. 33697fa Introduce skip flag prediction in super_block_yrd() by Ranjit Kumar Tulabandu · 5 years ago
  55. ed46133 Improve best rd based gating for chroma rd eval by Ranjit Kumar Tulabandu · 5 years ago
  56. d7ee46b Optimize av1_convolve_sr functions by Aniket Dhok · 5 years ago
  57. 6e8b4d9 Move get_refresh_frame_flags() to encode_strategy by David Turner · 5 years ago
  58. 88eaf8e Use frame_update_type in update_reference_frames() by David Turner · 5 years ago
  59. 1a9e27e Command-line option to use reduced set of refs. by Urvang Joshi · 5 years ago
  60. 82a438c Optimize log in model_rd_with_curvfit by Sachin Kumar Garg · 5 years ago
  61. d1f32e6 Add more component timing information by Yunqing Wang · 5 years ago
  62. 5758a2a Add test cases for av1_apply_temporal_filter by chiyotsai · 5 years ago
  63. 968b986 rdopt.c: Remove unused structs. by Urvang Joshi · 5 years ago
  64. cde3872 Refactor reference frame mask. by Urvang Joshi · 5 years ago
  65. ec6eded Set Loop Filter level to be picked from Quality on speed 8 by kyslov · 5 years ago
  66. f95c916 Alter absence-based booleans to their affirmatives. by logangw · 5 years ago
  67. 65124b0 Fix an issue in md5 calculation by Yunqing Wang · 5 years ago
  68. bc0993e Move interp_filter_selected to RefCntBuffer by David Turner · 5 years ago
  69. 335ce2c Do NOT reduce length of last GF group for q > 128. by Urvang Joshi · 5 years ago
  70. 4012631 Fix variance-based partition for 64x64 SB size by kyslov · 5 years ago
  71. bdf0c99 More strict rule to decide if intrabc should be on by Hui Su · 5 years ago
  72. 4f719c2 Add simple motion sse to MACROBLOCK and implement data prep by Yue Chen · 5 years ago
  73. 005f5c5 Fix encoder crash in RT mode on lowres with 64x64 TX disabled by kyslov · 5 years ago
  74. eaf8063 Simplify a condition in av1_get_spatial_seg_pred. by Wan-Teh Chang · 5 years ago
  75. ba30e5c Misc. fixes/changes in compound search by Debargha Mukherjee · 5 years ago
  76. 9f4d910 Add a function for sse/var after simple motion search by Yue Chen · 5 years ago
  77. fd740ac Revert "Optimize av1_wiener_convolve_add_src_avx2" by Yunqing Wang · 5 years ago
  78. 027e537 Avoid transform search as part of inter mode search for RT path by kyslov · 5 years ago
  79. ece4068 Disable intrabc under CONFIG_SHARP_SETTINGS by Hui Su · 5 years ago
  80. 7324576 Move ref updates to strategy, refresh from flags by David Turner · 5 years ago
  81. 8d4e971 Change apostrophe in comments to ASCII character by Peng Bin · 5 years ago
  82. 89df034 Add speed feature for fast eob search in trellis by Sarah Parker · 5 years ago
  83. 6f95b57 Make aq-mode=3 (cyclic refresh) work by Marco Paniconi · 5 years ago
  84. fd12564 Temporarily disable highbd_dr_prediction_z2_avx2 by Urvang Joshi · 5 years ago
  85. 23a57ec Add speed feature to disable loop restoration search for chroma by Cherma Rajan A · 5 years ago
  86. cf4ec73 Do single loop compound search for all speeds. by Debargha Mukherjee · 5 years ago
  87. 51d7909 Add an optimization for faster compound search by Debargha Mukherjee · 5 years ago
  88. e6d0be5 Facilitate separate frame buffer offset in diamond search by Satish Kumar Suman · 5 years ago
  89. 53c90d9 Remove deprecated vp9 speed feature by Yue Chen · 5 years ago
  90. e980281 Optimize highbd sub_pixel_variance module by Aniket Dhok · 5 years ago
  91. 9b20f23 Refine compound_type_rd based on model_rd for speed >= 4 by Venkat · 5 years ago
  92. 4743f8f Disable selective_ref_frame = 4 temporarily by Ravi Chaudhary · 5 years ago
  93. 1f0fdfc Allow av1_find_mv_refs to take a null global_mvs. by Wan-Teh Chang · 5 years ago
  94. 3a85a8f Add speed feature flag for sb-level minmax partition prediction by Yue Chen · 5 years ago
  95. ba25558 Add timers to collect encoding component timing information by Yunqing Wang · 5 years ago
  96. 032a295 Improve simple_motion_search_prune_rect by chiyotsai · 5 years ago
  97. 10e667d Separate flat and pyramid gop structures by David Turner · 5 years ago
  98. 0fa8c49 Move pass2 strategy & GOP structure to new files by David Turner · 5 years ago
  99. 77b13f4 Add a speed feature for smooth intra modes by Yunqing Wang · 5 years ago
  100. c8d006b Move bit_reader after cb_buffer_base in ThreadData by Wan-Teh Chang · 5 years ago