|
libvpx: Pull from upstream
Current HEAD: 7088426976b5204ec0c1a90a2980e7346cf0975e
git log from upstream:
7088426 Merge "Make fdct32 computation flow within 16bit range"
f231a3e Merge "Code cleanup inside the decoder code."
dfc0385 Merge "Removing vp9_invtrans.{c, h} files."
a41a486 Make fdct32 computation flow within 16bit range
9524765 Merge "Move subpixel variance function from common/ to encoder/."
b1a17e4 Merge "Use assembly-optimized variance functions in sub_pixel_{avg}_var()."
a15ca3f Merge "vpx_ports/x86.h: de-dup #elif block"
e7b599f convolve_test: align filter arrays
9fb6f40 vpx_ports/x86.h: de-dup #elif block
6f06450 Code cleanup inside the decoder code.
d9fc451 Move subpixel variance function from common/ to encoder/.
686b997 Removing vp9_invtrans.{c, h} files.
a2f33e2 Use assembly-optimized variance functions in sub_pixel_{avg}_var().
b1caa7c Merge "Fixing compilation error on Mac OS."
d1bfa55 Merge "Fix typo ('weight' instead of 'width')."
53729c7 Fix typo ('weight' instead of 'width').
ccd9886 Fixing compilation error on Mac OS.
859a474 Merge "Removed hardcoded global->limit"
0450a88 Removed hardcoded global->limit
368c723 Change the encryption feature to use a callback for decryption.
c43af9a Enable sse2 version of sad8x4/4x8
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1032 lines, -1090 lines) |
Patch |
 |
M |
README.chromium
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
libvpx_srcs_arm.gypi
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
libvpx_srcs_arm_neon.gypi
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
libvpx_srcs_arm_neon_cpu_detect.gypi
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
libvpx_srcs_mips.gypi
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
libvpx_srcs_x86.gypi
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
libvpx_srcs_x86_64.gypi
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
libvpx_srcs_x86_64_intrinsics.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
libvpx_srcs_x86_intrinsics.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
source/libvpx/test/convolve_test.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/test/vp8_boolcoder_test.cc
|
View
|
|
2 chunks |
+23 lines, -12 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/test/vp8_decrypt_test.cc
|
View
|
|
1 chunk |
+33 lines, -27 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp8/decoder/dboolhuff.h
|
View
|
|
3 chunks |
+9 lines, -15 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp8/decoder/dboolhuff.c
|
View
|
|
3 chunks |
+15 lines, -9 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp8/decoder/decodframe.c
|
View
|
|
9 chunks |
+33 lines, -44 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp8/decoder/onyxd_int.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
source/libvpx/vp8/vp8_dx_iface.c
|
View
|
|
11 chunks |
+41 lines, -40 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/common/vp9_idct.h
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
D |
source/libvpx/vp9/common/vp9_invtrans.h
|
View
|
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
D |
source/libvpx/vp9/common/vp9_invtrans.c
|
View
|
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/common/vp9_rtcd_defs.sh
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
D |
source/libvpx/vp9/common/x86/vp9_subpel_variance_impl_sse2.asm
|
View
|
|
1 chunk |
+0 lines, -645 lines |
0 comments
|
Download
|
 |
D |
source/libvpx/vp9/common/x86/vp9_subpixel_variance_sse2.c
|
View
|
|
1 chunk |
+0 lines, -45 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/decoder/vp9_decodframe.c
|
View
|
|
12 chunks |
+40 lines, -79 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/decoder/vp9_detokenize.h
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/decoder/vp9_detokenize.c
|
View
|
|
5 chunks |
+27 lines, -31 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_block.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_dct.c
|
View
|
|
4 chunks |
+83 lines, -6 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_encodeframe.c
|
View
|
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_encodeintra.c
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_encodemb.c
|
View
|
|
5 chunks |
+17 lines, -6 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_variance.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_variance_c.c
|
View
|
|
27 chunks |
+27 lines, -26 lines |
0 comments
|
Download
|
 |
A |
source/libvpx/vp9/encoder/x86/vp9_subpel_variance_impl_sse2.asm
|
View
|
|
1 chunk |
+645 lines, -0 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/vp9_common.mk
|
View
|
|
3 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/vp9cx.mk
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vpx/vp8dx.h
|
View
|
|
3 chunks |
+13 lines, -5 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vpx_ports/x86.h
|
View
|
|
1 chunk |
+4 lines, -17 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vpxenc.c
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|