Sign in
aomedia
/
aom
/
HEAD
441c439
Merge tag 'v3.15.0' into main branch
by Wan-Teh Chang
· 33 hours ago
main
bf89bdb
Reduce TPL stage QP in constant quality mode
by Deepa K G
· 6 days ago
de4c1d1
Add CVE-2026-13906 to bug 504613867 in CHANGELOG
by Wan-Teh Chang
· 35 hours ago
quibblepants
v3.15.0
c571256
Fix `upsample_pred` buffer allocation size
by Satheesh Kumar
· 13 days ago
d0c0e3a
Update CHANGELOG for libaom v3.15.0
by Wan-Teh Chang
· 2 days ago
v3.15.0-rc1
46d3757
Revert "Implement WebM RC VBR TPL QP override"
by Bohan Li
· 3 days ago
360acb0
Improve documentation of the force_max_q option
by Wan-Teh Chang
· 6 days ago
7798826
Improve documentation of the force_max_q option
by Wan-Teh Chang
· 6 days ago
1e61720
Document parameter types of two codec controls
by Wan-Teh Chang
· 6 days ago
2da1a47
Document parameter types of two codec controls
by Wan-Teh Chang
· 6 days ago
6da6f57
quantize_func_test: remove unused macro
by James Zern
· 8 days ago
dcaaf38
quantize_func_test.cc: quiet -Wunused-template warnings
by James Zern
· 8 days ago
c349f96
dr_prediction_test.cc: quiet -Wunused-template warnings
by James Zern
· 8 days ago
32f3ca2
av1_txfm_test.h: move template function to .cc
by James Zern
· 8 days ago
8eeaee8
multilayer_metadata.cc: remove unused template
by James Zern
· 8 days ago
fe19f99
Update AUTHORS,CHANGELOG,CMakeLists.txt for 3.15.0
by Wan-Teh Chang
· 6 days ago
a587e48
quantize_func_test: remove unused macro
by James Zern
· 8 days ago
a2d2137
quantize_func_test.cc: quiet -Wunused-template warnings
by James Zern
· 8 days ago
20fb221
dr_prediction_test.cc: quiet -Wunused-template warnings
by James Zern
· 8 days ago
c94d9ed
av1_txfm_test.h: move template function to .cc
by James Zern
· 8 days ago
7fef3a4
multilayer_metadata.cc: remove unused template
by James Zern
· 8 days ago
9f56ee8
Call memcpy() in aom_[highbd_]convolve_copy_*()
by Wan-Teh Chang
· 14 days ago
2f6ab66
Implement WebM RC VBR TPL QP override
by Bohan Li
· 3 weeks ago
7a21028
Properly scale the distortion in high bit-depth settings
by Jingning Han
· 13 days ago
748adb9
Fix ref8 ptr arith. in aom_highbd_upsampled_pred_*
by Wan-Teh Chang
· 2 weeks ago
503a7c7
Fix comments about AV1 10/12 bit loop filter selection.
by Qiu Jianlin
· 2 weeks ago
0006e96
Call aom_convolve_copy_c in aom_upsampled_pred_c
by Wan-Teh Chang
· 2 weeks ago
95cf99e
Reduce QP used in TPL stage in VBR mode
by Deepa K G
· 3 weeks ago
697f461
Set temp to comp_pred in aom_upsampled_pred_c/neon
by Wan-Teh Chang
· 2 weeks ago
95f4205
Cast (height - 1) to ptrdiff_t in aom_img_flip()
by Wan-Teh Chang
· 2 weeks ago
3ca3b06
aom_img_flip: fix chroma height calculation
by Jerome Jiang
· 2 weeks ago
ec0dedc
cmake: don't disable _FORTIFY_SOURCE
by James Zern
· 3 weeks ago
5430e9d
Check fopen failure in print_reconstruction_frame
by Wan-Teh Chang
· 3 weeks ago
01fd452
cmake: mark internal cache vars as advanced
by James Zern
· 3 weeks ago
4d4329d
cmake: expose BUILD_SHARED_LIBS in cmake-gui
by James Zern
· 3 weeks ago
9af67ac
get_txb_ctx_*: fix ODR violations
by James Zern
· 3 weeks ago
48d29f8
Remove a duplicate word "calculation" in a comment
by Wan-Teh Chang
· 5 months ago
5467ef0
Set error detail if aom_codec_encode itself fails
by Wan-Teh Chang
· 4 months ago
7d210ce
Introduce ENABLE_APPS build option
by Wan-Teh Chang
· 4 weeks ago
d51a958
encoder_destroy: check ppi->cpi before dereferencing
by James Zern
· 3 weeks ago
4f8be91
Fix set_property(TARGET ${example}) calls
by Wan-Teh Chang
· 4 weeks ago
1227acb
Fix comment typos related to examples and tools
by Wan-Teh Chang
· 4 weeks ago
4f0e3d0
Fix issue in SVC parameter configuration
by Marco Paniconi
· 4 weeks ago
431ff8b
Clip QP used in TPL stage in VBR mode
by Deepa K G
· 7 weeks ago
92094f8
Convolve 2d: fix mismatch in hwy
by Jerome Jiang
· 5 weeks ago
2eb6abc
rm aom_highbd_calc_variance_stat() in non-hbd builds
by James Zern
· 5 weeks ago
5b0036d
Use MV_COST_NONE in subpel search of TPL stage
by Deepa K G
· 6 weeks ago
95f2f18
Unroll Arm Neon DotProd variance kernels for w >= 32
by Jonathan Wright
· 7 weeks ago
6f62e97
Arm: Remove unnecessary temporary variables in variance kernels
by Jonathan Wright
· 7 weeks ago
d08a825
config_target_level: fix crash w/CONFIG_REALTIME_ONLY=1
by James Zern
· 5 weeks ago
34c63b1
av1: fix ASAN overflow in AVX512 convolve_2d_sr
by Jerome Jiang
· 6 weeks ago
2f67d6b
Fix qindex used in filtered frame decision
by Deepa K G
· 7 weeks ago
af806c9
Add AVX2 functions to high bit-depth variance_stats
by Jingning Han
· 6 weeks ago
0a70e28
Add AVX2 functions to variance_stats
by Jingning Han
· 6 weeks ago
18c5242
Poison memory in AV1Convolve2DTest::TestConvolve()
by Wan-Teh Chang
· 6 weeks ago
cb95c0d
Poison memory in AV1Convolve2DTest::TestConvolve()
by Wan-Teh Chang
· 6 weeks ago
a9a24c5
Re-enable ResizeAndExtendTest for SSSE3
by Wan-Teh Chang
· 7 weeks ago
fd74e18
Add the void cast to the tp_orig variable itself
by Wan-Teh Chang
· 6 weeks ago
48e5e45
Suppress GCC -Wextra-semi for Highway
by Jerome Jiang
· 7 weeks ago
6350573
rtc: Speedup for intraBC for nonrd pickmode
by Marco Paniconi
· 7 weeks ago
72030e8
lc-dec: Bias against GLOBALMV and GLOBAL_GLOBALMV modes
by Ranjit Kumar Tulabandu
· 7 weeks ago
ec404ab
av1_encode: enable do_border_pad
by apurve
· 7 weeks ago
ffb210a
Test aom_var_2d_u16_sve with odd values of height
by Wan-Teh Chang
· 7 weeks ago
bb172c8
rtc-screen: Prune intraBC search for nonrd pickmode
by Marco Paniconi
· 7 weeks ago
2b022ab
sum_squares_sve: Call funcs under right conditions
by Wan-Teh Chang
· 7 weeks ago
998a3fc
av1_encode: disable do_border_pad
by James Zern
· 7 weeks ago
31f7433
av1: Add AVX512 Highway Convolve2DSR
by Jerome Jiang
· 8 weeks ago
f311099
av1_encode: enable do_border_pad
by apurve
· 8 weeks ago
263bb48
Add explicit uint16_t cast in aom_memset16()
by apurve
· 8 weeks ago
883c1ab
Tweak the rc worst_quality decision
by Lin Zheng
· 9 weeks ago
43f2b6a
Fix MSVC C4334 warnings in txb_rdopt.c
by Jerome Jiang
· 8 weeks ago
674e032
Use true/false in comment for bool do_border_pad
by Wan-Teh Chang
· 8 weeks ago
b5ff2f8
Reformat a comment
by Wan-Teh Chang
· 8 weeks ago
f1e7f4e
Avoid SSE calculation for blocks outside frame boundary
by Deepa K G
· 9 weeks ago
632172a
av1_inv_txfm2d_test: NEON test w//gcc-14+ & armv7
by James Zern
· 8 weeks ago
f55fa5e
Optimize update_coeff_* functions in txb_rdopt.c
by Jerome Jiang
· 3 months ago
6d691ce
Declare av1_lowbd_inv_txfm2d_add_neon in a header
by Wan-Teh Chang
· 9 weeks ago
f86486b
disable av1_lowbd_inv_txfm2d_add_neon w/gcc-14+
by James Zern
· 9 weeks ago
b973895
av1_encode: disable do_border_pad
by James Zern
· 9 weeks ago
2bd5813
Revert intrabc realtime condition in rd_pick_intrabc_mode_sb
by Marco Paniconi
· 9 weeks ago
f4a0427
Remove dead code in pickrst_avx2.c
by Jerome Jiang
· 9 weeks ago
5e6b124
Optimize av1_dist_wtd_convolve_2d_avx2
by Jerome Jiang
· 9 weeks ago
de45b6e
Fix TPL reference matching for previous GOP ARF
by Bohan
· 9 weeks ago
6888f3e
Fix a static analysis warning
by Yunqing Wang
· 9 weeks ago
ea30b63
lc-dec: Improve the logic of biasing against motion modes
by Ranjit Kumar Tulabandu
· 3 months ago
d938556
aomdec: fix FILE leak on failure
by James Zern
· 10 weeks ago
37b465f
add missing fopen() return checks
by James Zern
· 10 weeks ago
f0c69f3
highbd_inv_txfm_*: fix bit shift static analysis warnings
by James Zern
· 10 weeks ago
4a527ca
rtc: Implement intrabc for nonrd pickmode
by Marco Paniconi
· 2 months ago
b111289
grain_table.c: improve fscanf checks
by James Zern
· 10 weeks ago
673071a
Weighted chroma distortion
by Yunqing Wang
· 3 months ago
da3a5a6
Invoke masked_compound_type_rd() for COMP_WEDGE
by Remya Prakasan
· 2 months ago
1c1c4ab
Fill residual pixels outside the actual frame border
by apurve
· 3 months ago
48d85ce
{cdef,reconinter}_test.cc: fix bitwise shift warning
by James Zern
· 10 weeks ago
81c10f5
noise_model.c: add missing input file check
by James Zern
· 10 weeks ago
cd8ed52
rdopt.c: add an assert before using value in shift
by James Zern
· 10 weeks ago
7d579ce
rtc: set prune search intrabc speed feature
by Marco Paniconi
· 10 weeks ago
e2944b0
aom shared lib should only have PRIVATE link libs
by Wan-Teh Chang
· 10 weeks ago
591b71f
rtc: Update speed features for intrabc realtime
by Marco Paniconi
· 10 weeks ago
58c8e14
aomdec: fix FILE leak on failure
by James Zern
· 2 months ago
Next »