Sign in
aomedia
/
avm
/
403145032d31dde5f619ca446b701a499e9e1b6c
/
vp9
a07bed2
firstpass.c: correct casting around gf_group_bits
by James Zern
· 12 years ago
09be534
Merge "give vp9 variance struct a unique name"
by John Koleszar
· 12 years ago
82ed3f9
Fix --as=nasm compatibility for new asm code.
by Jan Kratochvil
· 12 years ago
e5fb632
give vp9 variance struct a unique name
by James Zern
· 12 years ago
c21226b
Merge "vp8: make gf_group_bits 64-bit"
by James Zern
· 12 years ago
5e0724a
Merge "vp8_first_pass(): avoid floating point div by 0"
by James Zern
· 12 years ago
4e00060
vp8: make gf_group_bits 64-bit
by James Zern
· 12 years ago
fba9772
vp8_first_pass(): avoid floating point div by 0
by James Zern
· 12 years ago
936aa28
Fixed the buffer overflow issue
by Jingning Han
· 12 years ago
f67d740
Add support for x64 and win64 yasm flags.
by Frank Galligan
· 12 years ago
0524f33
libvpx: Fix warnings on windows.
by Frank Galligan
· 12 years ago
9ca907b
libvpx: Fix some warnings.
by Frank Galligan
· 12 years ago
9bf73f4
fix a number issues that cause failures
by Yaowu Xu
· 12 years ago
24bc1a7
Use INT64_MAX instead of LLONG_MAX
by John Koleszar
· 12 years ago
c907160
Remove compound intra-intra experiment.
by Ronald S. Bultje
· 12 years ago
741fbe9
Merge experiment "subpelrefmv"
by Yaowu Xu
· 12 years ago
f7dab60
Merge experiment "widerlpf"
by Yaowu Xu
· 12 years ago
d8c5bce
Merge "changed UV plane loop filtering for TX_8X8" into experimental
by Yaowu Xu
· 12 years ago
8750414
Merge "change to evaluate reference mvs using above only" into experimental
by Yaowu Xu
· 12 years ago
ad9a16e
changed UV plane loop filtering for TX_8X8
by Yaowu Xu
· 12 years ago
e2c696a
Merge "Fix compiler warnings" into experimental
by Paul Wilkins
· 12 years ago
c7576f9
Merge "Merge prediction filter" into experimental
by Adrian Grange
· 12 years ago
fdf8654
change to evaluate reference mvs using above only
by Yaowu Xu
· 12 years ago
113005b
Fix compiler warnings
by Yaowu Xu
· 12 years ago
7bcaac3
Merge prediction filter
by Adrian Grange
· 12 years ago
290b83a
Reset x->skip for each iteration in the RD loop.
by Ronald S. Bultje
· 12 years ago
76ac5b3
Fix unused variable warnings
by John Koleszar
· 12 years ago
516db21
Further enhancements/fixes on dct/dwt hybrid txfm
by Deb Mukherjee
· 12 years ago
e42b280
Merge "WIP: Added sse2 version of vp9_mb_lpf_horizontal_edge_w" into experimental
by Jim Bankoski
· 12 years ago
b20ce07
WIP: Added sse2 version of vp9_mb_lpf_horizontal_edge_w
by Scott LaVarnway
· 12 years ago
385bea6
Merge "Upstream changes from Chromium Android Clang build." into experimental
by Jim Bankoski
· 12 years ago
bbe1c92
Merge "Add loop filtering for UV plane" into experimental
by Yaowu Xu
· 12 years ago
9a1d73d
Add loop filtering for UV plane
by Yaowu Xu
· 12 years ago
bc45f23
Upstream changes from Chromium Android Clang build.
by Frank Galligan
· 12 years ago
9dc69df
Merge "Initial sse2 version of the wide loopfilters" into experimental
by Scott LaVarnway
· 12 years ago
4987c0f
Initial sse2 version of the wide loopfilters
by Scott LaVarnway
· 12 years ago
d27ae62
Remove INT64_MAX references.
by Paul Wilkins
· 12 years ago
d5a8b62
Merge "Reduce the usage of widerlpf" into experimental
by Yaowu Xu
· 12 years ago
9431536
rtcd for new wider loop filters
by Jim Bankoski
· 12 years ago
6c9fb22
Reduce the usage of widerlpf
by Yaowu Xu
· 12 years ago
aa2effa
Merge tx32x32 experiment.
by Ronald S. Bultje
· 12 years ago
460501f
Merge "Merge superblocks64 experiment." into experimental
by Ronald S. Bultje
· 12 years ago
6884a83
Merge superblocks64 experiment.
by Ronald S. Bultje
· 12 years ago
51bae95
experiment a wider loop filter for MB border
by Yaowu Xu
· 12 years ago
7d6b542
New prediction filter
by Adrian Grange
· 12 years ago
4b7304e
Adds 64x64 hybrid dct/dwt transform
by Deb Mukherjee
· 12 years ago
cd0f36b
Merge "Merge superblocks (32x32) experiment." into experimental
by Ronald S. Bultje
· 12 years ago
f1c56a8
Merge "vp9_sub_pixel_variance16x2 SSE2 optimization" into experimental
by Yunqing Wang
· 12 years ago
4455036
Merge superblocks (32x32) experiment.
by Ronald S. Bultje
· 12 years ago
8d56831
vp9_sub_pixel_variance16x2 SSE2 optimization
by Yunqing Wang
· 12 years ago
879cb7d
Merge vp9-preview changes into experimental branch
by John Koleszar
· 12 years ago
c14439c
reset segement map on key frame
by Yaowu Xu
· 12 years ago
08e207a
Merge "minor loop filter refactoring and cleanup" into experimental
by Yaowu Xu
· 12 years ago
d278d01
minor loop filter refactoring and cleanup
by Yaowu Xu
· 12 years ago
3ed1484
Remove a few redundant function arguments in encodeframe.c.
by Ronald S. Bultje
· 12 years ago
c13d9fe
Re-enable support for static_threshold (encode_breakout).
by Ronald S. Bultje
· 12 years ago
e6216d1
Don't use tx32x32 for macroblocks.
by Ronald S. Bultje
· 12 years ago
c394166
64x64 blocksize support.
by Ronald S. Bultje
· 12 years ago
81d1171
Fix mode selection infinite loop bug
by Adrian Grange
· 12 years ago
c6ba3a3
Further change to mv reference search.
by Paul Wilkins
· 12 years ago
df7ce5a
Merge "make cost_coeffs() and tokenize_b() consistent" into experimental
by Yaowu Xu
· 12 years ago
818f569
Merge "Merge cost_coeffs_2x2() into cost_coeffs()" into experimental
by Yaowu Xu
· 12 years ago
83664f4
make cost_coeffs() and tokenize_b() consistent
by Yaowu Xu
· 12 years ago
259b800
New interpolation filter selection algorithm
by Adrian Grange
· 12 years ago
bd28510
Merge cost_coeffs_2x2() into cost_coeffs()
by Yaowu Xu
· 12 years ago
37166d5
Merge "Switch the order of calculating 2-D inverse transform" into experimental
by Yunqing Wang
· 12 years ago
e9c69ab
Merge "Skip finding best ref_mvs when the mode is ZEROMV" into experimental
by Yunqing Wang
· 12 years ago
cad4a91
Change INT64_MAX to LLONG_MAX
by Paul Wilkins
· 12 years ago
313d110
Added update-able mv-ref probabilities.
by Paul Wilkins
· 12 years ago
0f4de15
Skip finding best ref_mvs when the mode is ZEROMV
by Yunqing Wang
· 12 years ago
cc80247
Switch the order of calculating 2-D inverse transform
by Yunqing Wang
· 12 years ago
5ebe94f
Build fixes to merge vp9-preview into master
by John Koleszar
· 12 years ago
6ee08f3
Fix a warning
by Yunqing Wang
· 12 years ago
89ac94f
Removed mmx versions of vp9_bilinear_predict filters
by Scott LaVarnway
· 12 years ago
2292733
Merge "add emmintrin_compat.h for builds with gcc < 4" into vp9-preview
by John Koleszar
· 12 years ago
ad64ca4
fixed sizes of global arrays
by Jim Bankoski
· 12 years ago
9a7023d
Fix MSVS build for removed vp9/common/vp9_onyxd.h
by John Koleszar
· 12 years ago
9dab3ce
add emmintrin_compat.h for builds with gcc < 4
by James Zern
· 12 years ago
1dffce7
add private to assembly files to insure proper chromebuild
by Jim Bankoski
· 12 years ago
08f0c7c
New previous coef context experiment
by Deb Mukherjee
· 12 years ago
a6b2070
Disabled x86inc style assembly functions.... part 2
by Scott LaVarnway
· 12 years ago
05ec800
Use boolcoder API instead of inlining
by John Koleszar
· 12 years ago
08dabbc
Disabled x86inc style assembly functions
by Scott LaVarnway
· 12 years ago
4cca47b
Use standard integer types for pixel values and coefficients.
by Ronald S. Bultje
· 12 years ago
b41c358
Merge "correct logic in cnvcontext experiment for tx32x32" into experimental
by Yaowu Xu
· 12 years ago
c29fb02
Merge "Problem of over smoothing with intra modes." into vp9-preview
by Yaowu Xu
· 12 years ago
5cab8b7
Merge "Give 4x4 scan and coef_band tables a _4x4 suffix." into experimental
by Ronald S. Bultje
· 12 years ago
58961c7
Merge "Remove redundant "Prob" type (it's a duplicate of vp9_prob)." into experimental
by Ronald S. Bultje
· 12 years ago
de269c8
correct logic in cnvcontext experiment for tx32x32
by Yaowu Xu
· 12 years ago
779c5f2
Fix uninitialized warning
by Yunqing Wang
· 12 years ago
e8d610d
Fix a warning
by Yunqing Wang
· 12 years ago
8986eb5
Give 4x4 scan and coef_band tables a _4x4 suffix.
by Ronald S. Bultje
· 12 years ago
ebb5f2f
Remove redundant "Prob" type (it's a duplicate of vp9_prob).
by Ronald S. Bultje
· 12 years ago
1306ba7
Remove vp9_type_aliases.h
by John Koleszar
· 12 years ago
0405cd8
fixed a warning
by Yaowu Xu
· 12 years ago
d8f5d1b
Problem of over smoothing with intra modes.
by Paul Wilkins
· 12 years ago
6247b23
reset segement map on key frame
by Yaowu Xu
· 12 years ago
f8ff3e5
prevents redefine of INT64_MAX
by Yaowu Xu
· 12 years ago
fd6f492
remove floating point inverse transforms
by Yaowu Xu
· 12 years ago
2b9ec58
fixed an encoder/decoder mismatch
by Yaowu Xu
· 12 years ago
Next »