|
|
libvpx: Pull from upstream
Current HEAD: 6f23d405821477ed857fd9cda3cdac6068aee490
git log from upstream:
c4367b9 vp9_resize_plane: quiet some static analysis warnings
388add9 vp9_fdct8x8_quant_ssse3: quiet a static analysis warning
198b039 vp9_fdct8x8_quant_sse2: quiet a static analysis warning
4283692 vp9_mv_pred: quiet a static analysis warning
6126afe Fix external resize memory issues.
08acc34 Remove last remnants of obj_int_extract
5370c6f Initialize "corrupted" to zero
83288c7 Order header files alphabetically
6a4e85a Add protection for codec interface name change.
c932584 Fix the C version of column vector projection
e521091 Update to variance partition.
c0423ab Refactor set vbp thresholds function
ed6824e Remove unused ZBIN_BOOST macros
1f841c3 Add frame parallel decode option to vpxdec.
4611f24 Remove duplicate clamping
c852200 Remove ineffective newmv skip checking from vp9_pick_inter_mode
981bb84 Simplify prediction filter search in rtc coding mode
2cfddec Refactor column integral projection computation
f2d682f change the order of inter modes evaluated
ea74c1d usage.dox: fix encoder/decoder subpage list indent
<...>
TBR=tomfinegan@chromium.org
Committed: https://chromium.googlesource.com/chromium/deps/libvpx/+/00cf1b1656d1669e1874fa8c70c493e2c3accad5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+212 lines, -1083 lines) |
Patch |
 |
M |
README.chromium
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
libvpx_srcs.gni
|
View
|
|
9 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
libvpx_srcs_arm.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
libvpx_srcs_arm64.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
libvpx_srcs_arm_neon.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
libvpx_srcs_arm_neon_cpu_detect.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
libvpx_srcs_generic.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
libvpx_srcs_mips.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
libvpx_srcs_nacl.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
libvpx_srcs_x86.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
libvpx_srcs_x86_64.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
source/libvpx/.gitignore
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
source/libvpx/build/make/obj_int_extract.c
|
View
|
|
1 chunk |
+0 lines, -857 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/test/encode_test_driver.cc
|
View
|
|
1 chunk |
+11 lines, -3 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/test/tools_common.sh
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/test/vpxdec.sh
|
View
|
|
2 chunks |
+15 lines, -2 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/usage.dox
|
View
|
|
2 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/usage_cx.dox
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
source/libvpx/vp8/encoder/vp8_asm_enc_offsets.c
|
View
|
|
1 chunk |
+0 lines, -16 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_avg.c
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_encodeframe.c
|
View
|
|
13 chunks |
+65 lines, -52 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_encoder.c
|
View
|
|
4 chunks |
+33 lines, -21 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_mcomp.c
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_pickmode.c
|
View
|
|
8 chunks |
+23 lines, -32 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_rd.c
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_resize.c
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/x86/vp9_avg_intrin_sse2.c
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/x86/vp9_dct_sse2.c
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/vp9_cx_iface.c
|
View
|
|
1 chunk |
+13 lines, -9 lines |
0 comments
|
Download
|
 |
D |
source/libvpx/vpx_ports/asm_offsets.h
|
View
|
|
1 chunk |
+0 lines, -31 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vpx_ports/vpx_ports.mk
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
source/libvpx/vpx_scale/vpx_scale_asm_offsets.c
|
View
|
|
1 chunk |
+0 lines, -16 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vpxdec.c
|
View
|
|
9 chunks |
+25 lines, -6 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|