Sign in
aomedia
/
aom
/
a9bd85f7097804f4368c69ebaee707aa9234f219
a9bd85f
[CFL] Rename cfl_alpha_ind to cfl_alpha_idx
by Luc Trudeau
· 8 years ago
ea16687
Fix build with global motion disabled
by Alex Converse
· 8 years ago
619576b
Deduplicate write_mb_modes_kf declaration
by Alex Converse
· 8 years ago
5ab5872
Add missing initializations of HBD buffers
by Yaowu Xu
· 8 years ago
56bc7ef
dr_prediction_z2: check that index into 'left' is valid.
by Urvang Joshi
· 8 years ago
14b8112
Extra rounding to let hw to use narrower integers.
by Sean Purser-Haskell
· 8 years ago
f89056a
[CFL] Add CFL alphas to inspection data
by Luc Trudeau
· 8 years ago
f7a5ee5
More accurate chroma warping
by David Barker
· 8 years ago
40f22ef
Partial IDCT 32x32 avx2
by Yi Luo
· 8 years ago
ee67432
Vectorize corner matching function
by David Barker
· 8 years ago
f695d65
smooth_pred: 1D weights array to use less memory.
by Urvang Joshi
· 8 years ago
f5733fa
Use tx_size_wide/high_unit in get_txb_ctx()
by Angie Chiang
· 8 years ago
168445c
Use get_level_count_mag() in get_level_ctx()
by Angie Chiang
· 8 years ago
20221d9
Add get_level_count_mag()
by Angie Chiang
· 8 years ago
e21c081
[CFL] use CDF_SIZE macro
by Luc Trudeau
· 8 years ago
4cbf7a3
Fix handling of empty $LIBAOM_TEST_DATA_PATH in test_worker.cmake.
by Tom Finegan
· 8 years ago
b7336fb
Enable FilterIntra tests in the CMake build.
by Tom Finegan
· 8 years ago
b688eb7
Sync CMake build defaults with the configure build.
by Tom Finegan
· 8 years ago
4e351d3
Remove build/cmake/rtcd_config.cmake. Generate it instead.
by Tom Finegan
· 8 years ago
fb0ad55
Add ccache and distcc support to the cmake build.
by Tom Finegan
· 8 years ago
f30ae3e
Fix build at top of trunk
by Jonathan Matthews
· 8 years ago
2f28c2d
Fix ifdef guard on av1_set_mode_cdfs() declaration.
by Nathan E. Egge
· 8 years ago
c27ef0c
Fix ifdef guard on av1_set_mv_cdfs() declaration.
by Nathan E. Egge
· 8 years ago
2879165
Force EC_MULTISYMBOL on when --enable-cfl.
by Nathan E. Egge
· 8 years ago
92400ab
Enable build support for high-bitdepth by default
by Sebastien Alaiwan
· 8 years ago
945a6a1
Make cdef boundary condition check support 128x128 block
by Jingning Han
· 8 years ago
80f74b0
Simplify logic in write_modes_sb
by Jingning Han
· 8 years ago
23e4e7b
Simplify ifdef's in encoder.
by Nathan E. Egge
· 8 years ago
f35f527
Change to use defined macros
by Yaowu Xu
· 8 years ago
d46b4d3
Add Emscripten support to the CMake build.
by Tom Finegan
· 8 years ago
0f50dcd
Change wedge primitive functions
by Debargha Mukherjee
· 8 years ago
7bb84f3
Lower base weight in difference modulated masks
by Sarah Parker
· 8 years ago
40a42d4
Fix for the use of prev frame mvs when ext-refs is on
by David Barker
· 8 years ago
ad8be03
Build fix for ext-inter
by Debargha Mukherjee
· 8 years ago
daa15e4
intrabc: Allow ext_tx transforms
by Alex Converse
· 8 years ago
1206a68
Re-add encoder speed 8, but without VAR_BASED_PARTITION.
by Thomas Daede
· 8 years ago
165adf8
Use saturation addition to do rounding for avx2 IDCT
by Yi Luo
· 8 years ago
54cae22
Reduce number of AltRefForcedKeyTestLarge tests
by Yaowu Xu
· 8 years ago
93d3001
Reduce number of video frames in set_maps test
by Yaowu Xu
· 8 years ago
37fe5fb
Prevent access array with -1 index
by Yaowu Xu
· 8 years ago
446d037
Reduce number of tests for DatarateTest
by Yaowu Xu
· 8 years ago
330aec8
rdopt.c: Add intra-only sanity checks.
by Urvang Joshi
· 8 years ago
8d38fb7
Move AOM_CHECK_MEM_ERROR away from the ABI defining aom_codec_internal.h
by Alex Converse
· 8 years ago
df06833
Fix enc/dec mismatch in ext-partition and cdef
by Jingning Han
· 8 years ago
fc1aac5
Default CMake build type to release with debug info.
by Tom Finegan
· 8 years ago
c44009c
Rework inter prediction process in cb4x4 mode
by Jingning Han
· 8 years ago
b507bf1
Reduce variable scope
by Sebastien Alaiwan
· 8 years ago
fecb2ab
resize-refactor: Change resizing process with helpers
by Fergus Simpson
· 8 years ago
e13a11f
Fix warning about unused functions
by Sebastien Alaiwan
· 8 years ago
dd0d426
Remove the incorrect comment
by Zoe Liu
· 8 years ago
3ca58df
A small cleanup on LOWDELAY_COMPOUND
by Zoe Liu
· 8 years ago
05685e9
Make convolve_round work with warped_motion
by Angie Chiang
· 8 years ago
930c51c
Sync enc/dec for tempmv_signaling
by Fangwen Fu
· 8 years ago
bad82f1
[CFL] Compute prediction block DC_PRED as double
by Luc Trudeau
· 8 years ago
2c31790
[CFL] Support for skip_chroma_rd in CB4X4
by Luc Trudeau
· 8 years ago
d7b8320
Enable ext-tx by default
by Sarah Parker
· 8 years ago
a7ebdaec
Remove an obsolete TODO about II_SMOOTH_PRED.
by Urvang Joshi
· 8 years ago
70bcb89
Make tile dependency experiment work with ext tile.
by Fangwen Fu
· 8 years ago
2e7da0a
Speed up ErrorResilienceTestLarge test
by Yaowu Xu
· 8 years ago
5d49314
Palette: avoid memory leak with encoder buffers
by hui su
· 8 years ago
26843a0
Change to use 10 frames in BordersTest
by Yaowu Xu
· 8 years ago
a51cb56
Change to use 15 frames in AqSegmentTest
by Yaowu Xu
· 8 years ago
3ccca4b
Change screen content test to use 3 frames only
by Yaowu Xu
· 8 years ago
f6176ab
Partial IDCT 16x16 avx2
by Yi Luo
· 8 years ago
e6ca8e8
Add a new experiment SMOOTH_HV.
by Urvang Joshi
· 8 years ago
0c33b15
Convert to use int64_t to aovid int oout-of-range
by Yaowu Xu
· 8 years ago
773e354
Palette: Special case for 2 unique colors.
by Urvang Joshi
· 8 years ago
b72ab8f
Deduplicate (inv/fwd)_txfm_cfg_ls arrays
by Fred BARBIER
· 8 years ago
ed05799
Some cleanups on ext-inter config macros
by Debargha Mukherjee
· 8 years ago
30596fb
[CFL] Change cfl_load to use width and height
by Luc Trudeau
· 8 years ago
ebcdb25
Change plane_rd_mult inter uv param from 5 to 6
by Angie Chiang
· 8 years ago
b03545b
Implement convolve_round in high bit-depth mode
by Angie Chiang
· 8 years ago
30edaf4
Cleanup inter_predictor and highbd_inter_predictor
by Angie Chiang
· 8 years ago
1a19a5f
Sync CMake defaults with configure build.
by Tom Finegan
· 8 years ago
9d90097
Support CONFIG_GLOBAL_MOTION in the CMake build.
by Tom Finegan
· 8 years ago
03013c5
Revert "Upgrade to int64_t to avoid out-of-range"
by Yaowu Xu
· 8 years ago
5fb95f7
Palette: Handle case of too few unique centroids.
by Urvang Joshi
· 8 years ago
9395b34
Upgrade to int64_t to avoid out-of-range
by Yaowu Xu
· 8 years ago
b5da9ee
odintrin: avoid redef of M_* under visual studio
by James Zern
· 8 years ago
78e8e67
v64_intrinsics.h: fix v64_align signature
by James Zern
· 8 years ago
d3b01b8
[CFL] Alpha choice by rate-distortion cost
by David Michael Barr
· 8 years ago
15beef5
ec_smallmul: Enable experiment by default.
by Timothy B. Terriberry
· 8 years ago
05e21d8
ec_smallmul: Relax tell test.
by Timothy B. Terriberry
· 8 years ago
4ef7f7a
Fix 4x16 row scan
by Debargha Mukherjee
· 8 years ago
11d5f73
Fix 16x4 col iscan
by Yue Chen
· 8 years ago
1ae93c1
Resolve undefined saitize warning in ransac
by Debargha Mukherjee
· 8 years ago
1aa07fa
build_intra_preds: Remove unnecessary variable.
by Urvang Joshi
· 8 years ago
cd0f6c4
Constify warped motion library
by Yaowu Xu
· 8 years ago
1867957
Add SMOOTH_PRED to interintra mode list
by Yue Chen
· 8 years ago
e180478
ext_delta_q: Make this work with ec_smallmul.
by Timothy B. Terriberry
· 8 years ago
9116085
Remove undefined sanitize warnings in warperroradv
by Debargha Mukherjee
· 8 years ago
2a9d746
Add speed feature to control global motion compute
by Debargha Mukherjee
· 8 years ago
3040291
Improved 1d weights for smooth interintra
by Yue Chen
· 8 years ago
fc4585b
Initialize int variables to 0 instead of 0.0
by Yaowu Xu
· 8 years ago
4235032
Change to use correct type for token_cost
by Yaowu Xu
· 8 years ago
1e4e5b9
Remove unnecessary const
by Yaowu Xu
· 8 years ago
f489d31
Move ssse3 only functions to a separate header
by Yaowu Xu
· 8 years ago
bbf7bb0
Simplify txfm code using helper function
by Frederic Barbier
· 8 years ago
6fe1482
Remove ref_mv from experiments
by Sebastien Alaiwan
· 8 years ago
7ae7aea
Redo / refactor affine and rot-zoom least squares
by Debargha Mukherjee
· 8 years ago
Next »