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

Issue 1734613003: Move libvpx_new to libvpx (Closed)

Created:
4 years, 10 months ago by Johann
Modified:
4 years, 9 months ago
CC:
avayvod+watch_chromium.org, chromium-reviews, chromoting-reviews_chromium.org, darin-cc_chromium.org, eme-reviews_chromium.org, feature-media-reviews_chromium.org, fgalligan1, imcheng+watch_chromium.org, isheriff+watch_chromium.org, jam, jasonroberts+watch_google.com, wwcv, jzern, mcasas+watch_chromium.org, miu+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org, Tom Finegan, xjz+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move libvpx_new to libvpx The move to libvpx_new happened before M47 (landed in 2524, M47 branch was 2526): crbug.com/481034 https://codereview.chromium.org/1323333002 Clients which try to transition directly between the tree after this change and before the previous move will end up in a very broken state. Now it is 6 months later and M48 is stable so is unlikely that a client would check out the old code at all, much less try to transition directly between the two versions. Leave a compatibility layer for targets which need to be updated out of band (webrtc, libyuv) Committed: https://crrev.com/8cdf034791388299f18fba186f2941313320b706 Cr-Commit-Position: refs/heads/master@{#378739}

Patch Set 1 #

Patch Set 2 : use correct group name for libvpx_new shadow gn #

