Sign in
aomedia
/
avm
/
e0578d1e93ef2dd55a511ad131ac20bc885a0350
/
av1
/
encoder
490477a
EC_MULTISYMBOL: always send the EOB_TOKEN after a non-zero value.
by Thomas Davies
· 8 years ago
ab78067
EC_MULTISYMBOL: Add block zero (CBP) counts and probs.
by Thomas Davies
· 8 years ago
d091b80
Correlate od_compute_dist_8x8 with sum of squared error
by David Michael Barr
· 8 years ago
9b02b0e
deblocking_across_tiles->loopfilter_across_tiles
by Ryan Lei
· 8 years ago
e7a9133
palette: fix bug in float_comparer()
by Joe Young
· 8 years ago
d978cd5
Misc global motion changes.
by Debargha Mukherjee
· 8 years ago
451e0f2
Bugfix: Fix an assert being triggered because of palette.
by Urvang Joshi
· 8 years ago
426a997
Fix ext-inter + compound-segment + supertx
by David Barker
· 8 years ago
d803cb9
Fix segmentation fault when encoding all keyframes (kf-max-dist=0).
by Urvang Joshi
· 8 years ago
c2d3871
Make global_motion work with ext_inter
by Sarah Parker
· 8 years ago
c6733fb
EC_MULTISYMBOL: Separate out tokenization loop.
by Thomas Davies
· 8 years ago
f639032
EC_MULTISYMBOL: split off token packing.
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
79c0f32
Remove DCT from od_compute_dist_8x8
by Jean-Marc Valin
· 8 years ago
dbfc4f9
TILE_GROUPS: code a single tile group more efficiently.
by Thomas Davies
· 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
83c2663
Refactor rd_pick_intra_sbuv_mode()
by hui su
· 8 years ago
006ff4b
Change to initialize correct thread_data
by Yaowu Xu
· 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
8b61321
Fix mismatch w/ ext-inter/warped-motion/motion-var
by Debargha Mukherjee
· 8 years ago
78c611a
Speed up palette keyframe encoding with model RD
by hui su
· 8 years ago
8f4cc0a
Speed up filter-intra keyframe encoding with model RD
by hui su
· 8 years ago
0161a93
Cleanup for the entropy experiment
by hui su
· 8 years ago
9a416f5
Speed up ext-intra keyframe encoding with model RD
by hui su
· 8 years ago
e2a703e
av1_dct_test: fix duplicate symbol link error
by James Zern
· 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
6b763c9
Fix issues in --enable-entropy and --enable-cb4x4
by Yaowu Xu
· 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
561eb72
Fix a typo in a comment for ext-inter
by David Barker
· 8 years ago
3daa4fd
Support rectangular tx size in cb4x4 mode
by Jingning Han
· 8 years ago
b9b42a0
Fix mismatch when dual_filter daala-ec both are on
by Angie Chiang
· 8 years ago
09c0a5b
Remove unused input in av1_encode_mv()
by Yue Chen
· 8 years ago
0f6a60a
Add missing break statement in get_entropy_contexts_plane()
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
472f63f
Replace Skip with AC/DC coded in PVQ
by ltrudeau
· 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
58bc4cc
Support ext-partition in cb4x4 mode
by Jingning Han
· 8 years ago
b5bb244
Free up all the allocated mem space in cb4x4
by Jingning Han
· 8 years ago
2e60488
Do masked motion search based on COMPOUND_TYPE
by Sarah Parker
· 8 years ago
7a266e2
ransac.c: define _POSIX_C_SOURCE for rand_r
by James Zern
· 8 years ago
308a639
Speed up keyframe encoding with model RD
by hui su
· 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
91f01fd
Support non-causal obmc in the cb4x4 mode
by Jingning Han
· 8 years ago
25f2f7d
Remove an outdated assertion
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
2615d6e
Fix the transform size/type search condition
by Yunqing Wang
· 8 years ago
feb925f
Enable rectangular transforms for Intra also.
by Urvang Joshi
· 8 years ago
60a055b
Fix compile errors with loop-restoration + highbd
by David Barker
· 8 years ago
9f45bc4
Pass ConvolveParams into prediction functions
by Angie Chiang
· 8 years ago
55c6bde
Add unpoison_partition_ctx experiment
by Alex Converse
· 8 years ago
1edf9a3
Improvements on segment mask
by Debargha Mukherjee
· 8 years ago
f07ddf3
Fix 32x32 hybrid transform AVX2 to match C
by Yi Luo
· 8 years ago
3b0b5f1
Fix 16x32, 32x16 rectangular transform SSE2 to match C
by Yi Luo
· 8 years ago
ab9ecba
Refactor end-node process in var-tx
by Jingning Han
· 8 years ago
8a63049
Fix a RD bug with palette mode
by hui su
· 8 years ago
9ab6d71
Separate mbmi coding and coeff coding+recon at sb level in NCOBMC
by Yue Chen
· 8 years ago
de0c70a
Refactor rd_pick_intra_sby_mode()
by hui su
· 8 years ago
203b1d3
Clean up redundant #if statements
by Jingning Han
· 8 years ago
64550b6
Refactor write_modes_b() and decode_block()
by Yue Chen
· 8 years ago
904fd18
Make av1_update_txb_coeff_cost() check condition support cb4x4
by Jingning Han
· 8 years ago
c7ea761
Make rd_debug aligned to var-tx
by Jingning Han
· 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
8f11057
Use stable sort with PVQ.
by David Michael Barr
· 9 years ago
5d15721
Fix a memory leak
by Debargha Mukherjee
· 8 years ago
b9f757c
Refactor compound_segment to try different segmentation masks
by Sarah Parker
· 8 years ago
ab44fd1
Rename encode_inter_mb_segment()
by Yushin Cho
· 8 years ago
ee0af21
Correct the misleading codes in encode_inter_mb_segment()
by Yushin Cho
· 8 years ago
1a2df5e
Fix wrong stride of dst buffer in intra4x4
by Yushin Cho
· 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
61dca1f
Use 16-bit internal precision in fdct32
by Angie Chiang
· 8 years ago
8e1d0f7
Change scales of fht 32x16 16x32 32x32 functions
by Angie Chiang
· 8 years ago
2ee81fe
Fix num_4x4_blk scale in var-tx and cb4x4 mode
by Jingning Han
· 8 years ago
6ae7564
Fix frame boundary block distortion computation in var-tx
by Jingning Han
· 8 years ago
39051a7
Use aom_writer with od_encode_cdf_adapt().
by Nathan E. Egge
· 8 years ago
140069e
Use aom_writer with od_laplace_encode_special().
by Nathan E. Egge
· 8 years ago
87d44dc
Split aom_write_cdf() from aom_write_symbol().
by Nathan E. Egge
· 8 years ago
482016d
Rename the function rd_pick_best_sub8x8_mode()
by Yushin Cho
· 8 years ago
33f3bfd
Optimize Wiener filter selection
by David Barker
· 8 years ago
09ad6d8
A mismatch fix in loop restoration
by Debargha Mukherjee
· 8 years ago
1733f6b
Merge ext_interp and dual_filter
by Angie Chiang
· 8 years ago
581d169
Rework the txfm partition context to support cb4x4 mode
by Jingning Han
· 8 years ago
Next »