Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(775)

Issue 800493003: libvpx: Pull from upstream (Closed)

Created:
5 years, 11 months ago by Johann
Modified:
5 years, 11 months ago
Reviewers:
Tom Finegan
CC:
wwcv, jzern, fgalligan1
Base URL:
https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

libvpx: Pull from upstream Current HEAD: 79b88cc2a57a9c27bf12e053204dbc5d0c141ec6 git log from upstream: 6d7b7ab Add non420 code in multi-threaded loopfilter f5bbe24 Fix obvious misses in doxygen mainpage e76eaf0 vp9_ethread: add parallel loopfilter a6715a7 Add vp9_highbitdepth info in configure --help cc2da09 Fix variance Neon intrinsics > 32x32 dfda5ce Fix frame buffer swap in denoiser 220bc3a [two pass temporal svc]Fix crash issue in transcoder app caused by last fix. 1be4267 Fix color_space enum comments for doxygen 7ef157c Fix doxygen warning with usage.dox 1b7391a Remove obsolete doxygen tags 9ace4f9 Fix comments for doxygen 99b9983 Align thread data in vp9_ethread 6f4d29c Clarify purpose of VP9_INVERT_TILE_DECODE_ORDER 3ca15a8 Add comments for two SVC related controls 193ca4b Add comments for two SVC related controls dc08b20 Add comments for control VP9E_SET_TUNE_CONTENT 4ab39e1 Add comments for VP9E_SET_FRAME_PERIODIC_BOOST 87c436f Fix comments for encoder controls e94b415 Add encoder control for setting color space 588f74f Switch remaining Neon variance functions to shifts ec1d838 Add 64x64 sub_pel_variance Neon function 6b223fc Enable decoder to pass through color space info 74d40cd Add 64x variance Neon functions a14415d [twopass temporal svc] Fix decoding error on seek. ce52b0f Added plumbing for setting color space 7cb111b Unit test for turning VP8 denoiser on/off periodically. 2c6d9c5 vp8: Fix to crash in pick_inter. ecbca31 Fix comments and color format TBR=tomfinegan@chromium.org Committed: 3fdc59b241fdf9dc08d4073a23eb85328340e856

Patch Set 1 #

