Sign in
aomedia
/
avm
/
27713d93c122cc448f1be84915fe4b9e8f36e124
27713d9
EC_ADAPT: do faster adaptation initially.
by Thomas Davies
· 8 years ago
0f11c78
Fix DAALA_EC when EC_MULTISYMBOL disabled.
by Nathan E. Egge
· 8 years ago
55ce9e0
apply clang-format
by clang-format
· 8 years ago
c107183
.clang-format: update to 3.9.1
by James Zern
· 8 years ago
1b672d3
Make convolve_round compiled without dual_filter
by Zoe Liu
· 8 years ago
1ba9bd8
Add MSVC win32 support to the cmake build.
by Tom Finegan
· 8 years ago
0b3c905
Correct cmake intrinsic flag translation.
by Tom Finegan
· 8 years ago
15338d5
Speed up global motion determination
by David Barker
· 8 years ago
24f1a90
Add flag for RAWBITS to use raw bits with DAALA_EC.
by Nathan E. Egge
· 8 years ago
338e135
Fix compile error with global-motion + highbitdepth
by David Barker
· 8 years ago
925e83c
Clean up PVQ's bistream packing
by Yushin Cho
· 8 years ago
b3c43bc
Add a macro to control use of domain txfm filter
by Debargha Mukherjee
· 8 years ago
0be0aa1
Fixes a bug introduced in ext-inter with cb4x4
by Debargha Mukherjee
· 8 years ago
9275a7c
Fixes a mismatch introduced in a previous patch
by Debargha Mukherjee
· 8 years ago
87fdc28
Add MSVC support to the cmake build.
by Tom Finegan
· 8 years ago
2b3496f
rtcd.pl: tolerate mixed output line endings
by James Zern
· 8 years ago
d90eefe
av1/encoder/block.h: s/inline/INLINE/
by James Zern
· 8 years ago
4483ea2
Clean up pvq codes in bitstream packing
by Yushin Cho
· 8 years ago
49c8585
Tidy up latest googletest update.
by Tom Finegan
· 8 years ago
92b90f3
Add comments about some default probability tables.
by Urvang Joshi
· 8 years ago
45e0d46
Skip count update in error resilient mode
by Jingning Han
· 8 years ago
7fdf2d2
ans: Optimize rabs unbiased bit decode
by Alex Converse
· 8 years ago
8c687d2
ans: Cleanup rans writing routines
by Alex Converse
· 8 years ago
3920406
ans: Use a subnormal initial state
by Alex Converse
· 8 years ago
e0b7151
Fix compile error for global-motion without ref-mv
by David Barker
· 8 years ago
a7ed143
Remove RTCD sources from cmake targets other than aom_rtcd.
by Tom Finegan
· 8 years ago
e0157bc
Add CONFIG_MOTION_VAR support to the cmake build.
by Tom Finegan
· 8 years ago
5cc19c2
Add CONFIG_EXT_INTER support to the cmake build.
by Tom Finegan
· 8 years ago
64e8537
Add CONFIG_ANS support to the cmake build.
by Tom Finegan
· 8 years ago
e0abcb8
Add CONFIG_ACCOUNTING support to the cmake build.
by Tom Finegan
· 8 years ago
3e24dc5
Add CONFIG_CLPF support to the cmake build.
by Tom Finegan
· 8 years ago
7a07ece
Include googletest cmake support.
by Tom Finegan
· 8 years ago
17ce8b1
Remove file base name collisions.
by Tom Finegan
· 8 years ago
71a2ea7
Silence unused function warning with ANS.
by Nathan E. Egge
· 8 years ago
7a2af6c
Separate Y and UV planes' filter declaration
by Angie Chiang
· 8 years ago
e3a4c1c
Pass plane into get_conv_params###
by Angie Chiang
· 8 years ago
6f93848
Use 6-tap filters for smooth and smooth2 filter
by Angie Chiang
· 8 years ago
5d0b310
Make adapt-scan support multi-thread encoding
by Jingning Han
· 8 years ago
cb51228
Separate intra tx_size logic between var-tx and rect-tx
by Jingning Han
· 8 years ago
118bf67
Implement shorter-tap first in convolve_round
by Angie Chiang
· 8 years ago
befcc42
Fix segfault with loop-restoration on x86.
by David Barker
· 8 years ago
b05e5d1
Add a new experiment of REF_ADAPT
by Zoe Liu
· 8 years ago
f844e6e
Speed up CLPF when there's nothing to clip
by Steinar Midtskogen
· 8 years ago
4f0b3ed
Retune the CLPF kernel
by Steinar Midtskogen
· 8 years ago
76ebf7c
Turn on adapt_scan by default
by Angie Chiang
· 8 years ago
822eea3
Exclusively uses 12-tap filter in convolve_round
by Angie Chiang
· 8 years ago
1dbda1b
Convert PVQ coefficient handling functions to tran_low_t.
by Thomas Daede
· 8 years ago
b13ce13
ans: Increase the base state to 1<<17.
by Alex Converse
· 8 years ago
73ad523
Add support for disabling CLPF on tile boundaries
by Steinar Midtskogen
· 8 years ago
42d9610
Avoid sending bits for the compound type for sub 8x8 blocks
by Sarah Parker
· 8 years ago
0115691
Add CONFIG_INTERNAL_STATS support to the cmake build.
by Tom Finegan
· 8 years ago
633b953
Add high bit depth support to the cmake build.
by Tom Finegan
· 8 years ago
ce4bceb
Fix cmake test_libaom build with CONFIG_AOM_HIGHBITDEPTH enabled.
by Tom Finegan
· 8 years ago
e93acb2
Scale PVQ input to OD_COEFF_SHIFT resolution.
by Timothy B. Terriberry
· 8 years ago
7a40600
ALT_INTRA: Integerize the weights for SMOOTH_PRED.
by Urvang Joshi
· 8 years ago
617744b
Remove av1_cost_coeffs from rdopt.h if using PVQ.
by Thomas Daede
· 8 years ago
7927a97
Add av1_convolve_2d_facade
by Angie Chiang
· 8 years ago
a9598cd
ec_multisymbol: Split off new new_tokenset experiment
by Alex Converse
· 8 years ago
fb99317
Reset PVQ chroma QM interpolation to constant identity QM
by David Michael Barr
· 8 years ago
c54692b
ans: Switch from uABS to rABS
by Alex Converse
· 8 years ago
e2746e3
entropy: Fix --disable-ec_multisymbol build
by Alex Converse
· 8 years ago
7b9f2b3
add horizontal tile dependence support
by Fangwen Fu
· 8 years ago
e4c4691
Enable an activity masking of PVQ
by Yushin Cho
· 8 years ago
3ebfe2a
Fix fixed-pt PVQ compand/expand outputs zero gain
by Yushin Cho
· 8 years ago
fc1598a
EC_MULTISYMBOL: Include EOB in multisymbol encoding.
by Thomas Davies
· 8 years ago
19e7aa8
Remove interp filter for non-translation global mv
by Yue Chen
· 8 years ago
ad67d79
set loop_filter_across_tiles_enabled flag to 1 in default case
by Ryan Lei
· 8 years ago
1375454
Bugfix: ensure for pareto coef that there are no zero range encodings
by Jonathan Matthews
· 8 years ago
9aa9749
Fix compilation orders for ext-intra and ec-adapt
by hui su
· 8 years ago
998e606
Fix high bit depth test build on macosx.
by Tom Finegan
· 8 years ago
9d3076c
Add macosx Sierra (v10.12) support to configure.
by Tom Finegan
· 8 years ago
263b39b
Fix gtest build in cmake.
by Tom Finegan
· 8 years ago
a488727
Remove CONFIG_AV1_TEMPORAL_DENOISING.
by Tom Finegan
· 8 years ago
e0578d1
Enable build of some sse2, ssse3, and sse4.1 tests via cmake.
by Tom Finegan
· 8 years ago
9412ec3
Enable use of the Xcode IDE via cmake.
by Tom Finegan
· 8 years ago
8127980
Add cmake app targets to a list variable.
by Tom Finegan
· 8 years ago
a0c21f0
Fix RTCD dependency problems in cmake make build.
by Tom Finegan
· 8 years ago
51fafcb
Update third_party/googletest to 1.8.0
by Johann
· 8 years ago
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
9a9f41f
Change const int iterations into const int kIterations (style)
by Steinar Midtskogen
· 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
2768ebc
Code cleaning on reconinter.c
by Zoe Liu
· 8 years ago
50c5a7e
Add support for x86_64 assembly and intrinsics to the cmake build.
by Tom Finegan
· 8 years ago
0d3aeda
Remove unused assembly sources and associated tests.
by Tom Finegan
· 8 years ago
dbfec2a
Add convolve-round experiment
by Angie Chiang
· 8 years ago
c957af9
Remove unused aom_complement()
by Alex Converse
· 8 years ago
2ce4bd4
ec_multisymbol: Add defines CDF_PROB_BITS, CDF_PROB_TOP
by Alex Converse
· 8 years ago
8e0b869
EC_MULTISYMBOL: Add new context tables.
by Thomas Davies
· 8 years ago
af18794
simd_impl.h,SIMD_TUPLE: make name param type explicit
by James Zern
· 8 years ago
82d580c
Add unit tests for v128 intrinsics
by Steinar Midtskogen
· 8 years ago
e7a9133
palette: fix bug in float_comparer()
by Joe Young
· 8 years ago
e8b34bb
ans: Remove some dead code.
by Alex Converse
· 8 years ago
d978cd5
Misc global motion changes.
by Debargha Mukherjee
· 8 years ago
70ae8f0
Add the new experiment tag 'tripred'
by Zoe Liu
· 8 years ago
29ba675
Fix tests on macosx.
by Tom Finegan
· 8 years ago
5bb97ed
ALT_INTRA experiment: Use single set of weights for SMOOTH_PRED
by Urvang Joshi
· 8 years ago
d0e23b4
Merge dct_const_round_shift functions.
by Sebastien Alaiwan
· 8 years ago
3aec8d6
Fix encode/decode mismatches for supertx + delta-q
by David Barker
· 8 years ago
Next »