1. 690c9ea examples.sh exclude low_complexity_mode_test w/realtime-only by James Zern · 6 hours ago main
  2. 892f15a Add tune=ssimulacra2 improvements to the CHANGELOG by Julio Barba · 10 hours ago
  3. a27d804 googletest/README.libaom: fix path to LICENSE by James Zern · 4 days ago
  4. 3c18637 Prune evaluation of inter modes w.r.t LAST2_FRAME by apurve · 12 days ago
  5. c3315ee Add low-complexity decode mode test by Yunqing Wang · 12 days ago
  6. b9bd708 tune=ssimulacra2 efficiency tweaks by Julio Barba · 3 weeks ago
  7. f88cd6c Check fread return value in datarate_test.cc by Takuto Ikuta · 6 days ago
  8. 4e08926 googletest/README.libaom: update 'Revision' by James Zern · 5 days ago
  9. 005d781 RC: calc tpl stats for gop starting with leaf by Jerome Jiang · 6 days ago
  10. 48e0962 AOM_CHECK_MEM_ERROR: add an assert for a valid jmp target by James Zern · 2 years, 4 months ago
  11. 5136173 Fix --enable-ab-partitions=0 by Hui Su · 7 days ago
  12. 0a996fc ratectrl_rtc: add missing setjmp's by James Zern · 12 days ago
  13. 9bfd525 *README.libaom: add 'Version' field by James Zern · 8 days ago
  14. 82b5407 Tune sf 'alt_ref_search_fp' by Anusuya · 8 days ago
  15. 37b2db4 rc: add sb size to rc params by Jerome Jiang · 11 days ago
  16. bf7075b Refactor and speed up av1_optimize_txb() by Diksha Singh · 2 weeks ago
  17. d4feaa4 Add SDR_Sports_6mug_608p_30fps_90f.yuv to testdata by Yunqing Wang · 11 days ago
  18. 4018d3b **README.libaom: prefer 'Revision' over 'Version' by James Zern · 13 days ago
  19. 2ee6ab4 av1_cx_iface: add (ENABLE|DISABLE)_SETJMP macros by James Zern · 13 days ago
  20. 7c39518 ctrl_set_svc_params: add missing setjmp by James Zern · 13 days ago
  21. 4784907 encoder_set_config: add missing setjmp by James Zern · 13 days ago
  22. 557586f SVT-AV1/README.libaom: set 'Shipped in Chromium: no' by James Zern · 2 weeks ago
  23. e4dce25 av1_convolve_test: correct time units in output by James Zern · 2 weeks ago
  24. bb0be28 Disable sf 'auto_max_partition_based_on_simple_motion' by Mudassir Galagnath · 3 weeks ago
  25. b8dba4e Disable sf 'disable_smooth_intra' for speed>=2 by Mudassir Galagnath · 3 weeks ago
  26. 29e0f9f Enable SGR filter at speed 5,6 by Bhaskarabhatla V S K S Yaswanth Sastry · 3 weeks ago
  27. 84ace9a Enable sf 'weight_calc_level_in_tf' in speed 4 by Anusuya · 3 weeks ago
  28. 6287954 x86: enable SSE4.2 in x86_simd_caps by Diksha Singh · 4 weeks ago
  29. 5909d9a Enable sf 'disable_dual_filter' for speed 0 and 1 by Mudassir Galagnath · 3 weeks ago
  30. b6c9442 Adding Update Mechanism for libaom deps by Jordan · 4 weeks ago
  31. 40f676a Improve sf 'fast_intra_tx_type_search' by Anusuya · 4 weeks ago
  32. f3129fb ext rc: assign sb_params_list without condition by Jerome Jiang · 4 weeks ago
  33. f0160a1 Adjust gop decision for realtime lookahead mode by Marco Paniconi · 4 weeks ago
  34. bfc6c4a rtc: Re-enable speed feature for speed 6. by Marco Paniconi · 4 weeks ago
  35. ca6eb13 Tune sf 'use_bsize_dependent_search_method' for speed 6 by Satheesh Kumar · 4 weeks ago
  36. 99b20f5 ext rc: implement delta q by Jerome Jiang · 4 weeks ago
  37. eccd1f2 Allow realtime lookahead mode for CBR by Marco Paniconi · 4 weeks ago
  38. 8cbde56 Extend few inter sfs from speed 2 to 1 by apurve · 4 weeks ago
  39. c2581a4 ext rc: fix arf_src_offset by Jerome Jiang · 4 weeks ago
  40. 08abf20 ext rc: set frames_since_key for key frame by Jerome Jiang · 5 weeks ago
  41. 07ab372 Clear a first pass motion search corner case by James Zern · 5 weeks ago
  42. dddb38c Allow inspect to get number of decoded bits per superblock by Cheng Chen · 5 weeks ago
  43. da5bd13 Disable sf 'full_pixel_search_level' for speed>=4 by Deepa K G · 5 weeks ago
  44. 3044325 ext rc: make ref idx 0 if it's -1 by Jerome Jiang · 5 weeks ago
  45. 26888f3 Only allocate related tpl stats when using ext rc by Jerome Jiang · 5 weeks ago
  46. 4953015 ext rc: fix gop decision indices & show_frame by Jerome Jiang · 5 weeks ago
  47. 2d3d8af Fix problem with 203 dir intra for uv component in tpl by Bohan · 5 weeks ago
  48. a401af0 Fix problem with compound mode TPL by Bohan · 6 weeks ago
  49. 4e7fea9 Use AOMMIN instead of clamp by Yunqing Wang · 5 weeks ago
  50. 461ead5 ext rc: override ref frame map with ext rc by Jerome Jiang · 5 weeks ago
  51. 41ec4a0 Disable sf 'full_pixel_search_level' for speed 3 by Bhaskarabhatla V S K S Yaswanth Sastry · 5 weeks ago
  52. 9d90413 Modify lag_in_frames slightly for better coding performance by Yunqing Wang · 5 weeks ago
  53. 242f885 Optimize Neon HBD sad and sad_skip implementation by Alex Davicenko · 5 weeks ago
  54. 11f9368 aom_{encod,decod}er.h: clarify aom_codec_*_init_ver comment by James Zern · 5 weeks ago
  55. 7b5f74c The unit of buffer size is bits, not bits/s by Wan-Teh Chang · 5 weeks ago
  56. 1f9bfc6 av1/decoder/obu.c: don't fail on undefined levels by Wan-Teh Chang · 5 weeks ago
  57. d6f220c Add Neon I8MM implementation av1_filter_intra_predictor by Gerda Zsejke More · 3 months ago
  58. 213df2a Avoid unaligned load in av1_filter_intra_predictor_neon by Gerda Zsejke More · 6 weeks ago
  59. e3d6ba6 Add test for profile 2 444 12 bit. by Marco Paniconi · 6 weeks ago
  60. 8785cbc Ext RC: Only advance GOP on second define_gf_group by Jerome Jiang · 6 weeks ago
  61. aca9d9d Enable to use reduce_wiener_window_size for luma by Yunqing Wang · 6 weeks ago
  62. 4eb5407 Init max idx to find next unmapped ref buf to -1 by Jerome Jiang · 6 weeks ago
  63. 7c99824 av1_lowbd_inv_txfm2d_add_avx2: default case only by Wan-Teh Chang · 6 weeks ago
  64. a1d24ba Source content analysis for one_pass_rt_lag encoding by Marco Paniconi · 9 weeks ago
  65. e1c00a2 Include <assert.h> in av1/av1_cx_iface.c by Wan-Teh Chang · 6 weeks ago
  66. 28b6ffe av1_receive_raw_frame: move error checks up by James Zern · 6 weeks ago
  67. 1a6f317 CMake check for pthread_setname_np by Darryl Pogue · 6 weeks ago
  68. 752d4a9 Better error reporting in read_sequence_header_obu by Wan-Teh Chang · 6 weeks ago
  69. 6269d40 Remove the if and else in update_gf_group_index() by Wan-Teh Chang · 6 weeks ago
  70. 78f5853 Revert "Add Neon I8MM implementation av1_filter_intra_predictor" by Cheng Chen · 7 weeks ago
  71. 0dfe179 lc-dec: Bias against rd cost of obmc motion mode by Anusuya · 9 weeks ago
  72. 36d919c ctrl_set_svc_params: add missing setjmp by James Zern · 9 weeks ago
  73. 24c7d3c Output decoder component timing information by Yunqing Wang · 9 weeks ago
  74. 9f39edc Add Neon I8MM implementation av1_filter_intra_predictor by Gerda Zsejke More · 3 months ago
  75. 3c9fabb highbd_convolve8_sve.h: fix include guard by James Zern · 9 weeks ago
  76. c046d2e Fix to nightly failures for one_pass_rt_lag encoding by Marco Paniconi · 9 weeks ago
  77. 26a7d8d rtc: Adjust psnr to fix nightly rt test failures by Marco Paniconi · 9 weeks ago
  78. bf9db06 Add a range check for cpi->gf_frame_index by Yunqing Wang · 9 weeks ago
  79. 9fb4091 Refactor one_pass_rt_lag encoding mode by Marco Paniconi · 9 weeks ago
  80. 3e925fd Additional logging and disable speed feature for b:457951958 by Marco Paniconi · 9 weeks ago
  81. 2178cf9 Fix array-bounds crash in encoder_encode by Yunqing Wang · 9 weeks ago
  82. 891a7d4 Tune sf disable_loop_restoration_luma for speed >= 4 by Satheesh Kumar · 9 weeks ago
  83. 848c6f6 Optimize Neon HBD sadx4d and sad_skipx4d functions by Gerda Zsejke More · 3 months ago
  84. 13e3b51 Optimize Neon HBD sadx3d functions by Gerda Zsejke More · 3 months ago
  85. 1649e6c Optimize Neon HBD sad_avg functions by Gerda Zsejke More · 3 months ago
  86. 6f29cbd Optimize Neon HBD sad and sad_skip functions by Gerda Zsejke More · 3 months ago
  87. ce07b41 Optimize Armv8.0 Neon impl of filter_intra_predictor_neon by Gerda Zsejke More · 3 months ago
  88. 17dcff4 v256_intrinsics_c.h: add missing stdbool.h include by James Zern · 10 weeks ago
  89. d0b1bd0 Fix standard bitdepth-only builds by Li Zhang · 10 weeks ago
  90. a56d6cb Assert cpi->existing_fb_idx_to_show is valid index by Wan-Teh Chang · 10 weeks ago
  91. 8b67dd8 Adaptive CDEF: do not apply to chroma in CDEF_PICK_FROM_Q mode by Julio Barba · 10 weeks ago
  92. 73c9915 Fix to nightly interger sanitizer test by Marco Paniconi · 10 weeks ago
  93. 830b6e0 Disable two speed features for is_one_pass_rt_lag by Marco Paniconi · 10 weeks ago
  94. b66edea Realtime mode with lookahead for 1 pass by Marco Paniconi · 3 months ago
  95. cc9302f Set qp values for arf generation by Jingning Han · 2 months ago
  96. 65f9131 Revert "Fix build with temporal denoising enabled" by Jerome Jiang · 2 months ago
  97. aec522e Move experimental code under compiler flag by Jingning Han · 3 months ago
  98. e07d47b Fix build with temporal denoising enabled by Jerome Jiang · 2 months ago
  99. f97f82f Fix compiler warnings by Jingning Han · 2 months ago
  100. b13aa87 Fix to clang tidy warning by Marco Paniconi · 2 months ago