Sign in
aomedia
/
avm
/
7dae73f88dba618c0c1b028ccb22f19cadabd69f
7dae73f
SSE2 implementation of 4-tap filter for widths 8, 4
by Sachin Kumar Garg
· 7 years ago
38acd6c
Fix bug in obmc_mask_* arrays
by Sachin Kumar Garg
· 7 years ago
8a3400a
Change labs() to llabs().
by Wan-Teh Chang
· 7 years ago
c02bc63
Release next_ref_frame_map refs correctly on error
by Wan-Teh Chang
· 7 years ago
22043ef
Remove some unused defines
by Urvang Joshi
· 7 years ago
81738a2
Fix a build warning
by Zoe Liu
· 7 years ago
2aaeed8
Update enc thread tests
by Ravi Chaudhary
· 7 years ago
96a4ff3
Remove a check for an impossible condition.
by Wan-Teh Chang
· 7 years ago
313547a
obudec: Avoid problems when near buf capacity.
by Tom Finegan
· 7 years ago
9042a3c
Integerized Wiener filter encoder
by David Turner
· 7 years ago
8adee10
Correct setting droppable frames
by Debargha Mukherjee
· 7 years ago
abff671
Use C11 variable declaration in av1_decoder_create
by Wan-Teh Chang
· 7 years ago
f0f76ca
Make aom_decode_frame_from_obus return -1 on error
by Wan-Teh Chang
· 7 years ago
1852139
Read in a text file with a list of tiles to decode.
by Ryan Overbeck
· 7 years ago
a08349c
Add the generate_next_ref_frame_map() function.
by Wan-Teh Chang
· 7 years ago
0ce71ac
Resize/Superres: clamp resized width/height to 16.
by Urvang Joshi
· 7 years ago
fbc44b5
Check flags in S/ErrRes/Droppable frame tests
by Debargha Mukherjee
· 7 years ago
173a01f
sad formatting
by Johann
· 7 years ago
a65377b
SSSE3 implementation of 4-tap filter for widths 8, 4
by Sachin Kumar Garg
· 7 years ago
5d970f4
Make InterModesInfo tile-independent for enc row-mt
by Ravi Chaudhary
· 7 years ago
e3600cd
Multi-thread support for bitmask
by Cheng Chen
· 7 years ago
54fa62e
clang-format v6.0.1
by Johann
· 7 years ago
543588d
Favor chroma skip
by Grant Hsu
· 7 years ago
e232afb
Rename the 'r' parameter to 'reader'.
by Wan-Teh Chang
· 7 years ago
fe9ce8d
row_mt worker should check for bit reader overflow
by Wan-Teh Chang
· 7 years ago
7a16247
print warning when upgrading bitdepth
by elliottk
· 7 years ago
75a8784
loopfilter static analysis: limit plane_start/_end
by Johann
· 7 years ago
fb60e30
add msvc.h to fix Visual Studio build
by elliottk
· 7 years ago
c051478
use_jnt_comp_avg should be 0 in motion search
by Yunqing Wang
· 7 years ago
e5250a9
Change in-place modification of MB_MODE_INFO in OBMC
by Ravi Chaudhary
· 7 years ago
84a280a
Add context update for enc row-mt
by Ravi Chaudhary
· 7 years ago
b2d5d86
Optimize highbd 32x8 and 8x32 fwd_txfm
by Satish Kumar Suman
· 7 years ago
d0076f5
Pass in use_accurate_subpel_search to sub-pel search
by Yunqing Wang
· 7 years ago
1f7f0d0
Tune vbr bit-allocation among various pyr levels
by Debargha Mukherjee
· 7 years ago
5737825
Set intraonly / s- / er- frame flags from encoder
by Debargha Mukherjee
· 7 years ago
ef9b904
Set thread name on Apple operating systems.
by Wan-Teh Chang
· 7 years ago
516badf
Improve signaling of pbi->row_mt_cond_.
by Wan-Teh Chang
· 7 years ago
ffe7ae7
Optimize highbd 4x16 and 16x4 inv_txfm
by Remya
· 7 years ago
c199fb4
SSE2 implementation of 4-tap filter
by Sachin Kumar Garg
· 7 years ago
99abcb0
Add vase10x10_tiles.txt for lightfiled example
by Yunqing Wang
· 7 years ago
dc6e2c8
Mark some functions as static.
by Wan-Teh Chang
· 7 years ago
56f1020
Revert "Revert "Add ARM Neon optimization of txfm 64""
by sachin garg
· 7 years ago
e846e2b
Refactor subpel motion estimation
by Venkat
· 7 years ago
af3e5cc
Move invalid_file_test files to decoder section.
by Wan-Teh Chang
· 7 years ago
3b4bb44
Remove the unused aom_fdct8x8_1_sse2() function.
by Wan-Teh Chang
· 7 years ago
c055a05
Add a test for oss-fuzz:10555 to invalid_file_test
by Wan-Teh Chang
· 7 years ago
c0b290f
Remove the aom_reader_has_error() function.
by Wan-Teh Chang
· 7 years ago
ed997ab
Add some comments for the entropy decoder.
by Wan-Teh Chang
· 7 years ago
2dffbaf
Fix a fuzzer bug for loop filter bitmask
by Cheng Chen
· 7 years ago
3b16e00
Simplify the ransac termination logic
by Debargha Mukherjee
· 7 years ago
18d5555
SSSE3 implementation of 4-tap filter
by Sachin Kumar Garg
· 7 years ago
5a54e56
Don't create a thread for Frame Worker 0.
by Wan-Teh Chang
· 7 years ago
b63b571
aomenc: respect chroma-sample-position for Y4M
by elliottk
· 7 years ago
35012f9
Optimize highbd 32x16 and 16x32 fwd_txfm
by Satish Kumar Suman
· 7 years ago
a563302
Optimize highbd 4x8 and 8x4 inv_txfm
by Remya
· 7 years ago
bc0f0a5
Bugfix: Add missing flag initialization
by Peng Bin
· 7 years ago
ec0833f
Write AV1 CodecPrivate when outputting WebM.
by Tom Finegan
· 7 years ago
7b9ddd4
Clean up thread name support.
by Wan-Teh Chang
· 7 years ago
9d928b1
Modify strategy for bit-allocation in VBR mode
by Debargha Mukherjee
· 7 years ago
84b0993
Turn on loop filter bitmask
by Cheng Chen
· 7 years ago
6f8006b
Correctly set loopfilter mask to zero
by Cheng Chen
· 7 years ago
3143c0e
Fix u/v plane filter level bugs
by Cheng Chen
· 7 years ago
4d29ee8
Set thread names to help debugging.
by Wan-Teh Chang
· 7 years ago
3b6276e
Fix a bug of unsigned integer overflow in bitmask
by Cheng Chen
· 7 years ago
2fc59df
Disable speed features temporarily for enc row-mt
by Ravi Chaudhary
· 7 years ago
6916cd5
Fix a bug for loop filter level assignment
by Cheng Chen
· 7 years ago
3167c0a
Improve bitmask construction
by Cheng Chen
· 7 years ago
82e0ef6
row_mt_worker_hook: return early if corrupted is 1
by Wan-Teh Chang
· 7 years ago
66189e3
cmake: Use IS_ABSOLUTE to check for absolute path.
by Tom Finegan
· 7 years ago
91c9b2e
Modify use_accurate_subpel_search for better coding performance
by Yunqing Wang
· 7 years ago
0fa5411
Optimize highbd inv_txfm modules
by Remya
· 7 years ago
431e113
Account for partition rd cost in rd square partition
by Cherma Rajan A
· 7 years ago
525e2da
Add prune_single_motion_modes_by_simple_trans
by Peng Bin
· 7 years ago
4346156
cmake: Only relativize non-relative toolchain file paths.
by Tom Finegan
· 7 years ago
f866f5e
Fix cmake -DENABLE_EXAMPLES=0 error.
by Wan-Teh Chang
· 7 years ago
1e227d4
Bitmask patch 7: Optimize traversal steps.
by Cheng Chen
· 7 years ago
a2969e7
Bitmask patch 6: Minor improvement.
by Cheng Chen
· 7 years ago
063975b
Bitmask patch 5: Store vertical border and skip using bitmask
by Cheng Chen
· 7 years ago
39248c3
Extend blk_skip to support chroma planes
by Grant Hsu
· 7 years ago
ec3515b
Bitmask patch 4: Store transform size info for vartx
by Cheng Chen
· 7 years ago
48d2baf
Bitmask patch 3: Add more lookup table entries for bitmask.
by Cheng Chen
· 7 years ago
d13a4eb
Fix sending repeated random_seed in film grain
by Andrey Norkin
· 7 years ago
bdf8bf9
Only build stats library if examples are enabled.
by Thomas Daede
· 7 years ago
e81859e
Call decoder_decode() even on invalid input data.
by Wan-Teh Chang
· 7 years ago
6f33c68
Fix range check in half_btf() function
by David Barker
· 7 years ago
6efd3b2
Optimize set_planes_to_neutral_grey for highbd.
by Wan-Teh Chang
· 7 years ago
146b72c
Bitmask patch 2: Applying filtering once bitmask is built
by Cheng Chen
· 7 years ago
69ac765
Bitmask patch 1: Reduce u/v horizontal/vertical
by Cheng Chen
· 7 years ago
881889a
Propagate user private data when film grain enabled.
by Tom Finegan
· 7 years ago
f651c0f
Fix 32bit build for arm target arch 8
by Umang Saini
· 7 years ago
5e1fa0d
Add cmdline switch --skip-film-grain to aomdec
by Yaowu Xu
· 7 years ago
4db1266
Add sse4_1 variant for highbd inv_txfm 32x32
by Remya
· 7 years ago
fd5aae4
Optimize highbd 64x64 fwd_txfm
by Satish Kumar Suman
· 7 years ago
9b5fb2c
Add ML-based rectangular partition pruning
by Alexander Bokov
· 7 years ago
731b5cf
Add speed feature skip_repeated_newmv
by Grant Hsu
· 7 years ago
a39eb91
Fix hang in multi-thread decoding
by Deepa K G
· 7 years ago
6fa4006
Add decoder control skip_film_grain
by Yaowu Xu
· 7 years ago
cdb083e
Define the maximum GOP size for the 4-layer structure
by Wei-Ting Lin
· 7 years ago
02b5d1b
Account for partition rd cost in partition none search
by Cherma Rajan A
· 7 years ago
44a445c
port libvpx sse2 quantize
by Johann
· 7 years ago
Next »