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

Issue 897063002: Revert "libvpx: Pull from upstream" (Closed)

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

Description

Revert "libvpx: Pull from upstream" Frame parallel is not ready for rolling. Back it out to avoid blocking other issues. This reverts commit 4a7d50a9624d84473904d9c9bf43f2fe502aa94a. TBR=tomfinegan@chromium.org Committed: b159068f4eed3082056c4959cad21e433bc47d91

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1124 lines, -3906 lines) Patch
M README.chromium View 1 chunk +2 lines, -2 lines 0 comments Download
M libvpx_srcs.gni View 10 chunks +0 lines, -24 lines 0 comments Download
M libvpx_srcs_arm.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M libvpx_srcs_arm64.gypi View 1 chunk +0 lines, -4 lines 0 comments Download
M libvpx_srcs_arm_neon.gypi View 1 chunk +0 lines, -4 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_arm_neon_cpu_detect_intrinsics.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M libvpx_srcs_generic.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_nacl.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M libvpx_srcs_x86.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M libvpx_srcs_x86_64.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h View 8 chunks +5 lines, -20 lines 0 comments Download
M source/config/linux/arm-neon/vp9_rtcd.h View 5 chunks +5 lines, -10 lines 0 comments Download
M source/config/linux/arm64/vp9_rtcd.h View 5 chunks +5 lines, -10 lines 0 comments Download
M source/config/mac/ia32/vp9_rtcd.h View 23 chunks +85 lines, -436 lines 0 comments Download
M source/config/mac/ia32/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/ia32/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/build/make/configure.sh View 11 chunks +28 lines, -48 lines 0 comments Download
M source/libvpx/build/make/iosbuild.sh View 3 chunks +1 line, -6 lines 0 comments Download
M source/libvpx/configure View 3 chunks +0 lines, -3 lines 0 comments Download
M source/libvpx/test/decode_api_test.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M source/libvpx/test/decode_test_driver.cc View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/test/encode_test_driver.h View 1 chunk +0 lines, -6 lines 0 comments Download
M source/libvpx/test/resize_test.cc View 3 chunks +2 lines, -111 lines 0 comments Download
M source/libvpx/test/sad_test.cc View 1 chunk +2 lines, -12 lines 0 comments Download
M source/libvpx/test/test.mk View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/test/test-data.mk View 3 chunks +0 lines, -9 lines 0 comments Download
M source/libvpx/test/test-data.sha1 View 1 chunk +0 lines, -9 lines 0 comments Download
M source/libvpx/test/test_vector_test.cc View 4 chunks +13 lines, -80 lines 0 comments Download
M source/libvpx/test/test_vectors.cc View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/test/video_source.h View 2 chunks +5 lines, -22 lines 0 comments Download
M source/libvpx/test/vp9_avg_test.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M source/libvpx/test/vp9_encoder_parms_get_to_decoder.cc View 1 chunk +1 line, -3 lines 0 comments Download
D source/libvpx/test/vp9_frame_parallel_test.cc View 1 chunk +0 lines, -209 lines 0 comments Download
M source/libvpx/test/webm_video_source.h View 1 chunk +0 lines, -12 lines 0 comments Download
M source/libvpx/third_party/x86inc/x86inc.asm View 1 chunk +0 lines, -3 lines 0 comments Download
M source/libvpx/vp8/common/arm/neon/vp8_subpixelvariance_neon.c View 2 chunks +2 lines, -1 line 0 comments Download
M source/libvpx/vp8/encoder/onyx_if.c View 2 chunks +0 lines, -9 lines 0 comments Download
M source/libvpx/vp8/encoder/onyx_int.h View 1 chunk +0 lines, -3 lines 0 comments Download
M source/libvpx/vp8/vp8_cx_iface.c View 1 chunk +3 lines, -8 lines 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.h View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.c View 9 chunks +23 lines, -89 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.c View 2 chunks +2 lines, -6 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mfqe.c View 2 chunks +11 lines, -23 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mvref_common.h View 1 chunk +3 lines, -5 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mvref_common.c View 6 chunks +17 lines, -25 lines 0 comments Download
M source/libvpx/vp9/common/vp9_onyxc_int.h View 8 chunks +9 lines, -71 lines 0 comments Download
M source/libvpx/vp9/common/vp9_postproc.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.h View 2 chunks +3 lines, -31 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.c View 6 chunks +323 lines, -26 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconintra.c View 2 chunks +16 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/vp9_rtcd_defs.pl View 5 chunks +5 lines, -11 lines 0 comments Download
D source/libvpx/vp9/common/x86/vp9_mfqe_sse2.asm View 1 chunk +0 lines, -287 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodeframe.h View 1 chunk +0 lines, -3 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodeframe.c View 29 chunks +53 lines, -454 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodemv.h View 2 chunks +1 line, -3 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodemv.c View 25 chunks +51 lines, -99 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decoder.h View 6 chunks +6 lines, -29 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decoder.c View 11 chunks +30 lines, -114 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_detokenize.h View 1 chunk +2 lines, -3 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_detokenize.c View 2 chunks +5 lines, -6 lines 0 comments Download
D source/libvpx/vp9/decoder/vp9_dthread.h View 1 chunk +0 lines, -65 lines 0 comments Download
D source/libvpx/vp9/decoder/vp9_dthread.c View 1 chunk +0 lines, -192 lines 0 comments Download
D source/libvpx/vp9/encoder/arm/neon/vp9_avg_neon.c View 1 chunk +0 lines, -49 lines 0 comments Download
M source/libvpx/vp9/encoder/arm/neon/vp9_dct_neon.c View 1 chunk +0 lines, -18 lines 0 comments Download
D source/libvpx/vp9/encoder/arm/neon/vp9_sad4d_neon.c View 1 chunk +0 lines, -226 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.h View 1 chunk +3 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c View 6 chunks +44 lines, -31 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.c View 3 chunks +17 lines, -13 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_denoiser.c View 2 chunks +5 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.c View 13 chunks +95 lines, -151 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encoder.h View 2 chunks +3 lines, -5 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encoder.c View 19 chunks +43 lines, -53 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.h View 1 chunk +0 lines, -5 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.c View 19 chunks +17 lines, -77 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_lookahead.h View 1 chunk +1 line, -5 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_lookahead.c View 3 chunks +5 lines, -47 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.c View 1 chunk +7 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_pickmode.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.h View 2 chunks +1 line, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.c View 5 chunks +19 lines, -12 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rd.c View 2 chunks +5 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.c View 3 chunks +5 lines, -6 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_speed_features.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_speed_features.c View 2 chunks +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_variance_sse2.c View 5 chunks +10 lines, -18 lines 0 comments Download
M source/libvpx/vp9/vp9_common.mk View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp9/vp9_cx_iface.c View 7 chunks +5 lines, -33 lines 0 comments Download
M source/libvpx/vp9/vp9_dx_iface.c View 20 chunks +106 lines, -457 lines 0 comments Download
M source/libvpx/vp9/vp9cx.mk View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vp9/vp9dx.mk View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vpx/vpx_frame_buffer.h View 1 chunk +1 line, -4 lines 0 comments Download
M source/libvpx/vpxenc.c View 3 chunks +2 lines, -10 lines 0 comments Download
M source/libvpx/vpxstats.c View 1 chunk +0 lines, -3 lines 0 comments Download
M source/libvpx/webmdec.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/webmdec.cc View 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Johann
5 years, 10 months ago (2015-02-04 19:06:35 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
b159068f4eed3082056c4959cad21e433bc47d91 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698