Sign in
aomedia
/
avm
/
d547fa695f8957ddeab16fb926092c9600352c80
d547fa6
Special handling of IntraBC interpolation
by Hui Su
· 7 years ago
0d2f934
handle_inter_mode: Reduce stack usage.
by Urvang Joshi
· 7 years ago
77f0c67
Avoid manipulating gf group lengths at end of sequence
by Sarah Parker
· 7 years ago
dd07cb4
silence c++ abi warning
by Johann
· 7 years ago
4185a8c
Error fix from incorrect aom_clear_system_state()
by Debargha Mukherjee
· 7 years ago
b72d2e1
always include aom headers when building docs
by Johann
· 7 years ago
98d3aa9
Readjust kf boost factor for vbr
by Debargha Mukherjee
· 7 years ago
eeb121c
Convert stack to heap allocation
by Debargha Mukherjee
· 7 years ago
e58f6ec
Add pointers to temp buffers in 'xd'.
by Urvang Joshi
· 7 years ago
a497eb4
Refactor av1_init_tile_data function
by Ravi Chaudhary
· 7 years ago
7d447f5
Further reduce AVxEncoderThreadTest
by Yunqing Wang
· 7 years ago
7520be9
Add min gf group length for groups containing a fwd keyframe
by Sarah Parker
· 7 years ago
3721a32
Fix two compiling problems with MSVC 2013
by Yaowu Xu
· 7 years ago
df4ffb7
Remove vestigial VP8 token partition support.
by Tom Finegan
· 7 years ago
f8a5dc3
test/test-data*: add park_joy_90p_8_420_monochrome.y4m
by James Zern
· 7 years ago
32c69f2
Declare final_filter_fast_internal as static.
by Wan-Teh Chang
· 7 years ago
dd36e78
Update TX type pruning models
by Alexander Bokov
· 7 years ago
e61bff9
Fix overflow issue in get_est_rate_dist
by Grant Hsu
· 7 years ago
0cbad85
Include config/av1_rtcd.h.
by Wan-Teh Chang
· 7 years ago
14ed8c4
Use curvfit model in various places
by Debargha Mukherjee
· 7 years ago
0a4cfad
decodeframe and reconinter_enc: Reduce stack use.
by Urvang Joshi
· 7 years ago
c613fd4
Zero frame buffers on sequence header change.
by Wan-Teh Chang
· 7 years ago
9959e4a
Make funciton definition/declaration consistent
by Yaowu Xu
· 7 years ago
0fe9a97
Improve prune_comp_search_by_single_result
by Grant Hsu
· 7 years ago
15ad38f
Pass n to get_msb in the primitive_quniform funcs.
by Wan-Teh Chang
· 7 years ago
4137f7d
Remove "const" from pointer parameters.
by Wan-Teh Chang
· 7 years ago
e4392d9
Remove single_tile_decoding from aomenc
by Yunqing Wang
· 7 years ago
814372e
AVX2 implementation of 4-tap filter
by Deepa K G
· 7 years ago
f2b7da0
Add avx2 variants of highbd 8x8 and 16x16 var modules
by Sachin Kumar Garg
· 7 years ago
f36be56
Remove obsoleted skip_block for quantize_b
by Peng Bin
· 7 years ago
6b97198
Remove obsoleted skip_block for highbd_quantize_b
by Peng Bin
· 7 years ago
16f45be
Account for skip cost for luma rd based gating
by Ravi Chaudhary
· 7 years ago
d38bee2
Add missing MV clamp for obmc full pixel search
by Peng Bin
· 7 years ago
a3775f4
Remove large scale tile options from aomdec
by Yunqing Wang
· 7 years ago
d2a1efa
Break dependency between Video Sequences
by Frederic Barbier
· 7 years ago
d11a4b7
Fix Visual Studio 12 build Error in sum_squares_2d
by Satish Kumar Suman
· 7 years ago
302ddc5
remove ratectrl_xiph.[hc]
by James Zern
· 7 years ago
05bb9cc
Rename ARM public symbol that collides with libvpx.
by Thomas Daede
· 7 years ago
af21792
Update tile-rows help message
by Yunqing Wang
· 7 years ago
f820da0
Turn on the row-based multi-thread decoder by default
by Yunqing Wang
· 7 years ago
850e126
Optimize highbd 32x32 inv_txfm
by Venkat
· 7 years ago
2806e92
Bugfix:Clear pc_tree_stats for all nodes in pctree
by Peng Bin
· 7 years ago
5413ec3
Add unit test for highbd fwd_txfm
by Venkat
· 7 years ago
d63da28
Zero-initialize the frame buffer.
by Wan-Teh Chang
· 7 years ago
5d963cb
Refine skip_repeated_mv
by Grant Hsu
· 7 years ago
19ef3fe
Forced Keyframe fix
by Debargha Mukherjee
· 7 years ago
af71940
Use surf-fit model for tx size/type pruning
by Debargha Mukherjee
· 7 years ago
2e93915
Fix in intra txb hash logic
by Deepa K G
· 7 years ago
95c38b2
Add AVX2 variant for sum_squares_2d
by Satish Kumar Suman
· 7 years ago
6f6f99b
Speedup handle_inter_intra_mode
by Peng Bin
· 7 years ago
b18fd06
Reduce the number of encoder thread tests
by Yunqing Wang
· 7 years ago
d43b65b
Fix typos; remove unused macros
by elliottk
· 7 years ago
235d715
Add speed feature obmc_full_pixel_search_level
by Peng Bin
· 7 years ago
7c01d22
Avoid Visual C++ compiler warning C4503.
by Wan-Teh Chang
· 7 years ago
02ededb
Fix typo
by David Turner
· 7 years ago
e1cbb13
cosmetics: normalize include guards
by James Zern
· 7 years ago
bb5c283
Limit buffer reset to only when it is necessary
by Yaowu Xu
· 7 years ago
ed83019
aomcx.h: update tile columns/rows documentation
by James Zern
· 7 years ago
7d5b9f9
Avoid unnecessary pred calculation in compound_type_rd
by Deepa K G
· 7 years ago
66205b7
Remove overwrite of tx_type when best_eob==0
by Peng Bin
· 7 years ago
57dacd0
Early exit based on partial mode rate in handle_inter_mode
by Deepa K G
· 7 years ago
738a9ae
Save the final build of mask
by Peng Bin
· 7 years ago
45a30ac
Ensure new sequence not start with a show_existing frame
by Yaowu Xu
· 7 years ago
6e2aac2
Fix y4m monochrome output; split raw/y4m logic
by elliottk
· 7 years ago
d73ac2d
Introduce speed feature reuse_inter_intra_mode
by Peng Bin
· 7 years ago
9ff9050
Refactor av1_encode_tiles_mt function
by Ravi Chaudhary
· 7 years ago
8d728cc
Record whether mc_buf[i] stores highbd pointers.
by Wan-Teh Chang
· 7 years ago
2754f83
Reset neutral gray on start of new sequence
by Yaowu Xu
· 7 years ago
78f49b2
Reset frame_bufs on start of a new sequence
by Yaowu Xu
· 7 years ago
1d773ac
Add av1C generation.
by Tom Finegan
· 7 years ago
e393f1e
Fix signed and unsigned integer comparison issue
by Yunqing Wang
· 7 years ago
55080ef
[dist-8x8] Fix missing if condition in previous commit
by Yushin Cho
· 7 years ago
fe870f1
Facilitate SIMD optimization of subpel motion search
by Deepa K G
· 7 years ago
571e246
Extract function handle_inter_intra_mode
by Peng Bin
· 7 years ago
c8edf4a
Fix valgrind error in Wiener Convolve
by Ravi Chaudhary
· 7 years ago
1742b04
Fix overflow issue when updating best_rate_y
by Angie Chiang
· 7 years ago
2c6fc5e
Use ref_type as skip_ref_frame_mask's index
by Peng Bin
· 7 years ago
3bd72b7
Apply multi-level boost on VBR and AOM_CQ mode
by Wei-Ting Lin
· 7 years ago
779d066
cmake/rtcd.pl: print arguments in aom_config.h
by Johann
· 7 years ago
73cf15b
Facilitate row-level multi-threading of encoder
by Ravi Chaudhary
· 7 years ago
fcb97b6
Remove some subtract_plane operation
by Xing Jin
· 7 years ago
c2e02df
Silence shorten-64-to-32 compiler warning
by Steinar Midtskogen
· 7 years ago
2d37191
Consolidate the bilinear filter definition
by Yunqing Wang
· 7 years ago
3e24bb8
Properly reallocate buffers when bit depth changes
by Yaowu Xu
· 7 years ago
3ff57a63
Move frame type validation to right place
by Yaowu Xu
· 7 years ago
8eec652
rtcd.pl: fix --required flag
by Johann
· 7 years ago
6a5e9c4
Add two test vectors with multiple AV1 sequences
by Yaowu Xu
· 7 years ago
ca1e28f
Clarify aom_codec_get_global_headers() comments.
by Tom Finegan
· 7 years ago
e4fe7d3
Remove unnecessary check on compound ref
by Zoe Liu
· 7 years ago
dd0c823
Refine early skip in txfm_search
by Grant Hsu
· 7 years ago
e1ca245
Remove rd breakout condition for interpolation filter
by Cherma Rajan A
· 7 years ago
a300b38
Move the uvlc read/write functions.
by Tom Finegan
· 7 years ago
0adfeba
Fix early exit issues in chroma transform rd
by Venkat
· 7 years ago
f04da57
Fix data race in AV1 multi-threaded decoder
by Ravi Chaudhary
· 7 years ago
1b40baa
Early skip in motion_mode_rd
by Peng Bin
· 7 years ago
348ced9
Remove unused halfpix_variance functions
by Yunqing Wang
· 7 years ago
75b9859
Skip setup_buffer_ref_mvs_inter for skipped frames
by Peng Bin
· 7 years ago
31ee4ea
Add webm support in video_reader.c
by Peng Bin
· 7 years ago
5d96b94
Fix the model for 4-partition pruning
by Hui Su
· 7 years ago
900a94a
Early skip of compound search
by Grant Hsu
· 7 years ago
Next »