1. 8865763 Code cleanup by Hui Su · 4 years ago
  2. 94f4aca Modularize obmc fullpel search by chiyotsai · 4 years ago
  3. 6020771 Remove backing up and restoring of mv_limits in fullpel search by chiyotsai · 4 years, 1 month ago
  4. 2e42a66 Modularize fullpel mv search functions by chiyotsai · 4 years, 1 month ago
  5. 1f83f72 Change "daala file" to "AV1 file" in menu strings. by Wan-Teh Chang · 4 years ago
  6. c8d1aeaa Rename test class "Daala" to "DivuSmallTest". by Wan-Teh Chang · 4 years ago
  7. 14f63c0 Rename vpx_vtrnq_s64_to_s16 to aom_vtrnq_s64_to_s16 by Yaowu Xu · 4 years ago
  8. 5468e2e Correct a comment by Yaowu Xu · 4 years ago
  9. c8a9f55 Make error-resilient behavior explicit by Yaowu Xu · 4 years ago
  10. 8df12f5 Remove a DNN model that is not used. by Urvang Joshi · 4 years ago
  11. 54ffae7 Refactor CommonTileParams from AV1_COMMON by Urvang Joshi · 4 years ago
  12. b6409e9 Refactor FeatureFlags from AV1_COMMON by Urvang Joshi · 4 years ago
  13. e6ae98e Release hash-table memory after screen-content decision by chiyotsai · 4 years ago
  14. b8c938b Minor refactor: function names and comments. by Cheng Chen · 4 years ago
  15. 553e038 rtc: Remove some unneeded memset/init in nonrd_pickmode by Marco Paniconi · 4 years ago
  16. 981eb5f Simplify av1_find_best_(obmc_)sub_pixel_tree by chiyotsai · 4 years ago
  17. c1df6a0 Simplify second_level_check in mcomp.c by chiyotsai · 4 years ago
  18. 0465296 Refactor define_gf_group by bohanli · 4 years ago
  19. e96a759 Clip threshold for Qindex 0 in AB, 4partition pruning by Jayasanker J · 4 years ago
  20. 7026d4b Add documentation for auxiliary codec structs by Elliott Karpilovsky · 4 years ago
  21. c1e0902 rtc: Enable use_modeled_rd_cost flag for speed 8 by Marco Paniconi · 4 years ago
  22. f2d15ee Rename onyxc_int.h to av1_common_int.h. by Wan-Teh Chang · 4 years, 1 month ago
  23. 9e362ce Use faster encode for hidef videos at high quality by Debargha Mukherjee · 4 years ago
  24. d1ef460 Enable scenecut detection in LAP by Aasaipriya · 4 years ago
  25. 1de67aa Move enc-only/dec-only vars out of AV1_COMMON by Urvang Joshi · 4 years ago
  26. 4168b92 AV1_COMMON: Comments for scale factors, show*frame by Urvang Joshi · 4 years ago
  27. 90b2075 Framework to tune speed features based on qindex by Debargha Mukherjee · 4 years ago
  28. fa815c6 Allow more partition searches for screen content by Cheng Chen · 4 years, 1 month ago
  29. 3d85380 AV1_COMMON: comments for dimensions, buffers etc by Urvang Joshi · 4 years ago
  30. 0448f84 Remove sadperbit4 by chiyotsai · 4 years ago
  31. 4742616 Added alternate bit allocation method. by Paul Wilkins · 4 years, 1 month ago
  32. b5bc488 Small change to av1_frame_type_qdelta() by Paul Wilkins · 4 years, 1 month ago
  33. 60a35f2 Tighten up recode tolerance for very low rate frames. by Paul Wilkins · 4 years, 1 month ago
  34. f84f7c4 Use downsized frame in VMAF RDO update by sdeng · 4 years, 1 month ago
  35. 922db60 code cleanup in init_ref_frame_space() by Hui Su · 4 years ago
  36. 6e7a333 Cleanup variables in cpi by Ravi Chaudhary · 4 years ago
  37. 0d58dae RT: Handle variance low flag properly for superblock 64x64 by Jerome Jiang · 4 years, 1 month ago
  38. 6ba75b7 rtc: Fix to skip mv mode in nonrd_pickmode by Marco Paniconi · 4 years ago
  39. 163db3c Clean up hash me code by Remya · 4 years, 1 month ago
  40. cb155d0 Prune AB partitions based on split and HORZ/VERT by Jayasanker J · 4 years ago
  41. 53a2d8a small optimization in av1_handle_inter_intra_mode() by Hui Su · 4 years ago
  42. 0ec9bb6 Refactor kf and gfu boost calculation in LAP by Mufaddal Chakera · 4 years, 1 month ago
  43. 7547319 Refactor av1_lookahead_init by Mufaddal Chakera · 4 years, 1 month ago
  44. c25910f Remove extra semi columns by Danil Chapovalov · 4 years ago
  45. 0cfdca9 Extend sf prune_inter_modes_based_on_tpl for 3 & 4 by Remya · 4 years ago
  46. a087ddc AV1 RT: Dynamically allocate space for 64x64 blocks by Fyodor Kyslov · 4 years ago
  47. a816bce Enable the sf prune_inter_modes_based_on_tpl by Remya · 4 years, 1 month ago
  48. ce4ee31 Correct skip rdy computation for txfm_rd_gate_level sf by Nithya V S · 4 years, 1 month ago
  49. f427ede AV1 RT: Limit RT RDO TX types to DCT only by Fyodor Kyslov · 4 years, 1 month ago
  50. 13ed3f1 Correct frames_to_key in single_pass for last GOP by Mufaddal Chakera · 4 years, 1 month ago
  51. 9bc1dcb Fix key frames forced by application. by Aasaipriya · 4 years, 1 month ago
  52. 0041aa1 Enable single pass lap for forward key frames. by Aasaipriya · 4 years, 1 month ago
  53. 3f6f559 Fix forward keyframes when kf_min_dist = kf_max_dist. by Aasaipriya · 4 years, 1 month ago
  54. 65caa3d Fix gf_interval for single pass without LAP by Mufaddal Chakera · 4 years ago
  55. 01c7a66 Initialize all the refs in MaskedSADx4Test by Ruiling Song · 4 years, 1 month ago luxoft-speed
  56. 380f443 Fix partition eval flag setting by Remya · 4 years, 1 month ago
  57. c956d2d Correct tpl boost combination with gfu_boost in LAP by Mufaddal Chakera · 4 years, 2 months ago
  58. 236ac54 Fix compilation error by Hui Su · 4 years, 1 month ago
  59. 6e06bdf Free plane-wise filtering from estimated weights. by yjshen · 4 years, 1 month ago
  60. 0a480f2 Add AVX2 variant for sub_pixel_variance width 16 by venkat sanampudi · 4 years, 1 month ago
  61. fa4bf0d Correct sub pel offset checks for half pel point by venkat sanampudi · 4 years, 1 month ago
  62. e60c2c8 Move some ref frame pruning logic to frame level by Hui Su · 4 years, 1 month ago
  63. acc2adf Minor refactor by Cheng Chen · 4 years, 1 month ago
  64. cbfa6f7 Add skip rd based gating for tx in compound type rd by Nithya V S · 4 years, 1 month ago
  65. ad8cc7f Facilitate skip rd based gating in compound type rd by Nithya V S · 4 years, 1 month ago
  66. 15fd0d5 Disable the sf prune_inter_modes_based_on_tpl by Remya · 4 years, 1 month ago
  67. 4e28bef Free hard-coded block size in temporal filtering. by yjshen · 4 years, 1 month ago
  68. 155e286 Reduce screen content psnr threshold slightly by chiyotsai · 4 years, 1 month ago
  69. c43904e Add SSSE3 four points search masked_sad by Ruiling Song · 4 years, 1 month ago
  70. 8bbdd41 Pass (second_)best_mv explicitly to av1_full_pixel_search by chiyotsai · 4 years, 1 month ago
  71. a6ac78e Prune inter modes based on tpl stats by Remya · 4 years, 1 month ago
  72. c179851 Fix compiler warning by Jingning Han · 4 years, 1 month ago
  73. e1b7e5b Prune HORZ4/VERT4 based on HORZ/VERT of split by Jayasanker J · 4 years, 1 month ago
  74. b3565a2 rtc: Reference skip based on pred_mv_sad for nonrd by Marco Paniconi · 4 years, 1 month ago
  75. 7da95ed rtc: Fix usage of force_skip_low_temp_var in nonrd by Marco Paniconi · 4 years, 1 month ago
  76. a996e77 RT: fix variance low flag for mode skipping. by Jerome Jiang · 4 years, 1 month ago
  77. 185d23b Tpl model based reference frame selection by Jingning Han · 4 years, 1 month ago
  78. 2ee31b4 Revert "Assign gld_stack frames to ALTREF2 when applicable" by Hui Su · 4 years, 1 month ago
  79. 8afb854 Remove some unused tuning enums by chiyotsai · 4 years, 1 month ago
  80. 2f62d00 cleanup / reduce memory in AV1Common by Elliott Karpilovsky · 4 years, 1 month ago
  81. c92d48a Fix an ASAN failure bug in calculate_gf_length. by bohanli · 4 years, 1 month ago
  82. a0ea2b8 Add assertion in write_modes_b() by Hui Su · 4 years, 1 month ago
  83. a4787b4 First pass mv_limits setting by Yunqing Wang · 4 years, 1 month ago
  84. 6a35bf9 Unify mv_limits setting in encoder by Yunqing Wang · 4 years, 1 month ago
  85. 96b6141 Simplify get_single_mode by chiyotsai · 4 years, 2 months ago
  86. ce77f2f Add skip_related_full_newmv speed feature by chiyotsai · 4 years, 1 month ago
  87. 1e9f477 remove is_chroma_reference from CFL_CTX by Hui Su · 4 years, 1 month ago
  88. c6940f9 remove skip_chroma_rd in MACROBLOCK by Hui Su · 4 years, 1 month ago
  89. 2a6fb86 AV1 RT: Switch to pruned sub-pel search by Fyodor Kyslov · 4 years, 1 month ago
  90. 09119cc Modify get_sse() function to avoid build error by Satish Kumar Suman · 4 years, 1 month ago
  91. 474e1e1 Add is_chroma_ref flag in MACROBLOCKD by Hui Su · 4 years, 1 month ago
  92. 723a8a3 Neon: Add aom_variance128x128_neon and test by Jerome Jiang · 4 years, 1 month ago
  93. 3822415 Remove unused parameters from av1_*_full_pixel_search by chiyotsai · 4 years, 1 month ago
  94. 74ee04a Pass start_mv by value instead of by const ptr by chiyotsai · 4 years, 1 month ago
  95. 2cbd640 Make pattern search return var instead of sad by chiyotsai · 4 years, 1 month ago
  96. 85eecf9 Simplify the logic for adding mvcost to cost_list by chiyotsai · 4 years, 1 month ago
  97. e151534 Adjust gop shrinking for 32 length. by bohanli · 4 years, 1 month ago
  98. b9f57bc Speed up tune=vmaf_with_preprocessing mode by sdeng · 4 years, 1 month ago
  99. 75225cb No need to calculate baseline VMAF by sdeng · 4 years, 1 month ago
  100. e22135a Enable high bit-depth support for tune=vmaf by sdeng · 4 years, 1 month ago