1. ad60ac3 Add functions to smooth and calculate gradients. by bohanli · 3 years, 7 months ago
  2. 5c2c97d Add necessary structs definitions for first pass stats analysis. by bohanli · 3 years, 7 months ago
  3. 0ac1255 Reset intra cnn info when must_find_valid_partition is 1 by venkat sanampudi · 3 years, 7 months ago
  4. 99b554a Move work done only once to outside the for loops by Wan-Teh Chang · 3 years, 7 months ago
  5. 48d9acc Call aom_video_writer_close(total_layer_file) by Wan-Teh Chang · 3 years, 7 months ago
  6. c654d93 Add SSE4.1 variants for get_proj_subspace() by Vishesh · 3 years, 7 months ago
  7. de2a658 Remove commented code in post_encode_update by Jingning Han · 3 years, 7 months ago
  8. aa1d8fc Properly handle IPPP coding format by Jingning Han · 3 years, 7 months ago
  9. 3fccfb0 Fix v_quant setup by Cheng Chen · 3 years, 7 months ago
  10. d29037d Enable reuse_best_prediction_for_part_ab on speed 2 by chiyotsai · 3 years, 7 months ago
  11. 681e494 Refine the prediction mode reused in AB partitions by chiyotsai · 3 years, 7 months ago
  12. 221b899 rtc: Fix to avoid artifact for flat areas by Marco Paniconi · 3 years, 7 months ago
  13. 96579ad Increase max gf interval by 1 by Jingning Han · 3 years, 7 months ago
  14. b83bd2e Svc sample encoder: write all layers into one file. by Jerome Jiang · 3 years, 7 months ago
  15. d776bca Cosmetic changes to svc sample encoder. by Jerome Jiang · 3 years, 7 months ago
  16. 56717fb Add chroma plane support in TemporalFilterTest by Jayasanker J · 3 years, 7 months ago
  17. 21716ea Optimize block prediction in temporal filtering by Yunqing Wang · 3 years, 7 months ago
  18. 20e6ae7 Remove src alt frame check in show_existing_frame by Jingning Han · 3 years, 7 months ago
  19. 29051c3 Improve pre-processing parameter prediction (tune=vmaf_neg) by Sai Deng · 3 years, 7 months ago
  20. a39da50 Downconvert pixels to 8-bit in av1_count_colors_highbd() by Aasaipriya Chandran · 3 years, 7 months ago
  21. 0b90c41 Reduce memory used for MACROBLOCK::mbmi_ext by chiyotsai · 3 years, 7 months ago
  22. 5b19f79 Add a call to aom_clear_system_state() by Ravi Chaudhary · 3 years, 7 months ago
  23. 16fafcb Update gf index for each processing frame by Jingning Han · 3 years, 7 months ago
  24. 6d3777b Update key frame counter for displayable frames by Jingning Han · 3 years, 7 months ago
  25. 01f56e7 Re-enable PictureEncodePresenceTest by Jingning Han · 3 years, 7 months ago
  26. 467d2f0 Simplify some conditions in prune_ref_frame_for_rect_partitions by chiyotsai · 3 years, 7 months ago
  27. 71a5fe7 Validate the has_val field of arg_def in arg_match by Wan-Teh Chang · 3 years, 7 months ago
  28. fa66ab0 Extend selective_ref_frame sf to prune LAST2 ref frame by Ravi Chaudhary · 3 years, 7 months ago
  29. ba67fe8 Fix GoldenFrameIntervalTest by Jingning Han · 3 years, 7 months ago
  30. 15631ea Check GF update type by Jingning Han · 3 years, 7 months ago
  31. ced3439 Fix comment typos by Wan-Teh Chang · 3 years, 7 months ago
  32. 8184503 Simplify control structures in arg_match() by Wan-Teh Chang · 3 years, 8 months ago
  33. 72824a7 Prune tx split/no_split based on quantizer for hbd by Vishesh · 3 years, 8 months ago
  34. 18dd54c AV1 RT: Fix setting cb_offset by Fyodor Kyslov · 3 years, 7 months ago
  35. 2fd0156 Document the has_val field of the arg_def_t struct by Wan-Teh Chang · 3 years, 8 months ago
  36. 28af787 AV1 RT: Add ML-based partition code by Fyodor Kyslov · 3 years, 7 months ago
  37. 29722be Do not mark StillPicturePresenceTest as Large by Wan-Teh Chang · 3 years, 8 months ago
  38. 372c3a3 Add reduced primary filter search method for CDEF by Jayasanker J · 3 years, 7 months ago
  39. 65fedad Simplify temporal filtering preparation by Jingning Han · 3 years, 7 months ago
  40. 1a7fbd7 Add the kf overlay frame into lst ref stack by Jingning Han · 3 years, 7 months ago
  41. 184fdfe Remove source_alt_ref_pending flag from rc controller by Jingning Han · 3 years, 7 months ago
  42. 98bcaef Deprecate source_alt_ref_active flag by Jingning Han · 3 years, 7 months ago
  43. 9d12ff8 Simplify the condition for av1_hash_table_destroy by Wan-Teh Chang · 3 years, 7 months ago
  44. e539990 Set allow_screen_content_tools to 0 in rt mode by Wan-Teh Chang · 3 years, 7 months ago
  45. f44b2fe Prune sub8x8 partitions for speed 6 by venkat sanampudi · 3 years, 7 months ago
  46. b2fd4d5 Avoid reset frame_number in temporal filtering by Jingning Han · 3 years, 7 months ago
  47. 3afb03e Reuse previous best prediction mode in partition AB search by chiyotsai · 3 years, 8 months ago
  48. 9cfce63 Increase the frame number at show frames by Jingning Han · 3 years, 7 months ago
  49. 2d6b7ec Simplify the logic for reduced_still_picture_hdr by Wan-Teh Chang · 3 years, 7 months ago
  50. 9259f7e Re-arrange ref frame priorities by Jingning Han · 3 years, 7 months ago
  51. 4969e72 Optimize memory in palette tile token buffer by Jayasanker J · 3 years, 8 months ago
  52. d179b85 Use last frame from the same level for predictions in tune=vmaf* by Sai Deng · 3 years, 8 months ago
  53. 282fad4 Add variance based pre-processing parameter selection by Sai Deng · 3 years, 8 months ago
  54. f8aafa6 Increase q threshold for faster HD+ encode mode by Debargha Mukherjee · 3 years, 7 months ago
  55. 06c7d6c Unify first pass stats pointer operations by Jingning Han · 3 years, 7 months ago
  56. bccb24b Change command line flags for svc sample encoder. by Jerome Jiang · 3 years, 9 months ago
  57. b16c3da Use unified reference frame selection for KF ARF by Jingning Han · 3 years, 7 months ago
  58. 8464474 Temporarily disable SFrame unit test by Jingning Han · 3 years, 7 months ago
  59. c4cb348 Align rate allocation strategy within a GOP by Jingning Han · 3 years, 8 months ago
  60. 9e88f16 Avoid overwriting active_worst_quality in the trial run by Jingning Han · 3 years, 8 months ago
  61. d81be0f Properly propagate golden frame decisions by Jingning Han · 3 years, 8 months ago
  62. dcb4fdc Reset TPL stats regardless if it is set up by Jingning Han · 3 years, 7 months ago
  63. fa2978a Use arf in the tpl stats model by Jingning Han · 3 years, 8 months ago
  64. 9af02fa Re-design GOP operation process by Jingning Han · 3 years, 9 months ago
  65. 09100e5 Prune NEARMV and NEAR_NEARMV modes by Deepa K G · 3 years, 8 months ago
  66. da788c7 Correct scaling of sad in sad_skip functions for hbd encode by Aasaipriya C · 3 years, 8 months ago
  67. 2350ca3 Optimize memory in CB_COEFF_BUFFER by Jayasanker J · 3 years, 8 months ago
  68. 0ce9853 Fix high energy detection threshold in HBD encode by Hamsalekha S · 3 years, 8 months ago
  69. 2dcb050 Initial changes for forward key frame by Jingning Han · 3 years, 9 months ago
  70. f842039 Add reference buffer manager into gop structure by Jingning Han · 3 years, 9 months ago
  71. a77319b Add ref buffer management state enum by Jingning Han · 3 years, 9 months ago
  72. b8804bb Clean up some calls to arg_match() by Wan-Teh Chang · 3 years, 8 months ago
  73. e6d686d Document the default of loop filter sharpness is 0 by Wan-Teh Chang · 3 years, 8 months ago
  74. 45ea103 Fix comment typo: aq => deltaq by Wan-Teh Chang · 3 years, 8 months ago
  75. e258613 Reduce entropy cost update frequency for mv by venkat sanampudi · 3 years, 8 months ago
  76. affabcd Remove two unnecessary strlen calls in arg_match by Wan-Teh Chang · 3 years, 8 months ago
  77. e2bf7e9 Document adaptive quantization modes 1, 2, 3 by Wan-Teh Chang · 3 years, 8 months ago
  78. 1b9a96d Fix sse and dist in predict_dc_only_block for hbd by Ravi Chaudhary · 3 years, 8 months ago
  79. 482293b rtc: Adjust Q based on source content change by Marco Paniconi · 4 years ago
  80. 65e10e9 Subsume bit-depth scaling of sse in RDCOST_DBL macro by Nithya V S · 3 years, 8 months ago
  81. 432f030 Pass a boolean as the has_val argument to ARG_DEF by Wan-Teh Chang · 3 years, 8 months ago
  82. 64ac9b3 Correct scaling of satd in tx search for hbd encoding by Mufaddal Chakera · 3 years, 8 months ago
  83. e739a7f Extend DC only txfm block prediction to speed 5 by Ravi Chaudhary · 3 years, 8 months ago
  84. 1f4cc7d Speed lowres and midres high quality encoding by Yunqing Wang · 3 years, 8 months ago
  85. a128fe4 Suppress UninstantiatedParamaterizedTest error by Yunqing Wang · 3 years, 8 months ago
  86. 0055628 Add a call to aom_clear_system_state() by Ravi Chaudhary · 3 years, 8 months ago
  87. 3f0f0c3 AV1 RT: Tune VBP thresholds for speed 9 by Fyodor Kyslov · 3 years, 8 months ago
  88. 8385a10 Add speed feature to perform coarser lf level search by Deepa K G · 3 years, 8 months ago
  89. cf4f381 Prune rectangular split based on q index for smaller blocks by Cherma Rajan A · 3 years, 8 months ago
  90. bc4a75d rtc-svc: Allow for second temporal reference for spatial layers by Marco Paniconi · 3 years, 8 months ago
  91. 59f113d Correct rd cost computation using RDCOST_DBL in hbd encode by Nithya V S · 3 years, 8 months ago
  92. 0a52fcb Add a newline ('\n') to the end of error message by Wan-Teh Chang · 3 years, 8 months ago
  93. 3100305 Implement the frame_header_copy check in the spec. by Wan-Teh Chang · 3 years, 8 months ago
  94. c4aff3a Abstract dc block prediction code to own function by Ravi Chaudhary · 3 years, 8 months ago
  95. 4d53e30 neon: Fix building with clang after fb78faa4714f616ea7 by Martin Storsjo · 3 years, 8 months ago
  96. 6eaea62 Bypass tx type search for DC only blocks by Ravi Chaudhary · 3 years, 8 months ago
  97. 587ba3a Add aom_sum_sse_2d_i16_c and associated SIMD versions by Ravi Chaudhary · 3 years, 8 months ago
  98. 4ac8c4c Add AVX2 High bit-depth temporal filter by Krishna Malladi · 3 years, 9 months ago
  99. fb78faa Add Neon Low Bit-depth for SADSkip by Krishna Malladi · 3 years, 9 months ago
  100. b2a3ecb Speed up VMAF calculations when using libvmaf_rc by Sai Deng · 3 years, 8 months ago