1. ab20d37 Move index from GF_GROUP to AV1_COMP by Mufaddal Chakera · 4 years ago
  2. 22ee4f1 tune vmaf: fix subsampling parameters by Skal · 4 years ago
  3. b53a4d7 Add support of libvmaf v2.x for tune=vmaf* by Sai Deng · 4 years ago
  4. a65d2ce Abstract lookahead_ctx to AV1_PRIMARY by Mufaddal Chakera · 4 years, 1 month ago
  5. 648c650 AV1 RT: Move MvCosts into dynamically alloc structure by Fyodor Kyslov · 4 years, 1 month ago
  6. 29051c3 Improve pre-processing parameter prediction (tune=vmaf_neg) by Sai Deng · 4 years, 6 months ago
  7. d179b85 Use last frame from the same level for predictions in tune=vmaf* by Sai Deng · 4 years, 6 months ago
  8. 282fad4 Add variance based pre-processing parameter selection by Sai Deng · 4 years, 6 months ago
  9. b2a3ecb Speed up VMAF calculations when using libvmaf_rc by Sai Deng · 4 years, 6 months ago
  10. 5b2df81 Replace libvmaf with libvmaf_rc when CONFIG_USE_VMAF_RC enabled by Sai Deng · 4 years, 6 months ago
  11. aff2772 Add tune=vmaf_neg mode by Sai Deng · 4 years, 7 months ago
  12. 94a6529 Group tuning related config in AV1EncoderConfig by Vishesh · 4 years, 9 months ago
  13. 790190e Add special C func to do 2 to 1 scale by Jerome Jiang · 4 years, 9 months ago
  14. 3d5e572 Fix compile issue with CONFIG_TUNE_VMAF=1 by Debargha Mukherjee · 4 years, 10 months ago
  15. a2d04c9 Fix some compile errors by Debargha Mukherjee · 5 years ago
  16. 615918b Fix high-bitdepth path for tune vmaf by Debargha Mukherjee · 5 years ago
  17. c95e364 Pack MVCost variables in MACROBLOCK to its own struct by chiyotsai · 5 years ago
  18. f18766f Modularize VMAF related variables in AV1_COMP by Vishesh · 5 years ago
  19. 6237b88 Move more features from AV1_COMMON to FeatureFlags by Urvang Joshi · 5 years ago
  20. 152013e Speed up VMAF pre-processing by sdeng · 5 years ago
  21. 9dc909d Refactor CommonModeInfoParams from AV1_COMMON by Urvang Joshi · 5 years ago
  22. f84f7c4 Use downsized frame in VMAF RDO update by sdeng · 5 years ago
  23. 75225cb No need to calculate baseline VMAF by sdeng · 5 years ago
  24. e22135a Enable high bit-depth support for tune=vmaf by sdeng · 5 years ago
  25. 015042d Enable high bit-depth support for tune=vmaf_with_preprocessing by sdeng · 5 years ago
  26. e79f641 Enable high bit-depth support for tune=vmaf_without_preprocessing by sdeng · 5 years ago
  27. 995c54e Add variance aware VMAF video pre-processing by sdeng · 5 years ago
  28. 5ab9aa2 Refactor vmaf preprocessing functions by sdeng · 5 years ago
  29. 3cd9eec Implement VMAF motion based Q adjustment by sdeng · 5 years ago
  30. 38ae65d Improve VMAF preprocessing by disabling VMAF score clip by sdeng · 5 years ago
  31. 1e52b30 Speed up VMAF calculations for VMAF RDO tuning by sdeng · 5 years ago
  32. 0195916 Add tune for VMAF in RDO by sdeng · 5 years ago
  33. 43bcb62 Add block based VMAF preprocessing by sdeng · 5 years ago
  34. e63f9fa Add tune for VMAF with preprocessing by sdeng · 5 years ago