Sign in
aomedia
/
avm
/
0c628e64d0b0e3ae03830395411dddee117f455a
0c628e6
Make alt-intra work with ext-intra
by hui su
· 8 years ago
e166e25
Fix a crash due to a large stack allocation
by Debargha Mukherjee
· 8 years ago
aa229d6
Add missing initialization for highbd Wiener
by Debargha Mukherjee
· 8 years ago
37afe71
Temporary mismatch fix for global motion
by Debargha Mukherjee
· 8 years ago
ed2a00f
superframe test: Remove VP9 style syntax
by Alex Converse
· 8 years ago
43479c6
Improve ALL_ZERO flag handling with global motion
by David Barker
· 8 years ago
691a690
Fix libaom compiler check warnings
by Jingning Han
· 8 years ago
ae5cfde
Refactor to use block_size_wide/high[] consistently
by Jingning Han
· 8 years ago
73db4ac
Replace b_width_log2_lookup[] with direct block size access
by Jingning Han
· 8 years ago
db4c9ba
Turn off trellis optimization in the lossless mode
by Jingning Han
· 8 years ago
4629661
Fix the inverse 2x2 transform scaling factor
by Jingning Han
· 8 years ago
b3b034d
Initialize motion vector cost
by Jingning Han
· 8 years ago
eb311a2
Fix build for --enable-pvq
by Yaowu Xu
· 8 years ago
b79424e
Do interpolation with lower-tap filter first
by Angie Chiang
· 8 years ago
d7ec47f
Add inverse 2x2 transform function
by Jingning Han
· 8 years ago
1240222
Add 2x2 fwd transform
by Jingning Han
· 8 years ago
9a1be8f
Remove unused table definitions
by Jingning Han
· 8 years ago
69f18e1
Add WARPED_MOTION experiment
by Yue Chen
· 9 years ago
d326f76
Remove and refactor code in rdopt.c
by Yue Chen
· 8 years ago
f030558
Harmonize quantizers for new-quant and regular
by Debargha Mukherjee
· 8 years ago
95ae0d6
Enable reference buffer by default.
by Thomas Davies
· 8 years ago
f31227d
Enable filter_7bit by default
by Thomas Davies
· 8 years ago
d91ab37
Merge 2 sharp interpolation filters
by Angie Chiang
· 8 years ago
e067de0
Add av1_convolve_init()
by Angie Chiang
· 8 years ago
42c5834
change copyright notice for autogenerated code
by Yaowu Xu
· 8 years ago
bde4ac8
change to use AOMedia copyright notice
by Yaowu Xu
· 8 years ago
fa9c9d1
Adjust how the final ANS state is written.
by Alex Converse
· 8 years ago
feffd11
Remove un-referenced functions
by Yaowu Xu
· 8 years ago
46f0f29
Fix compiling of tests with emulate-hardware
by Yaowu Xu
· 8 years ago
8da6d9d
Fix a bug with global-motion + ref-mv
by David Barker
· 8 years ago
9e21874
SAD avg and 4D avx2 optimization for ext-partition
by Yi Luo
· 8 years ago
6be4a54
Add a new intra prediction mode "smooth".
by Urvang Joshi
· 8 years ago
862c1e5
Rename file so it gets compiled with the correct options
by Steinar Midtskogen
· 8 years ago
68e6e86
Fix a bug in global-motion + ref-mv
by David Barker
· 8 years ago
5bfbfdf
Fix valgrind warning
by Yaowu Xu
· 8 years ago
0eda270
pvq_encoder.c : float-conversion warning fix
by Jim Bankoski
· 8 years ago
a414887a
Superframe index: Parse correct number of frame sizes
by Adrian Grange
· 8 years ago
7e6cfae
Allow tile parsing with ANS.
by Alex Converse
· 8 years ago
6feef1d
remove the leftover of simp_mv_pred in the configure file
by zhipin deng
· 8 years ago
5a488a6
Some fixes related to 64x64 tx, ext-tx, supertx
by Debargha Mukherjee
· 8 years ago
838a53d
Improve rectangular transform accuracy
by David Barker
· 8 years ago
29c6106
Add v256_intrinsics_v128.h to aom_dsp.mk
by Steinar Midtskogen
· 8 years ago
b4329a2
Fix broken bit-stream syntax issue in cb4x4
by Jingning Han
· 8 years ago
25ed530
Misc. fixes for 64x64 transform
by Debargha Mukherjee
· 8 years ago
1806b14
replace NULL with TX_INVALID
by Yaowu Xu
· 8 years ago
89d648b
Fix coding performance drop in var-tx, supertx, and ext-partition
by Jingning Han
· 8 years ago
fe45b21
Deprecated the separate handle on rectangular tx_size in var_tx
by Jingning Han
· 8 years ago
83ed6fe
rdopt.c: prevent overflow of int
by Yaowu Xu
· 8 years ago
8245b9a
Add unit tests for 4x4, 8x8, 16x16 hybrid txfm
by Yi Luo
· 8 years ago
d3fada8
Update tx_size assertions in rd search
by Jingning Han
· 8 years ago
48c410a
Loopfilter extension to cover 64x64 txfms
by Debargha Mukherjee
· 8 years ago
4362b3e
decode_perf_test: don't have real test vectors with which to test perf
by Jim Bankoski
· 8 years ago
b0d0d00
Fix static-analysis warnings
by Yaowu Xu
· 8 years ago
dc882e6
reconintra.c fix warning error
by Jim Bankoski
· 8 years ago
1c019f9
Fix out-of-bound read in token_costs array
by Jingning Han
· 8 years ago
9c4f895
Refactor read_mb_interp_filter
by Angie Chiang
· 8 years ago
4ce287a
Replace int with uint32_t for non-negative values
by Yaowu Xu
· 8 years ago
84c56af
Support 64x64 intra prediction
by Debargha Mukherjee
· 8 years ago
5678ad9
Clean up ext_interp
by Angie Chiang
· 8 years ago
dd28be8
Remove simp_mv_pred leftover code
by Yaowu Xu
· 8 years ago
8acaa55
Fix compiler warning of unused parameters
by Yaowu Xu
· 8 years ago
e92bf1c
Fix enc/dec mismatch when supertx and vartx are both turned on
by Jingning Han
· 8 years ago
3350096
fix compiler warning of unused parameters
by Yaowu Xu
· 8 years ago
f25a4cf
Add coef_interleave experiment
by iole moccagatta
· 8 years ago
63bd6dc
Fix rectangle transform computation overflow
by Yi Luo
· 8 years ago
125e729
Enable ref_mv by default
by Jingning Han
· 8 years ago
24e0a18
Merge simp_pred_mv changes into ref_mv
by Jingning Han
· 8 years ago
4a97d6a
Remove special handle for rectangular block size in DRL system
by Jingning Han
· 8 years ago
3f33883
Pre-store the pred_diff for nmv context
by Jingning Han
· 8 years ago
18d38f6
Various table updates to support 64x64 transforms
by Debargha Mukherjee
· 8 years ago
8a78a2b
Fix mishandled rd_stats merge for MOTION_VAR
by Yue Chen
· 8 years ago
932cf69
Fix bugs introduced in a previous patch
by Debargha Mukherjee
· 8 years ago
3eb1f07
Use masked mi_row and mi_col to decide relative position
by Jingning Han
· 8 years ago
b8069f9
Fix a bug in ext-inter
by David Barker
· 8 years ago
17fd2f2
Get several experiments to build together
by Yaowu Xu
· 8 years ago
33f210c
Get simp-mv-pred and ext-inter to build together
by Yaowu Xu
· 8 years ago
153e1f8
Add default 64x64 scan orders and entropy models
by Debargha Mukherjee
· 8 years ago
acddc03
Construct ref_mv_stack selectively
by Jingning Han
· 8 years ago
731af49
Sync reference frame type use case
by Jingning Han
· 8 years ago
6c48b8c
Add a define to fix compiling without daala-ec
by Yaowu Xu
· 8 years ago
52a1763
Add the skip parameter to set_txfm_ctxs() calls
by Yaowu Xu
· 8 years ago
360e444
aomdec: avoid memory leaks
by James Zern
· 8 years ago
d0af64f
Fix build with both ec-adapt and ext-intra enabled
by Yaowu Xu
· 8 years ago
88cbc58
Use an alternative fix to ubsan warning.
by Yaowu Xu
· 8 years ago
03bd210
Fix global motion + supertx
by David Barker
· 8 years ago
e3e0079
Some refactoring and improvements to gobal motion
by Debargha Mukherjee
· 8 years ago
2837b41
Fix has_top_right() logic
by Jingning Han
· 8 years ago
637590c
Fix warnings from static analaysis tools
by Yaowu Xu
· 8 years ago
4c12cc5
Comment out code accidentally left in the bitstream_debug patch
by David Barker
· 8 years ago
3baf526
Change to use "DISABLED_" prefix to disable a test
by Yaowu Xu
· 8 years ago
15a608f
Fix highbd compile error introduced in global mv
by Debargha Mukherjee
· 8 years ago
8d59d11
Use nonlinear goodness of fit metric for global mv
by Debargha Mukherjee
· 8 years ago
0474b21
Add an explicit conversion to int
by Yaowu Xu
· 8 years ago
6b3f0db
Disable test for msa version of transforms
by Yaowu Xu
· 8 years ago
b98a702
Add recode loop test for global motion usage
by Debargha Mukherjee
· 8 years ago
fa2865b
Implement bitstream debug for daala_ec
by David Barker
· 8 years ago
4d34154
Fix IOC warnings
by Yaowu Xu
· 8 years ago
4b23059
Remove dead assignments
by Yaowu Xu
· 8 years ago
e24609b
Remove dead assignments
by Yaowu Xu
· 8 years ago
557ce7b
Enable global motion in high bit depth mode
by David Barker
· 8 years ago
Next »