1. aae2183 Bound the total allocated memory of frame buffers. by Wan-Teh Chang · 7 years ago
  2. f127b3f Skip txfm_search when curr_est_rd*0.9 > top_est_rd by Angie Chiang · 7 years ago
  3. 199f3d4 Do per-superblock inter rd model update by Angie Chiang · 7 years ago
  4. 6095729 Add CONFIG_GLOBAL_MOTION_SEARCH flag by Angie Chiang · 7 years ago
  5. 10df8d1 Delete loopfilter_avx2.c by Scott LaVarnway · 7 years ago
  6. 070a248 Highbd Warp module modified for alpha=0 and beta=0 by Remya · 7 years ago
  7. 939b67e Add eob logic for highbd 64x64 inv_txfm by Venkat · 7 years ago
  8. ed1eeaf Early skip of FILTER_INTRA_MODE search by Peng Bin · 7 years ago
  9. af311e0 Fix aomenc build err when coeff range check is on by Angie Chiang · 7 years ago
  10. b22759d Add a macro to reduce border extension. by Urvang Joshi · 7 years ago
  11. 6077b18 Avoid redefining 2 macros. by Urvang Joshi · 7 years ago
  12. 41f6ab0 Clamp to prevent rate overflow by Debargha Mukherjee · 7 years ago
  13. 0ec03a4 Add unittest for encoder row based multi-threading by Ravi Chaudhary · 7 years ago
  14. 9ef7216 Skip uv's tx search if y's cost is too large by Peng Bin · 7 years ago
  15. bddfe78 Account for mode cost for chroma RD early exit by Deepa K G · 7 years ago
  16. 7ad3599 Fix speed feature skip_intra_in_interframe by Peng Bin · 7 years ago
  17. 48aa599 Add config flag for two_pass_partition_search by Peng Bin · 7 years ago
  18. b45f5d1 Restore external frame buffer tests. by Tom Finegan · 7 years ago
  19. ca60d1c convolve neon: hide unused functions by Johann · 7 years ago
  20. d641c19 av1 inv txfm: remove unused function by Johann · 7 years ago
  21. 7c241bc Remove outdated assert by Sarah Parker · 7 years ago
  22. 1a01f40 Speedup inter_txb_hash's tree generation by Peng Bin · 7 years ago
  23. 79f2127 Prevent overflow in model_rd_from_sse by Debargha Mukherjee · 7 years ago
  24. 1e5050c av1 inv txfm: remove unused function by Johann · 7 years ago
  25. aa07546 Added license files for thirdparty/vector by Adrian Grange · 7 years ago
  26. b01bfcf Add highbd inv_txfm unit test to support eob logic by Venkat · 7 years ago
  27. 3491dd2 Clean up rate control related counters by Sarah Parker · 7 years ago
  28. 427b038 Add speed feature prune_comp_search_by_single_result by Grant Hsu · 7 years ago
  29. a8c0245 Preserve previous ARF as GOLDEN frames for the next GOP by Wei-Ting Lin · 7 years ago
  30. e6961e7 Deprecate an unsupported setting of auto-alt-ref > 1 by Wei-Ting Lin · 7 years ago
  31. c3d3318 Skip more iterations in joint_motion_search by Peng Bin · 7 years ago
  32. de2b711 Add blend_a64_mask avx2 code by Xing Jin · 7 years ago
  33. d4febfb Skip redundant SAD calculation by Deepa K G · 7 years ago
  34. 993e24f Misc. adjustment of boost and gf length by Wei-Ting Lin · 7 years ago
  35. e77e409 Revert "Add ARM Neon optimization of txfm 64" by Yunqing Wang · 7 years ago
  36. a025781 Revert "Remove ref_frame_side" by David Barker · 7 years ago
  37. a7106c3 Add v1_txb_init_levels_avx2 by Xing Jin · 7 years ago
  38. 47d59ce Detect when we have read beyond the end of buffer. by Wan-Teh Chang · 7 years ago
  39. e4deecc Speed improvement in jnt_convolve y and 2d_vert for 32 bit Neon by Sachin Kumar Garg · 7 years ago
  40. 142818a Remove repeat calling of get_txb_ctx by Peng Bin · 7 years ago
  41. a2a035f Add an ML based partition search breakout feature by Hui Su · 7 years ago
  42. 2c893e6 Add ARM Neon optimization of av1_warp_affine_c by Remya · 7 years ago
  43. 88acbd3 Add ARM Neon optimization of txfm 64 by Sachin Kumar Garg · 7 years ago
  44. fcb3eea Speed improvement in convolve 2d_sr and x_sr neon for 32-bit by Remya · 7 years ago
  45. e91dcde Speed improvement in wiener_convolve_add neon for 32-bit Neon by Sachin Kumar Garg · 7 years ago
  46. b7836ec Introduce early exit for chroma transform rd by Ranjit Kumar Tulabandu · 7 years ago
  47. 6454f39 Remove av1_highbd_build_inter_predictor by Peng Bin · 7 years ago
  48. 49b7110 Early skip of iterations in joint_motion_search by Peng Bin · 7 years ago
  49. da17065 Const local variables in setup_ref_mv_list by Cheng Chen · 7 years ago
  50. e05fc87 Remove zero shift by Cheng Chen · 7 years ago
  51. 3ab3a7b Unify parameters of hbd/lbd compound pred function by Peng Bin · 7 years ago
  52. d27fc34 Fix the misuse of source_variance by Hui Su · 7 years ago
  53. 1837d67 Remove unused if statements by Cheng Chen · 7 years ago
  54. 64d7a33 Misc. adjustment of various boosts by Debargha Mukherjee · 7 years ago
  55. e5abe4f Speed improvement in av1_convolve_2d_sr_neon for 32-bit by Remya · 7 years ago
  56. a9ad750 Rework the less_rectangular_check speed feature by Hui Su · 7 years ago
  57. 72c1f07 Add comments about OD_ILOG_NZ. by Wan-Teh Chang · 7 years ago
  58. ccdd87f Replace OD_ILOG_NZ(x) - 1 with get_msb(x). by Wan-Teh Chang · 7 years ago
  59. d3d6845 Restructure highbd inverse txfm modules. by Venkat · 7 years ago
  60. f7b11f5 Clean up "ref" field in ConvolveParams by Peng Bin · 7 years ago
  61. 7457f4f Fix the assertion in set_ref_frame_info. by Wan-Teh Chang · 7 years ago
  62. 901ecab Use the short filter in subpel motion search by Yunqing Wang · 7 years ago
  63. 106fa48 Generate inter_mode_rd_models without using arrays by Angie Chiang · 7 years ago
  64. 9685f31 Remove unused inter_mode_data_all_cost by Angie Chiang · 7 years ago
  65. 7157216 Move inter mode rd data into TileDataEnc by Angie Chiang · 7 years ago
  66. 410ca3b Use better motion search for temporal filtering by Hui Su · 7 years ago
  67. a1e3805 Generate output expected by 'git cl format'. by Wan-Teh Chang · 7 years ago
  68. 1bc5804 Correct outdated variable names, n8_w and n8_h by Yushin Cho · 7 years ago
  69. 3ffb43b Replace tx_size prune with the new curvefit model by Debargha Mukherjee · 7 years ago
  70. 03b22ca Remove unused inter_mode_data_ref_best_rd arr by Angie Chiang · 7 years ago
  71. cb2d991 Implement two-pass txfm search framework by Angie Chiang · 7 years ago
  72. 0da9fef [normative]Set img's monochrome value correctly by Jonathan Matthews · 7 years ago
  73. d105854 Refactor motion_field_projection function by Cheng Chen · 7 years ago
  74. 6f9c8e8 Remove ref_frame_side by Cheng Chen · 7 years ago
  75. 2cea1cd Fix issues with pred_sse population by Ranjit Kumar Tulabandu · 7 years ago
  76. cf452a0 Warp module modified for gamma=0 and delta=0 by Ravi Chaudhary · 7 years ago
  77. 54158a2 cmake: Include relative path to source dir in config string. by Tom Finegan · 7 years ago
  78. 5811b1e cmake: Minor config tweaks for downstream usability by Tom Finegan · 7 years ago
  79. dcfa838 change CONFIG_DIST_8X8 default from 1 to 0. by Tom Finegan · 7 years ago
  80. 2645155 Refactor: Extract util functions for jnt convolve by pengbin · 7 years ago
  81. 78003ff Compile fix in ssim.c by Debargha Mukherjee · 7 years ago
  82. f910259 decodemv: workaround a compiler issue. by Urvang Joshi · 7 years ago
  83. 3cac454 Remove the init_done local variable. by Wan-Teh Chang · 7 years ago
  84. 4f21f69 Add the command for making a test data file public. by Wan-Teh Chang · 7 years ago
  85. 3bc2c2b Reduce call of av1_get_interp_filter_params_with_block_size by Cheng Chen · 7 years ago
  86. 7e21269 Relocate symbol exports needed by examples/resize_util.c by Tom Finegan · 7 years ago
  87. 7fe8cb7 cmake: Restrict exported symbols in shared object builds. by Tom Finegan · 7 years ago
  88. 408fec5 Relocate symbol exports needed by lightfield_bitstream_parsing.c by Tom Finegan · 7 years ago
  89. a87d645 Temporarily relocate av1_resize_frame420 export. by Tom Finegan · 7 years ago
  90. a227f56 Relocate symbol exports needed by examples/noise_model.c by Tom Finegan · 7 years ago
  91. 1ef7b8c Move aom_obu_type_to_string from exports_test to exports_dec by Tom Finegan · 7 years ago
  92. 626d66a [normative]Set plane subsampling to one if unused by Jonathan Matthews · 7 years ago
  93. 7a76b64 Move aom_read_obu_header from exports_test to exports_dec by Tom Finegan · 7 years ago
  94. baa0373 Add a regression test for bug oss-fuzz:9720. by Wan-Teh Chang · 7 years ago
  95. 3500d0e av1_txfm_test: exclude from shared lib tests. by Tom Finegan · 7 years ago
  96. 8a63418 aomenc: replace uint16 with uint16_t by Mirko Bonadei · 7 years ago
  97. 5a66ba7 Fix crash issue with monochrome content by Ranjit Kumar Tulabandu · 7 years ago
  98. d08ff99 Fix issues in interpolation filter selection by Ranjit Kumar Tulabandu · 7 years ago
  99. 560597f Refactor code in setup_ref_mv_list. by Urvang Joshi · 7 years ago
  100. 4a36973 Introduce read_delta_q_params() function. by Urvang Joshi · 7 years ago