1. c00aec9 fwd_txfm_neon.c: Remove unused aom_fdct8x8_1_neon by George Steed · 1 year, 2 months ago
  2. a3ad84f av1_fwd_txfm2d_neon.c: Use switch for small square problem sizes by George Steed · 1 year, 2 months ago
  3. eee6faf Optimize Neon implementation of cdef filter functions by Salome Thirot · 1 year, 2 months ago
  4. 35e55fe Add specific path for horizontal dirs in cdef_find_dir_neon by Salome Thirot · 1 year, 3 months ago
  5. d33d4e4 Simplify cost computation in cdef_find_dir_neon by Salome Thirot · 1 year, 3 months ago
  6. 9763619 Replace 64-bit shifts with vextq in cdef_find_dir_neon by Salome Thirot · 1 year, 3 months ago
  7. 1e4ddc9 Initialize mt_exit flags unconditionally by Mudassir Galaganath · 1 year, 2 months ago
  8. 14b0756 Remove unnecessary helpers in Neon HBD MSE functions by Salome Thirot · 1 year, 2 months ago
  9. 7880316 Use existing reduction function in cdef_find_dir_neon by Salome Thirot · 1 year, 3 months ago
  10. d738dcf Simplify finding final direction in cdef_find_dir_neon by Salome Thirot · 1 year, 3 months ago
  11. bf894da psnr.h,cosmetics: fix a typo (PNSR -> PSNR) by James Zern · 1 year, 2 months ago
  12. b48c621 rtc-screen: Enable estimate_motion_part for svc by Marco Paniconi · 1 year, 2 months ago
  13. c43795c rtc: Add optimized scaler for 2:1 horiz only for Bilinear by Marco Paniconi · 1 year, 3 months ago
  14. fbed8ec Cosmetic: Remove extra parentheses by Wan-Teh Chang · 1 year, 2 months ago
  15. 0eaa00b rtc: Allow for single spatial layer with lower resoln by Marco Paniconi · 1 year, 2 months ago
  16. 189c74d Optimize the implementation of av1_cnn_activate_c() by Neha Mary Thomas · 1 year, 2 months ago
  17. 5be41ae Tests kf_max_dist in one-pass zero-lag encoding by Wan-Teh Chang · 1 year, 2 months ago
  18. 29a1f02 Improve error message in init_rate_histogram() by Satheesh Kumar · 1 year, 2 months ago
  19. 133605a Fix the condition to call av1_set_vert_loop_filter_done() by Mudassir Galaganath · 1 year, 3 months ago
  20. 57a8fff Bug fixes to only use rec_sse in CBR mode. by Lin Zheng · 1 year, 2 months ago
  21. c252be2 fix void param declarations & prototypes by James Zern · 1 year, 2 months ago
  22. 7116515 cdef_copy_rect8_8bit_to_16bit_neon: normalize loop condition by James Zern · 1 year, 2 months ago
  23. de5cac8 Add missing allocation checks in init_rate_histogram() by Satheesh Kumar · 1 year, 2 months ago
  24. 63caf2e test/examples.sh: restore working directory b/w tests by James Zern · 1 year, 2 months ago
  25. 541e13d Modify final refinement step in disflow by Rachel Barker · 1 year, 2 months ago
  26. 9bdcaa9 rtc: Set non_reference_frame flag off on key frames. by Marco Paniconi · 1 year, 2 months ago
  27. d7a2cec cdef_block_neon: fix cdef_copy_rect8* by James Zern · 1 year, 2 months ago
  28. e95bcdf rtc: Disable rtc_tf for super-res mode by Marco Paniconi · 1 year, 2 months ago
  29. 94fe92f Merge tag 'v3.7.1' into HEAD by Wan-Teh Chang · 1 year, 2 months ago
  30. 5d79863 Remove Neon backend of architecture agnostic intrinsics layer by Salome Thirot · 1 year, 3 months ago
  31. 3c9bbf8 Add explicit Neon implementation of cdef_copy_rect8 functions by Salome Thirot · 1 year, 2 months ago
  32. 0b47770 Amend cdef_copy_rect test suites by Salome Thirot · 1 year, 2 months ago
  33. 42db6b4 Add longjmp targets in update_extra_cfg() by Mudassir Galaganath · 1 year, 2 months ago
  34. 690762d Move the initialization of mb_wiener_mt_exit flag by Mudassir Galaganath · 1 year, 2 months ago
  35. aca3875 Update CHANGELOG and CMakeLists.txt for v3.7.1 by Wan-Teh Chang · 1 year, 2 months ago v3.7.1 v3.7.1-rc1
  36. 07ffa9c Fix Clang 18.0.0 -Wunreachable-code warnings by Wan-Teh Chang · 1 year, 6 months ago
  37. bdb6a13 Move assertion earlier in av1_single_motion_search by Wan-Teh Chang · 1 year, 5 months ago
  38. e845a86 Modify c vs SIMD test by Yunqing Wang · 1 year, 2 months ago
  39. 24467e8 Initialize multi-thread workers by Cheng Chen · 1 year, 4 months ago
  40. 8b9ea45 Add more unit tests for frame size change and multi-threads by Cheng Chen · 1 year, 3 months ago
  41. 5caacff98 Exclude two tests for realtime only build by Cheng Chen · 1 year, 3 months ago
  42. 7ae7bef Resolve issue 3491 by Cheng Chen · 1 year, 4 months ago
  43. 7c6bf90 More frame size unit tests by Cheng Chen · 1 year, 3 months ago
  44. c4819e7 Unit test for invalid resolution changes by Cheng Chen · 1 year, 3 months ago
  45. 776fdd8 rtc: Allow for using golden reference in superres mode by Marco Paniconi · 1 year, 3 months ago
  46. aea4a5c rtc: More aggressive color_sen for screen high motion by Marco Paniconi · 1 year, 2 months ago
  47. acf62fe add/fix rtcd includes (x86) by James Zern · 1 year, 2 months ago
  48. b3e66b3 Add error propagation framework for av1_calc_mb_wiener_var_mt by Remya Prakasan · 1 year, 3 months ago
  49. 03976dc Remove unnecessary clamping in warp filter by Rachel Barker · 1 year, 2 months ago
  50. 0bc6efc Fix cdef_copy_rect8 test suites by Salome Thirot · 1 year, 2 months ago
  51. 82772b3 rtc: Avoid scaling last_source by Marco Paniconi · 1 year, 2 months ago
  52. 32461d2 Modify av1_c_vs_simd_enc_test script by Yunqing Wang · 1 year, 4 months ago
  53. af3d2a7 Define AOM_USAGE_* macros as unsigned constants by Wan-Teh Chang · 1 year, 2 months ago
  54. 70f3738 Handle allocation failure in sgr SIMD functions by Satheesh Kumar · 1 year, 3 months ago
  55. f0e7869 RC: Support screen content by Jerome Jiang · 1 year, 2 months ago
  56. e287ada Optimize HBD Neon vertical Wiener convolve for 5-tap filters by Jonathan Wright · 1 year, 3 months ago
  57. 9409a2b Optimize HBD Neon horizontal Wiener convolve for 5-tap filters by Jonathan Wright · 1 year, 3 months ago
  58. 1b1ad7a Specialize HBD Neon Wiener convolution vert. pass by bitdepth by Jonathan Wright · 1 year, 3 months ago
  59. d77f719 Specialize HBD Neon Wiener convolution horiz. pass by bitdepth by Jonathan Wright · 1 year, 3 months ago
  60. 6a60cee Refactor and optimize HBD Neon Wiener convolution by Jonathan Wright · 1 year, 3 months ago
  61. de8acc1 Improve documentation of AV1LrPickStruct structure by Satheesh Kumar · 1 year, 3 months ago
  62. ba5342d Facilitate deallocation of rusi and dgd_avg buffers by Satheesh Kumar · 1 year, 3 months ago
  63. 4783bb8 Refactor memory alloc/dealloc of mb_wiener_var buffers by Remya Prakasan · 1 year, 3 months ago
  64. 68556fa rtc Fix to scaled_ref in variance partitioning by Marco Paniconi · 1 year, 3 months ago
  65. 33b6de7 Use SAD for global motion error metric by Rachel Barker · 1 year, 3 months ago
  66. 7e1dfee Add Neon implementation for av1_highbd_calc_frame_error by Gerda Zsejke More · 1 year, 3 months ago
  67. af99a80 Add Neon implementation for av1_calc_frame_error by Gerda Zsejke More · 1 year, 3 months ago
  68. 522e042 Add missing allocation checks in realloc_frame_buffer_aligned by Satheesh Kumar · 1 year, 3 months ago
  69. 23f023c Restore xd->error_info of main thread back to cm->error by Mudassir Galaganath · 1 year, 3 months ago
  70. 4b50c28 Add early termination checks to skip global motion by Mudassir Galaganath · 1 year, 3 months ago
  71. de5a5ac Delete extra spaces in function parameter strings by Wan-Teh Chang · 1 year, 3 months ago
  72. 116d912 Change AV1E_SET_MAX_CONSEC_FRAME_DROP_CBR to int by Wan-Teh Chang · 1 year, 3 months ago
  73. 6a1d482 Fix a misspelling of "maximum" by Wan-Teh Chang · 1 year, 3 months ago
  74. cf016eb Optimize Neon vertical Wiener convolve for 5-tap filters by Jonathan Wright · 1 year, 3 months ago
  75. e6381a6 Optimize Neon horizontal Wiener convolve for 5-tap filters by Jonathan Wright · 1 year, 3 months ago
  76. 159d21e Add Wiener convolution test coverage for 5-tap filters by Jonathan Wright · 1 year, 3 months ago
  77. a93cc56 Refactor and optimize av1_wiener_convolve_add_src_neon by Gerda Zsejke More · 1 year, 4 months ago
  78. 7b5f665 Impose a maximum frame area of 2^30 by Wan-Teh Chang · 1 year, 3 months ago
  79. e580ebb cdef_block_neon.c: Make constrain16 adjdamp parameter signed by George Steed · 1 year, 3 months ago
  80. 0b64ead Remove partial vector loads from mem_neon.h by George Steed · 1 year, 3 months ago
  81. c2aef36 highbd_pickrst_neon.c: implicit conversion fix by Arpad Panyik · 1 year, 3 months ago
  82. eeb034c Remove unused UNINITIALIZED_IS_SAFE macro by George Steed · 1 year, 3 months ago
  83. 65b37fe loopfilter_neon.c: Avoid UNINITIALIZED_IS_SAFE by George Steed · 1 year, 3 months ago
  84. ff2d31e intrapred_neon.c: Avoid UNINITIALIZED_IS_SAFE by George Steed · 1 year, 3 months ago
  85. e1e6670 fwd_txfm_neon.c: Avoid tran_high_t->int32_t narrowing warnings by George Steed · 1 year, 3 months ago
  86. d0f3147 Multiply width by height using the int64_t type by Wan-Teh Chang · 1 year, 3 months ago
  87. e645ba3 Impose a smaller maximum frame dimension of 32768 by Wan-Teh Chang · 1 year, 3 months ago
  88. 7f5f6b9 Rename function parameter nworkers to num_workers by Wan-Teh Chang · 1 year, 3 months ago
  89. 245d30e Assert valid index for lr_row_sync.lrworkerdata by Wan-Teh Chang · 1 year, 3 months ago
  90. 67e3194 cdef_test: fix uninitiated test failures by James Zern · 1 year, 3 months ago
  91. 7392dca Add test suite for cdef_copy_rect8 functions by Salome Thirot · 1 year, 3 months ago
  92. 27aa1bc Add explicit Neon implementation of cdef_filter functions by Salome Thirot · 1 year, 3 months ago
  93. b694f04 rtc: Add frame-dropper support to external RTC RC by Marco Paniconi · 1 year, 3 months ago
  94. 693e33c add i686-linux-gcc.cmake by James Zern · 1 year, 3 months ago
  95. e072c6f Fix macros in cdef_find_dir_neon by Salome Thirot · 1 year, 3 months ago
  96. 5309928 Add WienerConvolveParams with round_0 and round_1 by Wan-Teh Chang · 1 year, 3 months ago
  97. 5a277b2 Fix loop restoration allocs in encoder by Rachel Barker · 1 year, 3 months ago
  98. 5c46a34 rtc: Allow for constraining consecutive frame drops by Marco Paniconi · 1 year, 3 months ago
  99. 7a4901e Add pointer to RD_STATS in MACROBLOCK structure by Satheesh Kumar · 1 year, 3 months ago
  100. c65670f6 Improve loop restoration size selection by Rachel Barker · 1 year, 3 months ago