Sign in
aomedia
/
aom
/
57a768dfc570b8c767cf710824b8fdabcff9bf78
57a768d
speed_features: make arrays const
by Tristan Matthews
· 4 months ago
a38b795
compound_type: make arrays const
by Tristan Matthews
· 4 months ago
ecad807
timing: make arrays const
by Tristan Matthews
· 4 months ago
7883c10
av1_inv_txfm_ssse3: make arrays const
by Tristan Matthews
· 4 months ago
d3c03f2
av1_inv_txfm_avx2: make arrays const
by Tristan Matthews
· 4 months ago
ed4a674
mvref_common: make arrays const
by Tristan Matthews
· 4 months ago
c1e3378
av1_inv_txfm_neon: make arrays const
by Tristan Matthews
· 4 months ago
4d61b2f
highbd_intrapred_neon: make arrays const
by Tristan Matthews
· 4 months ago
c1842f7
Introduce Variance Boost
by Julio Barba
· 4 months ago
921e7cf
Merge tag 'v3.11.0' into main
by Jerome Jiang
· 4 months ago
37a438c
Boost chroma on 4:2:0 content with `tune=ssimulacra2`
by Julio Barba
· 4 months ago
0c10cd5
Save layer context when dropping frame in temporal svc encoding
by Zhaoliang Ma
· 4 months ago
4dc2f7c
Add CONFIG_CWG_E050 cmake flag.
by Maryla
· 4 months ago
f6f2deb
Adjust temporal filter strength for better visual quality
by Yunqing Wang
· 4 months ago
1a65400
{highbd_,}sad_sse2.asm: fix function names in comments
by James Zern
· 4 months ago
706b6b4
sad.c: simplify SADMXN defines
by James Zern
· 4 months ago
d906231
rm dist_wtd_sad*_avg & dist_wtd_sub_pixel_avg_variance fns
by James Zern
· 4 months ago
d6e0bea
rm highbd_sad4xN_avg & highbd_sadNx4_avg
by James Zern
· 4 months ago
b94d47b
rm sad4xN_avg & sadNx4_avg
by James Zern
· 4 months ago
0380900
av1/encoder: move variance fn ptr constant out of loops
by James Zern
· 4 months ago
a6c705b
Add const to the "MACROBLOCK *x" parameter
by Wan-Teh Chang
· 4 months ago
8a692cb
Fix spelling error "sensitiivty" to "sensitivity"
by Wan-Teh Chang
· 4 months ago
be60f06
Use std::pair<T,bool> instead of std::optional.
by Maryla
· 4 months ago
d6f30ae
Remove experimental feature AOM_CODEC_USE_PRESET
by Wan-Teh Chang
· 4 months ago
minty
v3.11.0
7dc70f9
Remove experimental status of AOM_CODEC_USE_PRESET
by Wan-Teh Chang
· 4 months ago
a433a39
Remove experimental feature AOM_CODEC_USE_PRESET
by Wan-Teh Chang
· 4 months ago
71a9128
av1_encoder.dox: fix doxygen 1.9.8 warnings
by James Zern
· 5 months ago
bfe96c2
svc_encoder_rtc: add multilayer metadata
by Maryla
· 4 months ago
77846f5
Ignore .DS_Store
by Julio Barba
· 4 months ago
ac811e6
Enable new --tune=ssimulacra2 defaults
by Julio Barba
· 4 months ago
0fc5b01
rtc: Remove old/unneeded comment.
by Marco Paniconi
· 4 months ago
986c536
rtc: Allow for color_sensitivity for speed 11
by Marco Paniconi
· 4 months ago
2d2f644
Add --tune=ssimulacra2 / AOM_TUNE_SSIMULACRA2
by Wan-Teh Chang
· 4 months ago
8a22531
Introduce Adaptive CDEF
by Julio Barba
· 4 months ago
f8eb8a5
rtc: Change subpel motion speed feature for speed 11
by Marco Paniconi
· 4 months ago
6418c21
rtc: Change subpel motion speed feature for speed 11
by Marco Paniconi
· 4 months ago
6c3ba08
Do not mention experimental AOM_CODEC_USE_PRESET
by Wan-Teh Chang
· 4 months ago
f391745
Write unit tests for get QM formulas
by Julio Barba
· 4 months ago
28e9fef
Revert^2 "Re-enable MonochromeRealtimeTest"
by Marco Paniconi
· 4 months ago
b555613
Revert "Re-enable MonochromeRealtimeTest"
by Marco Paniconi
· 4 months ago
96484b5
rtc: Extend speed 11 to resolutions above 720p for camera input
by Marco Paniconi
· 4 months ago
3b8a9b2
Re-enable MonochromeRealtimeTest
by Marco Paniconi
· 4 months ago
93f20a1
test.cmake: enable monochrome_test.cc w/CONFIG_REALTIME_ONLY
by James Zern
· 4 months ago
cb7d3eb
Remove experimental status of AOM_CODEC_USE_PRESET
by Wan-Teh Chang
· 4 months ago
6f04c02
minty: Add neon speed up to change log
by Jerome Jiang
· 4 months ago
v3.11.0-rc1
f21be21
av1_cx_iface.c: clarify allintra overrides
by Julio Barba
· 5 months ago
3395f9a
Introduce qindex -> QM level formula tuned for allintra mode
by Julio Barba
· 5 months ago
540542c
sad_sse2.asm,cosmetics: fix function names in comments
by James Zern
· 5 months ago
0a56af3
rm unused aom_sad_skip functions
by James Zern
· 5 months ago
3e71b26
rm unused aom_highbd_sad_skip functions
by James Zern
· 5 months ago
d441f2d
Update version and changelog
by Jerome Jiang
· 5 months ago
ff1bba1
Update `sharpness` comments to mention loop filter adjustment
by Julio Barba
· 5 months ago
5b48af3
Lower PSNR thresholds after commit b4f03d7
by Wan-Teh Chang
· 5 months ago
5dd7a2e
log_sub_block_var: move fn ptr constant out of loop
by James Zern
· 5 months ago
6fcaf2c
tpl_model.c: add missing CONFIG_* checks
by James Zern
· 5 months ago
1abb3a8
pass2_strategy.c: make av1_gop_bit_allocation static
by James Zern
· 5 months ago
d608f88
Enable skip_encoding_non_reference when frame_dropper enabled
by Marco Paniconi
· 5 months ago
b4f03d7
Wire `sharpness` value to loop filter sharpness in allintra mode
by Julio Barba
· 5 months ago
f036dcb
cdef_test,cosmetics: fix class member names
by James Zern
· 5 months ago
0983375
rtc: Fix to color_sensitivity for fading scene transitions
by Marco Paniconi
· 5 months ago
95a2b89
av1_fwd_txfm1d_sse4.c: rm unused av1_fadst4_sse4_1
by James Zern
· 5 months ago
87aa5a9
ratectrl.c: rm av1_q_mode_get_q_index
by James Zern
· 5 months ago
58017cc
args_helper.c: make arg_init() static
by James Zern
· 5 months ago
99bac04
quant_common.c: remove av1_qmatrix()
by James Zern
· 5 months ago
c1b5f78
rtc: Fix to color_sensitivity for fading scene transitions
by Marco Paniconi
· 5 months ago
6972a64
txb_rdopt.c: make av1_cost_coeffs_txb_estimate static
by James Zern
· 5 months ago
e881616
av1_encoder.dox: fix doxygen 1.9.8 warnings
by James Zern
· 5 months ago
d37af01
bitstream.c: make av1_write_uleb_obu_size_unsafe static
by James Zern
· 5 months ago
00e3da1
fast_9.c: make aom_fast9_corner_score static
by James Zern
· 5 months ago
270b7d5
entenc.c: rm od_ec_enc_patch_initial_bits()
by James Zern
· 5 months ago
88e0bd4
partition_strategy.c: add missing CONFIG_ check
by James Zern
· 5 months ago
6b3cfa1
restoration.c: make av1_loop_restoration_copy_planes static
by James Zern
· 5 months ago
5975de7
resize.c: make av1_highbd_resize_plane static
by James Zern
· 5 months ago
999567b
mv av1_calculate_unscaled_superres_size() to test
by James Zern
· 5 months ago
61046cf
misc_model_weights.h: make tables static
by James Zern
· 5 months ago
7b366cb
pass2_strategy.c: make some fns static
by James Zern
· 5 months ago
bb6e9f7
grain_synthesis.c: make av1_add_film_grain_run static
by James Zern
· 5 months ago
076306f
binary_codes_writer.c: make some fns static
by James Zern
· 5 months ago
f3955b2
binary_codes_writer.c: remove unused functions
by James Zern
· 5 months ago
e6925ce
rtc-screen: Reduce thresholds to set high_source_sad
by Marco Paniconi
· 5 months ago
4a244f0
Enable skip_encoding_non_reference when frame_dropper enabled
by Marco Paniconi
· 5 months ago
241da46
rm aom_highbd_dist_wtd_comp_avg_upsampled_pred
by James Zern
· 5 months ago
cbe1ed4
partition_search.c: add missing CONFIG_ check
by James Zern
· 5 months ago
d25f4c9
tpl_model.c: make av1_tpl_get_frame_importance static
by James Zern
· 5 months ago
e9271ea
Fix exit condition in rate correction update
by Marco Paniconi
· 5 months ago
13e711d
aom/exports_com: rm aom_wb_*
by James Zern
· 5 months ago
9240991
Avoid the use of aom_write_bit_buffer
by Wan-Teh Chang
· 5 months ago
33e1a1e
Do not use aom_write_bit_buffer in write_av1config
by Wan-Teh Chang
· 5 months ago
7ab13f9
fft.c: make some functions static
by James Zern
· 5 months ago
00fc794
rm inv_wht_sse2.asm
by James Zern
· 5 months ago
acf9c27
Do not export aom_dsp_rtcd,aom_scale_rtcd,av1_rtcd
by Wan-Teh Chang
· 5 months ago
e39f938
decodetxb.c: make av1_read_coeffs_txb() static
by James Zern
· 5 months ago
8665342
metadata_test: fix test w/CONFIG_REALTIME_ONLY=1
by James Zern
· 5 months ago
2ca5aec
metadata_test.cc: remove unneeded bitstream.h include
by James Zern
· 5 months ago
463d730
aom/exports_com: rm aom_img_metadata_array_{alloc,free}
by James Zern
· 5 months ago
1ea0656
global_motion.c: make av1_warp_error() static
by James Zern
· 5 months ago
f3f4638
decodeframe.c: make av1_read_frame_size() static
by James Zern
· 5 months ago
7e245f0
av1/exports_com: rm aom_wb_write_unsigned_literal
by James Zern
· 5 months ago
7e1c71b
av1/exports_dec: rm av1_add_film_grain
by James Zern
· 5 months ago
018ed75
aom/exports_test: rm aom_*_metadata_to_frame_buffer
by James Zern
· 5 months ago
Next »