Sign in
aomedia
/
avm
/
31d192794f0c76ae848075d1604e6932026a40f8
/
av1
31d1927
Avoid left shift of negative values
by Yaowu Xu
· 8 years ago
2319866
[CFL] drop skip logic, always write alpha
by David Michael Barr
· 8 years ago
c646923
Fix compilation for CONFIG_DELTA_Q && !CONFIG_EC_ADAPT && !CONFIG_EXT_DELTA_Q
by Jonathan Matthews
· 8 years ago
0ba49a5
Use AOMMAX instead of ternary
by Sebastien Alaiwan
· 8 years ago
918c3c1
Rename 'size' to 'frame_size'
by Sebastien Alaiwan
· 8 years ago
62fc41a
Reduce scope of local variables
by Sebastien Alaiwan
· 8 years ago
c854bac
[CFL] Restore missing pair in cfl_alpha_codes
by David Michael Barr
· 8 years ago
aa2f1c7
[intra-edge] Cosmetic changes
by Joe Young
· 8 years ago
14fc504
[CFL] RDO Loop Rework
by Luc Trudeau
· 8 years ago
5f3d370
[CFL] Fix stack smash in cfl_load
by Luc Trudeau
· 8 years ago
830d4ce
[intra-edge] Convert 4x4 VP9 to ext-intra; upsample edge samples
by Joe Young
· 8 years ago
71adf52
Revert "Clamp inverse transform coefficients"
by Jingning Han
· 8 years ago
a9a23f7
fix a bug in the parallel deblocking experiment for chroma plane
by Ryan Lei
· 8 years ago
3e18e4a
[CFL] Compute Luma Average Over Partition Unit
by Luc Trudeau
· 8 years ago
401680b
Fix coefficient range for identity matrix
by Jingning Han
· 8 years ago
5d24b6f
encoder: Remove 64x upsampled reference buffers
by Timothy B. Terriberry
· 8 years ago
0eac319
Fix compile error of lv_map
by Angie Chiang
· 8 years ago
887069f
Fix a bug for non 420 formats and some refactoring
by Debargha Mukherjee
· 8 years ago
c082bbc
Add new coding tool of ext-comp-refs
by Zoe Liu
· 8 years ago
0c634c7
Unify the checking on compound mode prediction
by Zoe Liu
· 8 years ago
345366a
Add macro to disable trellis optimization in rdopt
by Sarah Parker
· 8 years ago
5658662
Support two scanning passes for rd_pick_partition.
by Di Chen
· 8 years ago
d62e2a3
var_tx: Remove custom distortion calculations.
by Timothy B. Terriberry
· 8 years ago
79b78b7
Clamp inverse transform coefficients
by Sebastien Alaiwan
· 8 years ago
b0157aa
frame_superres: Use calculate_scaled_size for scale check
by Fergus Simpson
· 8 years ago
87cf61b
scaling: Add kf numerator for resize and superres
by Fergus Simpson
· 8 years ago
6d99b21
encoder: Fix scale_and_extend_frame() for non-4:2:0
by Timothy B. Terriberry
· 8 years ago
3e85f67
Make gm refinement step go all the way down to 1
by Sarah Parker
· 8 years ago
bfbf6a5
Unify resize and superres denominator constants
by Fergus Simpson
· 8 years ago
315f578
NEW_MULTISYMBOL: adapt single_ref flags.
by Thomas Davies
· 8 years ago
860def6
NEW_MULTISYMBOL: adapt comp_inter_mode.
by Thomas Davies
· 8 years ago
149eda5
NEW_MULTISYMBOL: adapt inter mode flags.
by Thomas Davies
· 8 years ago
f6ad935
NEW_MULTISYMBOL: Adapt intra_inter binary symbol.
by Thomas Davies
· 8 years ago
61e3e37
NEW_MULTISYMBOL: Adapt skip binary symbol.
by Thomas Davies
· 8 years ago
d28bdba
warped_motion: set correct sample array size
by Yue Chen
· 8 years ago
d561ead
Add avx2 fast path quantizer 32x32
by Yi Luo
· 8 years ago
1d1df18
fix the compile error in Debug mode on Windows with Visual Studio
by Ryan Lei
· 8 years ago
3613c51
Sync CMake build with the configure build.
by Tom Finegan
· 8 years ago
91adea5
read_bitdepth...sampling: quiet unused param warning
by James Zern
· 8 years ago
70006e4
Remove 'rddiv' member from various structs.
by Urvang Joshi
· 8 years ago
2e5933f
Cleanup debug trace
by Sebastien Alaiwan
· 8 years ago
d1ac032
Add the new coding tool "speed_refs"
by Zoe Liu
· 8 years ago
8b7a4e1
Fix unit tests with --disable-lowbitdepth
by Sebastien Alaiwan
· 8 years ago
cc8a1be
Remove unused speed feature
by David Barker
· 8 years ago
7d5559c
intrabc: Fix compatibility with global motion
by Alex Converse
· 8 years ago
639a9eb
clean up the logic for generating tile boundary information
by Ryan
· 8 years ago
6eb35eb
optimize_b_greedy: Avoid left shift of negative value.
by Urvang Joshi
· 8 years ago
6c20c78
Fix a bug in determination of reference_mode
by Arild Fuldseth (arilfuld)
· 8 years ago
29e40a6
Unify and clean up resize arguments
by Debargha Mukherjee
· 8 years ago
c4e7894
frame_superres: Add aomenc argument
by Fergus Simpson
· 8 years ago
76fb126
Experiment: adding the source video information signaling (Netflix)
by anorkin
· 8 years ago
aba246d
Integrate level-map with var-tx
by Jingning Han
· 8 years ago
e65436b
Drop tx_size assertion check in var-tx
by Jingning Han
· 8 years ago
3455e76
Move iscan fetch behind txb border check
by Jingning Han
· 8 years ago
93c3f3d
Support rectangular tx_size in level-map optimize_b
by Jingning Han
· 8 years ago
341d79e
Make level map coding system support rectangular tx_size
by Jingning Han
· 8 years ago
b0f60ed
Make get_nz_count support rectangular tx_size
by Jingning Han
· 8 years ago
4cbb363
Rework get_eob_ctx to support rectangular tx_size
by Jingning Han
· 8 years ago
48be0e1
Support rectangular tx_size in level map coding
by Jingning Han
· 8 years ago
4fd4c0d
Fix a bug in loop filter mask
by Cheng Chen
· 8 years ago
803bea2
[CFL] Fix always use partition size to compute DC_PRED
by Luc Trudeau
· 8 years ago
b732c1e
GLOBAL_MOTION: simplify parameter coding.
by Thomas Davies
· 8 years ago
1eb55ff
integrate parallel_deblocking with var_tx experiment
by Ryan Lei
· 8 years ago
2d44b69
Add fast path quantizer AVX2
by Yi Luo
· 8 years ago
1c602b3
Fix to use correct tx w/h sizes with daala-dist
by Yushin Cho
· 8 years ago
9cd57cf
Make loop-restoration compatible w/ frame_superres
by Fergus Simpson
· 8 years ago
2676235
Replace '#ifdef CONFIG_...' with '#if CONFIG_...'
by David Barker
· 8 years ago
846f108
Remove unused 'inter_mode_probs/cdf'
by David Barker
· 8 years ago
09b01a2
Fix a bug in daala-dist
by Yushin Cho
· 8 years ago
be44e51
AOM_QM: Fix bug with applying QMs to 1D and identity transforms.
by Thomas Davies
· 8 years ago
85b6646
Add encoder/decoder pipeline to support single ref comp modes
by Zoe Liu
· 8 years ago
c0f6bf2
Another fix of daala-dist for cb4x4
by Yushin Cho
· 8 years ago
abd4343
frame_superres: Fix bad assert
by Fergus Simpson
· 8 years ago
30dfa88
Clean up hbd transform code
by Sarah Parker
· 8 years ago
c9751c5
Fix a compile warning with global-motion off
by Yushin Cho
· 8 years ago
60baa35
Fix a compile warning with dual-filter off
by Yushin Cho
· 8 years ago
d2bcbb5
frame_superres: Post encode/decode upscaling
by Fergus Simpson
· 8 years ago
8e689e4
supertx: code refactoring + resolve conflicts with baseline
by Yue Chen
· 8 years ago
b2c62bc
Remove the extra cost threshold modes
by Zoe Liu
· 8 years ago
7b1ec7a
Add encoder/decoder support for var-refs
by Zoe Liu
· 8 years ago
b1555c9
Speed up CDEF parameter selection for cpu-used > 0
by Steinar Midtskogen
· 8 years ago
6ae7b3d
Fix high bit-depth quantization process
by Jingning Han
· 8 years ago
32d26bc
Avoid right shift negative numbers
by Jingning Han
· 8 years ago
3599435
Fix compile error with global and warped disabled
by Debargha Mukherjee
· 8 years ago
ab14111
var_tx: Fix distortion calc. in av1_tx_block_rd_b
by Timothy B. Terriberry
· 8 years ago
8295c7c
Vectorize av1_convolve_2d()
by David Barker
· 8 years ago
284f9d0
Avoid integer overflow in inv_txfm2d_add_facade()
by Jonathan Matthews
· 8 years ago
726a953
Unify high-precision convolve filters: convolve-round
by David Barker
· 8 years ago
e64d51a
Add 'do_average' to ConvolveParams structure
by David Barker
· 8 years ago
09302f5
Enable greedy version of av1_optimize_b().
by Urvang Joshi
· 8 years ago
92aa22a
AOM_QM: Use 8-bit matrices and fix 2x2 transform sizes.
by Thomas Davies
· 8 years ago
cc54efd
intrabc: Use max mesh range (256) at speed zero
by Alex Converse
· 8 years ago
fb42c7f
Copy ctx in get_entropy_contexts_plane for lv_map
by Angie Chiang
· 8 years ago
30a2c5f
Refactor sub8x8 tx size RD for daala-dist
by Yushin Cho
· 8 years ago
d405f8a
Cleanup dead fwd transform functions
by Frederic Barbier
· 8 years ago
5048423
Remove unused av1_inter_mode_tree ind/inv arrays.
by Nathan E. Egge
· 8 years ago
31c6650
Remove deprecated high-bitdepth functions
by Sarah Parker
· 8 years ago
ee4a34c
Fix conflict between lv_map and cb4x4
by Angie Chiang
· 8 years ago
d61e608
Add HBD data path for av1_block_error_avx2
by Yi Luo
· 8 years ago
f71808c
intrabc: Elide tx size for intrabc skip
by Alex Converse
· 8 years ago
Next »