Patch Set 2 : Keep vp9_iht8x8_add_neon disabled because of http://llvm.org/bugs/show_bug.cgi?id=22178 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+703 lines, -619 lines) Patch
M README.chromium View 1 chunk +1 line, -1 line 0 comments Download
M libvpx_srcs.gni View 18 chunks +18 lines, -18 lines 0 comments Download
M libvpx_srcs_arm.gypi View 2 chunks +2 lines, -2 lines 0 comments Download
M libvpx_srcs_arm64.gypi View 2 chunks +2 lines, -2 lines 0 comments Download
M libvpx_srcs_arm_neon.gypi View 2 chunks +2 lines, -2 lines 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect.gypi View 2 chunks +2 lines, -2 lines 0 comments Download
M libvpx_srcs_generic.gypi View 2 chunks +2 lines, -2 lines 0 comments Download
M libvpx_srcs_mips.gypi View 2 chunks +2 lines, -2 lines 0 comments Download
M libvpx_srcs_nacl.gypi View 2 chunks +2 lines, -2 lines 0 comments Download
M libvpx_srcs_x86.gypi View 2 chunks +2 lines, -2 lines 0 comments Download
M libvpx_srcs_x86_64.gypi View 2 chunks +2 lines, -2 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h View 5 chunks +16 lines, -4 lines 0 comments Download
M source/config/linux/arm-neon/vp9_rtcd.h View 3 chunks +8 lines, -4 lines 0 comments Download
M source/config/linux/arm64/vp9_rtcd.h View 3 chunks +8 lines, -4 lines 0 comments Download
A source/libvpx/build/make/msvs_common.sh View 0 chunks +-1 lines, --1 lines 0 comments Download
M source/libvpx/configure View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/libs.doxy_template View 3 chunks +1 line, -13 lines 0 comments Download
M source/libvpx/mainpage.dox View 3 chunks +11 lines, -11 lines 0 comments Download
M source/libvpx/test/datarate_test.cc View 5 chunks +39 lines, -1 line 0 comments Download
M source/libvpx/test/encode_test_driver.cc View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/test/error_resilience_test.cc View 6 chunks +78 lines, -12 lines 0 comments Download
M source/libvpx/test/variance_test.cc View 2 chunks +11 lines, -2 lines 0 comments Download
M source/libvpx/test/vp9_encoder_parms_get_to_decoder.cc View 3 chunks +7 lines, -5 lines 0 comments Download
M source/libvpx/usage.dox View 1 chunk +5 lines, -2 lines 0 comments Download
M source/libvpx/vp8/encoder/pickinter.c View 1 chunk +34 lines, -33 lines 0 comments Download
M source/libvpx/vp9/common/vp9_enums.h View 1 chunk +0 lines, -11 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.h View 1 chunk +5 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.c View 2 chunks +6 lines, -6 lines 0 comments Download
A + source/libvpx/vp9/common/vp9_loopfilter_thread.h View 2 chunks +10 lines, -20 lines 0 comments Download
A + source/libvpx/vp9/common/vp9_loopfilter_thread.c View 5 chunks +64 lines, -35 lines 0 comments Download
M source/libvpx/vp9/common/vp9_onyxc_int.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_rtcd_defs.pl View 2 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodeframe.c View 6 chunks +10 lines, -9 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decoder.h View 2 chunks +9 lines, -3 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decoder.c View 1 chunk +0 lines, -1 line 0 comments Download
D source/libvpx/vp9/decoder/vp9_dthread.h View 1 chunk +0 lines, -63 lines 0 comments Download
D source/libvpx/vp9/decoder/vp9_dthread.c View 1 chunk +0 lines, -272 lines 0 comments Download
M source/libvpx/vp9/encoder/arm/neon/vp9_variance_neon.c View 7 chunks +82 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_denoiser.c View 3 chunks +14 lines, -13 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encoder.h View 5 chunks +7 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encoder.c View 6 chunks +16 lines, -7 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ethread.c View 2 chunks +13 lines, -11 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_picklpf.c View 1 chunk +8 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_svc_layercontext.c View 2 chunks +6 lines, -1 line 0 comments Download
M source/libvpx/vp9/vp9_common.mk View 2 chunks +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/vp9_cx_iface.c View 7 chunks +16 lines, -5 lines 0 comments Download
M source/libvpx/vp9/vp9_iface_common.h View 2 chunks +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/vp9dx.mk View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vpx/vp8cx.h View 6 chunks +132 lines, -7 lines 0 comments Download
M source/libvpx/vpx/vp8dx.h View 3 chunks +17 lines, -6 lines 0 comments Download
M source/libvpx/vpx/vpx_encoder.h View 2 chunks +6 lines, -6 lines 0 comments Download
M source/libvpx/vpx/vpx_image.h View 2 chunks +14 lines, -1 line 0 comments Download
M source/libvpx/vpx_scale/yv12config.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vpxenc.c View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Johann
Committed patchset #2 (id:20001) manually as 3fdc59b241fdf9dc08d4073a23eb85328340e856 (presubmit successful).
5 years, 11 months ago (2015-01-20 22:51:53 UTC) #1
Tom Finegan
5 years, 11 months ago (2015-01-20 23:24:16 UTC) #2
Message was sent while issue was closed.
On 2015/01/20 22:51:53, Johann wrote:
> Committed patchset #2 (id:20001) manually as
> 3fdc59b241fdf9dc08d4073a23eb85328340e856 (presubmit successful).

lgtm

Powered by Google App Engine
This is Rietveld 408576698