1. b63f30b Move common code in aom_upsampled_pred_c/neon/sse2 by Wan-Teh Chang · 6 days ago main
  2. 1791161 Merge tag 'v3.13.3' into main by Wan-Teh Chang · 3 hours ago
  3. 395efd1 av1_nonrd_pick_inter_mode_sb: normalize ref frame check by James Zern · 20 hours ago
  4. f21c2d8 Prune the evaluation of inter transform split by Ranjit Kumar Tulabandu · 9 days ago
  5. c61e958 Change cm back to const in combined_motion_search by Wan-Teh Chang · 22 hours ago
  6. 931ecb0 RC: Use QP from RC for TPL by Jerome Jiang · 21 hours ago
  7. ffef1a8 Update description of commit 4cc0867f in Bug Fixes by Wan-Teh Chang · 25 hours ago
  8. f5d16c2 Extend the sf that skips compound modes to speed=1 by Ranjit Kumar Tulabandu · 10 days ago
  9. 701387b Tweak the gf_length decision by Lin Zheng · 3 days ago
  10. 92d4c37 Update CHANGELOG and CMakeLists.txt for v3.13.3 by Wan-Teh Chang · 31 hours ago opaline v3.13.3
  11. cb3cfa1 Add test for comp mask pred crash fix by Julio Barba · 2 weeks ago
  12. b655445 Add a shorts 1080p test data by Yunqing Wang · 5 months ago
  13. 1ee3843 Enable Clang's -Wc23-extensions warning by Wan-Teh Chang · 2 days ago
  14. 61e2b5b Spelling fix: change "an" to "a" by Wan-Teh Chang · 2 days ago
  15. e19bda0 RC: skip shortern GF when using ext RC by Jerome Jiang · 2 days ago
  16. bcb5415 Fix unitialized variable in nonrd_pickmode by Marco Paniconi · 2 days ago
  17. 47500a1 Convert some assert() to static_assert() by Wan-Teh Chang · 3 days ago
  18. 9856078 Add valuable tune IQ info to `adjust_rdcost()` by Julio Barba · 3 days ago
  19. a047955 Set force_mv_inter_layer earlier in skip_inter_mode by Marco Paniconi · 4 days ago
  20. d108e33 Enable the ISO C11 standard by Wan-Teh Chang · 4 days ago
  21. 98ac574 Arm: Improve av1_apply_temporal_filter by Li Zhang · 4 days ago
  22. bd15da9 Arm: Enable Neon and Neon Dotprod for av1_apply_temporal_filter by Li Zhang · 4 days ago
  23. 2aee85f Fix apply_temporal_filter unit test by Li Zhang · 4 days ago
  24. 6233c5c Extend sf 'weight_calc_level_in_tf' to speed 3 by Diksha Singh · 4 days ago
  25. 1d8b113 Fix the calculation of known_rd by Ranjit Kumar Tulabandu · 6 days ago
  26. bdd1dc5 Frame scaling loop restoration crash fix by Julio Barba · 2 weeks ago
  27. 6275554 Frame scaling comp mask pred crash fix by Julio Barba · 2 weeks ago
  28. dc0b27c Update CHANGELOG with more changes by Julio Barba · 6 days ago
  29. 1257c12 use unaligned load for av1_convolve_*_avx2 by Jerome Jiang · 7 days ago
  30. f2449c9 Add support for more color spaces by Frank Galligan · 8 days ago
  31. 8be279a Revert "av1/decoder/obu.c: don't fail on undefined levels" by Wan-Teh Chang · 6 days ago
  32. e6330f8 remove third_party/SVT-AV1 by James Zern · 7 days ago
  33. 4369bd1 av1_nonrd_pick_inter_mode_sb: add missing ref_frame_flags check by James Zern · 6 days ago
  34. fcd257b Enable SIMD of av1_apply_temporal_filter() for 422 format by Rohan Baid · 9 days ago
  35. 27c9ea0 Revert "Prune the evaluation of inter transform split" by James Zern · 8 days ago
  36. 56a172d Enable AVX2 and SSE2 for av1_highbd_apply_temporal_filter() by Rohan Baid · 14 days ago
  37. 2225df7 Fix typo in matrix_coefficients_enum by Frank Galligan · 8 days ago
  38. fa7d89e Optimize diamond_search_sad by Yunqing Wang · 9 days ago
  39. fe78ff9 encode_api_test.cc: fix Visual Studio warnings by James Zern · 9 days ago
  40. 1aec28d Update CHANGELOG with new features and bug fixes by Julio Barba · 9 days ago
  41. 76fe151 Prune the evaluation of inter transform split by Ranjit Kumar Tulabandu · 9 days ago
  42. d58711f Extend sf 'prune_single_ref' to speed 2 by Diksha Singh · 11 days ago
  43. de575da aom_image: remove support for AOM{YV12,I420} by James Zern · 2 weeks ago
  44. 66fcddb aom_image,img_alloc_helper: verify aom_img_fmt_t by James Zern · 2 weeks ago
  45. a749f28 av1 encoder: reject unequal UV strides by James Zern · 3 weeks ago
  46. e7837ad Optimize tune IQ/SSIMULACRA2 for realtime mode by Julio Barba · 11 days ago
  47. c7f11d7 Update to GoogleTest 1.17.0 by Wan-Teh Chang · 3 weeks ago
  48. 0d9cc74 Allow patch files to have trailing spaces by Wan-Teh Chang · 10 days ago
  49. 061c666 Scenecut improvement for crossfade by Lin Zheng · 2 weeks ago
  50. 446d160 Skip the evaluation of compound modes by Ranjit Kumar Tulabandu · 14 days ago
  51. f3dddeb Fix conditional jump based on uninitialised value by Wan-Teh Chang · 14 days ago
  52. 9dafbe3 Improve handle_inter_mode() comments by Wan-Teh Chang · 13 days ago
  53. 5211d13 Remove the rd_stats parameter from two functions by Wan-Teh Chang · 13 days ago
  54. f9533e4 Add test for comp mask pred crash fix by Julio Barba · 2 weeks ago
  55. 4cc0867 Frame scaling loop restoration crash fix by Julio Barba · 2 weeks ago
  56. 22e1f16 Always allow second ARF temporal filtering by Yunqing Wang · 2 weeks ago
  57. a0028e9 Merge tag 'v3.13.2' into main by Wan-Teh Chang · 2 weeks ago
  58. 04d4ac9 Extend tune IQ/SSIMULACRA2 to inter-frame encoding modes by Julio Barba · 5 weeks ago
  59. 83225dd Revert "Frame scaling loop restoration crash fix" by Wan-Teh Chang · 2 weeks ago
  60. 74aaa1e Frame scaling comp mask pred crash fix by Julio Barba · 2 weeks ago
  61. 1c03b6d Frame scaling loop restoration crash fix by Julio Barba · 2 weeks ago
  62. 4265e4a Optimize tune IQ and SSIMULACRA2 for inter-frame encoding by Julio Barba · 3 weeks ago
  63. 4a29b01 Fix tpl stored ref frame indices by Bohan · 2 weeks ago
  64. 7ae03d8 RC: Add flag indicating whether to use delta q by Jerome Jiang · 2 weeks ago
  65. ad36788 RC: Use update_ref_idx when ext rc is used by Jerome Jiang · 2 weeks ago
  66. ad44980 Update CHANGELOG for v3.13.2 by Wan-Teh Chang · 2 weeks ago v3.13.2 v3.13.2-rc1
  67. 26f9a41 Refactor the initialization of accumulate_stats_stage by Lin Zheng · 2 weeks ago
  68. 24ab1dd enc: always alloc tile data w/tile count change by James Zern · 4 weeks ago
  69. e53950b encode_api_test: add test coverage for issue 487259772 by James Zern · 4 weeks ago
  70. 61fc25e Use enc_row_mt->allocated_tile_cols/rows correctly by Wan-Teh Chang · 4 weeks ago
  71. 399a954 Refactor and cleanup convolve AVX2 intrinsic by Satheesh Kumar · 2 weeks ago
  72. 34f2519 Allocate original source buffer for psnr correctly by Wan-Teh Chang · 3 weeks ago
  73. 3c27200 Use crop dimensions for extension calculation by Jerome Jiang · 6 weeks ago
  74. 77f51c6 Extend sf 'prune_single_ref' to speed 3, 4 by Diksha Singh · 3 weeks ago
  75. 9300ad6 Fix sf 'reuse_compound_type_decision' by Deepa K G · 3 weeks ago
  76. ec5267a Fix int16_t overflow in CDEF search for frames > 32768 pixels by James Zern · 4 weeks ago
  77. 82d69d8 Make "--enable-overlay" encoder flag work by Yunqing Wang · 3 weeks ago
  78. 7374177 Enable AVX2 and SSE2 for av1_apply_temporal_filter() by Diksha Singh · 3 weeks ago
  79. c501b07 Improve av1_convolve_y_sr_general_avx2() by Satheesh Kumar · 3 weeks ago
  80. 2e87bb9 Fix width/height confusion in av1_first_pass_row() by Wan-Teh Chang · 3 weeks ago
  81. 14f879a Update CHANGELOG and CMakeLists.txt for v3.13.2 by Wan-Teh Chang · 2 weeks ago
  82. 935aaa9 Fix data race issue in FrameParallelThreadEncodeTest by Lin Zheng · 3 weeks ago
  83. b801271 Correct comment typo: recont_uvoffset has extra t by Wan-Teh Chang · 3 weeks ago
  84. 0d3618b Use scale_factors for GOLDEN_FRAME & ALTREF_FRAME by Wan-Teh Chang · 3 weeks ago
  85. c7bc020 Revert 0c15af0 and fix svc multi-layer test failures by Lin Zheng · 3 weeks ago
  86. f1fab9f av1_cx_iface.c: move #if outside of macro by James Zern · 3 weeks ago
  87. bf26f32 Enhance low-complexity test by Yunqing Wang · 3 weeks ago
  88. 0c15af0 Gate the VBR changes in 2fed9c3 only when CONFIG_REALTIME_ONLY=0 by Lin Zheng · 3 weeks ago
  89. fb36c20 rtc: Disable speed feature use_rtc_tf for spatial layers by Marco Paniconi · 3 weeks ago
  90. e54b560 Gate the VBR changes in 2fed9c3 only when mode!=REALTIME by Lin Zheng · 3 weeks ago
  91. 3a3a9ef lc-dec: Enable low-complexity decode mode for hdres by Narayan · 4 weeks ago
  92. 0bfd0b9 Fix a bug when CONFIG_REALTIME_ONLY=1 by Lin Zheng · 3 weeks ago
  93. cd17f2f Fix build issue related to av1_convolve_x_sr_general_avx2() by Rohan Baid · 4 weeks ago
  94. 288ad69 Fix UseFixedQPOffsetsTest uninitialized value by Julio Barba · 4 weeks ago
  95. e8b13a0 Fix int16_t overflow in CDEF search for frames > 32768 pixels by James Zern · 4 weeks ago
  96. 32fa66d Fix BasicRateTargetingVBRLagRealtime after 2fed9c by Lin Zheng · 4 weeks ago
  97. c67aace Fix `use_fixed_qp_offsets` comment by Julio Barba · 4 weeks ago
  98. 8cd4d41c Introduce `use_fixed_qp_offsets = 2` by Julio Barba · 5 weeks ago
  99. f06804b cmake: fix nasm detection w/3.0 by James Zern · 6 months ago
  100. 900fa7e enc: always alloc tile data w/tile count change by James Zern · 4 weeks ago