Sign in
aomedia
/
avm
/
ef125a07ace53624e976c7c2f98a57c0afc4048b
ef125a0
Make q_adpt_probs work with CDF
by hui su
· 8 years ago
2439e32
Refactor warp_filter_test_util
by Angie Chiang
· 8 years ago
93b543a
Remove ALT_INTRA flag.
by Urvang Joshi
· 8 years ago
9f262c5
Remove left-over lines about PALETTE from configure.
by Urvang Joshi
· 8 years ago
b5e845b
Fix for Encode/Decode mistmatch EXT_REFS
by Luc Trudeau
· 8 years ago
17e7b08
Miscellaneous fixes for resize/frame-superres
by Debargha Mukherjee
· 8 years ago
ec329ee
Fix integer overflow in warp filter test
by Angie Chiang
· 8 years ago
57486c5
Replace magic 32/64 constants with 8 * MI_SIZE
by Rupert Swarbrick
· 8 years ago
181fc08
AOM_QM: enable by default
by Thomas Davies
· 8 years ago
2cb52ba
Add CONFIG_DAALA_DCT32 experiment.
by Monty Montgomery
· 8 years ago
2bfa206
ncobmc-adapt-weight: add recon functions
by Wei-Ting Lin
· 8 years ago
1386efa
Fix CMake syntax error introduced in 5978212b.
by Tom Finegan
· 8 years ago
9a77d48
Fix CMake syntax error introduced in c6300aa1.
by Tom Finegan
· 8 years ago
3a17c33
Add wrapper function for setting CMake compiler launcher.
by Tom Finegan
· 8 years ago
30f0e15
Remove special ANS initialization handling
by Alex Converse
· 8 years ago
9efbaf9
Improve readability for experiment UV_LVL
by Cheng Chen
· 8 years ago
497d195
Normalize set/get reference ctrls to use ref frame index.
by Thomas Daede
· 8 years ago
099b122
Simplify pixel clamping in highbitdepth loop filter
by Yi Luo
· 8 years ago
d565529
Revert "Refactor and generalise OBMC prediction code"
by Yunqing Wang
· 8 years ago
f67fd8a
Add goma distributed compiler support to CMake build.
by Tom Finegan
· 8 years ago
900643b
tx64x64: Use C version for DCT/IDCT transform.
by Urvang Joshi
· 8 years ago
5978212
Add experiment CONFIG_CDEF_SINGLEPASS: Make CDEF single pass
by Steinar Midtskogen
· 8 years ago
660064a
Sync CMake behavior with configure for CONFIG_WARPED_MOTION.
by Tom Finegan
· 8 years ago
9bc86c2
Add util function for CMake config changes.
by Tom Finegan
· 8 years ago
de6f072
Fix inter path for mrc-tx
by Sarah Parker
· 8 years ago
9a7c660
Adjust the sample selection in Warped Motion
by Yunqing Wang
· 8 years ago
dfd7232
Refactor lv-map rate cost estimation
by Jingning Han
· 8 years ago
7496d66
Coding path sync: filter packets from encoder.
by Angie Chiang
· 8 years ago
c6300aa
Remove PALETTE flag
by Urvang Joshi
· 8 years ago
51a9593
Remove skip_eob_node from TOKENEXTRA
by hui su
· 8 years ago
b293518
Fix unsigned integer overflow warning in quantize_b_helper_c()
by Hui Su
· 8 years ago
ce2e337
quantize_b_helper_c(): replace left shift with multiplication
by Hui Su
· 8 years ago
15aa8c0
palette: Templatize k_means routines
by Alex Converse
· 8 years ago
6ae0054
Highbd loop filter AVX2
by Yi Luo
· 8 years ago
ea71de8
cmake: sync w/configure, add CONFIG_HASH_ME
by James Zern
· 8 years ago
c9e71d4
Make palette work correctly with chroma sub8x8 blocks.
by Urvang Joshi
· 8 years ago
05fb42f
Move build guard to the build system
by Sebastien Alaiwan
· 8 years ago
89a015b
cosmetics,rdopt.c: fix some typos
by James Zern
· 8 years ago
98cab1a
Fix build warnings in av1_cx_iface.c
by Rupert Swarbrick
· 8 years ago
f01b6cc
If PVQ is enabled, disable palette
by Yushin Cho
· 8 years ago
29824a4
Refactor and generalise OBMC prediction code
by Rupert Swarbrick
· 8 years ago
d9e0e0b
Add additional txfm config check
by Angie Chiang
· 8 years ago
9c7089a
Add txfm config test
by Angie Chiang
· 8 years ago
ce3ad28
Calculate the txfm stage range according to bd
by Angie Chiang
· 8 years ago
6f9cd94
ext-partition-types: Don't allow 4:1 blocks to use palettes
by Rupert Swarbrick
· 8 years ago
15a1122
Follow coding style naming conventions
by Sebastien Alaiwan
· 8 years ago
cc5d35d
hash based motion estimation for screen data
by RogerZhou
· 8 years ago
3824f8a
Allow the creation of different masks for inter and intra
by Sarah Parker
· 8 years ago
9d068c1
Deduplicate lcg_rand16 function.
by Alex Converse
· 8 years ago
dfe49b2
Enable segmentation on bgsprite.
by Todd Nguyen
· 8 years ago
5078393
Fix CMake sanitizer build support.
by Tom Finegan
· 8 years ago
37234c1
Remove special cases about CONFIG_HIGHBITDEPTH
by Sebastien Alaiwan
· 8 years ago
721847c
Make DDF work with parallel deblocking
by Cheng Chen
· 8 years ago
e29f1e9
Fix CONFIG_LV_MAP builds with CMake.
by Tom Finegan
· 8 years ago
d2db658
Add rect txfm unit tests
by Angie Chiang
· 8 years ago
155bf9a
Let rect txfms do shorter side first
by Angie Chiang
· 8 years ago
e3b604d
Fix conflict between txmg exp and hbd mode
by Angie Chiang
· 8 years ago
482551b
ncobmc-adapt-weight: define data types used in the experiment
by Wei-Ting Lin
· 8 years ago
665e05d
Fix CONFIG_FILTER_INTRA builds with CMake.
by Tom Finegan
· 8 years ago
e1b2ea1
Use 8x8 block step size for spatial mv search
by Jingning Han
· 8 years ago
baec7c8
[CFL] Fix memset on fixed-size array
by Luc Trudeau
· 8 years ago
9d4cbb8
Esthetic changes to choose_intra_uv_mode
by Luc Trudeau
· 8 years ago
1870382
AOM_QM: use SIMD for flat matrices and re-enable tests.
by Thomas Davies
· 8 years ago
f3b5ee1
Refactor quantization C code.
by Thomas Davies
· 8 years ago
6bec6ec
Fix stream info peeking
by Sebastien Alaiwan
· 8 years ago
34c9d8b
Remove VP8 special case
by Sebastien Alaiwan
· 8 years ago
67a7d9f
Fix CONFIG_DAALA_DCT4/8/16 builds with CMake.
by Tom Finegan
· 8 years ago
3369832
Fix CONFIG_BGSPRITE builds with CMake.
by Tom Finegan
· 8 years ago
92d5023
Fix CONFIG_AOM_QM builds with CMake.
by Tom Finegan
· 8 years ago
1d17918
Fix CONFIG_ANS builds with CMake.
by Tom Finegan
· 8 years ago
4b92ab8
Make braces matchable
by Yushin Cho
· 8 years ago
8cc239b
Add sanitizer support to CMake build.
by Tom Finegan
· 8 years ago
ba47c84
Compute mode costs from cdf
by Yue Chen
· 8 years ago
74978fc
Use the bottom right 4x4 block for 8x8 unit mv reference
by Jingning Han
· 8 years ago
d37b83d
Use 4x4 granularity for nearest neighbor mv search
by Jingning Han
· 8 years ago
7f99477
Use 8x8 block mv search for sub8x8 blocks
by Jingning Han
· 8 years ago
50b0f6c
Make braces consistent in encodeframe.c
by Cheng Chen
· 8 years ago
b746c3b
Fix bug in highbd wedge-interintra prediction
by David Barker
· 8 years ago
7daf042
ncobmc-adapt-weight: remove bitstream for training
by Wei-Ting Lin
· 8 years ago
914d53a
Tidy up and generalise av1_predict_intra_block
by Rupert Swarbrick
· 8 years ago
f902388
test.cmake: fix av1_convolve_2d_test* logic
by James Zern
· 8 years ago
93a1005
av1.cmake: add missing CONFIG_CONVOLVE_ROUND srcs
by James Zern
· 8 years ago
e47125e
Fix ConvolveRoundTest
by Angie Chiang
· 8 years ago
773e8dc
aom_config_defaults.cmake: sync with configure
by Tom Finegan
· 8 years ago
7267857
ext-partition-types: Add 64x16 and 16x64 bsizes
by Rupert Swarbrick
· 8 years ago
2f711f6
Add CONFIG_GPROF support to CMake build.
by Tom Finegan
· 8 years ago
c5ccd4c
Avoid using MRC_DCT when the mask produced is invalid
by Sarah Parker
· 8 years ago
2b5907e
Add CONFIG_GCOV support to CMake build.
by Tom Finegan
· 8 years ago
28c628d
dead code removal: error concealment.
by Tom Finegan
· 8 years ago
ed68014
Refactor av1_default_coef_cdfs()
by hui su
· 8 years ago
750f976
Some cosmetic changes to optimize_b_greedy()
by hui su
· 8 years ago
8d6e7f0
aom_config_defaults.cmake: sync with configure
by James Zern
· 8 years ago
04f7d13
Partially re-enable the coding path sync test
by Sebastien Alaiwan
· 8 years ago
94de0aa
CDEF cleanup
by Steinar Midtskogen
· 8 years ago
3cb5e39
Add ASM_REGISTER_STATE_CHECK to ConvolveRoundTest
by Angie Chiang
· 8 years ago
c60a4b4
Add w,h information in convolve_round_test
by Angie Chiang
· 8 years ago
c49177e
New experiment, CDEF-DIST
by Yushin Cho
· 8 years ago
9f65bd5
Fix integer overflow in AV1Convolve2DTest
by Angie Chiang
· 8 years ago
bc83b64
Replace shift with multiply
by Yaowu Xu
· 8 years ago
2e08d96
Add macros to turn off inter and intra mrc_dct separately
by Sarah Parker
· 8 years ago
Next »