1. b790c9c AV1 RT: Implement AV1 temporal denoising by Fyodor Kyslov · 3 years, 4 months ago
  2. b8fd9b3 Initialize thread_data->td for thread 0 in create_enc_workers by Mufaddal Chakera · 3 years, 4 months ago
  3. 95b2b42 Correct max_after in tf_setup_filtering_buffer() by Angie Chiang · 3 years, 4 months ago
  4. 2c3c291 Disable use_intra_txb_hash in speed 1, 2 by Akshata Jadhav · 3 years, 4 months ago
  5. 22ea129 Fix tpl seg fault in YUV422 mode by Jingning Han · 3 years, 4 months ago
  6. 7b0628b Refactor av1_temporal_filter() by Angie Chiang · 3 years, 4 months ago
  7. 0e2b3d2 Revert "Consolidate skip extended comp mode speed features" by Jingning Han · 3 years, 4 months ago
  8. 470d116 Correct frame buf used in init_gop_frames_for_tpl by Angie Chiang · 3 years, 4 months ago
  9. fd9f48b Correction to concvolve_2d_avx2.c for build error by Krishna Malladi · 3 years, 4 months ago
  10. 8089114 Further tweaks to rate adaption. by Paul Wilkins · 3 years, 5 months ago
  11. 7123b66 Add const in src/ref_stride pool by Jingning Han · 3 years, 4 months ago
  12. c158b8d Enable tpl model support compound prediction by Jingning Han · 3 years, 4 months ago
  13. 4b592ec Enable compound motion search in tpl model by Jingning Han · 3 years, 4 months ago
  14. fa41eca Factor out common operations in tpl model by Jingning Han · 3 years, 4 months ago
  15. 86dc6b8 Rework tpl model estimation by Jingning Han · 3 years, 4 months ago
  16. 27619e3 Rework tpl model layout by Jingning Han · 3 years, 4 months ago
  17. 8f6611f Use rd cost to decide final motion vector by Jingning Han · 3 years, 5 months ago
  18. c10bb98 Add unit tests for the key & value API by Bohan Li · 3 years, 4 months ago
  19. c1d42fe Add a key & value API to the libaom library. by Bohan Li · 3 years, 4 months ago
  20. 2f7028d AVX2 LowBD av1_convolve_2d_sr() by Krishna Malladi · 3 years, 4 months ago
  21. 454d116 Remove 4x rectangular fwd txfm from rtc build by Jerome Jiang · 3 years, 4 months ago
  22. e2d1a42 Use highest possible no. of threads for temporal filtering by Nithya V S · 3 years, 4 months ago
  23. b6871a7 Allocate workers for each module independently by Nithya V S · 3 years, 4 months ago
  24. a268b88 Consolidate ML based prune partition speed features by Akshata Jadhav · 3 years, 4 months ago
  25. 2a307d6 Consolidate skip extended comp mode speed features by Akshata Jadhav · 3 years, 4 months ago
  26. 4782f34 Skip ForcedFrameIsKeyCornerCases for bug 2915 by Wan-Teh Chang · 3 years, 4 months ago
  27. 421c6af4 Consolidate disable wedge search features by Akshata Jadhav · 3 years, 4 months ago
  28. df1c606 Add helper functions for argument processing. by Bohan Li · 3 years, 4 months ago
  29. 109d556 Call av1_setup_frame_size() when dropping a frame by Wan-Teh Chang · 3 years, 5 months ago
  30. a5d214d AVX2 code for Low bit-depth 12-tap filter by Krishna Malladi · 3 years, 5 months ago
  31. 41b9366 Fix an integer overflow error by Hui Su · 3 years, 4 months ago
  32. 07a479f Refactor convolve sr NEON functions by Vishesh · 3 years, 5 months ago
  33. 1d1bc84 Cleanup av1_decode_frame_headers_and_setup by Elliott Karpilovsky · 3 years, 4 months ago
  34. 4ce7d13 Use Round2() in filter_intra_predictor functions by Wan-Teh Chang · 3 years, 4 months ago
  35. be4ee75 Improve error checking in several ctrl_get_* funcs by Wan-Teh Chang · 3 years, 4 months ago
  36. 638085c Fix av1 preprocess in auto_refactor by Angie Chiang · 3 years, 5 months ago
  37. 6c2f40d arm_cpudetect.c: replace configure option w/cmake by James Zern · 3 years, 5 months ago
  38. 8ace06e remove build/cmake/ios* by James Zern · 3 years, 5 months ago
  39. 3788ea9 Avoid memset in filter_intra_predictor module by Aniket Wanare · 3 years, 6 months ago
  40. 7ddc21b Speed up compound mode search at speed 2 by Yunqing Wang · 3 years, 5 months ago
  41. 6ed7b7c Fix a typo bug in apply_temporal_filter_planewise by Wan-Teh Chang · 3 years, 5 months ago
  42. cf97e60 Add SSE2 variant for MULTITAP_SHARP2 2D-convolve by Vishesh · 3 years, 5 months ago
  43. c4e77b3 Add comments to AVX2 variant of av1_cnn_convolve module by Aniket Wanare · 3 years, 5 months ago
  44. 592cb00 Fix bug in ForcedKeyTestLarge by Aasaipriya · 3 years, 5 months ago
  45. 13105f9 Modify the assertion in temporal filter intrinsics by Wan-Teh Chang · 3 years, 5 months ago
  46. 59f5d7b Fast mode search for COMPOUND_DIFFWTD type by Yunqing Wang · 3 years, 5 months ago
  47. 53effe8 Disable extensive joint motion search at speed 3 by Yunqing Wang · 3 years, 5 months ago
  48. 648686f Fix NEON functions for MULTITAP_SHARP2 case by Vishesh · 3 years, 5 months ago
  49. 54b684b Add SSE2 variant for MULTITAP_SHARP2 y-convolve by Vishesh · 3 years, 5 months ago
  50. b57c38b Add const variables in cnn_convolve avx2 variant by Aniket Wanare · 3 years, 5 months ago
  51. 96703f2 third_party/libyuv: update to dfaf753 by Christopher Degawa · 3 years, 5 months ago
  52. 20efbde Document new value for keyframe filtering option. by Bohan Li · 3 years, 5 months ago
  53. 2ceec5a Add SSE2 variant for MULTITAP_SHARP2 x-convolve by Vishesh · 3 years, 5 months ago
  54. 5a82ec1 temporal_filter.c: Avoid integer overflow. by Urvang Joshi · 3 years, 5 months ago
  55. bc1b042 Enable fast compound mode search at speed 5 by Yunqing Wang · 3 years, 5 months ago
  56. ff28632 Add AVX2 intrinsic for 2x2 convolve in av1_cnn_convolve by Aniket Wanare · 3 years, 5 months ago
  57. 4c61c6a Update the transpose_16bit_4x4() call by Wan-Teh Chang · 3 years, 5 months ago
  58. c7274cd Disable extensive joint motion search at speed 5 by Yunqing Wang · 3 years, 5 months ago
  59. d919a18 Fix unit test ThreadTestLarge.EncoderResultTest/49 by Hui Su · 4 years, 1 month ago
  60. cfd1465 Instantiate MseWxHTest and MseHBDWxHTest with C by Wan-Teh Chang · 3 years, 5 months ago
  61. bf69e15 Fix partition timing data collection by chiyotsai · 3 years, 5 months ago
  62. 30002cb Specialize the components of av1_cnn_convolve by Wan-Teh Chang · 3 years, 5 months ago
  63. 31c4277 Instantiate CNNConvolveTest properly by Aniket Wanare · 3 years, 5 months ago
  64. 432725c Add AVX2 intrinsic for 5x5 convolve in av1_cnn_convolve by Aniket Wanare · 3 years, 6 months ago
  65. 854b276 Replace non-ASCII characters by Wan-Teh Chang · 3 years, 5 months ago
  66. ac2c30b Skip update kf count when reaching the end of kf group by Jingning Han · 3 years, 5 months ago
  67. 43927e4 Remove highbd sad from low bitdepth build by Jerome Jiang · 3 years, 5 months ago
  68. 4755dc1 Clean up input args in av1_estimate_txfm_yrd() by Jingning Han · 3 years, 5 months ago
  69. d278552 Fix spelling error of "dropped" by Wan-Teh Chang · 3 years, 5 months ago
  70. faccb17 Add documentation about CONFIG_REALTIME_ONLY flag by Jerome Jiang · 3 years, 6 months ago
  71. e7d698d Use avg compound SAD and variance functions by Jingning Han · 3 years, 5 months ago
  72. 9142d88 Use 8x8 block size for screen content in the first pass by Cheng Chen · 3 years, 5 months ago
  73. fd2c0cf Allow first pass to encode with other square block sizes by Cheng Chen · 3 years, 5 months ago
  74. 5a2e549 rtc: Use zeromv mode for speed >= 9 by Marco Paniconi · 3 years, 5 months ago
  75. b4fd482 Add av1_calc_indices_dim2_avx2() by Krishna Malladi · 3 years, 5 months ago
  76. 52d9242 Rework rd cost estimation for mode decisions by Jingning Han · 3 years, 5 months ago
  77. a1a5450 Refactor skip_intra_in_interframe feature by Akshata Jadhav · 3 years, 5 months ago
  78. 006e6ff doxy_template: Remove obsolete TCL_SUBST by Urvang Joshi · 3 years, 5 months ago
  79. b777c60 Revert "Comp_mask_upsampled_pred unit tests for widths>32" by Krishna Malladi · 3 years, 5 months ago
  80. f651dc3 AV1 RT: Fix spped 9 quality regression by Fyodor Kyslov · 3 years, 5 months ago
  81. 9a53dfa Revert "Rectify build error for IOS" by Krishna Malladi · 3 years, 5 months ago
  82. 5399b0f5 Merge "Merge tag 'v2.0.1'" by Wan-Teh Chang · 3 years, 5 months ago
  83. d7bf550 Implement multithreading for CDEF search by venkat sanampudi · 3 years, 7 months ago
  84. 87919c9 Update and simplify rate miss adaption. by Paul Wilkins · 3 years, 6 months ago
  85. bd558bb Remove uused rc field. by Paul Wilkins · 3 years, 6 months ago
  86. cdb62d5 Fix array bound warning in transpose ssse3 by Jerome Jiang · 3 years, 5 months ago
  87. 9c2d0a7 AV1 RT: Refine 32x32 block split on min-max var diff by Fyodor Kyslov · 3 years, 5 months ago
  88. 3c8e24d Merge tag 'v2.0.1' by Wan-Teh Chang · 3 years, 5 months ago
  89. 3514017 AV1 RT: Use Level 4 CDEF search of speed 5 by Fyodor Kyslov · 3 years, 5 months ago
  90. e0e54cb Rectify build error for IOS by Krishna Malladi · 3 years, 5 months ago
  91. 3698bf8 cnn: add missing braces by Tristan Matthews · 3 years, 5 months ago
  92. 6ac8a08 Comp_mask_upsampled_pred unit tests for widths>32 by Krishna Malladi · 3 years, 6 months ago
  93. f13555b Fix libvmaf.a link in README.md by sdeng@google.com · 3 years, 5 months ago
  94. c2875e9 Add a call to aom_clear_system_state() by Jayasanker J · 3 years, 5 months ago
  95. 51017c3 Add -Wimplicit-function-declaration as C flag only by Wan-Teh Chang · 3 years, 6 months ago
  96. 162bc48 Set thread_data->start in create_enc_workers by venkat sanampudi · 3 years, 5 months ago
  97. 03f0b5a Modify AVxEncoderThreadTest to test temporal filter MT by Jayasanker J · 3 years, 5 months ago
  98. 87113ef Clean up prune_motion_mode_level speed feature by Akshata Jadhav · 3 years, 5 months ago
  99. 21f223d Do not truncate long options in arg_show_usage() by Wan-Teh Chang · 3 years, 5 months ago
  100. b52ee6d Update CHANGELOG for libaom v2.0.1 by Wan-Teh Chang · 3 years, 5 months ago v2.0.1