1. f763def Respect max_gf_interval in case of fwd key-frame. by Urvang Joshi · 6 years ago
  2. 19a58ee Move simple_motion_search_based_split to a partition_strategy.h by chiyotsai · 6 years ago
  3. ff1f397 Add an optimization for intra tx size search by Debargha Mukherjee · 6 years ago
  4. 39edc6a Prevent encoder from using inaccurate distortion by Yaowu Xu · 6 years ago
  5. e59accd Turn on inter txb hash for speed 0 by Hui Su · 6 years ago
  6. 00cdbd0 Remove unused models in simple_motion_search_early_term by chiyotsai · 6 years ago
  7. eb982ae Add unit test for gf-max-pyr-height options. by Urvang Joshi · 6 years ago
  8. 2abb772 Bugfix for gf-max-pyr-height option. by Urvang Joshi · 6 years ago
  9. 83684e1 Support intrabc and palette for inspection by Hui Su · 6 years ago
  10. d789713 Add lightweight version of set_offsets for simple_motion_search by chiyotsai · 6 years ago
  11. 2d7e831 Change the check for num_ticks_per_picture_minus_1 by Wan-Teh Chang · 6 years ago
  12. 82d0a04 add control parameter to set transform block size search method by Ryan Lei · 6 years ago
  13. de90485 Selectively prune ref frames for rect partitions by Remya · 6 years ago
  14. 9bb92ef Fix possible infinite loop in aom_rb_read_uvlc() by Hui Su · 6 years ago
  15. 2f92dc0 fixes to work with newest emscripten by Jim Bankoski · 6 years ago
  16. 5aae713 Add level test by Hui Su · 6 years ago
  17. 3dd68b3 Add control function to get sequence level index by Hui Su · 6 years ago
  18. 8d653fd Add relaxed max partition prediciton mode by Yue Chen · 6 years ago
  19. 3a082c3 Fix a data race bug related to max partition prediction by Yunqing Wang · 6 years ago
  20. e62326f update comment for the min/max partition size arguments by Ryan Lei · 6 years ago
  21. 7c64a0d Use full depth inter tx_size search in speed 1 by Debargha Mukherjee · 6 years ago
  22. 9814f15 Cleanup dead code by Frederic Barbier · 6 years ago
  23. f12c398 Fix spelling mistakes by Yaowu Xu · 6 years ago
  24. 9543c70 add new control flags for coding tools by Ryan Lei · 6 years ago
  25. e7261ac Disable an assert for encoder build by Yaowu Xu · 6 years ago
  26. 898c372 Properfly handle distortion for 64x64 transforms by Yaowu Xu · 6 years ago
  27. 6351388 Cleanup fwd-kf tests by Sarah Parker · 6 years ago
  28. b6199e4 Clean up av1_firstpass_simple_motion_search_early_term by chiyotsai · 6 years ago
  29. 9411e43 Improve screen content encoding by Yunqing Wang · 6 years ago
  30. c387e5c Improve perf in RT mode by kyslov · 6 years ago
  31. 460272c Add quality tests for fwd-kf by Sarah Parker · 6 years ago
  32. a91fc6e Fix an undeclared reference in an assert by chiyotsai · 6 years ago
  33. 7a7239b Reduce lookahead buffer padding size for encoder by Satish Kumar Suman · 6 years ago
  34. 1683e24 Fix a mismatch of highbd temporal filter's parameter by chiyotsai · 6 years ago
  35. 2ff3bc5 Add a feature to terminate early in firstpass partition search by chiyotsai · 6 years ago
  36. 2aa492c target level API: specify per operating point by Hui Su · 6 years ago
  37. a1ff3f8 Keep level info. for every operating point by Hui Su · 6 years ago
  38. e40c226 Remove pointer from MB_MODE_INFO_EXT by Satish Kumar Suman · 6 years ago
  39. eca009d Fix VisualStudio build by kyslov · 6 years ago
  40. d289a89 Use int64_t for buffer offset in inter-pred. by Jerome Jiang · 6 years ago
  41. b4e1c01 Remove unused disable_split_mask feature by Yunqing Wang · 6 years ago
  42. c6f2729 Adjust comment formatting in encodemb.c by Sarah Parker · 6 years ago
  43. c5ed43f Scene-cut detection: adapt by keyframe distance. by Urvang Joshi · 6 years ago
  44. dd132d2 Move ref_frame_flag_list to encoder.h by chiyotsai · 6 years ago
  45. 3e59c9b Enable chroma best rd based gating for speed >= 3 by Remya · 6 years ago
  46. 916d896 Code restructuring of function aom_realloc_frame_buffer(). by Satish Kumar Suman · 6 years ago
  47. cf6a19d Add basic encode tests for forward key frame by Sarah Parker · 6 years ago
  48. 559efba Consistently update 'arf_q'. by Urvang Joshi · 6 years ago
  49. b145b61 Disable 2-pass partition search for speed 3 by Yunqing Wang · 6 years ago
  50. abaa026 Fix a mix up bewteen PARTITION_HORZ and PARTITION_VERT by chiyotsai · 6 years ago
  51. e222dd6 target level API: remove the "Not enabled" option by Hui Su · 6 years ago
  52. 8427ff2 Remove BitstreamLevel by Hui Su · 6 years ago
  53. aae9dad Finish 2-pass conditional tx search by elliottk · 6 years ago
  54. e542a34 Move level enum definition to common by Hui Su · 6 years ago
  55. 17a3c6c Remove incorrect use_square_partition_only_threshold by Yunqing Wang · 6 years ago
  56. f704613 Refactor mb_rd_hash related code by Aniket Dhok · 6 years ago
  57. d909c2c Add encoder API to specify tiers by Hui Su · 6 years ago
  58. b4f9527 Use dis-flow global motion for small ref distances by Debargha Mukherjee · 6 years ago
  59. 8eab3fa Use quantize b for final pass in FINAL_PASS_TRELLIS_OPT by Sarah Parker · 6 years ago
  60. b52c5ce Modify adaptive b quant to prefer skips by Debargha Mukherjee · 6 years ago
  61. 20f719d Fix conditions used to recognize forward coded keyframe by Sarah Parker · 6 years ago
  62. 36783bd Remove ONE_PASS_SVM speed feature by chiyotsai · 6 years ago
  63. 9c484b3 Collect time taken to encode each prediction partition by chiyotsai · 6 years ago
  64. 3638d96 Remove CONFIG_FP_MB_STATS experiment by Yunqing Wang · 6 years ago
  65. 3673ba7 Changes to control IDs related to sequence level by Hui Su · 6 years ago
  66. 00b0bf4 Fix typo in comment by Sarah Parker · 6 years ago
  67. 8dc220b Refactor check_level_constraints() by Hui Su · 6 years ago
  68. 89609a8 Add setting to disable trellis in estimate_yrd_for_sb by Sarah Parker · 6 years ago
  69. 9f2c075 Remove redundant header inclusions by Hui Su · 6 years ago
  70. ede75c7 Add SSE4_1 highbd version of temporal filter by chiyotsai · 6 years ago
  71. abeeb7c Add infrastructure to calculate level statistics by kyslov · 6 years ago
  72. a4ef447 A small refactor for global motion computation by Debargha Mukherjee · 6 years ago
  73. ed43017 Code cleanup about encoder control functions by Hui Su · 6 years ago
  74. 835bbd5 Rework prune_ref_frame_for_rect_partitions by Hui Su · 6 years ago
  75. 6f9d8e9 Use mb_rd_hash in super_block_yrd by Aniket Dhok · 6 years ago
  76. 10d753f cmake: Fix arm neon intrinsic flag handling bugs. by Tom Finegan · 6 years ago
  77. d16a257 Add structs to store stats and specs of av1 level by chiyotsai · 6 years ago
  78. 12e5d4d Remove bidir_pred_enabled from GF_GROUP. by Urvang Joshi · 6 years ago
  79. 5debeab Remove unused arf_ref_idx from GF_GROUP. by Urvang Joshi · 6 years ago
  80. 08f6d83 Gate interintra using first partition pass stats by Remya · 6 years ago
  81. b6f1767 Remove unused frame_rf_level from CurrentFrame. by Urvang Joshi · 6 years ago
  82. 16ad7f5 cmake: Hook up dsp and scale dependencies in the proper places. by Tom Finegan · 6 years ago
  83. 003149e cmake: Remove superfluous target from av1.cmake. by Tom Finegan · 6 years ago
  84. a082f76 Add checks for minimum tile width restriction by Debargha Mukherjee · 6 years ago
  85. b0ea4b2 Fix decoder_peek_si parsing function by Debargha Mukherjee · 6 years ago
  86. 0ab5e04 Consolidate prune_ref_mode_for_partitions by Hui Su · 6 years ago
  87. fad3856 Add encoder API for target sequence level index by Hui Su · 6 years ago
  88. bd40ca7 Set seq_params.film_grain_params_present when noise modeling by Neil Birkbeck · 6 years ago
  89. b8becb2 Augment est-rd structure to also true-rd info by elliottk · 6 years ago
  90. 9613f95 Remove unused variable of structure TplDepStats by Satish Kumar Suman · 6 years ago
  91. 8d98671 Extend prune_comp_type_by_model_rd speed feature for speed 3 by Venkat · 6 years ago
  92. 7aee6fb Fix Visual Studio build failure by kyslov · 6 years ago
  93. 20bce6e Adjust Q-Based Loop Filter based on quality results by kyslov · 6 years ago
  94. 442f429 Fix a bug in prune_single_motion_modes by Hui Su · 6 years ago
  95. 8025b88 Consolidate 2 two pass partition search speed features by Yunqing Wang · 6 years ago
  96. 25f2d70 Remove gf_zeromotion_pct. by Urvang Joshi · 6 years ago
  97. bf71fb9 Initialize arf_q with forward keyframe by Sarah Parker · 6 years ago
  98. c3e21ec Resolve conflict partition search features by Yunqing Wang · 6 years ago
  99. e664bf5 Fix comment typos in av1_gen_inv_stage_range(). by Wan-Teh Chang · 6 years ago
  100. 2b05912 Introduce simple_motion_search_early_term_none by chiyotsai · 6 years ago