|
Roll src/third_party/libvpx_new/source/libvpx/ 7d28d12ef..ce3f4ade6 (56 commits).
https://chromium.googlesource.com/webm/libvpx.git/+log/7d28d12ef34f..ce3f4ade670c
$ git log 7d28d12ef..ce3f4ade6 --date=short --format='%ad %ae %s'
2015-10-06 debargha Merge "SSSE3 optimisation for quantize in high bit depth"
2015-10-01 marpan Add first_spatial_layer_to_encode to SVC.
2015-10-06 juliamrobson SSSE3 optimisation for quantize in high bit depth
2015-10-06 slavarnway Merge "VPX: refactor vpx_idct32x32_1_add_sse2()"
2015-10-06 rsbultje Merge "vp10: extend range for delta Q values."
2015-09-30 rsbultje vp10: extend range for delta Q values.
2015-10-05 jackychen Add the check of resolution in VP9 dynamic resizing.
2015-10-02 juliamrobson SSE2 optimisation for quantize in high bit depth
2015-10-05 marpan Merge "Fix to denoiser with dynamic resize."
2015-10-05 marpan Merge "Stabilize the encoder buffer from going too negative."
2015-10-05 slavarnway VPX: refactor vpx_idct32x32_1_add_sse2()
2015-10-02 jackychen Turn on two-steps scaling in VP9 encoder dynamic resizing.
2015-10-01 marpan Fix to denoiser with dynamic resize.
2015-09-30 marpan Stabilize the encoder buffer from going too negative.
2015-09-30 rsbultje vp10: make render_width/height referenceable through ref frames.
2015-10-02 rsbultje Merge "vp10: reimplement d45/4x4 to match vp8 instead of vp9."
2015-10-02 debargha Merge "Accelerated transform in high bit depth"
2015-10-02 marpan Merge "Two-steps scaling in VP9 encoder dynamic resizing."
2015-10-01 jackychen Two-steps scaling in VP9 encoder dynamic resizing.
2015-10-01 huisu Small cleanup
(...)
R=tomfinegan@chromium.org
Committed: https://crrev.com/b2f38ed2680995055f681b687f80bda2c1b05ff8
Cr-Commit-Position: refs/heads/master@{#352925}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+192 lines, -215 lines) |
Patch |
 |
M |
DEPS
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/README.chromium
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/libvpx_srcs.gni
|
View
|
|
17 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/libvpx_srcs_arm.gypi
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/libvpx_srcs_arm64.gypi
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/libvpx_srcs_arm_neon.gypi
|
View
|
|
3 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/libvpx_srcs_arm_neon_cpu_detect.gypi
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/libvpx_srcs_generic.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/libvpx_srcs_mips.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/libvpx_srcs_nacl.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/libvpx_srcs_x86.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/libvpx_srcs_x86_64.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/libvpx_srcs_x86_64_intrinsics.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/libvpx_srcs_x86_intrinsics.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vp8_rtcd.h
|
View
|
|
3 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_dsp_rtcd.h
|
View
|
|
4 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/linux/arm-neon/vp8_rtcd.h
|
View
|
|
2 chunks |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/linux/arm-neon/vpx_dsp_rtcd.h
|
View
|
|
4 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/linux/arm/vp8_rtcd.h
|
View
|
|
2 chunks |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/linux/arm/vpx_dsp_rtcd.h
|
View
|
|
4 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/linux/arm64/vp8_rtcd.h
|
View
|
|
2 chunks |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/linux/arm64/vpx_dsp_rtcd.h
|
View
|
|
4 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/linux/generic/vp8_rtcd.h
|
View
|
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/linux/generic/vpx_dsp_rtcd.h
|
View
|
|
4 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/linux/ia32/vp8_rtcd.h
|
View
|
|
3 chunks |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/linux/ia32/vpx_dsp_rtcd.h
|
View
|
|
4 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/linux/mips64el/vp8_rtcd.h
|
View
|
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/linux/mips64el/vpx_dsp_rtcd.h
|
View
|
|
4 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/linux/mipsel/vp8_rtcd.h
|
View
|
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/linux/mipsel/vpx_dsp_rtcd.h
|
View
|
|
4 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/linux/x64/vp8_rtcd.h
|
View
|
|
3 chunks |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/linux/x64/vpx_dsp_rtcd.h
|
View
|
|
4 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/mac/ia32/vp8_rtcd.h
|
View
|
|
3 chunks |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/mac/ia32/vpx_dsp_rtcd.h
|
View
|
|
4 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/mac/x64/vp8_rtcd.h
|
View
|
|
3 chunks |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/mac/x64/vpx_dsp_rtcd.h
|
View
|
|
4 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/nacl/vp8_rtcd.h
|
View
|
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/nacl/vpx_dsp_rtcd.h
|
View
|
|
4 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/vpx_version.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/win/ia32/vp8_rtcd.h
|
View
|
|
3 chunks |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/win/ia32/vpx_dsp_rtcd.h
|
View
|
|
4 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/win/x64/vp8_rtcd.h
|
View
|
|
3 chunks |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
third_party/libvpx_new/source/config/win/x64/vpx_dsp_rtcd.h
|
View
|
|
4 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (1 generated)
|