1. f5201a1 Add SSE2 for resize_vert_dir() by Mudassir Galaganath · 2 days ago main
  2. ae37ace Further optimization of aom_convolve8_neon 4-tap by Salome Thirot · 8 days ago
  3. 9057259 Add 4-tap specialisation to av1_convolve_y_sr_neon by Salome Thirot · 2 days ago
  4. b225179 Add 4-tap specialisation to av1_convolve_x_sr_neon_i8mm by Salome Thirot · 3 days ago
  5. 1301502 Add 4-tap specialisation to av1_convolve_x_sr_neon_dotprod by Salome Thirot · 3 days ago
  6. 940a436 Add 4-tap specialization to av1_convolve_x_sr_neon by Salome Thirot · 3 days ago
  7. ac25146 Check for division by zero in update_temporal_layer_framerate by Marco Paniconi · 2 days ago
  8. 113ff40 cmake: win: fix asm flag appending by Tristan Matthews · 8 months ago
  9. 6fd2f81 Merge tag 'v3.9.0' by Jerome Jiang · 3 days ago
  10. 4058a15 add av1/common/debugmodes.h by James Zern · 6 days ago
  11. 1ad5a42 Remove crc32/ and neon/ directories in av1/encoder/arm by Salome Thirot · 2 weeks ago
  12. 6e20f87 Add 2-tap path for aom_highbd_convolve8_vert_neon by Salome Thirot · 7 days ago
  13. 8e161f9 Add 4-tap specialisation to aom_highbd_convolve8_vert_neon by Salome Thirot · 7 days ago
  14. 6cab58c Simplify conditions in aom_img_plane_width/height by Wan-Teh Chang · 14 days ago karat v3.9.0
  15. edbeb7e Add borders to w first, before all manipulations. by Wan-Teh Chang · 4 years, 10 months ago
  16. acdec31 Apply stride_align to byte count, not pixel count by Wan-Teh Chang · 2 weeks ago
  17. 8156fb7 Avoid integer overflows in align_image_dimension() by Wan-Teh Chang · 3 weeks ago
  18. 19d9966 Fix integer overflows in calc of stride_in_bytes by Wan-Teh Chang · 3 weeks ago
  19. d6d79d5 Fix asserts in SVE convolution functions by Salome Thirot · 7 days ago
  20. 276f8f8 Add 2-tap path for aom_highbd_convolve8_horiz_neon by Salome Thirot · 8 days ago
  21. 68a56cc Add 4-tap specialisation to aom_highbd_convolve8_horiz_neon by Salome Thirot · 8 days ago
  22. 04e3b1c Refactor HBD Neon convolve8 functions by Salome Thirot · 9 days ago
  23. 0f41d22 Adding comment to gaussian filter buffer alloc by Jingning Han · 3 weeks ago
  24. 0dce93a Increase filter buffer size to silence warnings by Jingning Han · 4 weeks ago
  25. 2886f3a disflow_avx2.c: Make compatible with gcc <= 9 by Rachel Barker · 3 weeks ago
  26. c4594ae Add missing header for EBUSY on mingw by James Zern · 3 weeks ago
  27. 511f92a Fix Doxygen comments for two enum typedefs by Wan-Teh Chang · 14 days ago
  28. 5eb58ad Add 2-tap path for aom_convolve8_vert_neon by Salome Thirot · 9 days ago
  29. 32f8079 Add 4-tap specialisation to aom_convolve8_vert_neon by Salome Thirot · 10 days ago
  30. 42e3156 Add 2-tap path for aom_convolve8_horiz_neon by Salome Thirot · 10 days ago
  31. 0384c6b Test aom_convolve8 with bilinear filters by Salome Thirot · 14 days ago
  32. e7dcb10 Add 4-tap specialisation to aom_convolve8_horiz_neon_i8mm by Salome Thirot · 14 days ago
  33. 9a455ac Add 4-tap specialisation to aom_convolve8_horiz_neon_dotprod by Salome Thirot · 14 days ago
  34. 06b5b2f Add SVE implementation of av1_compute_stats_highbd by Salome Thirot · 2 weeks ago
  35. 7d50d46 Update changelog: Add Arm contributions by Jerome Jiang · 9 days ago
  36. 23c9434 Add 4-tap specialisation to aom_convolve8_horiz_neon by Salome Thirot · 11 days ago
  37. 20c535d Cosmetic: cleanup arm aom_convolve8 functions by Salome Thirot · 2 weeks ago
  38. 860bdd3 Add intermediate buffers for av1_compute_stats_highbd by Salome Thirot · 2 weeks ago
  39. 60cbd98 Add AVX2 for resize_vert_dir() by Samuthirika S · 13 days ago
  40. 9e633f0 Introduce av1_resize_plane_to_half() for Global Motion tool by Samuthirika S · 7 weeks ago
  41. a4420e5 Fix Doxygen comments for two enum typedefs by Wan-Teh Chang · 14 days ago
  42. 6b42461 Simplify conditions in aom_img_plane_width/height by Wan-Teh Chang · 14 days ago
  43. dac747e Add borders to w first, before all manipulations. by Wan-Teh Chang · 4 years, 10 months ago
  44. 8c92d3c CHANGELOG for v3.9.0 by Jerome Jiang · 2 weeks ago v3.9.0-rc1
  45. a38ab61 Apply stride_align to byte count, not pixel count by Wan-Teh Chang · 2 weeks ago
  46. 60653df Avoid integer overflows in align_image_dimension() by Wan-Teh Chang · 3 weeks ago
  47. 24c1c6c Refactor Arm Neon transpose_concat_*() to not need lookup table by Jonathan Wright · 2 weeks ago
  48. f1f1bf4 Simplify Armv8.4 DotProd correction constant computation by Jonathan Wright · 3 weeks ago
  49. f969060 rtc-speed 11: Condition skip_cdef on source_variance by Marco Paniconi · 3 weeks ago
  50. 18558f8 Add SVE implementation of aom_compute_flow_at_point by Salome Thirot · 3 weeks ago
  51. 2282c23 rtc: Increase loopfilter strength for speed 11 by Marco Paniconi · 3 weeks ago
  52. aca9261 Fix keyframe logic for use_fast_part_feature for svc by Marco Paniconi · 3 weeks ago
  53. 7be86ea rtc: Avoid reset of segment for inactive blocks by Marco Paniconi · 4 weeks ago
  54. fb61366 rtc: Speedup for active_maps with screen by Marco Paniconi · 5 weeks ago
  55. 0810ed5 rtc: Incorporate active_maps into the cyclic refresh by Marco Paniconi · 6 weeks ago
  56. 9a9216d Update version for v3.9.0 by Jerome Jiang · 3 weeks ago
  57. 608f924 rtc: Move force_zeromv_skip logic up in nonrd_pickmode by Marco Paniconi · 3 weeks ago
  58. f53607c Add SVE implementation of av1_compute_stats by Salome Thirot · 5 weeks ago
  59. 6bd0254 Revert "Move force_zeromv_skip logic up in nonrd_pickmode" by Marco Paniconi · 3 weeks ago
  60. d3d5e94 Adding comment to gaussian filter buffer alloc by Jingning Han · 3 weeks ago
  61. e937f26 Define the MAX_NUM_THREADS macro in enc_enums.h by Wan-Teh Chang · 2 months ago
  62. cb359e5 rtc: Increase loopfilter strength for speed 11 by Marco Paniconi · 3 weeks ago
  63. a30448b Fix keyframe logic for use_fast_part_feature for svc by Marco Paniconi · 3 weeks ago
  64. 4c76a0d Rename JobInfo as GlobalMotionJobInfo by Wan-Teh Chang · 3 weeks ago
  65. 1992427 Add missing header for EBUSY on mingw by James Zern · 3 weeks ago
  66. b53a630 Increase filter buffer size to silence warnings by Jingning Han · 4 weeks ago
  67. 7aa2edc Fix integer overflows in calc of stride_in_bytes by Wan-Teh Chang · 3 weeks ago
  68. 04d6253 Move force_zeromv_skip logic up in nonrd_pickmode by Marco Paniconi · 3 weeks ago
  69. 879d141 cnn{,_avx2}.c: make some functions static by James Zern · 4 weeks ago
  70. 874b7ca disflow_avx2.c: Make compatible with gcc <= 9 by Rachel Barker · 3 weeks ago
  71. 94dbb89 encode_strategy.c: remove unused setup_mi() by James Zern · 4 weeks ago
  72. b47c4fc av1/encoder/*.c: make some functions static by James Zern · 4 weeks ago
  73. 882b392 fwd_txfm_impl_sse2.h: add missing #if defined(FDCT* by James Zern · 4 weeks ago
  74. 1621d2c aom_dsp/x86/*.c: make some functions static by James Zern · 4 weeks ago
  75. d56f187 Update AUTHORS and .mailmap by Jerome Jiang · 4 weeks ago
  76. 827c8fd Add aom_usage_exit OBJECT library for usage_exit.c by Wan-Teh Chang · 4 weeks ago
  77. 0d1a79c decodeframe.c: make av1_read_film_grain_params static by James Zern · 4 weeks ago
  78. c5fec7f variance_test: relocate SSE2 AvxHBDMseTest instantiation by James Zern · 5 weeks ago
  79. 72bbef2 add aom_highbd_10_mse16x16_avx2 by James Zern · 5 weeks ago
  80. d07e7fd highbd_variance_avx2.c: fix #undef by James Zern · 5 weeks ago
  81. d404347 rtc: Avoid reset of segment for inactive blocks by Marco Paniconi · 4 weeks ago
  82. 23d4875 rtc: Speedup for active_maps with screen by Marco Paniconi · 5 weeks ago
  83. b218391 Specialise 4-tap Neon HBD 2D dist_wtd_convolve on bitdepth by Salome Thirot · 5 weeks ago
  84. 636add4 Specialise 8-tap Neon HBD 2D dist_wtd_convolve on bitdepth by Salome Thirot · 6 weeks ago
  85. 8c0cddd Add SVE2 impl of HBD dist_wtd_convolve_2d for 4-tap filters by Salome Thirot · 6 weeks ago
  86. 9e9534e Fix clang-tidy misc-include-cleaner warnings by Wan-Teh Chang · 4 weeks ago
  87. 87a1e9e Fix a clang-tidy misc-include-cleaner warning by Wan-Teh Chang · 4 weeks ago
  88. f5b249f x86/convolve*: make some functions static by James Zern · 5 weeks ago
  89. eefd558 Add SVE2 impl of HBD dist_wtd_convolve_2d for 8-tap filters by Salome Thirot · 6 weeks ago
  90. 80123cb Add 4-tap filter path for Neon HBD vert compound convolution by Salome Thirot · 5 weeks ago
  91. 5da47ec7 Specialize 8-tap HBD dist_wtd_convolve_y_sve2 on bitdepth by Salome Thirot · 7 weeks ago
  92. a8b3d10 Add SVE2 impl of HBD dist_wtd_convolve_y for 8-tap filters by Salome Thirot · 7 weeks ago
  93. 70c64d7 rtc: Incorporate active_maps into the cyclic refresh by Marco Paniconi · 6 weeks ago
  94. 37108eb Fix spelling in comment by Marco Paniconi · 5 weeks ago
  95. efb0d98 Add assert to set_active_map by Marco Paniconi · 5 weeks ago
  96. 69975b1 Fix test sizes in av1_quantize_lp unit tests by Salome Thirot · 6 weeks ago
  97. cd0a8b7 Add 4-tap specialization of aom_highbd_convolve8_vert_sve by Salome Thirot · 9 weeks ago
  98. 8398313 Optimize transpose functions in aom_highbd_convolve8_vert_sve by Salome Thirot · 8 weeks ago
  99. 3bdf0fc Add 4-tap specialization of aom_highbd_convolve8_horiz_sve by Salome Thirot · 9 weeks ago
  100. 8cb23f8 Specialize 4-tap HBD dist_wtd_convolve_x_sve2 on bitdepth by Salome Thirot · 7 weeks ago