1. 4034b29 Setup block level rd mult in more places by sdeng · 5 years ago
  2. 8905a39 Add cmake file for arm64-android-clang by Jerome Jiang · 5 years ago
  3. 661552d Assign bit fields to MB_MODE_INFO struct members by Remya · 5 years ago
  4. f038110 Fix bug in cb_pred_filter_search speed feature by Sachin Kumar Garg · 5 years ago
  5. 3af4d13 Refactor av1_cdef_filter_fb() by Hui Su · 5 years ago
  6. 3eace37 Clean up cdef_compute_sb_list() by Hui Su · 5 years ago
  7. 584ba48 Consolidate data structure for CDEF by Hui Su · 5 years ago
  8. 96c7a01 Obey frame_flags for forced key frame by Sarah Parker · 5 years ago
  9. add63ad Check if all tile groups are received in order. by Wan-Teh Chang · 5 years ago
  10. c40acb2 Fix msg if not enough data for tile_size_minus_1. by Wan-Teh Chang · 5 years ago
  11. 9a0f810 Add function to setup block rdmult by sdeng · 5 years ago
  12. 60b1111 Add function to set the SSIM based rdmult by sdeng · 5 years ago
  13. c23c7f1 Add functions to build SSIM scaling factors by sdeng · 5 years ago
  14. afdb851 Update rdcost after the change of block size by sdeng · 5 years ago
  15. c548a1c Should update rdcost after the rate change by sdeng · 5 years ago
  16. 9a804d8 Reorder MB_MODE_INFO for data packing by Remya · 5 years ago
  17. 60e1325 Refactor interinter_compound_motion_search by Nithya V S · 5 years ago
  18. 218de48 Remove unused tg_start, tg_size from AV1Decoder. by Wan-Teh Chang · 5 years ago
  19. bd7b999 Check if tg_end is less than NumTiles. by Wan-Teh Chang · 5 years ago
  20. 0a121a9 Turn off kf q adjustment in vbr/cq mode. by Debargha Mukherjee · 5 years ago
  21. 2b81e12 Move code about CDEF_PICK_FROM_Q to seperate func by Hui Su · 5 years ago
  22. 40e69ea AV1 levels: add some tests for level monitoring by Hui Su · 5 years ago
  23. b962dd8 Update the description for AV1E_GET_SEQ_LEVEL_IDX by Hui Su · 5 years ago
  24. 952bb70 Fix bug in adaptive_interp_filter speed feature by Sachin Kumar Garg · 5 years ago
  25. 2225853 Fix Interp filter initialization by Sachin Kumar Garg · 5 years ago
  26. b2b76b7 Refactor is_8x8_block_skip() by Hui Su · 5 years ago
  27. a02ab00 Refactor sb_all_skip() by Hui Su · 5 years ago
  28. 759cdac Refactor NN structure (NN_CONFIG_V2). by mlchen · 5 years ago
  29. 24f429a cmake: Improve support for users of shallow aom clones. by Tom Finegan · 5 years ago
  30. 1779c82 Add support for multiple CNN outputs by chiyotsai · 5 years ago
  31. 662605e Implement new non-local means algorithm. by Cheng Chen · 5 years ago
  32. c54836b Change in datatype of cfl_alpha in mb_mode_info by Remya · 5 years ago
  33. be0a157 Change in datatype of delta_lf in mb_mode_info by Remya · 5 years ago
  34. 3cf25c5 Use 110% of best single-ref mode for pruning by elliottk · 5 years ago
  35. 97803fc Merge one and two pass paths by Sarah Parker · 5 years ago
  36. f75b984 Change datatype of wedge in mb_mode_info structure by Remya · 5 years ago
  37. 76bc70f AV1 levels: use display rate from decoder model by Hui Su · 5 years ago
  38. 6d66650 AV1 levels: add an option for level monitoring by Hui Su · 5 years ago
  39. 0674efe warped_motion,highbd: mv CONVERT_TO_SHORTPTR up the stack by James Zern · 5 years ago
  40. 8526a42 av1_dec_fuzzer: get thread count from 1st byte of frame header by Harish Mahendrakar · 5 years ago
  41. 5af9bc3 Refactor inter_mode_search_order_independent_skip by Hui Su · 5 years ago
  42. 8c5b682 cosmetic: add brances by Hui Su · 5 years ago
  43. 3c2da21 av1_dec_fuzzer: Remove fmemopen dependency by Harish Mahendrakar · 5 years ago
  44. 1163103 Refactor inter_mode_compatible_skip() by Hui Su · 5 years ago
  45. a56b33e Fix unit tests by Hui Su · 5 years ago
  46. afd3cc2 Adjust kf_boost based on tpl stats by Debargha Mukherjee · 5 years ago
  47. 71b8317 Refactor prune_comp_search_by_single_result by Hui Su · 5 years ago
  48. bb5c22e Move buffer_pool lock/unlock inside av1_superres_upscale by Harish Mahendrakar · 5 years ago
  49. b2a414a Fix build after rebasing rdcost refactoring CLs by sdeng · 5 years ago
  50. fdc35f2 AV1 levels: assign a frame info buffer for each OP by Hui Su · 5 years ago
  51. eff3bb4 Refactor pick_sb_modes to use RD_STATS for best_rd by sdeng · 5 years ago
  52. 256c4d3 Add RD cost update helper functions by sdeng · 5 years ago
  53. 1209475 Refactor rd_pick_partition to use RD_STATS for best_rd by sdeng · 5 years ago
  54. 338f1e6 av1_dec_fuzzer: Remove dependency on ivfdec.o and tools_common.o by Harish Mahendrakar · 5 years ago
  55. 690a08a av1_dec_fuzzer: Updated fsanitize flags in build script by Harish Mahendrakar · 5 years ago
  56. c2632bb av1_dec_fuzzer: Fix missing field initializer for 'cfg' by Harish Mahendrakar · 5 years ago
  57. 3dd17f0 Clear unused constant defs in rdopt.c by Jingning Han · 5 years ago
  58. eab2936 Remove unused second_loop_comp_fast_tx_search speed feature by Yunqing Wang · 5 years ago
  59. ce847da Loosen datarate under/over-shoot limits in test by Debargha Mukherjee · 5 years ago
  60. 8547639 Refactor allocation of output tensor in av1_cnn_predict_c by chiyotsai · 5 years ago
  61. da21361 Fix MV out of range bug by Yunqing Wang · 5 years ago
  62. d3e42bc Remove functions for CNN-restoration by chiyotsai · 5 years ago
  63. aa3935e Use current gf group index to control tpl stats calculation by Yue Chen · 5 years ago
  64. 23bc1ee MB_MODE_INFO is a 4x4 unit? by sdeng · 5 years ago
  65. 8e1aa1a AV1 RT: Implementing VERT and HORZ var partition by Fyodor Kyslov · 5 years ago
  66. 38711e7 Allocate buffers for comp search on sequence level by Hui Su · 5 years ago
  67. 3e35686 Localize a variable in get_this_mv() by Hui Su · 5 years ago
  68. f235777 Refactor av1_mv_pred() by Hui Su · 5 years ago
  69. 31d70d7 Refactor av1_get_ref_mv_from_stack() by Hui Su · 5 years ago
  70. b224fa1 Do not generate redundant ref MVs by Hui Su · 5 years ago
  71. b41ad21 refactor add_ref_mv_candidate() by Hui Su · 5 years ago
  72. e1b2201 Move members common to 1 and 2 pass from TWO_PASS struct by Sarah Parker · 5 years ago
  73. 6acad5a change 2D array pointer to 1D in setup_ref_mv_list by Hui Su · 5 years ago
  74. 94df630 Add test cases in wiener_convolve unit test by Venkat · 5 years ago
  75. 37f5354 Make soft quantization account for qmatrix by Jingning Han · 5 years ago
  76. fb23713 Code cleanup for dequant_q3 by Ravi Chaudhary · 5 years ago
  77. d875d19 Clean up in av1_quant_facade modules by Remya · 5 years ago
  78. 353bb02 Refactor av1_find_mv_refs() by Hui Su · 5 years ago
  79. 41d03ee Minor parameter changes for deltaq by Debargha Mukherjee · 5 years ago
  80. 7ec34cc refactor add_tpl_ref_mv() by Hui Su · 5 years ago
  81. b2410ae Fix bug in wiener_convolve neon function by Venkat · 5 years ago
  82. 1f79b9a Disable low-performing speed=1 features by elliottk · 5 years ago
  83. 3e4c9ed Add assert to clear static analysis warning in optimize_txb by Jingning Han · 5 years ago
  84. 4e585cc Implement tpl model based delta quantization for key frames by Yue Chen · 5 years ago
  85. b9f610e update libwebm to libwebm-1.0.0.27-361-g81de00c by James Zern · 5 years ago
  86. bc604cc AV1 RT: Change offset initialization in encode_b by Fyodor Kyslov · 5 years ago
  87. d4a5a50 Fix alignment in MACROBLOCK_PLANE by Ravi Chaudhary · 5 years ago
  88. 9da35fa loopfilter: fix typos by Tristan Matthews · 5 years ago
  89. ac8fe22 loopfilter: simplify loop increment by Tristan Matthews · 5 years ago
  90. 4cd458b Fix deallocation in encoder row-mt by Ravi Chaudhary · 5 years ago
  91. 23494dd Revert "Check trailing bits in padding OBUs." by Wan-Teh Chang · 5 years ago
  92. 269f9fe Calculate decode and display rate in decoder model by Hui Su · 5 years ago
  93. ac651fa Check trailing bits in T.35 & scalability metadata by Wan-Teh Chang · 5 years ago
  94. 6f4c25d Fix bug in frame_error SSE2 implementation by Sachin Kumar Garg · 5 years ago
  95. f6af361 Removed files/funcs from realtime only build. by Jerome Jiang · 5 years ago
  96. 3388df9 localize some variables by Hui Su · 5 years ago
  97. d1d3923 Check trailing bits in padding OBUs. by Wan-Teh Chang · 5 years ago
  98. eb95be8 Remove a redundant AOMMAX() in find_affine_int() by Hui Su · 5 years ago
  99. d0c0b77 Adjust gf_boost based on temporal stats by Debargha Mukherjee · 5 years ago
  100. d7aef44 Add clear system state calls to prevent dbl nans by Debargha Mukherjee · 5 years ago