1. 80d1750 Fix over reads in aom_convolve_copy_neon() by Wan-Teh Chang · 5 months ago
  2. fce8919 Forward-port stack alignment change from libvpx. by Peter Kasting · 4 months ago
  3. 0b2a863 mem_neon.h: Define vld1q_u16_x4 until GCC 8.5.0 by George Steed · 4 months ago
  4. 2036fbe aarch64_cpudetect.c: Don't read AT_HWCAPs if they are not needed by George Steed · 4 months ago
  5. faab48a cpu.cmake: Fix AArch64 compiler flag tests by George Steed · 4 months ago
  6. 9f59323 Optimize RANSAC code by Rachel Barker · 4 months ago
  7. 52bd722 Add AVX2 disflow code by Rachel Barker · 4 months ago
  8. 1348bca Optimize SSE4.1 disflow code by Rachel Barker · 4 months ago
  9. 52d277f Remove old debug logic from disflow_sse4.c by Rachel Barker · 4 months ago
  10. 2298f38 Add SVE implementation of aom_highbd_convolve8_vert by Salome Thirot · 4 months ago
  11. ecb58ac Remove unnecessary operations in convolve8_vert_neon by Salome Thirot · 4 months ago
  12. 0f8b6a1 sharpness_test: adjust PSNR threshold by James Zern · 4 months ago
  13. 461d7a5 Remove stale comment in av1_lookahead_push() by Wan-Teh Chang · 4 months ago
  14. bfaea87 Remove _c suffix in most k-means functions. by Vincent Rabaud · 4 months ago
  15. db52073 Declare all YV12_BUFFER_CONFIG * pointers as const by Wan-Teh Chang · 4 months ago
  16. 59c592b Improvements to VBR rate accuracy trade offs. by Paul Wilkins · 10 months ago
  17. 151cfc8 Document frame size to copy in loop filter by Cheng Chen · 4 months ago
  18. 1be3f2e Declare some YV12_BUFFER_CONFIG * params as const by Wan-Teh Chang · 4 months ago
  19. 498e799 rtc: Speed 11 video mode for 360p: set half_pel by Marco Paniconi · 4 months ago
  20. afc3068 Document nasm min version and ENABLE_NASM option by Wan-Teh Chang · 4 months ago
  21. e99100e Disable the check on 0 target_bitrate in validate_config by Marco Paniconi · 4 months ago
  22. 0a23e12 Fix divide by zero. by Paul Wilkins · 4 months ago
  23. 0cee19c Disable the check on 0 target_bitrate in validate_config by Marco Paniconi · 4 months ago
  24. 2921e64 README.md: add note about recommended compilers by James Zern · 4 months ago
  25. 1ba4539 Remove key_frame condition for using orig_source by Marco Paniconi · 4 months ago
  26. 42a6610 Use crop_width/height for aom_yv12_copy by Marco Paniconi · 4 months ago
  27. 3d09825 Corner match: Use bidirectional matching by Rachel Barker · 1 year, 1 month ago
  28. ac4ff32 Corner match: Refine using optical flow by Rachel Barker · 5 months ago
  29. f8c91a2 rtc: Fix to external resize with use_psnr by Marco Paniconi · 4 months ago
  30. a675476 Add SVE implementation of highbd_aom_convolve8_horiz by Salome Thirot · 4 months ago
  31. 8a3dfd5 Pass the aligned width/height in av1_lookahead_push by Marco Paniconi · 4 months ago
  32. 405f2d0 Fix compilations errors in Cygwin by Wan-Teh Chang · 4 months ago
  33. 8e0b26f Remove unused SIMD functions by Rachel Barker · 4 months ago
  34. 4a55828 Update third_party/libwebm to commit affd7f4 by Wan-Teh Chang · 4 months ago
  35. 8b41631 Improve RANSAC algorithm by Rachel Barker · 5 months ago
  36. 9022212 require_cxx_flag should say Checking C++ compiler by Wan-Teh Chang · 4 months ago
  37. 967b0ab Use AOM_FORCE_INLINE in Arm warp affine implementations by George Steed · 4 months ago
  38. f3e8c74 Remove README.version am: d026689532 by Harish Mahendrakar · 4 months ago
  39. 4564cb7 Global motion: Move some checks earlier by Rachel Barker · 6 months ago
  40. d026689 Remove README.version by Harish Mahendrakar · 4 months ago
  41. 7337e4e Optimize Armv8.4 implementation of av1_apply_temporal_filter by Salome Thirot · 4 months ago
  42. 5771a06 Merge "Remove empty Android.mk" into main am: 20a54762c2 by Treehugger Robot · 4 months ago
  43. af0bc79 Merge commit 'bb6430482199eaefbeaaa396600935082bc43f66' into aosp/main am: e07a0d221a by James Zern · 4 months ago
  44. 20a5476 Merge "Remove empty Android.mk" into main by Treehugger Robot · 4 months ago
  45. accfdc9 Simplify ? : expressions when condition is true by Wan-Teh Chang · 4 months ago
  46. 9a661ef Fix PSNR assertion failure with dropped frames by Jian Zhou · 5 months ago
  47. 77cf417 Fix divide by zero. by Paul Wilkins · 4 months ago
  48. 9516d49 Remove empty Android.mk by Harish Mahendrakar · 4 months ago
  49. fa43042 Zero initialize an array in cdef search by Cheng Chen · 4 months ago
  50. 6fcad83 Zero initialize an array in cdef search by Cheng Chen · 4 months ago
  51. 9ac2af6 Removed unused header inclusion of tools_common.h by Wan-Teh Chang · 4 months ago
  52. e07a0d2 Merge commit 'bb6430482199eaefbeaaa396600935082bc43f66' into aosp/main by James Zern · 4 months ago
  53. 943a081 Add SVE implementation of av1_wedge_sign_from_residuals by Salome Thirot · 4 months ago
  54. 94884a5 Add SVE implementation of av1_wedge_sse_from_residuals by Salome Thirot · 4 months ago
  55. 1a72ea3 Make img_alloc_helper() fail on AOM_IMG_FMT_NONE by Wan-Teh Chang · 5 months ago
  56. 1163118 Support AOM_IMG_FMT_NV12 in aom_img_read/write by Wan-Teh Chang · 5 months ago
  57. f55426c Optimize av1_predict_intra_block() for higher bit-depths by Neha Mary Thomas · 5 months ago
  58. dc30403 Merge tag 'v3.8.1' into HEAD by Wan-Teh Chang · 5 months ago
  59. b037bd2 Merge tag 'v3.7.2' into HEAD by Wan-Teh Chang · 5 months ago
  60. ba7c284 Fix clang-tidy misc-include-cleaner warnings by Wan-Teh Chang · 5 months ago
  61. 37a4052 Correct the punctuation for "e.g." by Wan-Teh Chang · 5 months ago
  62. 19e21bf Use singular verb Stores in struct member comments by Wan-Teh Chang · 5 months ago
  63. 79a355d Update v3.7.2 CHANGELOG with aomedia:3520 bug fix by Wan-Teh Chang · 5 months ago
  64. e9545b2 Fix a range check in disflow by Rachel Barker · 6 months ago
  65. 646f286 rtc: Fix to psnr cal with resized frames by Marco Paniconi · 5 months ago
  66. bb64304 Update AUTHORS,CHANGELOG,CMakeLists.txt for v3.8.1 by Wan-Teh Chang · 5 months ago
  67. 8da50c3 Fix the AOM_SIMD_CAPS_MASK values for AVX and AVX2 by Anupam Pandey · 5 months ago
  68. 6f2b56c Update AUTHORS,CHANGELOG,CMakeLists.txt for v3.7.2 by Wan-Teh Chang · 5 months ago
  69. 97d2c31 Revert "rtc-svc: Fix to max-q on scene change for svc" by Marco Paniconi · 5 months ago
  70. 9d20c28 Fix a bug in corner matching code by Rachel Barker · 5 months ago
  71. 70946e4 dr_prediction_test.cc: Allocate 80 * bh buffer for tests by George Steed · 5 months ago
  72. 61cd597 rtc: Fix usage of set_ref_frame_config for single layer by Marco Paniconi · 5 months ago
  73. 64e0678 Add test for AOM_CODEC_USE_PSNR in all intra mode by Wan-Teh Chang · 5 months ago
  74. e8f688a Remove invalid assertion from mcomp.c by Jingning Han · 5 months ago
  75. 04b91c1 highbd_warp_plane_sve.c: Add an SVE impl for highbd warp affine by George Steed · 6 months ago
  76. 6ef62c7 Remove Arm SVE implementation of aom_highbd_8_mse* by Jonathan Wright · 5 months ago
  77. 7b80275 Assert !src->setjmp in aom_internal_error_copy() by Wan-Teh Chang · 5 months ago
  78. 1f43cf6 Add a test for bug aomedia:3534 by Wan-Teh Chang · 5 months ago
  79. d8969a0 Add a test for bug aomedia:3534 by Wan-Teh Chang · 5 months ago
  80. 4b05dbe rtc-svc: Fix to max-q on scene change for svc by Marco Paniconi · 5 months ago
  81. c7986e6 Remove invalid assertion from mcomp.c by Jingning Han · 5 months ago
  82. 5eeffd7 Simplify conditional expressions by Wan-Teh Chang · 5 months ago
  83. 40d484a Add guard to prevent access to null ptr by Jingning Han · 5 months ago
  84. 125108d cmake: improve ASM compiler config for arm64 macOS by Ruoyu Zhong · 9 months ago
  85. 71ed044 cmake: improve ASM compiler config for arm64 macOS by Ruoyu Zhong · 9 months ago
  86. 8c56649 Simplify conditional expressions by Wan-Teh Chang · 5 months ago
  87. 7a0e650 Add guard to prevent access to null ptr by Jingning Han · 5 months ago
  88. 1b4615e Fix spelling in comment in av1/encoder/encoder.h by Marco Paniconi · 5 months ago
  89. 8cb8ebb av1_cx_iface: make some functions static by James Zern · 5 months ago
  90. 604bfa8 av1_cx_iface.c: add missing include by James Zern · 5 months ago
  91. 48bb94c Revert "remove av1_cx_iface.h" by James Zern · 5 months ago
  92. ce2e55d cmake: improve ASM compiler config for arm64 macOS by Ruoyu Zhong · 9 months ago
  93. 3bb936a Enable av1_cnn_convolve_no_maxpool_padding_valid_neon by Gerda Zsejke More · 5 months ago
  94. 75b8db0 intrapred_neon.c: More perf improvements for z2 predictor by George Steed · 6 months ago
  95. 7f3058e Rename svc frame drop mode to AOM_ by Marco Paniconi · 5 months ago
  96. 16ccdbd Assert intra mode in av1_predict_intra_block() by Wan-Teh Chang · 5 months ago
  97. a578348 highbd_intrapred_neon.c: Fix loop increment in highbd z3 pred by George Steed · 5 months ago
  98. 71ec9b1 Simplify get_intra_edge_filter_type() by Wan-Teh Chang · 5 months ago
  99. 0214d91 [automerger skipped] Update libaom_blocklist.txt to ignore CFI failures on ASM functions am: c53d813007 -s ours by Harish Mahendrakar · 5 months ago
  100. 3d81417 Disable av1_highbd_dr_prediction_z3_neon() by Wan-Teh Chang · 5 months ago