Sign in
aomedia
/
aom
/
fe3aecbb9be805db525ae719efe0caf73d26f3eb
/
av1
/
encoder
fe3aecb
Move refresh_*_frame flags to EncodeFrameParams
by David Turner
· 6 years ago
2bcb036
Disable first pass partition search on speed >= 4
by chiyotsai
· 6 years ago
41debdc
Fix compiler warning in ethread.c
by Ravi Chaudhary
· 6 years ago
3a9e467
SUPERRES_AUTO: Remove ratecontrol mode restriction
by Urvang Joshi
· 6 years ago
f101cd9
Don't directly use best quality for a special case
by Urvang Joshi
· 6 years ago
4f1f181
Simplify buffer update decision code
by David Turner
· 6 years ago
042af92
Add enc option to use default intra tx type only
by Debargha Mukherjee
· 6 years ago
03ad12d
Add encoder options for cost update frequency
by Debargha Mukherjee
· 6 years ago
a20aa68
Expand aomenc flag to disable coeff optimization
by Debargha Mukherjee
· 6 years ago
e8b76bb
Add speed feature smooth interintra for speed = 3
by Remya
· 6 years ago
cedf2ec
first pass: Respect the rc->max_gf_interval.
by Urvang Joshi
· 6 years ago
e418416
Fix an overflow issue related to the split partition cost
by Yunqing Wang
· 6 years ago
a727a17
Add speed feature smooth interintra for speed >= 4
by Remya
· 6 years ago
61cfff6
Use missing ref_best_rd in estimate yrd function
by Debargha Mukherjee
· 6 years ago
b0c0aa3
Move check_show_existing_frame to next frame
by David Turner
· 6 years ago
c4ae86d
Fix offset of source frame in temporal filter
by Satish Kumar Suman
· 6 years ago
7a2dcc2
Clear static analysis warnings
by kyslov
· 6 years ago
7b9d0d6
AV1 RealTime path. Initial implementation
by kyslov
· 6 years ago
c692de3
Limit row-mt threads based on tile size for encoder
by Ravi Chaudhary
· 6 years ago
6fd3ccf
Fix stride of source frame in first pass
by Satish Kumar Suman
· 6 years ago
54eabb5
Streamline compound types
by Debargha Mukherjee
· 6 years ago
09864d8
Reintroduce lowbd 8x16 and 16x8 fwd_txfm modules
by Aniket Dhok
· 6 years ago
52ea88f
max_ref_frames enforcement at beginning of frame.
by Urvang Joshi
· 6 years ago
39e6dd5
max_frame_{width/height}: Bugfix with superres.
by Urvang Joshi
· 6 years ago
17dd3ea
Compute strongest Sobel x and y edge component
by elliottk
· 6 years ago
a7935f1
Make an int to int16 conversion explicit in temporal_filter.c
by chiyotsai
· 6 years ago
f7f0ef5
Fix misspelling in misc. comments
by Sarah Parker
· 6 years ago
a675988
Remove unused includes
by Sarah Parker
· 6 years ago
16c473b
Remove redundant return statements
by Sarah Parker
· 6 years ago
1afe7c4
Make function protype consistent
by Yaowu Xu
· 6 years ago
c5c2418
Add av1 prefix to partition model parameters
by chiyotsai
· 6 years ago
36a8373
Introduce SUPERRES_AUTO mode.
by Urvang Joshi
· 6 years ago
6bbc0fd
Reuse compound type rd data for new_mv
by Remya
· 6 years ago
0ec86ac
Remove template for collect rd stats; it is always on
by elliottk
· 6 years ago
46b803b
Misc fixes for RD stats collection
by Debargha Mukherjee
· 6 years ago
a7d8048
Prevent mismatch when chroma diff q is enabled
by Yue Chen
· 6 years ago
625cded
Optimize multipliers for rd-thresh
by elliottk
· 6 years ago
316a724
Move the code for an enc feature out of common folder
by Yue Chen
· 6 years ago
dfaee63
Add classified distortion model based on sse_norm
by Debargha Mukherjee
· 6 years ago
44169d1
enforce_max_ref_frames only when 7 refs allowed.
by Urvang Joshi
· 6 years ago
ce9b590
Remove av1_configure_buffer_updates_firstpass()
by David Turner
· 6 years ago
92ed0dd
Add code to collect partition_stats
by chiyotsai
· 6 years ago
685345e
Refine R-D optimization of coeffs for boosted frames
by Venkat
· 6 years ago
ce96668
setup_buffer_ref_mvs_inter: bugfix for scaled refs
by Urvang Joshi
· 6 years ago
dedd8ff
Move source selection to av1_encode_strategy()
by David Turner
· 6 years ago
27ab434
Fix the crash happens in PrintPredictionUnitStats()
by Angie Chiang
· 6 years ago
aad5f9a
Reactivate mb_rd_hash logic
by Sachin Kumar Garg
· 6 years ago
a7f133c
primary_ref_frame order_offset to EncodeFrameParams
by David Turner
· 6 years ago
ddbff44
Merge Pass{0,1,2}Encode into av1_encode_strategy()
by David Turner
· 6 years ago
db45815
Add encoder flags to use dct only for inter/inrta
by Debargha Mukherjee
· 6 years ago
f7e5375
Optimize av1_optimize_txb_new
by Wenyao Liu
· 6 years ago
d06ff66
Code cleanup about the comp rd recording feature
by Hui Su
· 6 years ago
8386512
Include partition cost in best_remain_rdcost for PARTITION_HORZ
by chiyotsai
· 6 years ago
9ad9f08
Command-line option for max references per frame.
by Urvang Joshi
· 6 years ago
475a313
Move frame_type to EncodeFrameParams
by David Turner
· 6 years ago
e3e520d
Move TPL stats to tpl_model.{c,h}
by David Turner
· 6 years ago
cb5e36f
Add EncodeFrameInput, pass1 thru av1_encode()
by David Turner
· 6 years ago
c4b4811
Revert "Optimize lowbd fwd_txfm modules"
by Debargha Mukherjee
· 6 years ago
d4701d4
Move 2pass partition model to partition_model_weights.h
by chiyotsai
· 6 years ago
8010d49
Consolidate inter prediction functions for encoder
by Hui Su
· 6 years ago
381be8f
Remove CUSTOMIZED_GF flag.
by Urvang Joshi
· 6 years ago
461019b
Remove experimental flags for symmetric GF struct
by Urvang Joshi
· 6 years ago
ee7a9c0
Add some const qualifiers for BUFFER_SET variables
by Hui Su
· 6 years ago
0007983
Improve classified rate model
by Debargha Mukherjee
· 6 years ago
f6ed6c1
Remove USE_MANUAL_GF4_STRUCT flag.
by Urvang Joshi
· 6 years ago
5a2ae91
Cleanup quantize_fp_helper
by Sarah Parker
· 6 years ago
6fa4034
Remove flag USE_SYMM_MULTI_LAYER
by Urvang Joshi
· 6 years ago
9e8f42f
Remove the flag CONFIG_FIX_GF_LENGTH
by Urvang Joshi
· 6 years ago
04b70d8
Move per-frame speed-level into EncodeFrameParams
by David Turner
· 6 years ago
6735b2b
Trade off adaptive mode search speed feature
by Sachin Kumar Garg
· 6 years ago
740e839
Add encoder flag for quant_b_adaptive
by Sarah Parker
· 6 years ago
1539bb0
Move Pass0Encode & Pass2Encode to encode_strategy
by David Turner
· 6 years ago
c4bf8c7
Merge high-level show_existing_frame codepath
by David Turner
· 6 years ago
e43f7fe
Cleanup av1_get_compressed_data()
by David Turner
· 6 years ago
bdd4a8a
Use is_cur_buf_hbd() when possible
by Hui Su
· 6 years ago
4c691ea
Rename get_bitdepth_data_path_index()
by Hui Su
· 6 years ago
e343b8c
Split code paths for quantize_b_adaptive
by Sarah Parker
· 6 years ago
b947f16
Change model type for tx search prune
by Debargha Mukherjee
· 6 years ago
4c4b663
Refactor estimate_yrd_for_sb()
by Hui Su
· 6 years ago
fd92902
Refine adaptive_txb_search_level speed feature for speed 4
by Venkat
· 6 years ago
006d291
Enable simple_motion_search_prune_rect on speed 0
by chiyotsai
· 6 years ago
187095f
Separate compatible inter mode skip
by Grant Hsu
· 6 years ago
eec52bb
Add improvements to the b quantizer
by Sarah Parker
· 6 years ago
b17e0a6
Superres qthresh mode.
by Urvang Joshi
· 6 years ago
85923a6
Cost calculation for out of range probability
by Yunqing Wang
· 6 years ago
7aabe9d
Trade off tx size search speed feature
by Sachin Kumar Garg
· 6 years ago
cbb988f
Refine use_transform_domain_distortion for speeds 3,4
by Venkat
· 6 years ago
7068cd1
Introduce selective R-D optimization of coeffs for speed 1
by Venkat
· 6 years ago
d249613
Fix encode_strategy.h include guard naming
by David Turner
· 6 years ago
b022f3b
Disable interinter wedge motion search for speed 1
by Remya
· 6 years ago
0b678bd
Refine tx domain dist speed feature for speeds 3,4
by Venkat
· 6 years ago
639d65d
Extract choose_frame_src from get_compressed_data
by David Turner
· 6 years ago
a4c9625
Move various things out of av1_get_compressed_data
by David Turner
· 6 years ago
ffac074
Trade off fast inter search speed feature
by Sachin Kumar Garg
· 6 years ago
efed637
Move adaptive int_mv to encode_frame_to_data_rate
by David Turner
· 6 years ago
a7b3731
Specialize the curvfit / surface fit rate models
by Debargha Mukherjee
· 6 years ago
fda7dcb
filmgrain: clear a field missed in previous fix
by Yaowu Xu
· 6 years ago
85287b4
Extract setup_arf_or_arf2 from get_compressed_data
by David Turner
· 6 years ago
c0ea258
filmgrain: clear chroma parameters for monochrome
by Yaowu Xu
· 6 years ago
88cd166
Assert that frame_to_show has a positive ref_count
by Wan-Teh Chang
· 6 years ago
Next »