Sign in
aomedia
/
avm
/
c2d3871501dab4bd22ad82788f283c5518471ae9
/
av1
/
decoder
c2d3871
Make global_motion work with ext_inter
by Sarah Parker
· 8 years ago
0583c98
EC_MULTISYMBOL: reconfigure coefficient decoding loop.
by Thomas Davies
· 8 years ago
0ccefe2
EC_MULTISYMBOL: merge ZERO_TOKEN into coding scheme.
by Thomas Davies
· 8 years ago
23a6111
Palette code: add comments and rename some variables.
by Urvang Joshi
· 8 years ago
199a2f4
Palette: Don't use top-right pixel for context of color indices.
by Urvang Joshi
· 8 years ago
6d69ba0
Bugfix: decode_palette_tokens inverting stride and width.
by Jonathan Matthews
· 8 years ago
1a0ae84
Fix OneByOneVideoTest for loop-restoration
by Debargha Mukherjee
· 8 years ago
9868c74
Fix crash with cb4x4 and warped-motion
by Debargha Mukherjee
· 8 years ago
56ba91b
Palette: Don't store tokens for pixels outside image boundary.
by Urvang Joshi
· 8 years ago
e1c0929
Convert PVQ skip variable to enum
by ltrudeau
· 8 years ago
0161a93
Cleanup for the entropy experiment
by hui su
· 8 years ago
839467f
Make ext-inter use new rectangular intra predictor
by David Barker
· 8 years ago
61418bb
Fix conflicts between ext-inter and cb4x4 modes
by Jingning Han
· 8 years ago
8d164de
enable explicit temp mv prediction signaling
by Fangwen Fu
· 8 years ago
01770b3
Rename NONE to NONE_FRAME.
by Emil Keyder
· 8 years ago
7a428ba
Add a new experiment, DAALA_DIST
by Yushin Cho
· 8 years ago
48b1cb3
Support filter-intra in cb4x4 mode
by Jingning Han
· 8 years ago
758b2ce
Make adapt-scan support rectangular transform block sizes
by Jingning Han
· 8 years ago
3daa4fd
Support rectangular tx size in cb4x4 mode
by Jingning Han
· 8 years ago
77c7c40
EC_ADAPT: use tile context for switchable filter.
by Thomas Davies
· 8 years ago
1de6c88
EC_ADAPT: use tile context for inter mode.
by Thomas Davies
· 8 years ago
cef0962
EC_ADAPT: use tile context for TX size.
by Thomas Davies
· 8 years ago
c2ec0e4
EC_ADAPT: use tile context for partition type.
by Thomas Davies
· 8 years ago
489dad8
EC_ADAPT: use tile context for coefficients.
by Thomas Davies
· 8 years ago
1bfb5ed
EC_ADAPT: use tile context for intra mode syntax.
by Thomas Davies
· 8 years ago
2452329
EC_ADAPT: use tile context for MV data.
by Thomas Davies
· 8 years ago
eb780e7
Add a control to set the ANS window size
by Alex Converse
· 8 years ago
1e8e6b9
Miscellaneous cleaning up for loop-restoration
by David Barker
· 8 years ago
f77d4ad
EC_ADAPT: add per tile contexts.
by Thomas Davies
· 8 years ago
74fd89f
Fix decoding failure in cb4x4 and var-tx mode
by Jingning Han
· 8 years ago
eeacc4c
Bug fix: determine tx_mode based on lossless mode of all segments
by Yue Chen
· 8 years ago
f27b160
Add rd loop of NCOBMC
by Yue Chen
· 8 years ago
feb925f
Enable rectangular transforms for Intra also.
by Urvang Joshi
· 8 years ago
55c6bde
Add unpoison_partition_ctx experiment
by Alex Converse
· 8 years ago
ab9ecba
Refactor end-node process in var-tx
by Jingning Han
· 8 years ago
9ab6d71
Separate mbmi coding and coeff coding+recon at sb level in NCOBMC
by Yue Chen
· 8 years ago
ef97ec0
EC_ADAPT: faster CDF update.
by Thomas Davies
· 8 years ago
64550b6
Refactor write_modes_b() and decode_block()
by Yue Chen
· 8 years ago
cefb409
Move from Daala accounting to AOM accounting.
by Nathan E. Egge
· 8 years ago
cceac33
Don't include Daala EC headers directly.
by Nathan E. Egge
· 8 years ago
25007c8
Use aom_reader / aom_writer API to code rest.
by Nathan E. Egge
· 8 years ago
f1e2fbd
Use aom_reader / aom_writer API to code raw bits.
by Nathan E. Egge
· 8 years ago
c875510
Simplified PVQ skip clipping to 1
by ltrudeau
· 8 years ago
346440b
Use the standard aom_reader_init() interface for ans
by Alex Converse
· 8 years ago
b9f757c
Refactor compound_segment to try different segmentation masks
by Sarah Parker
· 8 years ago
f25bae4
Use aom_reader with od_decode_cdf_adapt().
by Nathan E. Egge
· 8 years ago
b97f1c4
Use aom_reader with laplace_decode_special().
by Nathan E. Egge
· 8 years ago
984b232
Replace OD_ACC_STR with __func__.
by Nathan E. Egge
· 8 years ago
994ccd7
Add tiled version of UV wiener restoration
by Debargha Mukherjee
· 8 years ago
d748914
Refactor UV restoration to use same tilesize as Y
by Debargha Mukherjee
· 8 years ago
e069849
Split aom_read_cdf() from aom_read_symbol().
by Nathan E. Egge
· 8 years ago
1733f6b
Merge ext_interp and dual_filter
by Angie Chiang
· 8 years ago
4be1a4d
Fix frame header tx_size syntax setting
by Jingning Han
· 8 years ago
8324fa8
Fix --enable-accounting with --enable-pvq.
by Nathan E. Egge
· 8 years ago
581d169
Rework the txfm partition context to support cb4x4 mode
by Jingning Han
· 8 years ago
9ca05b7
Refactor var-tx pipeline to support cb4x4 mode
by Jingning Han
· 8 years ago
a43a2d9
Add UV wiener loop restoration
by Debargha Mukherjee
· 8 years ago
8fcfcc5
Use aom_reader / aom_writer API to code lsb.
by Nathan E. Egge
· 8 years ago
d998a00
Delete unused laplace decoder functions.
by Nathan E. Egge
· 8 years ago
5c7acc9
Use aom_reader with od_decode_band_pvq_splits().
by Nathan E. Egge
· 8 years ago
0bccd5d
Use aom_reader with od_decode_pvq_codeword().
by Nathan E. Egge
· 8 years ago
89f5876
Use aom_reader with generic_decode().
by Nathan E. Egge
· 8 years ago
e130861
Use aom_reader with pvq_decode_partition().
by Nathan E. Egge
· 8 years ago
ab08397
Replace od_ec_dec with aom_reader in daala_dec_ctx.
by Nathan E. Egge
· 8 years ago
fddd3eb
Use aom_reader with od_decode_cdf_adapt_q15().
by Nathan E. Egge
· 8 years ago
d6c2dc4
Rename od_cdf_adapt_q15() to aom_cdf_adapt_q15().
by Nathan E. Egge
· 8 years ago
dd28aed
Use uv_mode_cdf with CONFIG_EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
10ba2be
Use kf_y_mode_cdf with CONFIG_EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
ecc21ec
Use y_mode_cdf with CONFIG_EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
a59b23d
Use inter_mode_cdf with CONFIG_EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
00b3331
Use switchable_interp_cdf with CONFIG_EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
29ccee0
Use intra_ext_tx_cdf with CONFIG_EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
dfa33f2
Use inter_ext_tx_cdf with CONFIG_EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
2cc057c
Remove fwd_txfm_opt
by Angie Chiang
· 8 years ago
8fd2d7a
Remove speed feature use_lp32x32fdct
by Angie Chiang
· 8 years ago
7386eda
Add an experiment to disable lpf on tile boundaries
by Ryan Lei
· 8 years ago
5802ebe
Add code to output counts for an encode run
by Debargha Mukherjee
· 8 years ago
9e0976a
Support sub8x8 chroma component prediction
by Jingning Han
· 8 years ago
24f24a5
Rework spatial filter process in supertx
by Jingning Han
· 8 years ago
2511c66
Refactor supertx decoding context
by Jingning Han
· 8 years ago
feb517c
Make cb4x4 mode support supertx
by Jingning Han
· 8 years ago
5b7706a
Clean up supertx functions
by Jingning Han
· 8 years ago
415ba93
Remove redundant code
by Yaowu Xu
· 8 years ago
788dc23
Fix: Make CONFIG_REFERENCE_BUFFER and CONFIG_EXT_REFS work together
by Arild Fuldseth (arilfuld)
· 8 years ago
863694a
Avoid divisions at decoder side in supertx
by Jingning Han
· 8 years ago
9353124
Refactor supertx implementation
by Jingning Han
· 8 years ago
8363063
Allow 2x2 transform block forward model update
by Jingning Han
· 8 years ago
2cdf0d8
Specify ANS window size at initialization
by Alex Converse
· 8 years ago
569edda
Add temporary dummy mask for compound segmentation
by Sarah Parker
· 8 years ago
9d9eb6c
Use partition_cdf with CONFIG_EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
3129606
Use segment tree_cdf with CONFIG_EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
6dbacf2
Fix partition decoding for 4x4 block
by Jingning Han
· 8 years ago
874d36d
Misc cleanups and enhancements on loop restoration
by Debargha Mukherjee
· 8 years ago
5226184
Unify prediction mode write and read operations
by Jingning Han
· 8 years ago
7066912
Enable the activity masking codes of PVQ
by Yushin Cho
· 8 years ago
41bb339
Support 4x4 block unit decoding
by Jingning Han
· 8 years ago
5cfa671
Make motion vector decoding support unified block size handle
by Jingning Han
· 8 years ago
45dc597
Refactor ext-intra
by hui su
· 8 years ago
9666e75
Remove feedback between tiles in loop-restoration
by David Barker
· 8 years ago
5b5140b
Unfork some ANS setup code
by Alex Converse
· 8 years ago
Next »