1. 55740da rtc: Add postencode frame drop feature by Marco Paniconi · 8 days ago main
  2. ff710a5 Fix integer overflows when encoding a huge frame by Wan-Teh Chang · 4 days ago
  3. 21f2430 Move max value clamp into Neon convolution kernels by Jonathan Wright · 3 days ago
  4. e1ef9bd Improve error reporting in encoder_init() by Wan-Teh Chang · 4 days ago
  5. 25f0d3d rtc: Avoid the qp adjustment on TL0 for key frames by Marco Paniconi · 4 days ago
  6. 365784f Fix -fsanitize=integer unsigned left shift errors by Wan-Teh Chang · 4 days ago
  7. 3a5d8b8 rtc: Add comment and rename flag for high_motion_content by Marco Paniconi · 5 days ago
  8. 6642f59 Fix to QP for temporal enhancment after keyframe by Marco Paniconi · 6 days ago
  9. 174ce75 Fix SIGBUS in av1_estimate_noise_from_single_plane_neon by Salome Thirot · 10 days ago
  10. 538cf8b av1_rtcd_defs.pl: fix bug reference in TODO by James Zern · 6 days ago
  11. 0cd6d3a Do not include config/aom_version.h by Wan-Teh Chang · 6 days ago
  12. 9a2f746 rtc: Allow QP to react faster for larger overshoot by Marco Paniconi · 14 days ago
  13. 6fb5bfd rtc: Add get control for high_motion_content_screen by Marco Paniconi · 2 weeks ago
  14. 49e5dee List standard C headers in alphabetical order by Wan-Teh Chang · 13 days ago
  15. 75eeb52 Adjust psnr threshold on sharpness test by Marco Paniconi · 13 days ago
  16. fd4b24a Avoid an int cast of double in vbr_rate_correction by Wan-Teh Chang · 2 weeks ago
  17. 2c308fd Fix alignment assertions by Wan-Teh Chang · 2 weeks ago
  18. dd1e6c7 Tweak fix for aom_highbd_convolve_copy_neon() bug by Wan-Teh Chang · 2 weeks ago
  19. e96d878 rtc: Set mv search_method to fast_diamond under high motion by Marco Paniconi · 3 weeks ago
  20. 34d29d4 Handle w=2 case in aom_highbd_convolve_copy_neon() by Wan-Teh Chang · 3 weeks ago
  21. 6447249 Remove MSVC version check in x86 workaround by Wan-Teh Chang · 3 weeks ago
  22. ac00060 Remove static from vars in parse_stream_params() by Wan-Teh Chang · 3 weeks ago
  23. 38736a8 synonyms_avx2.h: add yy_loadu_4x64() by James Zern · 4 weeks ago
  24. e592429 avx2: use yy_loadu2_128 from synonyms_avx2.h by James Zern · 4 weeks ago
  25. 4470f1a ethread_test: add AVxFirstPassEncoderThreadTestLarge by James Zern · 3 weeks ago
  26. 8f8e1e1 disable av1_highbd_warp_affine_neon w/armv7 by James Zern · 3 weeks ago
  27. def2ea6 disable av1_estimate_noise_from_single_plane_neon w/armv7 by James Zern · 3 weeks ago
  28. 110978f disable av1_filter_intra_predictor_neon w/armv7 by James Zern · 3 weeks ago
  29. 5a46d29 disable av1_{highbd_,}dr_prediction_z2_neon w/armv7 by James Zern · 3 weeks ago
  30. 1e9c7a2 Add encoder control for setting column/row tiling by Marco Paniconi · 5 weeks ago
  31. 76c95cf Mark several arrays as static const by Wan-Teh Chang · 3 weeks ago
  32. 9759ad1 Fix unsigned int overflow in init_rate_histogram() by Wan-Teh Chang · 3 weeks ago
  33. 52ba0ae Fix integer overflows caused by max target bitrate by Wan-Teh Chang · 3 weeks ago
  34. 34b0b9b add missing CONFIG_AV1_HIGHBITDEPTH checks by James Zern · 4 weeks ago
  35. 5c19736 SVT-AV1: quiet some unaligned load warnings by James Zern · 4 weeks ago
  36. 3076bbe x86/*: exclude 1:4/4:1 fns w/CONFIG_REALTIME_ONLY by James Zern · 4 weeks ago
  37. 54b7027 inspect.c: make some functions static by James Zern · 4 weeks ago
  38. e357367 inspect.c: fix -Wdangling-pointer warning by James Zern · 4 weeks ago
  39. a09d974 Add Neon implementation for av1_convolve_horiz_rs by Gerda Zsejke More · 5 weeks ago
  40. 479f178 cmake: rm temporal_filter*.c w/CONFIG_REALTIME_ONLY=1 by James Zern · 4 weeks ago
  41. 57c8c9c cmake: rm highbd_adaptive_quantize_* w/CONFIG_REALTIME_ONLY=1 by James Zern · 4 weeks ago
  42. 49b4e03 cmake: rm fft* w/CONFIG_AV1_ENCODER=0 by James Zern · 4 weeks ago
  43. 869ca4e cmake: rm subtract*.c w/CONFIG_AV1_ENCODER=0 by James Zern · 4 weeks ago
  44. afedaf9 Add Arm Neon I8MM implementation of aom_scaled_2d by Jonathan Wright · 4 weeks ago
  45. a3f6185 Add Arm Neon DotProd implementation of aom_scaled_2d by Jonathan Wright · 4 weeks ago
  46. 98cbdb3 Refactor and optimize aom_scaled_2d_neon by Jonathan Wright · 5 weeks ago
  47. 0ba83c7 Move aom_scaled_2d_neon to aom_dsp/arm by Jonathan Wright · 4 weeks ago
  48. 7a30de4 Add unit tests for aom_scaled_2d_(c|ssse3|neon) by Jonathan Wright · 5 weeks ago
  49. 6db5fab Halve filter values in Armv8.0 Neon convolve8 filter functions by Jonathan Wright · 5 weeks ago
  50. 3ca0c74 add av1/encoder/blockiness.h by James Zern · 4 weeks ago
  51. 790bfcb comp_avg_pred_test.cc: fix class names by James Zern · 4 weeks ago
  52. 3b9909b move comp_avg_pred_test.h contents to cc by James Zern · 4 weeks ago
  53. bf6cdb1 Revert "av1_quantize: use optimized aom_quantize_b_helper()" by James Zern · 4 weeks ago
  54. 9db8f4c rename simd_cmp_impl.h to simd_cmp_impl.inc by James Zern · 4 weeks ago
  55. 2046588 rtc: Add logic for setting sb_size for MT by Marco Paniconi · 5 weeks ago
  56. dccfa9a av1_fwd_txfm2d.c: exclude 1:4/4:1 fns w/CONFIG_REALTIME_ONLY by James Zern · 4 weeks ago
  57. e5a842a sad{,_av1}.c: exclude 1:4/4:1 fns w/CONFIG_REALTIME_ONLY by James Zern · 4 weeks ago
  58. 0e4de1b av1_quantize: use optimized aom_quantize_b_helper() by James Zern · 4 weeks ago
  59. 2a16696 rtc: Speedup for dynamic screen content by Marco Paniconi · 6 weeks ago
  60. 49c02ef Pass obu ext to init_large_scale_tile_obu_header by Wan-Teh Chang · 5 weeks ago
  61. 14190db Avoid the notion of layer-specific OBUs by Wan-Teh Chang · 5 weeks ago
  62. 8179736 rtcd.pl: add license header to generated files by James Zern · 5 weeks ago
  63. 76b95d7 README.md: add example Copyright comment block by James Zern · 5 weeks ago
  64. f4ad7fc *.{asm,cmake,inc,pl,py,txt}: normalize copyright line by James Zern · 5 weeks ago
  65. 782840b Set obu_extension_flag correctly for frame OBUs by Wan-Teh Chang · 3 years, 2 months ago
  66. b7c05bd *.{c,cc,h}: normalize AOMedia copyright by James Zern · 5 weeks ago
  67. 4d4c425 av1_rtcd_defs.pl: rm av1_highbd_inv_txfm_add_NxM by James Zern · 9 weeks ago
  68. 2518fbc av1_inv_txfm_neon.c: add missing prototype by James Zern · 5 weeks ago
  69. c08b980 rtc: Fix source_sad setting near boundary by Marco Paniconi · 5 weeks ago
  70. d41d665 av1_error_{neon,sve}.c: update copyright by James Zern · 5 weeks ago
  71. 779af95 rtc: Reset x->nonrd_prune_ref_frame_search to frame value by Marco Paniconi · 5 weeks ago
  72. a9eef2e Merge tag 'v3.8.3' into main branch by Wan-Teh Chang · 5 weeks ago
  73. 0f151b1 external_frame_buffer_test.cc: update copyright by James Zern · 5 weeks ago
  74. d3d536e rtc: Fix multi-threading settings for SVC datarate tests by Marco Paniconi · 5 weeks ago
  75. 569e9ec Enable global motion for speed 5 & speed 6 by Rachel Barker · 4 months ago
  76. 5e3c5fe Propagate return value of parse_operating_points() by Wan-Teh Chang · 5 weeks ago
  77. 89ca862 Merge tag 'v3.9.1' into main branch by Wan-Teh Chang · 5 weeks ago
  78. 2f571cd Update CHANGELOG again for libaom v3.8.3 by Wan-Teh Chang · 5 weeks ago jellybee v3.8.3 v3.8.3-rc2
  79. 5f8424b cpu.cmake: Address issues in SVE feature tests by George Steed · 2 months ago
  80. 49b7dcd cpu.cmake: Do more elaborate test of whether SVE can be compiled by Martin Storsjo · 3 months ago
  81. 318d3ba Update CHANGELOG, etc. for libaom v3.8.3 by Wan-Teh Chang · 5 weeks ago v3.8.3-rc1
  82. 8e58f5b av1_cx_iface: Do no require timebase.num < timebase.den by Vignesh Venkat · 6 weeks ago
  83. d31978b common/tools_common.h: port f{seek,tell}o fix from libvpx by James Zern · 3 months ago
  84. bc47c37 noise_model_test.cc: fix -Wc++20-extensions warning by James Zern · 3 months ago
  85. 4350061 av1_block_error_lp_neon: fix block_size param type by James Zern · 7 weeks ago
  86. 9dd7563 Add the DimensionChangeBigImageMultiThread2 test by Wan-Teh Chang · 9 weeks ago
  87. 91001f5 Update progressive test to catch more crash case by Yuan Tong · 1 year, 4 months ago
  88. 3a15245 encode_api_test: add repro for chromium 339877165 by James Zern · 9 weeks ago
  89. 7597136 update codec config after svc/scale controls by James Zern · 9 weeks ago
  90. 17aff84 Remove the double-check in multiply_and_scale() by Wan-Teh Chang · 6 weeks ago
  91. aaccabe Define pthread_attr_getstacksize/setstacksize by Wan-Teh Chang · 6 weeks ago
  92. 525f354 Ensure thread stack size is at least 256 KB by Wan-Teh Chang · 3 months ago
  93. 0078f3e Move the SSSE3 code in variance_sse2.c to new file by Wan-Teh Chang · 6 weeks ago
  94. 8ad484f Add Vignesh Venkatasubramanian to .mailmap by Wan-Teh Chang · 6 weeks ago v3.9.1 v3.9.1-rc2
  95. a04797c Use the AOMMIN macro by Wan-Teh Chang · 6 weeks ago
  96. d8ab5a1 Update CHANGELOG again for libaom v3.9.1 by Wan-Teh Chang · 6 weeks ago
  97. 13dff4b av1_cx_iface: Do no require timebase.num < timebase.den by Vignesh Venkat · 6 weeks ago
  98. 2badbae av1_cx_iface: Do no require timebase.num < timebase.den by Vignesh Venkat · 6 weeks ago
  99. bdeca63 Fix ClangTidy misc-include-cleaner warnings by Wan-Teh Chang · 6 weeks ago
  100. b930f29 Include "config/aom_config.h" by Wan-Teh Chang · 6 weeks ago