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

Issue 1033873004: Enable vp9 postproc (Closed)

Created:
5 years, 9 months ago by Johann
Modified:
5 years, 9 months ago
Reviewers:
marpan1, marpan
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

Patch Set 1 #

Patch Set 2 : rebase on current master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+445 lines, -41 lines) Patch
M generate_gypi.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M libvpx_srcs.gni View 1 11 chunks +40 lines, -0 lines 0 comments Download
M libvpx_srcs_arm.gypi View 1 1 chunk +4 lines, -0 lines 0 comments Download
M libvpx_srcs_arm64.gypi View 1 1 chunk +4 lines, -0 lines 0 comments Download
M libvpx_srcs_arm_neon.gypi View 1 1 chunk +4 lines, -0 lines 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect.gypi View 1 1 chunk +4 lines, -0 lines 0 comments Download
M libvpx_srcs_generic.gypi View 1 1 chunk +4 lines, -0 lines 0 comments Download
M libvpx_srcs_mips.gypi View 1 1 chunk +4 lines, -0 lines 0 comments Download
M libvpx_srcs_nacl.gypi View 1 1 chunk +4 lines, -0 lines 0 comments Download
M libvpx_srcs_x86.gypi View 1 2 chunks +6 lines, -0 lines 0 comments Download
M libvpx_srcs_x86_64.gypi View 1 2 chunks +6 lines, -0 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h View 1 3 chunks +18 lines, -0 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.c View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm-neon/vp9_rtcd.h View 1 3 chunks +18 lines, -0 lines 0 comments Download
M source/config/linux/arm-neon/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm-neon/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm-neon/vpx_config.c View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm/vp9_rtcd.h View 1 3 chunks +18 lines, -0 lines 0 comments Download
M source/config/linux/arm/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm/vpx_config.c View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm64/vp9_rtcd.h View 1 3 chunks +18 lines, -0 lines 0 comments Download
M source/config/linux/arm64/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm64/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm64/vpx_config.c View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/generic/vp9_rtcd.h View 1 3 chunks +18 lines, -0 lines 0 comments Download
M source/config/linux/generic/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/generic/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/generic/vpx_config.c View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/ia32/vp9_rtcd.h View 1 6 chunks +36 lines, -0 lines 0 comments Download
M source/config/linux/ia32/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/ia32/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/ia32/vpx_config.c View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/mips64el/vp9_rtcd.h View 1 3 chunks +18 lines, -0 lines 0 comments Download
M source/config/linux/mips64el/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/mips64el/vpx_config.c View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/mipsel/vp9_rtcd.h View 1 3 chunks +18 lines, -0 lines 0 comments Download
M source/config/linux/mipsel/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/mipsel/vpx_config.c View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/x64/vp9_rtcd.h View 1 3 chunks +24 lines, -0 lines 0 comments Download
M source/config/linux/x64/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/x64/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/x64/vpx_config.c View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/ia32/vp9_rtcd.h View 1 6 chunks +36 lines, -0 lines 0 comments Download
M source/config/mac/ia32/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/ia32/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/ia32/vpx_config.c View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/x64/vp9_rtcd.h View 1 3 chunks +24 lines, -0 lines 0 comments Download
M source/config/mac/x64/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/x64/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/x64/vpx_config.c View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/nacl/vp9_rtcd.h View 1 3 chunks +18 lines, -0 lines 0 comments Download
M source/config/nacl/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/nacl/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/nacl/vpx_config.c View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/ia32/vp9_rtcd.h View 1 6 chunks +36 lines, -0 lines 0 comments Download
M source/config/win/ia32/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/ia32/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/ia32/vpx_config.c View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/x64/vp9_rtcd.h View 1 3 chunks +24 lines, -0 lines 0 comments Download
M source/config/win/x64/vpx_config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/x64/vpx_config.asm View 1 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/x64/vpx_config.c View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (1 generated)
Johann
5 years, 9 months ago (2015-03-26 21:31:06 UTC) #1
marpan
lgtm
5 years, 9 months ago (2015-03-26 21:34:06 UTC) #3
Johann
woops, made that on a way old checkout. this should be better
5 years, 9 months ago (2015-03-26 21:41:25 UTC) #4
Johann
5 years, 9 months ago (2015-03-26 21:41:50 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
861f35b01c87a021540aace739cb7415c08e987b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698