1. d5265b1 Fix Clang -Wunused-but-set-variable warnings by Wan-Teh Chang · 31 hours ago main
  2. a643322 Check it's safe to cast 64bit duration to uint32_t by Wan-Teh Chang · 2 days ago
  3. fc9c858 Revert "Binary size reduction for realtime build" by Marco Paniconi · 2 days ago
  4. f10e098 Add AOM_CODEC_USE_PRESET for aom_codec_enc_init() by Wan-Teh Chang · 4 weeks ago
  5. 8a09cc2 ratectrl.c,cosmetics: fix some typos by James Zern · 2 days ago
  6. 08b07b2 Add more documentation for aom_svc_ref_frame_config by Marco Paniconi · 3 days ago
  7. f3cf370 Binary size reduction for realtime build by Marco Paniconi · 2 weeks ago
  8. 6d875d0 tools_common.sh: add TOOLS_COMMON_DIR variable by James Zern · 3 days ago
  9. dba2aaf Add the experimental feature policy by Wan-Teh Chang · 3 days ago
  10. dfa2b41 av1_c_vs_simd_encode.sh: fix variable dereference by James Zern · 3 days ago
  11. dee70e6 av1_c_vs_simd_encode.sh: fix arm64 source list by James Zern · 4 days ago
  12. 5f48eb3 aom_image.h: add lifetime note for img_data by James Zern · 4 days ago
  13. 6e1ad5a warp_plane_{neon_i8mm,sve}.c: Move add_const into USDOT by George Steed · 9 days ago
  14. 778bc19 rtc: Round framerate for computing max_consec_drop by Marco Paniconi · 8 days ago
  15. 8536402 av1_c_vs_simd_encode.sh: fix missing cpu-used vals for arm by James Zern · 12 days ago
  16. 5fac32a Merge tag 'v3.10.0' into main branch by Wan-Teh Chang · 9 days ago
  17. bcd5f2d Add buffer bounds checks to av1_pack_bitstream() by Wan-Teh Chang · 10 days ago
  18. 78fa6db Remove unneeded casts in av1_write_last_tile_info by Wan-Teh Chang · 9 days ago
  19. 5cbe418 rtc: Fix setting of intra-only frame for set_ref_frame_config by Marco Paniconi · 10 days ago
  20. e736ba8 Remove two unnecessary/incorrect uint32_t casts by Wan-Teh Chang · 10 days ago
  21. c78e883 Do not use a bit writer in av1_write_obu_header() by Wan-Teh Chang · 10 days ago
  22. febe838 cmake: only build threepass.c w/CONFIG_THREE_PASS=1 by James Zern · 1 year, 3 months ago
  23. 599199b Clamp the calculation of sb64_target_rate to INT_MAX by Marco Paniconi · 11 days ago
  24. 20cc3d1 av1_c_vs_simd_encode.sh: add --fresh to cmake call by James Zern · 12 days ago
  25. c2fe6bf Update CHANGELOG with Arm optimizations in v3.10.0 by Wan-Teh Chang · 12 days ago luna v3.10.0 v3.10.0-rc2
  26. f6e03fb Tweaks to VBR rate control based on size by Paul Wilkins · 5 months ago
  27. 62ab181 README.md: add security report note by James Zern · 12 days ago
  28. a4828c1 intrapred_neon.c: add missing const for static tables by James Zern · 12 days ago
  29. a2e1a6c Update CHANGELOG for libaom v3.10.0 by Wan-Teh Chang · 12 days ago v3.10.0-rc1
  30. fc04863 Enable palette for default_extra_cfg for CONFIG_REALTIME_ONLY by Marco Paniconi · 12 days ago
  31. 26e33ee encoder.c: make 2 functions static by James Zern · 2 weeks ago
  32. 9608e8a av1_quantize.c: make 2 functions static by James Zern · 2 weeks ago
  33. 09c26b0 tx_search.c: make av1_uniform_txfm_yrd() static by James Zern · 2 weeks ago
  34. b6cd51f Pass bitstream out buf size to av1_pack_bitstream by Wan-Teh Chang · 2 weeks ago
  35. f901db8 rtc: Adjust threshold on datarate test by Marco Paniconi · 2 weeks ago
  36. 374d2ca rtc: Reduce psnr thresholds in rt tests by Marco Paniconi · 2 weeks ago
  37. 9ed60cc Add macro name as comment for header guard #endif by Wan-Teh Chang · 2 weeks ago
  38. 17dfba0 Add #ifndef header guard to config/aom_version.h by Wan-Teh Chang · 2 weeks ago
  39. 4b8391e rtc: Bugfix for active_maps with sb_size=128 by Marco Paniconi · 3 weeks ago
  40. 7e1785a rtc: Update default_extra_cfg for CONFIG_REALTIME_ONLY by Marco Paniconi · 3 weeks ago
  41. 8e728c0 hash_motion.c: make av1_hash_table_clear_all() static by James Zern · 2 weeks ago
  42. dc6229a resize.c: remove most av1_{highbd,}_resize_frame*() by James Zern · 2 weeks ago
  43. 8906f00 rd.c: remove function w/CONFIG_REALTIME_ONLY=1 by James Zern · 2 weeks ago
  44. 416dbf1 cdef: add missing CONFIG_AV1_HIGHBITDEPTH check by James Zern · 2 weeks ago
  45. 172161d cdef_block.c: make cdef_directions_padded[] static by James Zern · 3 weeks ago
  46. 9d8efc4 Update AUTHORS, CHANGELOG, and version for v3.10.0 by Wan-Teh Chang · 2 weeks ago
  47. 43cb919 don't define SumOfSquaresTest w/CONFIG_REALTIME_ONLY=1 by James Zern · 3 weeks ago
  48. a6f6232 mcomp.c: make several av1_init_*_compensation*() static by James Zern · 3 weeks ago
  49. 00e1fb8 palette.c: make av1_remove_duplicates() static by James Zern · 3 weeks ago
  50. 50cdf43 ratectrl.c: make some functions static by James Zern · 3 weeks ago
  51. d977f75 txb_common.c: make av1_nz_map_ctx_offset_*[] static by James Zern · 3 weeks ago
  52. 6219314 remove aom_ssim_parms_16x16() by James Zern · 3 weeks ago
  53. d231558 rd.c: don't define av1_fill_lr_rates() w/CONFIG_REALTIME_ONLY=1 by James Zern · 3 weeks ago
  54. a5ee6ea encoder.c: make av1_increment_scaled_ref_counts_fpmt() static by James Zern · 3 weeks ago
  55. edd5401 reconinter.c: make av1_modify_neighbor_predictor_for_obmc static by James Zern · 3 weeks ago
  56. b335122 rd.c: remove av1_model_rd_surffit() by James Zern · 3 weeks ago
  57. a24432b cdef.c: add missing CONFIG_AV1_HIGHBITDEPTH check by James Zern · 3 weeks ago
  58. 0f98fd8 remove aom_get_mb_ss() w/CONFIG_REALTIME_ONLY=1 by James Zern · 3 weeks ago
  59. b95c9fd Remove binary_codes_writer.[hc] w/CONFIG_REALTIME_ONLY=1 by James Zern · 3 weeks ago
  60. a733865 partition_strategy.c: make some functions static by James Zern · 3 weeks ago
  61. c1ac9ef rtc: Fix for artifacts for screen with active_maps by Marco Paniconi · 3 weeks ago
  62. 3744267 aq_variance.c: make some fns static w/CONFIG_REALTIME_ONLY=1 by James Zern · 3 weeks ago
  63. 878cc4e aom_dsp.cmake: rm highbd asm w/CONFIG_AV1_HIGHBITDEPTH=0 by James Zern · 3 weeks ago
  64. fa82bed bitwriter_buffer.c: make aom_wb_overwrite_bit() static by James Zern · 3 weeks ago
  65. 8057a57 Change default_extra_cfg to an array by Wan-Teh Chang · 3 weeks ago
  66. feaeb33 Reorder the two default_extra_cfg structs by Wan-Teh Chang · 3 weeks ago
  67. 35c90ab rtc: Bugfix for active_maps with sb_size=128 by Marco Paniconi · 3 weeks ago
  68. 68bc713 remove aom_dist_wtd_comp_avg_upsampled_pred*() by James Zern · 3 weeks ago
  69. 02f67ff binary_codes_writer.c: make some functions static by James Zern · 3 weeks ago
  70. 9c7f28d binary_codes_reader.c: make 2 functions static by James Zern · 3 weeks ago
  71. 132707a remove masked_sad*x4d*() by James Zern · 3 weeks ago
  72. 93a76ca yv12extend.c: remove 2 unused functions by James Zern · 3 weeks ago
  73. 0d5ebd4 remove aom_convolve8() from rtcd by James Zern · 3 weeks ago
  74. 76316d4 remove redundant `&& __GNUC__` preproc check by James Zern · 3 weeks ago
  75. 778f07b intra_mode_search.c: make prune_intra_y_mode() static by James Zern · 3 weeks ago
  76. c7ff908 encodemb.c: make some globals static by James Zern · 3 weeks ago
  77. a1ac379 pass2_strategy.c: make some tables static by James Zern · 3 weeks ago
  78. 8ae33b7 cdef_block_avx2.c: make shuffle_reg_256bit[] static by James Zern · 3 weeks ago
  79. 39f84da cpu_used_firstpass_test.cc: Include gtest/gtest.h by Wan-Teh Chang · 3 weeks ago
  80. 7230cd8 move av1_fdwt8x8_uint8_input_c to rtcd by James Zern · 4 weeks ago
  81. f570a1c Add Neon USMMLA impl. for 6-tap dist_wtd_convolve_x_dist_wtd_avg by Jonathan Wright · 4 weeks ago
  82. 369781b Add Arm Neon USMMLA impl. for 6-tap dist_wtd_convolve_x_avg by Jonathan Wright · 4 weeks ago
  83. 01844f7 Add Arm Neon USMMLA impl. for 6-tap non-avg dist_wtd_convolve_x by Jonathan Wright · 4 weeks ago
  84. b0f8fec remove aom_scale.[ch] & gen_scalers.c by James Zern · 4 weeks ago
  85. 83f00dc mcomp.c: remove av1_get_mvpred_compound_var() by James Zern · 4 weeks ago
  86. c98f2f0 remove av1_get_hier_tpl_rdmult() by James Zern · 4 weeks ago
  87. 4fc16d1 temporal_filter.c: make av1_get_q() static by James Zern · 4 weeks ago
  88. 911a06d ratectrl.c: make some functions static by James Zern · 4 weeks ago
  89. 826bc39 picklpf.c: make av1_get_max_filter_level() static by James Zern · 4 weeks ago
  90. 41f75d1 motion_search_facade.c: make a function static by James Zern · 4 weeks ago
  91. 6e1ce4b level.c: make some functions static by James Zern · 4 weeks ago
  92. fff567c interp_search.c: make av1_find_interp_filter_match() static by James Zern · 4 weeks ago
  93. 658900e external_partition.c: make av1_ext_part_init() static by James Zern · 4 weeks ago
  94. 9b8fa91 ethread.c: make av1_compute_num_enc_workers() static by James Zern · 4 weeks ago
  95. 0cbf911 encodemb.c: make av1_encode_block_intra() static by James Zern · 4 weeks ago
  96. 648ff2d aq_cyclicrefresh.c: make av1_cyclic_refresh_reset_resize() static by James Zern · 4 weeks ago
  97. f46501b restoration.c: make av1_foreach_rest_unit_in_plane() static by James Zern · 4 weeks ago
  98. acae43e av1_loopfilter.c: make av1_get_filter_level() static by James Zern · 4 weeks ago
  99. 4a0eca4 make aom_sse_to_psnr() static w/CONFIG_INTERNAL_STATS=0 by James Zern · 4 weeks ago
  100. 131c3d5 allintra_end_to_end_test: mark some tests as 'Large' by James Zern · 3 weeks ago