1. e43f7fe Cleanup av1_get_compressed_data() by David Turner · 5 years ago
  2. bdd4a8a Use is_cur_buf_hbd() when possible by Hui Su · 5 years ago
  3. 4c691ea Rename get_bitdepth_data_path_index() by Hui Su · 5 years ago
  4. e343b8c Split code paths for quantize_b_adaptive by Sarah Parker · 5 years ago
  5. b947f16 Change model type for tx search prune by Debargha Mukherjee · 5 years ago
  6. 4c4b663 Refactor estimate_yrd_for_sb() by Hui Su · 5 years ago
  7. fd92902 Refine adaptive_txb_search_level speed feature for speed 4 by Venkat · 5 years ago
  8. 006d291 Enable simple_motion_search_prune_rect on speed 0 by chiyotsai · 5 years ago
  9. e8704db Optimize aom_quantize_b_64x64 module by Aniket Dhok · 5 years ago
  10. 187095f Separate compatible inter mode skip by Grant Hsu · 5 years ago
  11. ebc72de minimal optimization in av1_read_coeffs_txb by wenyao.liu · 5 years ago
  12. eec52bb Add improvements to the b quantizer by Sarah Parker · 5 years ago
  13. b17e0a6 Superres qthresh mode. by Urvang Joshi · 5 years ago
  14. 85923a6 Cost calculation for out of range probability by Yunqing Wang · 5 years ago
  15. 7aabe9d Trade off tx size search speed feature by Sachin Kumar Garg · 5 years ago
  16. cbb988f Refine use_transform_domain_distortion for speeds 3,4 by Venkat · 5 years ago
  17. b465421 Change AOM_DEC_BORDER_IN_PIXELS back to 288. by Wan-Teh Chang · 5 years ago
  18. 0ec68d4 Re-disable av1_highbd_dr_prediction_z*_avx2 functions by Sarah Parker · 5 years ago
  19. 7068cd1 Introduce selective R-D optimization of coeffs for speed 1 by Venkat · 5 years ago
  20. 2b4176f Add stats collection for combinations of multiple parms. by Jim Bankoski · 5 years ago
  21. d249613 Fix encode_strategy.h include guard naming by David Turner · 5 years ago
  22. b022f3b Disable interinter wedge motion search for speed 1 by Remya · 5 years ago
  23. 0b678bd Refine tx domain dist speed feature for speeds 3,4 by Venkat · 5 years ago
  24. 639d65d Extract choose_frame_src from get_compressed_data by David Turner · 5 years ago
  25. c5cecb8 Remove CONFIG_REDUCED_ENCODER_BORDER by Yunqing Wang · 5 years ago
  26. 2ca900e Fix definitions with CONFIG_REDUCED_ENCODER_BORDER enabled by Sarah Parker · 5 years ago
  27. a4c9625 Move various things out of av1_get_compressed_data by David Turner · 5 years ago
  28. ffac074 Trade off fast inter search speed feature by Sachin Kumar Garg · 5 years ago
  29. 2fd0077 Reduce frame buffer padding size for decoder by Satish Kumar Suman · 5 years ago
  30. efed637 Move adaptive int_mv to encode_frame_to_data_rate by David Turner · 5 years ago
  31. a7b3731 Specialize the curvfit / surface fit rate models by Debargha Mukherjee · 5 years ago
  32. fda7dcb filmgrain: clear a field missed in previous fix by Yaowu Xu · 5 years ago
  33. 85287b4 Extract setup_arf_or_arf2 from get_compressed_data by David Turner · 5 years ago
  34. de18859 Assert the precondition for update_ref_frame_id(). by Wan-Teh Chang · 5 years ago
  35. c0ea258 filmgrain: clear chroma parameters for monochrome by Yaowu Xu · 5 years ago
  36. 88cd166 Assert that frame_to_show has a positive ref_count by Wan-Teh Chang · 5 years ago
  37. ba939d9 Remove rd_mult_thresh_sub8x8 by elliottk · 5 years ago
  38. 0308a5a Extract functions from av1_get_compressed_data by David Turner · 5 years ago
  39. 102f36b skip init_levels for dc only blocks. by Jim Bankoski · 5 years ago
  40. 24b30d7 refactor out golomb_cost by Jim Bankoski · 5 years ago
  41. 4a78568 setup_buffer_ref_mvs_inter(): tidy-up by Yaowu Xu · 5 years ago
  42. fe17122 Refactor get_br_cost. by Jim Bankoski · 5 years ago
  43. 5a13abd Remove Border at the top for levels array by Jim Bankoski · 5 years ago
  44. c03b648 Make stats collection uniform by Debargha Mukherjee · 5 years ago
  45. 8e05f29 Fix a compile warning with EncodeFrameParams by Debargha Mukherjee · 5 years ago
  46. 95cb0d7 update_coeff_eob : minor optimization by Jim Bankoski · 5 years ago
  47. b6540c0 Consolidate simple_motion_search based models by chiyotsai · 5 years ago
  48. f9b3d9b Optimize highbd fwd_txfm modules by Aniket Dhok · 5 years ago
  49. 8055cda Change "ximage" to "aom_image_t" in comments. by Wan-Teh Chang · 5 years ago
  50. e3b00f1 cmake: Always build googletest using internal target. by Tom Finegan · 5 years ago
  51. 733a8c1 Remove effectless code by Yaowu Xu · 5 years ago
  52. 0308ac9 set_offsets(): minor clean-ups by Yaowu Xu · 5 years ago
  53. 811ff85 Properly handle scaled reference frame by Yaowu Xu · 5 years ago
  54. d65f7ce Skip 2nd read_inter_segment_id call if unneeded. by Wan-Teh Chang · 5 years ago
  55. 5aafc14 Change "libvpx" to "libaom" in comments. by Wan-Teh Chang · 6 years ago
  56. 174e7ce Reset buffer_alloc_sz after freeing buffer_alloc. by Wan-Teh Chang · 5 years ago
  57. 086922b intrapred sse2: remove unused macro by Johann · 5 years ago
  58. 437d957 Minor cleanup in av1_setup_motion_field. by Wan-Teh Chang · 5 years ago
  59. 07dbd8e Move ext_overrides & ref_frame_flags to strategy by David Turner · 5 years ago
  60. 056f7cd Introduce encode_strategy.c & av1_encode interface by David Turner · 5 years ago
  61. ca4f138 Fix for partition search speed feature + superres by Urvang Joshi · 5 years ago
  62. 22b150b Bugfix for SUPERRES_QTHRESH mode. by Urvang Joshi · 5 years ago
  63. 691e27a Disable interinter wedge motion search for speed 2 by Remya · 5 years ago
  64. a1615ed Optimize highbd fwd_txfm module by Aniket Dhok · 5 years ago
  65. 9f2c1b0 Disable motion search in interinter wedge search by Remya · 5 years ago
  66. 4806765 Introduce selective R-D optimization of coeffs by Venkat · 5 years ago
  67. dd0484f Turn on row-based multi-threading in the encoder by Yunqing Wang · 5 years ago
  68. 3563b12 avx2 dr prediction valgrind bug fix by Victoria Zhislina · 5 years ago
  69. c0a4000 Populate rd_stats appropriately by Venkat · 5 years ago
  70. b61948f Optimize highbd fwd_txfm module by Aniket Dhok · 5 years ago
  71. f605189 Turn on online inter_mode_rd_model_estimation by Debargha Mukherjee · 5 years ago
  72. f5d28b0 Add clamping in score_2D_transform_pow8() by Hui Su · 5 years ago
  73. 3674aad intrapred: resolve name conflict by Johann · 5 years ago
  74. 2990996 Reduce frame buffer padding size for encoder by Satish Kumar Suman · 5 years ago
  75. 718d4df A fix in static inter_mode_rd_model_estimation by Debargha Mukherjee · 5 years ago
  76. e5fbdd3 A fix in online inter_mode_rd_model_estimation by Debargha Mukherjee · 5 years ago
  77. 06e2c4f Temporarily disable av1_highbd_dr_prediction_z*_avx2 functions by Sarah Parker · 5 years ago
  78. ee6d0e8 Code cleanup in block_rd_txfm() by Hui Su · 5 years ago
  79. ab713e1 Prune ref frames for selective_ref_frame = 4 by Ravi Chaudhary · 5 years ago
  80. b62a64b Extend tx domain dist logic speed feature for speeds =1 and 2 by Venkat · 5 years ago
  81. 3f82c84 Add a speed feature for interintra wedge search by Yunqing Wang · 5 years ago
  82. d859264 Revert "Do not call av1_setup_motion_field unconditionally" by Wan-Teh Chang · 5 years ago
  83. 238f04d Refactor tx_size_cost() by Hui Su · 5 years ago
  84. e95a0eb Handle negative rate values with online model by Debargha Mukherjee · 5 years ago
  85. b20b2dc Add clamping in av1_nn_softmax() by Hui Su · 5 years ago
  86. a8de214 Correct missed renames for jnt_comp by Debargha Mukherjee · 5 years ago
  87. 3c2fdf6 Optimize and document compare_ref_frame_info. by Wan-Teh Chang · 5 years ago
  88. 9538e4d Revert "Remove now-unused interp_filter_selected[][]" by Yunqing Wang · 5 years ago
  89. 92f661b Do not call av1_setup_motion_field unconditionally by Wan-Teh Chang · 5 years ago
  90. fd39b23 Introduce adaptive filter search speed feature by Sachin Kumar Garg · 5 years ago
  91. 2395ed0 Optimize highbd fwd_txfm module by Aniket Dhok · 5 years ago
  92. 0857e66 Add counter to count #tx_searches during encoding by Debargha Mukherjee · 5 years ago
  93. 8854b3f Assert positive ref_count in av1_set_frame_refs. by Wan-Teh Chang · 5 years ago
  94. 461cfe4 Allow inter mode rd est to use static models by Debargha Mukherjee · 5 years ago
  95. 35cba13 Make largest_tile_id explicit output of bitstream by David Turner · 5 years ago
  96. 062e572 Remove now-unused interp_filter_selected[][] by David Turner · 5 years ago
  97. f2b334c Move tile_ctx init & fix_interp_filter to finalize by David Turner · 5 years ago
  98. 2f3b5df Merge encode_{with,without}_recode_loop() by David Turner · 5 years ago
  99. f6d7ed8 Make DCT as default txfm_type for screen content by Aniket Dhok · 5 years ago
  100. 9e0b93c Fix issues with MSVS build by Ranjit Kumar Tulabandu · 5 years ago