Sign in
aomedia
/
aom
/
dff901ff3100492d7948a0c276a6b106a9a0d1d6
dff901f
[loop-restoration, bugfix] Restrict sampling of deblocked pixels
by David Barker
· 7 years ago
47cc255
Remove deadline
by Sean DuBois
· 7 years ago
913867b
Set input_shift properly
by Yaowu Xu
· 7 years ago
d4327bc
Simplify cos_bit setting in txfm
by Angie Chiang
· 7 years ago
dc3d916
Cleanup redundant assertion
by Frederic Barbier
· 7 years ago
8db5f17
Skip RD search over lst 2/3 frame for non-nearest neighbor mvs
by Jingning Han
· 7 years ago
6001fb0
Use split and horz/vert to predict horzA/B/vertA/B
by Zoe Liu
· 7 years ago
54cd8d7
Add AVX2 implementation for motion compensation function
by Yushin Cho
· 7 years ago
ec254b7
remove deprecated cmake flags
by Johann
· 7 years ago
4a9eda2
remove stale .gitignore entries
by Johann
· 7 years ago
123e8a6
adopt some clang 5.0.0 formatting
by Johann
· 7 years ago
e2994a5
Add experiment aom_qm_ext and its dependency
by Yaowu Xu
· 7 years ago
dd8600f
Support rd model in txk sel search
by Jingning Han
· 7 years ago
206d22f
Code cleanup in rdopt.h
by Hui Su
· 7 years ago
751a233
Remove av1_cost_bit()
by Hui Su
· 7 years ago
41d6152
lv-map: replace read/write_bin with read/write_symbol
by Hui Su
· 7 years ago
5f7f367
Change tilesize to 256x256 for >CIF resolutions
by Debargha Mukherjee
· 8 years ago
6eb9da2
Remove Frame_ID_NUMBERS_PRESENT_FLAG
by Yaowu Xu
· 7 years ago
8695e98
Revert "add scalability experiment"
by Tom Finegan
· 7 years ago
2eeadab
add scalability experiment
by Soo-Chul Han
· 7 years ago
a8975df
Fix build when obu is not enabled
by Yaowu Xu
· 7 years ago
57ddc51
Move encoder-specific function out of decoder
by Frederic Barbier
· 7 years ago
8251736
Let adst4's precision be adjustable
by Angie Chiang
· 7 years ago
0625027
Tune the inv_shift
by Angie Chiang
· 7 years ago
a8b45c3
Correct inv_start_range
by Angie Chiang
· 7 years ago
a0d2759
Tune fwd txfm's config
by Angie Chiang
· 7 years ago
248f055
Fix txfm_stage_range_check
by Angie Chiang
· 7 years ago
4b29ea8
Move InvSqrt2 to the front of inv_txfm2d_add_c
by Angie Chiang
· 7 years ago
9fdf2e2
Remove more code about probability based entropy coding
by Hui Su
· 7 years ago
5b5f3d5
Fix a bug in jnt_comp
by Cheng Chen
· 7 years ago
26ac047
Added a test for monochrome encoding.
by Imdad Sardharwalla
· 7 years ago
af8e264
Don't calculate chroma data in monochrome mode
by Imdad Sardharwalla
· 7 years ago
b08544d
Fix Valgrind warning in av1_pick_filter_restoration
by Imdad Sardharwalla
· 7 years ago
ffa5759
Add SSE2 implementation of 1-D convolve functions
by Frank Bossen
· 7 years ago
7448fc2
Remove the dct_only experiment
by Hui Su
· 7 years ago
2e8eadd
Move if statement outside for loops
by Peng Bin
· 7 years ago
85e8c79
[segment_pred_last] fix resolution change issues
by Soo-Chul Han
· 7 years ago
76f3473
Simplify operations
by Yaowu Xu
· 7 years ago
37ebf18
[Normative] DC_PRED: Avoid div using mult+shift.
by Urvang Joshi
· 7 years ago
1e95989
lv-map: remove probability model
by Hui Su
· 7 years ago
bf7cd0d
cmake: Update in-tree build hint.
by Tom Finegan
· 7 years ago
d621f9b
Cleanup useless marker entry in tx_size_2d
by Frederic Barbier
· 7 years ago
96d7a68
Cleanup inference of unused variable all_zero
by Frederic Barbier
· 7 years ago
50098d2
Cleanup obsolete comment
by Frederic Barbier
· 7 years ago
6394f0f
Reorder operation to avoid UBsan warning
by Yaowu Xu
· 7 years ago
a517d9f
Add SSE2 implementation for motion compensation function
by Frank Bossen
· 7 years ago
c1ba869
Enable the spatial_segmentation experiment by default
by Rostislav Pehlivanov
· 7 years ago
81d9461
Simplify spatial_segmentation code in decoder
by Rostislav Pehlivanov
· 7 years ago
ff959df
cmake: Download testdata over HTTP.
by Tom Finegan
· 7 years ago
98c8dd7
Make new-quant compatible with aom-qm
by Sarah Parker
· 7 years ago
6a0245c
spatial_segmentation: improve edge case handling
by Rostislav Pehlivanov
· 7 years ago
1f30900
Remove left-over EXT_INTRA flags.
by Urvang Joshi
· 7 years ago
b6d058d
Add intra_mode_info_cost_uv()
by Hui Su
· 7 years ago
785d33a
obu: Use correct tile for CDF adaptation
by David Barker
· 7 years ago
24e4783
aom_image: Don't leak experimental flag in public API
by Edward Hervey
· 7 years ago
837262b
Allow CDF precision to be configured with CDF_PROB_BITS.
by Thomas Daede
· 7 years ago
79c763b
Remove ext_intra experimental flag
by Hui Su
· 7 years ago
4ef06b5
Clears boundary_info memory along with mi memory
by Frank Bossen
· 7 years ago
8521003
cmake: always create testdata targets.
by Tom Finegan
· 7 years ago
d0a3b9f
cmake: Halt generation when python not present and tests enabled.
by Tom Finegan
· 7 years ago
1a091bc
Turn mono-video on by default
by Debargha Mukherjee
· 7 years ago
4665f09
Add intra_mode_info_cost_y()
by Hui Su
· 7 years ago
4667509
Move init of delta_q/lf_present_flag to encode_frame_internal()
by Hui Su
· 7 years ago
10215e42
Turn on intrabc by default
by Hui Su
· 7 years ago
7cd2e11
[dist-8x8] Move asserts behind DEBUG_DIST_8X8 flag
by Yushin Cho
· 7 years ago
c0dc6b4
Remove redundant tx type validation check
by Jingning Han
· 7 years ago
ec32a74
Remove repeated computation for trellis
by Cheng Chen
· 7 years ago
bb61778
Change left shift to multiply
by Yaowu Xu
· 7 years ago
568d0a9
Make sure macro expansion working under MSVC
by Yaowu Xu
· 7 years ago
25e2663f
Temporary fix for failures with mono-video
by Debargha Mukherjee
· 7 years ago
26e265f
Properly reconstruct picked intra block in txk-sel RD search
by Jingning Han
· 7 years ago
d7b54ca
Use single context model for mv diff
by Jingning Han
· 7 years ago
083e842
Add a small clean up on the unified use of mbmi
by Zoe Liu
· 7 years ago
e7142e1
Remove compressed header related code
by Yunqing Wang
· 7 years ago
50e9a1e
Decouple encoder side x0 parameter from dq_type
by Debargha Mukherjee
· 7 years ago
8ddc7ae
Change struct initialization to be MSVC friendly
by Yaowu Xu
· 7 years ago
ce796ed
Disable EXT_TILE unit tests
by Yunqing Wang
· 7 years ago
db68555
Add av1_get_palette_mode_ctx()
by Hui Su
· 7 years ago
cdef3b3
Fix a bug in intra_block_yrd()
by Hui Su
· 7 years ago
6f84e12
Update convolve_sse2.c
by Linfeng Zhang
· 7 years ago
c653277
[CFL] Replace DECLARE_ALIGNED with aom_memalign
by David Michael Barr
· 7 years ago
284fe19
intrabc: signal error on illegal intrabc motion vectors
by Dominic Symes
· 7 years ago
f32dabd
Optimise self-guided restoration SIMD functions
by Imdad Sardharwalla
· 7 years ago
be5ca55
Fix ref_mv_idx offset in rdopt.c
by Imdad Sardharwalla
· 7 years ago
454697c
SIMD implementation of horz superres
by Imdad Sardharwalla
· 7 years ago
00121ed
Rework fast tx type search speed feature for intra frame
by Hui Su
· 7 years ago
8ae64a9
ext_tile: Not to write large_scale_tile bit to bitstream
by Yunqing Wang
· 7 years ago
7a19734
Minor change to av1_nmv_ctx for safety
by Imdad Sardharwalla
· 7 years ago
0c3545b
Disallow 4:4:0 subsampling
by David Barker
· 7 years ago
99350a6
Remove obsolete code about "FIXED_TX_TYPE"
by Hui Su
· 7 years ago
366a684
Move encoder specific table in proper scope
by Frederic Barbier
· 7 years ago
7f52eb4
Refactor mem alloc for ctx tree
by Zoe Liu
· 7 years ago
765bb01
Refactor to seaprate the enc/dec sides of qprofile
by Debargha Mukherjee
· 7 years ago
84dc6e9
Fix inter block detection in get_tx_size_context()
by David Barker
· 7 years ago
2fc20eb
Simplify inv txfm's shift setting
by Angie Chiang
· 7 years ago
cf60029
Update inter_tx_size in reset_tx_size()
by Hui Su
· 7 years ago
dc024c4
Adjust dq_type 1/2 parameters
by Debargha Mukherjee
· 7 years ago
ed25a61
Add utilities to aom_dsp for modeling correlated noise.
by Neil Birkbeck
· 7 years ago
22a51d9
intrabc: do not transmit delta_lf_present_flag
by Hui Su
· 7 years ago
7ebfaf4
Fix data overflow in interintra rd
by Yue Chen
· 7 years ago
Next »