1. 2990996 Reduce frame buffer padding size for encoder by Satish Kumar Suman · 5 years ago
  2. 718d4df A fix in static inter_mode_rd_model_estimation by Debargha Mukherjee · 5 years ago
  3. e5fbdd3 A fix in online inter_mode_rd_model_estimation by Debargha Mukherjee · 5 years ago
  4. 06e2c4f Temporarily disable av1_highbd_dr_prediction_z*_avx2 functions by Sarah Parker · 5 years ago
  5. ee6d0e8 Code cleanup in block_rd_txfm() by Hui Su · 5 years ago
  6. ab713e1 Prune ref frames for selective_ref_frame = 4 by Ravi Chaudhary · 5 years ago
  7. b62a64b Extend tx domain dist logic speed feature for speeds =1 and 2 by Venkat · 5 years ago
  8. 3f82c84 Add a speed feature for interintra wedge search by Yunqing Wang · 5 years ago
  9. d859264 Revert "Do not call av1_setup_motion_field unconditionally" by Wan-Teh Chang · 5 years ago
  10. 238f04d Refactor tx_size_cost() by Hui Su · 5 years ago
  11. e95a0eb Handle negative rate values with online model by Debargha Mukherjee · 5 years ago
  12. b20b2dc Add clamping in av1_nn_softmax() by Hui Su · 5 years ago
  13. a8de214 Correct missed renames for jnt_comp by Debargha Mukherjee · 5 years ago
  14. 3c2fdf6 Optimize and document compare_ref_frame_info. by Wan-Teh Chang · 5 years ago
  15. 9538e4d Revert "Remove now-unused interp_filter_selected[][]" by Yunqing Wang · 5 years ago
  16. 92f661b Do not call av1_setup_motion_field unconditionally by Wan-Teh Chang · 5 years ago
  17. fd39b23 Introduce adaptive filter search speed feature by Sachin Kumar Garg · 5 years ago
  18. 2395ed0 Optimize highbd fwd_txfm module by Aniket Dhok · 5 years ago
  19. 0857e66 Add counter to count #tx_searches during encoding by Debargha Mukherjee · 5 years ago
  20. 8854b3f Assert positive ref_count in av1_set_frame_refs. by Wan-Teh Chang · 5 years ago
  21. 461cfe4 Allow inter mode rd est to use static models by Debargha Mukherjee · 5 years ago
  22. 35cba13 Make largest_tile_id explicit output of bitstream by David Turner · 5 years ago
  23. 062e572 Remove now-unused interp_filter_selected[][] by David Turner · 5 years ago
  24. f2b334c Move tile_ctx init & fix_interp_filter to finalize by David Turner · 5 years ago
  25. 2f3b5df Merge encode_{with,without}_recode_loop() by David Turner · 5 years ago
  26. f6d7ed8 Make DCT as default txfm_type for screen content by Aniket Dhok · 5 years ago
  27. 9e0b93c Fix issues with MSVS build by Ranjit Kumar Tulabandu · 5 years ago
  28. c07e9d6 Add a speed feature for breakout in motion_mode_rd by Debargha Mukherjee · 5 years ago
  29. 45f1ce4 Change to uint8_t for flags by Yaowu Xu · 5 years ago
  30. 76537ca Consistenly use uint8_t for monochrome flag by Yaowu Xu · 5 years ago
  31. 4438620 Disable rdmult modulation when superres is on by Yue Chen · 5 years ago
  32. 04de78e Initialize lpf level appropriately by Ranjit Kumar Tulabandu · 5 years ago
  33. 0c96c11 Rename jnt_comp convolves to dist_wtd_comp by Debargha Mukherjee · 5 years ago
  34. 514b52b Fix compile bug with CONFIG_RD_DEBUG by Debargha Mukherjee · 5 years ago
  35. 16f9fe9 Optimize highbd fwd_txfm module by Aniket Dhok · 5 years ago
  36. 0be5901 cosmetic changes in entropy context selection by wenyao.liu · 5 years ago
  37. 00f9ddd Improve approximate rd based evaluation by Ranjit Kumar Tulabandu · 5 years ago
  38. 93327c4 Introduce interpolation filter prediction speed feature by Sachin Kumar Garg · 5 years ago
  39. d52c292 Optimize aom_sse_avx2 module by Aniket Dhok · 5 years ago
  40. 0f268b6 SequenceHeader: use uint8_t for binary flags by Yaowu Xu · 5 years ago
  41. d5672a3 Change to use "use_highbitdepth" directly by Yaowu Xu · 5 years ago
  42. 70aed48 SequencHeader: use uint8_t for enable/disable flags by Yaowu Xu · 5 years ago
  43. 8eb80f0 SequnceHeader: replace int with uint8_t by Yaowu Xu · 5 years ago
  44. 00c80e6 remove dqcoeff from ThreadData in Decoder by wenyao.liu · 5 years ago
  45. a1ebb57 Reuse compound type rd data by Ranjit Kumar Tulabandu · 5 years ago
  46. 0d7cc77 Skip affine evaluation for NEWMV case by Venkat · 5 years ago
  47. 44ce26f Refine speed feature gm_search_type by Venkat · 5 years ago
  48. 644432e Change to use single definition of "PI" by Yaowu Xu · 5 years ago
  49. 3c0b12a Use memmove to resolve memcpy-param-overlap. by Wan-Teh Chang · 5 years ago
  50. 39502fd Cleanup of enc row-mt for update_cdf=0 by Ravi Chaudhary · 5 years ago
  51. aa7195d Optimize lowbd fwd_txfm modules by Aniket Dhok · 5 years ago
  52. e521517 Use weighted averaging of CDFs in enc row-mt by Ravi Chaudhary · 5 years ago
  53. cf71f3a In some cases use a shorter GF interval. by Urvang Joshi · 5 years ago
  54. 8d92f8f Fix a segfault caused by unaligned store by Yaowu Xu · 5 years ago
  55. 3e8aae7 PATENTS: changed file encoding to UTF-8 by Yaowu Xu · 5 years ago
  56. 9b1252e Revert interface level enum change by Satish Kumar Suman · 5 years ago
  57. 9a48f9c Set use_sqr_partition_only_thresh on hdres speed 2 by Chi Yo Tsai · 5 years ago
  58. 36cb63f Enable ml_prune_rect_partition on speed 1 by chiyotsai · 5 years ago
  59. 20a747b Fix -Wmissing-declarations fft_avx2.c fft_sse2.c. by Wan-Teh Chang · 5 years ago
  60. 9f70046 Cosmetic changes in motion_mode_rd() by Hui Su · 5 years ago
  61. 6f55780 Make the debug code work by Yunqing Wang · 5 years ago
  62. 3273e6a Don't use ax, bx, cx, dx as vars for cpuid macro. by Wan-Teh Chang · 5 years ago
  63. 8d1969e Add float casts to silence MSVC compiler warnings. by Wan-Teh Chang · 5 years ago
  64. 3776687 Fix int overflow in get_est_rate_dist() by Hui Su · 5 years ago
  65. d9032e5 Fix valgrind error in EndToEndTestLarge unit test by Satish Kumar Suman · 5 years ago
  66. e2cf962 Use common SyncRange for SB=128 & 64 in enc row-mt by Ravi Chaudhary · 5 years ago
  67. c04ce61 Inspector : skip means not a transform by Jim Bankoski · 5 years ago
  68. f90004a Complete renaming jnt_comp into dist_wtd_comp by Debargha Mukherjee · 5 years ago
  69. 638e802 combine the same branch in encode_b by wenyao.liu · 5 years ago
  70. 36b3088 code-cleanup: delete mode_map by elliottk · 5 years ago
  71. 34611bd __rdtscp() in Visual Studio takes one argument. by Wan-Teh Chang · 5 years ago
  72. 7e113a0 Properly set skip flag in inter transform search by Hui Su · 5 years ago
  73. 9968389 Refac code about intraBC transform RD search by Hui Su · 5 years ago
  74. 330444d Fix monochrome raw output by elliottk · 5 years ago
  75. bab09eb Combine ref-frame and mode masks by elliottk · 5 years ago
  76. 3f93e4c Restore functionality to FINAL_PASS_TRELLIS_OPT by Sarah Parker · 5 years ago
  77. ab99b48 Correctly initialize top_est_rd by Sarah Parker · 5 years ago
  78. e08559f AVX2 dr prediction full version - lbd & hbd, Z1,Z2,Z3 by Victoria Zhislina · 5 years ago
  79. bbdaa0c Expand select_inter_block_yrd() by Hui Su · 5 years ago
  80. 54f9711 Fix function prototype mismatch. by Wan-Teh Chang · 5 years ago
  81. 79cd069 Introduce simple_motion_search_prune_rect by chiyotsai · 5 years ago
  82. 6a457a4 Set square_partition_only_threshold on speed 2 by chiyotsai · 5 years ago
  83. 8634e61 Update stale comment that mentions ref_cnt_fb. by Wan-Teh Chang · 5 years ago
  84. a437d1d Refactor try_tx_block_split() by Hui Su · 5 years ago
  85. a725d89 Refactor select_inter_block_yrd() by Hui Su · 5 years ago
  86. f06d3c5 Refactor select_tx_size_fix_type() by Hui Su · 5 years ago
  87. 79de75d Add a comment for tx_type_rd() by Hui Su · 5 years ago
  88. 6e05c6e Improve accuracy of benchmarking by elliottk · 5 years ago
  89. 94b3817 Add encoder control for intra angle delta by Hui Su · 5 years ago
  90. fd42d6f Consolidate code about chroma transform RD search by Hui Su · 5 years ago
  91. 08f909c Clean-up write_film_grain_params() by David Turner · 5 years ago
  92. 3b12c00 Reduce loop restoration buffer padding size by Satish Kumar Suman · 5 years ago
  93. cf7f263 Data structure change for memory optimization by Satish Kumar Suman · 5 years ago
  94. a4da282 Skip only when it is not lossless by Yaowu Xu · 5 years ago
  95. 8e25678 Add encoder option to enable/disable CFL UV pred by Debargha Mukherjee · 5 years ago
  96. 078ae86 Enc options to turn on/off smooth & Paeth intra by Debargha Mukherjee · 5 years ago
  97. 8a96c25 Compute flow field at each pyramid level by Sarah Parker · 5 years ago
  98. 4667aa1 Make enum size same for all compilers by Satish Kumar Suman · 5 years ago
  99. b18cdfc Skip affine evaluation based on warp parameters by Venkat · 5 years ago
  100. 42b4be0 Correct the border calculation in image2yuvconfig() by Yunqing Wang · 5 years ago