Patch Set 3 : copy third_party/libvpx/source/libvpx/LICENSE up to third_party/libvpx_new/LICENSE to satisfy webvi… #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3420 lines, -33102 lines) Patch
M .gitignore View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M DEPS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M WATCHLISTS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M build/common.gypi View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M build/linux/unbundle/replace_gyp_files.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M build/sanitizers/tsan_suppressions.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/BUILD.gn View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/media/DEPS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/video_track_recorder.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/pepper/DEPS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/video_encoder_shim.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/test/BUILD.gn View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M media/BUILD.gn View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/DEPS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/capture/video/file_video_capture_device.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/cast/BUILD.gn View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M media/cast/cast.gyp View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M media/cast/receiver/video_decoder.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M media/cast/sender/vp8_encoder.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/cast/sender/vp8_encoder.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/cast/sender/vp8_quantizer_parser.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/cdm/ppapi/external_clear_key/libvpx_cdm_video_decoder.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M media/filters/vpx_video_decoder.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M media/media.gyp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/media_cdm.gypi View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M remoting/DEPS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M remoting/base/BUILD.gn View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M remoting/codec/BUILD.gn View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M remoting/codec/scoped_vpx_codec.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M remoting/codec/video_decoder_vpx.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/codec/video_encoder_vpx.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M remoting/remoting_nacl.gyp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + third_party/libvpx/BUILD.gn View 1 2 3 8 chunks +13 lines, -14 lines 0 comments Download
A + third_party/libvpx/DEPS View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/OWNERS View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/README.chromium View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/libvpx/ads2gas.gypi View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + third_party/libvpx/generate_gypi.sh View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + third_party/libvpx/include/elf.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/libvpx.gyp View 1 2 3 4 chunks +6 lines, -6 lines 0 comments Download
A + third_party/libvpx/libvpx_nacl.gyp View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/libvpx/libvpx_srcs.gni View 1 2 3 1 chunk +3426 lines, -0 lines 0 comments Download
A + third_party/libvpx/libvpx_srcs_arm.gypi View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/libvpx_srcs_arm64.gypi View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/libvpx_srcs_arm_neon.gypi View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/libvpx_srcs_arm_neon_cpu_detect.gypi View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/libvpx_srcs_generic.gypi View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/libvpx_srcs_mips.gypi View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/libvpx_srcs_nacl.gypi View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/libvpx_srcs_x86.gypi View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/libvpx_srcs_x86_64.gypi View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/libvpx_srcs_x86_64_intrinsics.gypi View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/libvpx_srcs_x86_intrinsics.gypi View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/lint_config.sh View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/run_perl.py View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vp8_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vpx_config.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vpx_config.asm View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vpx_config.c View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vpx_dsp_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vpx_scale_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm-neon/vp8_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm-neon/vp9_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm-neon/vpx_config.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm-neon/vpx_config.asm View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm-neon/vpx_config.c View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm-neon/vpx_dsp_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm-neon/vpx_scale_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm/vp8_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm/vp9_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm/vpx_config.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm/vpx_config.asm View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm/vpx_config.c View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm/vpx_dsp_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm/vpx_scale_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm64/vp8_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm64/vp9_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm64/vpx_config.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm64/vpx_config.asm View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm64/vpx_config.c View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm64/vpx_dsp_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/arm64/vpx_scale_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/generic/vp8_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/generic/vp9_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/generic/vpx_config.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/generic/vpx_config.asm View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/generic/vpx_config.c View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/generic/vpx_dsp_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/generic/vpx_scale_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/ia32/vp8_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/ia32/vp9_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/ia32/vpx_config.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/ia32/vpx_config.asm View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/ia32/vpx_config.c View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/ia32/vpx_dsp_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/ia32/vpx_scale_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/mips64el/vp8_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/mips64el/vp9_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/mips64el/vpx_config.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/mips64el/vpx_config.c View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/mips64el/vpx_dsp_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/mips64el/vpx_scale_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/mipsel/vp8_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/mipsel/vp9_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/mipsel/vpx_config.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/mipsel/vpx_config.c View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/mipsel/vpx_dsp_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/mipsel/vpx_scale_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/x64/vp8_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/x64/vp9_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/x64/vpx_config.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/x64/vpx_config.asm View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/x64/vpx_config.c View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/x64/vpx_dsp_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/linux/x64/vpx_scale_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/mac/ia32/vp8_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/mac/ia32/vp9_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/mac/ia32/vpx_config.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/mac/ia32/vpx_config.asm View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/mac/ia32/vpx_config.c View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/mac/ia32/vpx_dsp_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/mac/ia32/vpx_scale_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/mac/x64/vp8_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/mac/x64/vp9_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/mac/x64/vpx_config.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/mac/x64/vpx_config.asm View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/mac/x64/vpx_config.c View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/mac/x64/vpx_dsp_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/mac/x64/vpx_scale_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/nacl/vp8_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/nacl/vp9_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/nacl/vpx_config.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/nacl/vpx_config.asm View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/nacl/vpx_config.c View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/nacl/vpx_dsp_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/nacl/vpx_scale_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/vpx_version.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/win/ia32/vp8_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/win/ia32/vp9_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/win/ia32/vpx_config.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/win/ia32/vpx_config.asm View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/win/ia32/vpx_config.c View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/win/ia32/vpx_dsp_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/win/ia32/vpx_scale_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/win/x64/vp8_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/win/x64/vp9_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/win/x64/vpx_config.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/win/x64/vpx_config.asm View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/win/x64/vpx_config.c View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/win/x64/vpx_dsp_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/libvpx/source/config/win/x64/vpx_scale_rtcd.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/libvpx_new/BUILD.gn View 1 2 3 1 chunk +6 lines, -308 lines 0 comments Download
D third_party/libvpx_new/DEPS View 1 2 3 1 chunk +0 lines, -7 lines 0 comments Download
A + third_party/libvpx_new/LICENSE View 1 2 3 1 chunk +13 lines, -12 lines 0 comments Download
M third_party/libvpx_new/README.chromium View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
D third_party/libvpx_new/ads2gas.gypi View 1 2 3 1 chunk +0 lines, -54 lines 0 comments Download
D third_party/libvpx_new/generate_gypi.sh View 1 2 3 1 chunk +0 lines, -603 lines 0 comments Download
D third_party/libvpx_new/include/elf.h View 1 2 3 1 chunk +0 lines, -445 lines 0 comments Download
M third_party/libvpx_new/libvpx.gyp View 1 2 3 1 chunk +11 lines, -292 lines 0 comments Download
D third_party/libvpx_new/libvpx_nacl.gyp View 1 2 3 1 chunk +0 lines, -33 lines 0 comments Download
D third_party/libvpx_new/libvpx_srcs.gni View 1 2 3 1 chunk +0 lines, -3426 lines 0 comments Download
D third_party/libvpx_new/libvpx_srcs_arm.gypi View 1 2 3 1 chunk +0 lines, -364 lines 0 comments Download
D third_party/libvpx_new/libvpx_srcs_arm64.gypi View 1 2 3 1 chunk +0 lines, -389 lines 0 comments Download
D third_party/libvpx_new/libvpx_srcs_arm_neon.gypi View 1 2 3 1 chunk +0 lines, -417 lines 0 comments Download
D third_party/libvpx_new/libvpx_srcs_arm_neon_cpu_detect.gypi View 1 2 3 1 chunk +0 lines, -364 lines 0 comments Download
D third_party/libvpx_new/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi View 1 2 3 1 chunk +0 lines, -86 lines 0 comments Download
D third_party/libvpx_new/libvpx_srcs_generic.gypi View 1 2 3 1 chunk +0 lines, -333 lines 0 comments Download
D third_party/libvpx_new/libvpx_srcs_mips.gypi View 1 2 3 1 chunk +0 lines, -335 lines 0 comments Download
D third_party/libvpx_new/libvpx_srcs_nacl.gypi View 1 2 3 1 chunk +0 lines, -333 lines 0 comments Download
D third_party/libvpx_new/libvpx_srcs_x86.gypi View 1 2 3 1 chunk +0 lines, -394 lines 0 comments Download
D third_party/libvpx_new/libvpx_srcs_x86_64.gypi View 1 2 3 1 chunk +0 lines, -402 lines 0 comments Download
D third_party/libvpx_new/libvpx_srcs_x86_64_intrinsics.gypi View 1 2 3 1 chunk +0 lines, -141 lines 0 comments Download
D third_party/libvpx_new/libvpx_srcs_x86_intrinsics.gypi View 1 2 3 1 chunk +0 lines, -141 lines 0 comments Download
D third_party/libvpx_new/lint_config.sh View 1 2 3 1 chunk +0 lines, -109 lines 0 comments Download
D third_party/libvpx_new/run_perl.py View 1 2 3 1 chunk +0 lines, -28 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vp8_rtcd.h View 1 2 3 1 chunk +0 lines, -320 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h View 1 2 3 1 chunk +0 lines, -135 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.h View 1 2 3 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.asm View 1 2 3 1 chunk +0 lines, -91 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_config.c View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_dsp_rtcd.h View 1 2 3 1 chunk +0 lines, -1043 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm-neon-cpu-detect/vpx_scale_rtcd.h View 1 2 3 1 chunk +0 lines, -71 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm-neon/vp8_rtcd.h View 1 2 3 1 chunk +0 lines, -260 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm-neon/vp9_rtcd.h View 1 2 3 1 chunk +0 lines, -125 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.h View 1 2 3 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.asm View 1 2 3 1 chunk +0 lines, -91 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm-neon/vpx_config.c View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm-neon/vpx_dsp_rtcd.h View 1 2 3 1 chunk +0 lines, -847 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm-neon/vpx_scale_rtcd.h View 1 2 3 1 chunk +0 lines, -71 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm/vp8_rtcd.h View 1 2 3 1 chunk +0 lines, -230 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm/vp9_rtcd.h View 1 2 3 1 chunk +0 lines, -120 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm/vpx_config.h View 1 2 3 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm/vpx_config.asm View 1 2 3 1 chunk +0 lines, -91 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm/vpx_config.c View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm/vpx_dsp_rtcd.h View 1 2 3 1 chunk +0 lines, -749 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm/vpx_scale_rtcd.h View 1 2 3 1 chunk +0 lines, -71 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm64/vp8_rtcd.h View 1 2 3 1 chunk +0 lines, -231 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm64/vp9_rtcd.h View 1 2 3 1 chunk +0 lines, -125 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm64/vpx_config.h View 1 2 3 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm64/vpx_config.asm View 1 2 3 1 chunk +0 lines, -91 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm64/vpx_config.c View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm64/vpx_dsp_rtcd.h View 1 2 3 1 chunk +0 lines, -832 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/arm64/vpx_scale_rtcd.h View 1 2 3 1 chunk +0 lines, -71 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/generic/vp8_rtcd.h View 1 2 3 1 chunk +0 lines, -196 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/generic/vp9_rtcd.h View 1 2 3 1 chunk +0 lines, -115 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/generic/vpx_config.h View 1 2 3 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/generic/vpx_config.asm View 1 2 3 1 chunk +0 lines, -91 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/generic/vpx_config.c View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/generic/vpx_dsp_rtcd.h View 1 2 3 1 chunk +0 lines, -735 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/generic/vpx_scale_rtcd.h View 1 2 3 1 chunk +0 lines, -66 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/ia32/vp8_rtcd.h View 1 2 3 1 chunk +0 lines, -411 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/ia32/vp9_rtcd.h View 1 2 3 1 chunk +0 lines, -190 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/ia32/vpx_config.h View 1 2 3 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/ia32/vpx_config.asm View 1 2 3 1 chunk +0 lines, -87 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/ia32/vpx_config.c View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/ia32/vpx_dsp_rtcd.h View 1 2 3 1 chunk +0 lines, -1491 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/ia32/vpx_scale_rtcd.h View 1 2 3 1 chunk +0 lines, -69 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/mips64el/vp8_rtcd.h View 1 2 3 1 chunk +0 lines, -199 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/mips64el/vp9_rtcd.h View 1 2 3 1 chunk +0 lines, -115 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/mips64el/vpx_config.h View 1 2 3 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/mips64el/vpx_config.c View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/mips64el/vpx_dsp_rtcd.h View 1 2 3 1 chunk +0 lines, -735 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/mips64el/vpx_scale_rtcd.h View 1 2 3 1 chunk +0 lines, -66 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/mipsel/vp8_rtcd.h View 1 2 3 1 chunk +0 lines, -199 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/mipsel/vp9_rtcd.h View 1 2 3 1 chunk +0 lines, -115 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/mipsel/vpx_config.h View 1 2 3 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/mipsel/vpx_config.c View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/mipsel/vpx_dsp_rtcd.h View 1 2 3 1 chunk +0 lines, -735 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/mipsel/vpx_scale_rtcd.h View 1 2 3 1 chunk +0 lines, -66 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/x64/vp8_rtcd.h View 1 2 3 1 chunk +0 lines, -308 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/x64/vp9_rtcd.h View 1 2 3 1 chunk +0 lines, -160 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/x64/vpx_config.h View 1 2 3 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/x64/vpx_config.asm View 1 2 3 1 chunk +0 lines, -87 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/x64/vpx_config.c View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/x64/vpx_dsp_rtcd.h View 1 2 3 1 chunk +0 lines, -1219 lines 0 comments Download
D third_party/libvpx_new/source/config/linux/x64/vpx_scale_rtcd.h View 1 2 3 1 chunk +0 lines, -69 lines 0 comments Download
D third_party/libvpx_new/source/config/mac/ia32/vp8_rtcd.h View 1 2 3 1 chunk +0 lines, -411 lines 0 comments Download
D third_party/libvpx_new/source/config/mac/ia32/vp9_rtcd.h View 1 2 3 1 chunk +0 lines, -190 lines 0 comments Download
D third_party/libvpx_new/source/config/mac/ia32/vpx_config.h View 1 2 3 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/libvpx_new/source/config/mac/ia32/vpx_config.asm View 1 2 3 1 chunk +0 lines, -87 lines 0 comments Download
D third_party/libvpx_new/source/config/mac/ia32/vpx_config.c View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/libvpx_new/source/config/mac/ia32/vpx_dsp_rtcd.h View 1 2 3 1 chunk +0 lines, -1491 lines 0 comments Download
D third_party/libvpx_new/source/config/mac/ia32/vpx_scale_rtcd.h View 1 2 3 1 chunk +0 lines, -69 lines 0 comments Download
D third_party/libvpx_new/source/config/mac/x64/vp8_rtcd.h View 1 2 3 1 chunk +0 lines, -308 lines 0 comments Download
D third_party/libvpx_new/source/config/mac/x64/vp9_rtcd.h View 1 2 3 1 chunk +0 lines, -160 lines 0 comments Download
D third_party/libvpx_new/source/config/mac/x64/vpx_config.h View 1 2 3 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/libvpx_new/source/config/mac/x64/vpx_config.asm View 1 2 3 1 chunk +0 lines, -87 lines 0 comments Download
D third_party/libvpx_new/source/config/mac/x64/vpx_config.c View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/libvpx_new/source/config/mac/x64/vpx_dsp_rtcd.h View 1 2 3 1 chunk +0 lines, -1219 lines 0 comments Download
D third_party/libvpx_new/source/config/mac/x64/vpx_scale_rtcd.h View 1 2 3 1 chunk +0 lines, -69 lines 0 comments Download
D third_party/libvpx_new/source/config/nacl/vp8_rtcd.h View 1 2 3 1 chunk +0 lines, -196 lines 0 comments Download
D third_party/libvpx_new/source/config/nacl/vp9_rtcd.h View 1 2 3 1 chunk +0 lines, -115 lines 0 comments Download
D third_party/libvpx_new/source/config/nacl/vpx_config.h View 1 2 3 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/libvpx_new/source/config/nacl/vpx_config.asm View 1 2 3 1 chunk +0 lines, -91 lines 0 comments Download
D third_party/libvpx_new/source/config/nacl/vpx_config.c View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/libvpx_new/source/config/nacl/vpx_dsp_rtcd.h View 1 2 3 1 chunk +0 lines, -735 lines 0 comments Download
D third_party/libvpx_new/source/config/nacl/vpx_scale_rtcd.h View 1 2 3 1 chunk +0 lines, -66 lines 0 comments Download
D third_party/libvpx_new/source/config/vpx_version.h View 1 2 3 1 chunk +0 lines, -7 lines 0 comments Download
D third_party/libvpx_new/source/config/win/ia32/vp8_rtcd.h View 1 2 3 1 chunk +0 lines, -411 lines 0 comments Download
D third_party/libvpx_new/source/config/win/ia32/vp9_rtcd.h View 1 2 3 1 chunk +0 lines, -190 lines 0 comments Download
D third_party/libvpx_new/source/config/win/ia32/vpx_config.h View 1 2 3 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/libvpx_new/source/config/win/ia32/vpx_config.asm View 1 2 3 1 chunk +0 lines, -87 lines 0 comments Download
D third_party/libvpx_new/source/config/win/ia32/vpx_config.c View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/libvpx_new/source/config/win/ia32/vpx_dsp_rtcd.h View 1 2 3 1 chunk +0 lines, -1491 lines 0 comments Download
D third_party/libvpx_new/source/config/win/ia32/vpx_scale_rtcd.h View 1 2 3 1 chunk +0 lines, -69 lines 0 comments Download
D third_party/libvpx_new/source/config/win/x64/vp8_rtcd.h View 1 2 3 1 chunk +0 lines, -308 lines 0 comments Download
D third_party/libvpx_new/source/config/win/x64/vp9_rtcd.h View 1 2 3 1 chunk +0 lines, -160 lines 0 comments Download
D third_party/libvpx_new/source/config/win/x64/vpx_config.h View 1 2 3 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/libvpx_new/source/config/win/x64/vpx_config.asm View 1 2 3 1 chunk +0 lines, -87 lines 0 comments Download
D third_party/libvpx_new/source/config/win/x64/vpx_config.c View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/libvpx_new/source/config/win/x64/vpx_dsp_rtcd.h View 1 2 3 1 chunk +0 lines, -1219 lines 0 comments Download
D third_party/libvpx_new/source/config/win/x64/vpx_scale_rtcd.h View 1 2 3 1 chunk +0 lines, -69 lines 0 comments Download
M tools/checklicenses/checklicenses.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tools/copyright_scanner/third_party_files_whitelist.txt View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (11 generated)
Johann
Hi, it seems enough time has passed to move libvpx_new back to libvpx. The previous ...
4 years, 9 months ago (2016-03-01 15:44:30 UTC) #5
Johann
If you're looking for places to review carefully, the files left behind in libvpx_new are ...
4 years, 9 months ago (2016-03-01 15:55:05 UTC) #6
brettw
lgtm
4 years, 9 months ago (2016-03-01 22:39:08 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1734613003/30001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1734613003/30001
4 years, 9 months ago (2016-03-02 01:29:54 UTC) #11
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-02 03:47:49 UTC) #13
Paweł Hajdan Jr.
LGTM
4 years, 9 months ago (2016-03-02 08:53:26 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1734613003/30001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1734613003/30001
4 years, 9 months ago (2016-03-02 13:44:39 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:30001)
4 years, 9 months ago (2016-03-02 13:54:45 UTC) #18
commit-bot: I haz the power
4 years, 9 months ago (2016-03-02 13:55:44 UTC) #20
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/8cdf034791388299f18fba186f2941313320b706
Cr-Commit-Position: refs/heads/master@{#378739}

Powered by Google App Engine
This is Rietveld 408576698