1. dc3ff65 rtc: Reduce runs for svc_datarate tests for valgrind by Marco Paniconi · 4 hours ago main
  2. 027a236 Adaptive CDEF: code review feedback follow-up by Julio Barba · 20 hours ago
  3. 8cd8837 Move assert check on mi->bsize up to before its used. by Marco Paniconi · 28 hours ago
  4. 9a1181f Adaptive CDEF: make decoder-friendly at middle quality levels by Julio Barba · 2 weeks ago
  5. 708c146 Improve Arm highbd_convolve_y_sr_12tap_sve2 by Alex Davicenko · 6 weeks ago
  6. 61a701b rtc: Add test coverage for low-resol speed 6 3TL by Marco Paniconi · 3 days ago
  7. 5b8e9ed rtc: Remove speed 5 from realtime datarate tests. by Marco Paniconi · 2 days ago
  8. 1d696fd AArch64: Clean up duplicate constant tables for HBD convolutions by Li Zhang · 8 days ago
  9. 886caa7 rtc: Extend rtc test coverage down to speed 5 by Marco Paniconi · 9 days ago
  10. 1ae7ce7 Adaptive sharpness: tweak LPF threshold by Julio Barba · 9 days ago
  11. 4962267 Refactor get_active_best_quality function by Jingning Han · 10 days ago
  12. 4c92863 AArch64: Clean up duplicate constant tables for convolutions by Li Zhang · 11 days ago
  13. 6ba8df8 Add a placeholder for next version in CHANGELOG by Wan-Teh Chang · 11 days ago
  14. 00f0b96 v256_intrinsics_c.h: fix AVX2/C mismatch w/gcc+ubsan by James Zern · 2 weeks ago
  15. 5d80673 Allow more precise rate target by Jingning Han · 2 weeks ago
  16. b6ece7c Optimize vertical filter kernel in av1_warp_affine by Gerda Zsejke More · 4 weeks ago
  17. d7f8c2f Move av1_warp_affine_common impl from warp_plane_neon.h by Gerda Zsejke More · 7 weeks ago
  18. 8deb765 Optimize SVE implementation of av1_warp_affine by Gerda Zsejke More · 7 weeks ago
  19. 842466f Optimize Neon I8MM implementation of av1_warp_affine by Gerda Zsejke More · 7 weeks ago
  20. 2e124f4 Optimize aom_quantize_b functions by Gerda Zsejke More · 5 weeks ago
  21. 1e900ca Tweak the ML partition aggressiveness by Lin Zheng · 3 weeks ago
  22. b667696 Optimize quantize_fp_neon function for LBD and HBD by Gerda Zsejke More · 6 weeks ago
  23. c895900 rtc: Relax conditions for setting high_motion_flag by Marco Paniconi · 4 weeks ago
  24. d642277 Add 4-tap Armv8.4 Neon I8MM path for av1_dist_wtd_convolve_y by Li Zhang · 4 weeks ago
  25. b63a48a Add Armv8.6 I8MM USDOT path for av1_dist_wtd_convolve_y by Li Zhang · 4 weeks ago
  26. 6998712 Disable zeromv_skip_based_on_source_sad for active_maps by Marco Paniconi · 3 weeks ago
  27. 46ff7d7 RC: Implement setting key frame decision by Jerome Jiang · 4 weeks ago
  28. aae7ddb RC: implement updating encodeframe result by Jerome Jiang · 4 weeks ago
  29. 538a97f Address the keyframe placement issue in corner cases by Lin Zheng · 4 weeks ago
  30. 7712068 Add 4-tap Armv8.4 Neon DotProd path for av1_dist_wtd_convolve_y by Li Zhang · 4 weeks ago
  31. 1fd0cdf Add Armv8.4 Neon DotProd path for av1_dist_wtd_convolve_y by Li Zhang · 5 weeks ago
  32. 39e847f RC: Implement using GOP from RC by Jerome Jiang · 5 weeks ago
  33. 354acf1 Exclude api test for getting gop info from RT only by Jerome Jiang · 4 weeks ago
  34. 0b97c34 Guard the extra tpl buffer with enable_tpl_model by Jerome Jiang · 4 weeks ago
  35. 9da12fe Add codec control to get GOP info by Jerome Jiang · 4 weeks ago
  36. 4d5e086 Clean up intra uv search function by Jingning Han · 4 weeks ago
  37. e719db5 Optimize 8-tap Neon I8MM av1_dist_wtd_convolve_2d implementation by Li Zhang · 5 weeks ago
  38. 9113e32 Optimize 8-tap Neon I8MM av1_dist_wtd_convolve_x implementation by Li Zhang · 5 weeks ago
  39. b766b1b Simplify intra search early termination conditions by Jingning Han · 5 weeks ago
  40. d71c9b3 RC: Update gop_struct for libaom by Jerome Jiang · 5 weeks ago
  41. 7344913 Fix the bug on 444 and 422 format by Yunqing Wang · 5 weeks ago
  42. f53b23b Use source buffer from last gop for tpl by Bohan · 6 weeks ago
  43. 2664d16 Clean up tx search related code by Jingning Han · 5 weeks ago
  44. 94e0442 RC: Implement using QP from external RC by Jerome Jiang · 6 weeks ago
  45. d991217 Rename tpl_gop_stats to extrc_tpl_gop_stats by Jerome Jiang · 5 weeks ago
  46. 6eeb4ce Use a consistent trellis optimization process by Jingning Han · 6 weeks ago
  47. 43f3869 RC: Implement func to send TPL stats by Jerome Jiang · 6 weeks ago
  48. 4ec5891 lc-dec: Add vertical 1080p clip to EndToEndLcModeTest by Mudassir Galagnath · 6 weeks ago
  49. 93233d2 Add a shorts 1080p test data by Yunqing Wang · 6 weeks ago
  50. 8ed60aa RC: Implement send_firstpass and tests by Jerome Jiang · 7 weeks ago
  51. 176d66c lc-dec: Extend vertical 608p/720p sfs to vertical 1080p by Mudassir Galagnath · 6 weeks ago
  52. 1ca556e lc-dec: Tune sf adaptive_luma_loop_filter_skip by Mudassir Galagnath · 7 weeks ago
  53. 5644a57 rtc-.screen: Rework the logic for setting the high motion flag by Marco Paniconi · 7 weeks ago
  54. 0006a0a rtc-screen: Adjust threshold for high moton detection by Marco Paniconi · 7 weeks ago
  55. a069b8e RC: Add aom_ prefix to sb_params by Jerome Jiang · 7 weeks ago
  56. 4253107 av1_set_reference_dec: omit init of ref_buf by Wan-Teh Chang · 7 weeks ago
  57. ad43661 Exclude test from realtime only build by Marco Paniconi · 7 weeks ago
  58. 3969f51 Force all zero txfm in skip_txfm mode by Jingning Han · 7 weeks ago
  59. 44301b8 Rework codec to improve performance for Shorts videos by Jingning Han · 3 months ago
  60. b002856 decoder.c: use internal_error correctly by Jerome Jiang · 8 weeks ago
  61. 1c2b3da Improve horiz 8-tap Neon I8MM convolve_2d_sr implementation by Li Zhang · 8 weeks ago
  62. cf966a6 Improve 8-tap Neon I8MM convolve_x_sr implementation by Li Zhang · 8 weeks ago
  63. 16a97b8 Simplify AArch64 SIMD implementation of svt_compute_stats_win5_* by Salome Thirot · 8 weeks ago
  64. 00bfb19 Fix in ctrl_set_svc_params for use_svc by Marco Paniconi · 8 weeks ago
  65. b27d504 Disable svc for lag_in_frames > 0 in good_quality mode by Marco Paniconi · 8 weeks ago
  66. 07ef372 Remove redundant variable settings by Jingning Han · 8 weeks ago
  67. 163b2fd Remove ext ratectrl test from REALTIME only build by Jerome Jiang · 8 weeks ago
  68. 6097524 RC: Add codec control and impl for init/create by Jerome Jiang · 8 weeks ago
  69. 2e9b6ee RC: Add declarations for internal entry points by Jerome Jiang · 8 weeks ago
  70. 1b93eba partition_strategy.c: Remove return after longjmp. by Jerome Jiang · 8 weeks ago
  71. 4f1bb5f decodetxb.c: Remove "break" after long jump by Jerome Jiang · 8 weeks ago
  72. a7dd29b decoder.c: Remove return after long jump by Jerome Jiang · 8 weeks ago
  73. 6d2b7f7 cmake: fix nasm detection w/3.0 by James Zern · 8 weeks ago
  74. b0d905f Add APIs to allow external rate control by Jerome Jiang · 8 weeks ago
  75. 8a750f5 Remove unreachable returns after longjmp by Jerome Jiang · 8 weeks ago
  76. 24fee1d rework aom_internal_error in grain_table.c by Jerome Jiang · 9 weeks ago
  77. b5e63b9 Optimize av1_dr_prediction_z2 Neon implementation by Li Zhang · 9 weeks ago
  78. e20fece Optimize av1_dr_prediction_z1/3 Neon implementation by Li Zhang · 9 weeks ago
  79. 0691389 Rename helper functions of dr_prediction Neon implementation by Li Zhang · 9 weeks ago
  80. d3f9a64 rtc: More aggressive adjustment to active_worst_quality for key by Marco Paniconi · 9 weeks ago
  81. bde5da0 Fix bug with FREEZE_INTERNAL_STATE flag. by Erik Språng · 9 weeks ago
  82. 2a70ad7 rtc: Adjust condition for lower active_quality for key by Marco Paniconi · 2 months ago
  83. 1ee7738 warp_plane_hwy: Fix AVX512 edge filter loading by Jeremy Dorfman · 2 months ago
  84. dcfc0bd rtc: Update conditions to active_worst_quality for key by Marco Paniconi · 2 months ago
  85. 21e89a0 Call rc_spatial_act_onepass_rt() only for low_bd by Marco Paniconi · 2 months ago
  86. 98ac9f9 rtc: Allow for lower active_worst_quality on keyframes by Marco Paniconi · 2 months ago
  87. 5d8a00d Fix aom_hadamard_4x4_c() comments by Julio Barba · 3 months ago
  88. 4c28bc8 av1.cmake: exclude highbd_pickrst_sve.c w/realtime-only by James Zern · 2 months ago
  89. d459fa9 feat: Add AOM_EFLAG_FREEZE_INTERNAL_STATE by Erik Språng · 3 months ago
  90. 4727f83 libyuv/README.libaom: add Chromium required fields by James Zern · 3 months ago
  91. 84210aa libwebm/README.libaom: add Chromium required fields by James Zern · 3 months ago
  92. b5629d5 x86inc/README.libaom: add Chromium required fields by James Zern · 3 months ago
  93. 3effc69 vector/README.libaom: add Chromium required fields by James Zern · 3 months ago
  94. 0df9d6c SVT-AV1/README.libaom: add Chromium required fields by James Zern · 3 months ago
  95. 9f73035 highway/README.libaom: add Chromium required fields by James Zern · 3 months ago
  96. dc1d8d3 fastfeat/README.libaom: add Chromium required fields by James Zern · 3 months ago
  97. 967ee8f googletest/README.libaom: add Chromium required fields by James Zern · 3 months ago
  98. 6a2b738 Add AOM_ to include guard for warp_plane_hwy.h by Jerome Jiang · 3 months ago
  99. d8278c2 rtc: Adjust threshold for zero_sad in scene detection by Marco Paniconi · 3 months ago
  100. 2f785ee rtc-screen: Fix to improve scroll quality by Marco Paniconi · 3 months ago